From owner-cvs-all@FreeBSD.ORG Sun Aug 14 02:06:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FD216A41F; Sun, 14 Aug 2005 02:06:43 +0000 (GMT) (envelope-from bob@immure.com) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B20E43D49; Sun, 14 Aug 2005 02:06:42 +0000 (GMT) (envelope-from bob@immure.com) Received: from pimout3-ext.prodigy.net (pimout3-int.prodigy.net [207.115.4.218]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j7E26d4u011858; Sat, 13 Aug 2005 22:06:39 -0400 X-ORBL: [66.136.206.1] Received: from maul.immure.com (adsl-66-136-206-1.dsl.austtx.swbell.net [66.136.206.1]) by pimout3-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j7E26eJY108582; Sat, 13 Aug 2005 22:06:41 -0400 Received: from luke.immure.com (luke.immure.com [10.1.132.3]) by maul.immure.com (8.13.3/8.12.11) with ESMTP id j7E26Z43072355; Sat, 13 Aug 2005 21:06:35 -0500 (CDT) (envelope-from bob@immure.com) Received: from luke.immure.com (localhost [127.0.0.1]) by luke.immure.com (8.13.1/8.13.1) with ESMTP id j7E26Z2e021003; Sat, 13 Aug 2005 21:06:35 -0500 (CDT) (envelope-from bob@luke.immure.com) Received: (from bob@localhost) by luke.immure.com (8.13.1/8.12.11/Submit) id j7E26Z6R021002; Sat, 13 Aug 2005 21:06:35 -0500 (CDT) (envelope-from bob) Date: Sat, 13 Aug 2005 21:06:35 -0500 From: Bob Willcox To: Colin Percival Message-ID: <20050814020635.GA19321@luke.immure.com> References: <200508132128.j7DLShWb080387@repoman.freebsd.org> <42FE6A67.6000208@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42FE6A67.6000208@freebsd.org> User-Agent: Mutt/1.5.9i X-immure-MailScanner-Information: Please contact the ISP for more information X-immure-MailScanner: Found to be clean X-MailScanner-From: bob@immure.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Willcox List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 02:06:44 -0000 On Sat, Aug 13, 2005 at 02:47:19PM -0700, Colin Percival wrote: > Colin Percival wrote: > > This bug was caused by the astonishing interaction of "return" and > > pipelines; in the following code, the "return" does not exit the > > function, but instead exits the subshell which was spawned for the last > > element of the pipeline; consequently, the output produced is "foo". > > > > foo() { > > echo bar | while read baz; do > > if [ ${baz} = "bar" ]; then > > return 1 > > fi > > done > > > > echo foo > > } > > For what it's worth, I don't know if the behaviour of our sh(1) is correct > here. IEEE 1003.1, 2004 Ed. says > > "The return utility shall cause the shell to stop executing the current function > or dot script. If the shell is not currently executing a function or dot script, > the results are unspecified." > > and I don't see any mention of not returning from a function just because we > happen to be inside a subshell. I tried this on a some different shells. Turns out that bash & pdksh behave similar to the FreeBSD shell, but with ksh93 the return exits the function. So maybe ksh93 is the only one working correctly--or it's the only one that's broke. Bob > > Colin Percival > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" -- Bob Willcox The early bird who catches the worm works for someone bob@immure.com who comes in late and owns the worm farm. Austin, TX -- Travis McGee From owner-cvs-all@FreeBSD.ORG Sun Aug 14 02:45:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA94216A41F; Sun, 14 Aug 2005 02:45:04 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EC243D45; Sun, 14 Aug 2005 02:45:04 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7E2j421001040; Sun, 14 Aug 2005 02:45:04 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7E2j4Yu001039; Sun, 14 Aug 2005 02:45:04 GMT (envelope-from cperciva) Message-Id: <200508140245.j7E2j4Yu001039@repoman.freebsd.org> From: Colin Percival Date: Sun, 14 Aug 2005 02:45:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 02:45:05 -0000 cperciva 2005-08-14 02:45:04 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Spell "cmp > /dev/null" as "cmp -s". Suggested by: dougb Revision Changes Path 1.8 +1 -1 src/usr.sbin/portsnap/portsnap/portsnap.sh From owner-cvs-all@FreeBSD.ORG Sun Aug 14 03:28:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E42216A41F; Sun, 14 Aug 2005 03:28:10 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEA943D46; Sun, 14 Aug 2005 03:28:10 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7E3S9g2002737; Sun, 14 Aug 2005 03:28:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7E3S9UE002736; Sun, 14 Aug 2005 03:28:09 GMT (envelope-from thompsa) Message-Id: <200508140328.j7E3S9UE002736@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 14 Aug 2005 03:28:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 03:28:10 -0000 thompsa 2005-08-14 03:28:08 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Document two missed if_bridge commands 'addr' and 'static'. Noticed by: Michal Mertl Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.101 +7 -0 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Sun Aug 14 03:49:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D436F16A41F; Sun, 14 Aug 2005 03:49:33 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CB543D46; Sun, 14 Aug 2005 03:49:33 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7E3nXFt003501; Sun, 14 Aug 2005 03:49:33 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7E3nXbm003500; Sun, 14 Aug 2005 03:49:33 GMT (envelope-from wes) Message-Id: <200508140349.j7E3nXbm003500@repoman.freebsd.org> From: Wes Peters Date: Sun, 14 Aug 2005 03:49:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 03:49:34 -0000 wes 2005-08-14 03:49:33 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Add the best quote evar! about XML. Revision Changes Path 1.183 +4 -0 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Sun Aug 14 04:19:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA9716A420; Sun, 14 Aug 2005 04:19:37 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D224A43D48; Sun, 14 Aug 2005 04:19:36 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7E4Ja9r004509; Sun, 14 Aug 2005 04:19:36 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7E4Ja2X004508; Sun, 14 Aug 2005 04:19:36 GMT (envelope-from grehan) Message-Id: <200508140419.j7E4Ja2X004508@repoman.freebsd.org> From: Peter Grehan Date: Sun, 14 Aug 2005 04:19:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 04:19:37 -0000 grehan 2005-08-14 04:19:36 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_vfsops.c Log: - restore the ability to mount cd9660 filesystems as root by inverting some of the options test, specifically the joliet and rockridge tests. Since the root mount callchain doesn't go through cd9660_cmount, the default mount options aren't set. Rather than having the main codepath assume the options are there, test for the absence of the inverted optioin e.g. instead of vfs_flagopt(.. "joliet" ..), test for !vfs_flagopt(.. "nojoliet" ..) This works for root mount, non-root mount and future nmount cases. - in cd9660_cmount, remove inadvertent setting of "gens" when "extatt" was set. Reported by: grehan, Dario Freni Tested by: Dario Freni Not objected to by: phk MFC after: 3 days Revision Changes Path 1.141 +6 -7 src/sys/isofs/cd9660/cd9660_vfsops.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 05:18:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C80216A41F; Sun, 14 Aug 2005 05:18:11 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B3343D45; Sun, 14 Aug 2005 05:18:10 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j7E5I0Ua008619; Sat, 13 Aug 2005 22:18:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200508140518.j7E5I0Ua008619@gw.catspoiler.org> Date: Sat, 13 Aug 2005 22:18:00 -0700 (PDT) From: Don Lewis To: garga@FreeBSD.org In-Reply-To: <200507291634.j6TGYmb5072335@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portupgrade Makefile ports/sysutils/portupgrade/files patch-bin-portupgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:18:11 -0000 On 29 Jul, Renato Botelho wrote: > garga 2005-07-29 16:34:48 UTC > > FreeBSD ports repository > > Modified files: > sysutils/portupgrade Makefile > Added files: > sysutils/portupgrade/files patch-bin-portupgrade > Log: > Pass full path to pkg_{add,info} invoked from portupgrade. > > PR: ports/84278 > Submitted by: KOMATSU Shinichiro (maintainer) > > Revision Changes Path > 1.202 +1 -1 ports/sysutils/portupgrade/Makefile > 1.1 +22 -0 ports/sysutils/portupgrade/files/patch-bin-portupgrade (new) Thanks! From owner-cvs-all@FreeBSD.ORG Sun Aug 14 07:01:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C45D016A41F; Sun, 14 Aug 2005 07:01:29 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A6943D45; Sun, 14 Aug 2005 07:01:29 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7E71TVS016958; Sun, 14 Aug 2005 07:01:29 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7E71TKO016957; Sun, 14 Aug 2005 07:01:29 GMT (envelope-from adamw) Message-Id: <200508140701.j7E71TKO016957@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 14 Aug 2005 07:01:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome gnomelogalyzer.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 07:01:29 -0000 adamw 2005-08-14 07:01:28 UTC FreeBSD doc repository Modified files: en/gnome gnomelogalyzer.sh Log: Update MarcusCom repository's CVS Id tag thinger. Functionless update. Revision Changes Path 1.6 +3 -2 www/en/gnome/gnomelogalyzer.sh From owner-cvs-all@FreeBSD.ORG Sun Aug 14 07:46:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA54316A41F; Sun, 14 Aug 2005 07:46:58 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE3243D5D; Sun, 14 Aug 2005 07:46:57 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7E7kv2X019020; Sun, 14 Aug 2005 07:46:57 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7E7kvhZ019019; Sun, 14 Aug 2005 07:46:57 GMT (envelope-from stefanf) Message-Id: <200508140746.j7E7kvhZ019019@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 14 Aug 2005 07:46:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 07:46:59 -0000 stefanf 2005-08-14 07:46:56 UTC FreeBSD src repository Modified files: bin/sh Makefile Log: Recent cleanups made it possible to bump WARNS to 3. Revision Changes Path 1.45 +1 -1 src/bin/sh/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 14 12:12:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 586EB16A41F; Sun, 14 Aug 2005 12:12:43 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1512743D53; Sun, 14 Aug 2005 12:12:43 +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 j7ECCgXf038493; Sun, 14 Aug 2005 12:12:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ECCg5A038488; Sun, 14 Aug 2005 12:12:42 GMT (envelope-from rwatson) Message-Id: <200508141212.j7ECCg5A038488@repoman.freebsd.org> From: Robert Watson Date: Sun, 14 Aug 2005 12:12:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 12:12:43 -0000 rwatson 2005-08-14 12:12:42 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add ade's nswbuf bug report to the show-stopper bug list. Requested by: ade Revision Changes Path 1.21 +11 -1 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 14 13:30:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B2A016A421; Sun, 14 Aug 2005 13:30:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B94A43D55; Sun, 14 Aug 2005 13:30:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EDUF5E050757; Sun, 14 Aug 2005 13:30:15 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EDUF6A050756; Sun, 14 Aug 2005 13:30:15 GMT (envelope-from fjoe) Message-Id: <200508141330.j7EDUF6A050756@repoman.freebsd.org> From: Max Khon Date: Sun, 14 Aug 2005 13:30:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libpano12 Makefile ports/graphics/libpano12/files makefile.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 13:30:16 -0000 fjoe 2005-08-14 13:30:15 UTC FreeBSD ports repository Modified files: graphics/libpano12 Makefile graphics/libpano12/files makefile.freebsd Log: - Require native JDK. - Do not hardcode jdk path (use ${JAVA_HOME}) Approved by: portmgr, maintainer timeout Revision Changes Path 1.2 +3 -0 ports/graphics/libpano12/Makefile 1.2 +1 -1 ports/graphics/libpano12/files/makefile.freebsd From owner-cvs-all@FreeBSD.ORG Sun Aug 14 13:42:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF8B16A41F; Sun, 14 Aug 2005 13:42:02 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C1043D45; Sun, 14 Aug 2005 13:42:01 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EDg16D051141; Sun, 14 Aug 2005 13:42:01 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EDg18w051140; Sun, 14 Aug 2005 13:42:01 GMT (envelope-from fjoe) Message-Id: <200508141342.j7EDg18w051140@repoman.freebsd.org> From: Max Khon Date: Sun, 14 Aug 2005 13:42:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/hugin pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 13:42:02 -0000 fjoe 2005-08-14 13:42:01 UTC FreeBSD ports repository Modified files: graphics/hugin pkg-plist Log: Fix pkg-plist (this file did not get into previous commit) Approved by: portmgr Revision Changes Path 1.3 +9 -3 ports/graphics/hugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 14 13:43:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A080416A41F; Sun, 14 Aug 2005 13:43:23 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5EE43D45; Sun, 14 Aug 2005 13:43:23 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EDhNkI051260; Sun, 14 Aug 2005 13:43:23 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EDhNO0051259; Sun, 14 Aug 2005 13:43:23 GMT (envelope-from fjoe) Message-Id: <200508141343.j7EDhNO0051259@repoman.freebsd.org> From: Max Khon Date: Sun, 14 Aug 2005 13:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/hugin Makefile ports/graphics/hugin/files patch-configure patch-src-common-utils.cpp patch-src-hugin-ImagesPanel.cpp patch-src-include-common-utils.h patch-src-include-vigra_ext-PointMatching.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 13:43:23 -0000 fjoe 2005-08-14 13:43:23 UTC FreeBSD ports repository Modified files: graphics/hugin Makefile graphics/hugin/files patch-src-common-utils.cpp Added files: graphics/hugin/files patch-configure patch-src-hugin-ImagesPanel.cpp patch-src-include-common-utils.h patch-src-include-vigra_ext-PointMatching.h Log: - Fix build on RELENG_4. - Fix dependencies on wxgtk (include lib versions, otherwise wxgtk2 2.6.x libarries could match) - Bump PORTREVISION. Approved by: portmgr Revision Changes Path 1.10 +4 -4 ports/graphics/hugin/Makefile 1.1 +11 -0 ports/graphics/hugin/files/patch-configure (new) 1.2 +7 -4 ports/graphics/hugin/files/patch-src-common-utils.cpp 1.1 +15 -0 ports/graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp (new) 1.1 +12 -0 ports/graphics/hugin/files/patch-src-include-common-utils.h (new) 1.1 +26 -0 ports/graphics/hugin/files/patch-src-include-vigra_ext-PointMatching.h (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 14 14:00:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD8D716A41F; Sun, 14 Aug 2005 14:00:11 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC7943D45; Sun, 14 Aug 2005 14:00:10 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.49] (lesnik.portaone.com [195.140.246.50] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j7EDoddu019106 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 Aug 2005 15:50:40 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42FF4C22.4090104@portaone.com> Date: Sun, 14 Aug 2005 16:50:26 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200508141212.j7ECCg5A038488@repoman.freebsd.org> In-Reply-To: <200508141212.j7ECCg5A038488@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1017/Sun Aug 14 11:33:43 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: doc-committers@FreeBSD.ORG, cvs-doc@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 14:00:12 -0000 Robert Watson wrote: > rwatson 2005-08-14 12:12:42 UTC > > FreeBSD doc repository > > Modified files: > en/releases/6.0R todo.sgml > Log: > Add ade's nswbuf bug report to the show-stopper bug list. > > Requested by: ade > > Revision Changes Path > 1.21 +11 -1 www/en/releases/6.0R/todo.sgml The patch for this has already been committed by kan yesterday and according to the MFC-After he plans to MFC it tomorrow. -Maxim From owner-cvs-all@FreeBSD.ORG Sun Aug 14 14:13:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D20116A41F; Sun, 14 Aug 2005 14:13:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005FF43D45; Sun, 14 Aug 2005 14:13:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EED8KH052919; Sun, 14 Aug 2005 14:13:08 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EED8rk052914; Sun, 14 Aug 2005 14:13:08 GMT (envelope-from pjd) Message-Id: <200508141413.j7EED8rk052914@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 Aug 2005 14:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 14:13:09 -0000 pjd 2005-08-14 14:13:07 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: When keys were configured without passphrase, number of iterations in metadata is equal to -1. if we then wanted to attach provider (or change keys) and forget about '-p' flag it failed on assertion (quite ok, without assertion it could call PKCS#5v2 with 4294967295 iterations). Instead of failing on assertion, remind about '-p' flag. MFC after: 3 days Revision Changes Path 1.2 +4 -0 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 14:18:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70D016A41F; Sun, 14 Aug 2005 14:18:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675AA43D48; Sun, 14 Aug 2005 14:18:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 81B9346B17; Sun, 14 Aug 2005 10:18:11 -0400 (EDT) Date: Sun, 14 Aug 2005 15:22:09 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Maxim.Sobolev@portaone.com In-Reply-To: <42FF4C22.4090104@portaone.com> Message-ID: <20050814152134.M62271@fledge.watson.org> References: <200508141212.j7ECCg5A038488@repoman.freebsd.org> <42FF4C22.4090104@portaone.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: doc-committers@FreeBSD.ORG, cvs-doc@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 14:18:14 -0000 On Sun, 14 Aug 2005, Maxim Sobolev wrote: >> Modified files: >> en/releases/6.0R todo.sgml Log: >> Add ade's nswbuf bug report to the show-stopper bug list. >> Requested by: ade >> Revision Changes Path >> 1.21 +11 -1 www/en/releases/6.0R/todo.sgml > > The patch for this has already been committed by kan yesterday and > according to the MFC-After he plans to MFC it tomorrow. Sounds good tomorrow. We whould make sure it also goes into 5.x, and possibly consider merging to the RELENG_5_4 branch as a performance errata. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Sun Aug 14 17:07:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642B416A41F; Sun, 14 Aug 2005 17:07:05 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F38A43D45; Sun, 14 Aug 2005 17:07:05 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EH748H065645; Sun, 14 Aug 2005 17:07:05 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EH74f0065644; Sun, 14 Aug 2005 17:07:04 GMT (envelope-from iedowse) Message-Id: <200508141707.j7EH74f0065644@repoman.freebsd.org> From: Ian Dowse Date: Sun, 14 Aug 2005 17:07:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 17:07:05 -0000 iedowse 2005-08-14 17:07:04 UTC FreeBSD src repository Modified files: sbin/newfs mkfs.c Log: Don't treat failure to find the operator GID as a fatal error; this made it impossible to use newfs (and mdmfs) when /etc/group is missing and /etc is read-only. Revision Changes Path 1.90 +9 -4 src/sbin/newfs/mkfs.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 17:28:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E39B16A41F; Sun, 14 Aug 2005 17:28:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E08843D49; Sun, 14 Aug 2005 17:28:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EHSF6J066393; Sun, 14 Aug 2005 17:28:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EHSF1o066392; Sun, 14 Aug 2005 17:28:15 GMT (envelope-from pjd) Message-Id: <200508141728.j7EHSF1o066392@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 Aug 2005 17:28:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr src/etc/rc.d gbde X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 17:28:16 -0000 pjd 2005-08-14 17:28:15 UTC FreeBSD src repository Modified files: etc rc.subr etc/rc.d gbde Log: Move 'local_tr' function to rc.subr and change its name to 'ltr'. MFC after: 3 days Revision Changes Path 1.13 +1 -22 src/etc/rc.d/gbde 1.35 +23 -0 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:02:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F061916A41F; Sun, 14 Aug 2005 18:02:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27A443D48; Sun, 14 Aug 2005 18:02:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EI2Mpi071963; Sun, 14 Aug 2005 18:02:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EI2MmE071962; Sun, 14 Aug 2005 18:02:22 GMT (envelope-from pjd) Message-Id: <200508141802.j7EI2MmE071962@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 Aug 2005 18:02:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d geli geli2 src/etc/defaults rc.conf src/etc rc.subr src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:02:23 -0000 pjd 2005-08-14 18:02:22 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc rc.subr share/man/man5 rc.conf.5 Added files: etc/rc.d geli geli2 Log: Add scripts for GELI device configuration on boot. rc.d/geli - configures encryption (ask for passphrases, etc.); rc.d/geli2 - is called after file systems are mounted and mark devices for detach on last close. Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 3 days Revision Changes Path 1.257 +17 -1 src/etc/defaults/rc.conf 1.1 +98 -0 src/etc/rc.d/geli (new) 1.1 +58 -0 src/etc/rc.d/geli2 (new) 1.36 +34 -0 src/etc/rc.subr 1.260 +29 -0 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:07:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5404216A41F; Sun, 14 Aug 2005 18:07:26 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9EA843D45; Sun, 14 Aug 2005 18:07:25 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 77E1452C70; Sun, 14 Aug 2005 20:07:23 +0200 (CEST) Received: from localhost (bma126.neoplus.adsl.tpnet.pl [83.28.220.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 5212852C3F; Sun, 14 Aug 2005 20:07:15 +0200 (CEST) Date: Sun, 14 Aug 2005 20:07:03 +0200 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050814180703.GD34731@garage.freebsd.pl> References: <200508141802.j7EI2MmE071962@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7CZp05NP8/gJM8Cl" Content-Disposition: inline In-Reply-To: <200508141802.j7EI2MmE071962@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/etc/rc.d geli geli2 src/etc/defaults rc.conf src/etc rc.subr src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:07:26 -0000 --7CZp05NP8/gJM8Cl Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 14, 2005 at 06:02:22PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2005-08-14 18:02:22 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> etc/defaults rc.conf=20 +> etc rc.subr=20 +> share/man/man5 rc.conf.5=20 +> Added files: +> etc/rc.d geli geli2=20 +> Log: +> Add scripts for GELI device configuration on boot. +> =20 +> rc.d/geli - configures encryption (ask for passphrases, etc.); +> rc.d/geli2 - is called after file systems are mounted and mark devices= for +> detach on last close. +> =20 +> Sponsored by: Wheel Sp. z o.o. +> http://www.wheel.pl +> MFC after: 3 days +> =20 +> Revision Changes Path +> 1.257 +17 -1 src/etc/defaults/rc.conf +> 1.1 +98 -0 src/etc/rc.d/geli (new) +> http://cvsweb.FreeBSD.org/src/etc/rc.d/geli?rev=3D1.1&content-type=3Dtex= t/x-cvsweb-markup +> 1.1 +58 -0 src/etc/rc.d/geli2 (new) +> http://cvsweb.FreeBSD.org/src/etc/rc.d/geli2?rev=3D1.1&content-type=3Dte= xt/x-cvsweb-markup +> 1.36 +34 -0 src/etc/rc.subr +> 1.260 +29 -0 src/share/man/man5/rc.conf.5 [...] +> RCS file: /usr/local/www/cvsroot/FreeBSD/src/etc/rc.subr,v [...] +> +# Creates a list of providers for GELI encryption. +> +geli_make_list() +> +{ [...] This is probably not the best place for this function, but I don't know where else can I put it. It is used by the two committed scripts and I didn't wanted to duplicate the code. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --7CZp05NP8/gJM8Cl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC/4hHForvXbEpPzQRAie0AKCVHRJYIn3ELZNtQYdvoVh33/Ba8ACgr0GH RWdyiOKewbbn3QbZIyodbL4= =lQd8 -----END PGP SIGNATURE----- --7CZp05NP8/gJM8Cl-- From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:10:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD85816A41F; Sun, 14 Aug 2005 18:10:07 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDAE43D49; Sun, 14 Aug 2005 18:10:07 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIA5Vv072196; Sun, 14 Aug 2005 18:10:05 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIA55J072195; Sun, 14 Aug 2005 18:10:05 GMT (envelope-from kan) Message-Id: <200508141810.j7EIA55J072195@repoman.freebsd.org> From: Alexander Kabaev Date: Sun, 14 Aug 2005 18:10:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:10:07 -0000 kan 2005-08-14 18:10:05 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: Do not keep parent directory locked while calling VFS_ROOT to traverse mount points in lookup(). The lock can be dropped safely around VFS_ROOT because LOCKPARENT semantics with child and perent vnodes coming from different FSes does not really have any meaningful use. On the other hard, this prevents easily triggered deadlock on systems using automounter daemon. Revision Changes Path 1.81 +2 -0 src/sys/kern/vfs_lookup.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:11:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ADB216A41F; Sun, 14 Aug 2005 18:11:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D958743D45; Sun, 14 Aug 2005 18:11:38 +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 j7EIBcsx072360; Sun, 14 Aug 2005 18:11:38 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIBck1072359; Sun, 14 Aug 2005 18:11:38 GMT (envelope-from marcus) Message-Id: <200508141811.j7EIBck1072359@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 14 Aug 2005 18:11:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images Makefile ss211-2-tn.png ss211-2.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:11:39 -0000 marcus 2005-08-14 18:11:38 UTC FreeBSD doc repository Modified files: en/gnome screenshots.sgml en/gnome/images Makefile Added files: en/gnome/images ss211-2-tn.png ss211-2.png Log: Add another GNOME 2.11 screenshot. Submitted by: Khairil Yusof Revision Changes Path 1.40 +3 -1 www/en/gnome/images/Makefile 1.1 +305 -0 www/en/gnome/images/ss211-2-tn.png (new) 1.1 +2702 -0 www/en/gnome/images/ss211-2.png (new) 1.54 +11 -1 www/en/gnome/screenshots.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:20:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5129616A41F; Sun, 14 Aug 2005 18:20:34 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1324B43D45; Sun, 14 Aug 2005 18:20:34 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIKX7C072746; Sun, 14 Aug 2005 18:20:33 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIKXME072745; Sun, 14 Aug 2005 18:20:33 GMT (envelope-from bz) Message-Id: <200508141820.j7EIKXME072745@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 14 Aug 2005 18:20:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:20:34 -0000 bz 2005-08-14 18:20:33 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Fix broken build of rev. 1.108 in case of no INET6 and IPFIREWALL compiled into kernel. Spotted and tested by: Michal Mertl Revision Changes Path 1.109 +7 -1 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:25:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410CD16A41F; Sun, 14 Aug 2005 18:25:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CFA43D45; Sun, 14 Aug 2005 18:25:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIPZYO072976; Sun, 14 Aug 2005 18:25:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIPZpk072975; Sun, 14 Aug 2005 18:25:35 GMT (envelope-from pjd) Message-Id: <200508141825.j7EIPZpk072975@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 Aug 2005 18:25:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:25:36 -0000 pjd 2005-08-14 18:25:35 UTC FreeBSD src repository Modified files: etc/rc.d Makefile Log: Connect geli and geli2 ro the build. MFC after: 3 days Revision Changes Path 1.55 +1 -1 src/etc/rc.d/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:44:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD30F16A41F; Sun, 14 Aug 2005 18:44:06 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C91243D48; Sun, 14 Aug 2005 18:44:06 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIi6JN073720; Sun, 14 Aug 2005 18:44:06 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIi6tG073719; Sun, 14 Aug 2005 18:44:06 GMT (envelope-from fjoe) Message-Id: <200508141844.j7EIi6tG073719@repoman.freebsd.org> From: Max Khon Date: Sun, 14 Aug 2005 18:44:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk Makefile pkg-plist ports/net/asterisk/files patch-Makefile patch-cdr::Makefile patch-channels::Makefile patch-res::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:44:06 -0000 fjoe 2005-08-14 18:44:06 UTC FreeBSD ports repository Modified files: net/asterisk Makefile pkg-plist net/asterisk/files patch-Makefile patch-cdr::Makefile patch-channels::Makefile patch-res::Makefile Log: - Add dependency on unixODBC (and WITHOUT_ODBC knob). - Unify WITH_FOO knobs. - Bump PORTREVISION. Approved by: portmgr, MAINTAINER Revision Changes Path 1.38 +19 -6 ports/net/asterisk/Makefile 1.10 +3 -3 ports/net/asterisk/files/patch-Makefile 1.5 +39 -6 ports/net/asterisk/files/patch-cdr::Makefile 1.10 +12 -7 ports/net/asterisk/files/patch-channels::Makefile 1.7 +3 -3 ports/net/asterisk/files/patch-res::Makefile 1.16 +1 -1 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:48:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5142C16A41F; Sun, 14 Aug 2005 18:48:55 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A8643D45; Sun, 14 Aug 2005 18:48:55 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EImsS1073940; Sun, 14 Aug 2005 18:48:54 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EImsIc073939; Sun, 14 Aug 2005 18:48:54 GMT (envelope-from murray) Message-Id: <200508141848.j7EImsIc073939@repoman.freebsd.org> From: Murray Stokely Date: Sun, 14 Aug 2005 18:48:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 bios.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:48:55 -0000 murray 2005-08-14 18:48:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 bios.9 Log: MFC: r1.15 - Fix typo. Approved by: re (kensmith) Revision Changes Path 1.13.10.1 +1 -1 src/share/man/man9/bios.9 From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:49:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A73016A420; Sun, 14 Aug 2005 18:49:39 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B58243D45; Sun, 14 Aug 2005 18:49:39 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIncgE074007; Sun, 14 Aug 2005 18:49:38 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIncGe074006; Sun, 14 Aug 2005 18:49:38 GMT (envelope-from murray) Message-Id: <200508141849.j7EIncGe074006@repoman.freebsd.org> From: Murray Stokely Date: Sun, 14 Aug 2005 18:49:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man9 bios.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:49:39 -0000 murray 2005-08-14 18:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 bios.9 Log: MFC: r1.15 - fix typo. Revision Changes Path 1.13.4.1 +1 -1 src/share/man/man9/bios.9 From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:52:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 172C516A41F; Sun, 14 Aug 2005 18:52:35 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA07C43D46; Sun, 14 Aug 2005 18:52:34 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIqYL5074256; Sun, 14 Aug 2005 18:52:34 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIqYuq074255; Sun, 14 Aug 2005 18:52:34 GMT (envelope-from murray) Message-Id: <200508141852.j7EIqYuq074255@repoman.freebsd.org> From: Murray Stokely Date: Sun, 14 Aug 2005 18:52:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 pcvt.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:52:35 -0000 murray 2005-08-14 18:52:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 pcvt.4 Log: MFC: r1.46 - grammar improvements. Approved by: re (kensmith) Revision Changes Path 1.45.2.1 +9 -13 src/share/man/man4/pcvt.4 From owner-cvs-all@FreeBSD.ORG Sun Aug 14 18:53:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F057116A41F; Sun, 14 Aug 2005 18:53:50 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0EA243D49; Sun, 14 Aug 2005 18:53:50 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EIroEc074317; Sun, 14 Aug 2005 18:53:50 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EIroxu074316; Sun, 14 Aug 2005 18:53:50 GMT (envelope-from murray) Message-Id: <200508141853.j7EIroxu074316@repoman.freebsd.org> From: Murray Stokely Date: Sun, 14 Aug 2005 18:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man4 pcvt.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 18:53:51 -0000 murray 2005-08-14 18:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 pcvt.4 Log: MFC: r1.46 - grammar improvements. Revision Changes Path 1.43.2.1 +9 -13 src/share/man/man4/pcvt.4 From owner-cvs-all@FreeBSD.ORG Sun Aug 14 20:02:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2C516A41F; Sun, 14 Aug 2005 20:02:51 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B27043D45; Sun, 14 Aug 2005 20:02:51 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EK2pSp076691; Sun, 14 Aug 2005 20:02:51 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EK2p3b076690; Sun, 14 Aug 2005 20:02:51 GMT (envelope-from alc) Message-Id: <200508142002.j7EK2p3b076690@repoman.freebsd.org> From: Alan Cox Date: Sun, 14 Aug 2005 20:02:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 20:02:51 -0000 alc 2005-08-14 20:02:50 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Simplify the page table page reference counting by pmap_enter()'s change of mapping case. Eliminate a stale comment from pmap_enter(). Reviewed by: tegge Revision Changes Path 1.521 +8 -9 src/sys/amd64/amd64/pmap.c 1.529 +7 -7 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 21:09:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF91216A41F; Sun, 14 Aug 2005 21:09:11 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D75843D45; Sun, 14 Aug 2005 21:09:11 +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 j7EL9BY5087917; Sun, 14 Aug 2005 21:09:11 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EL9Bdi087916; Sun, 14 Aug 2005 21:09:11 GMT (envelope-from simon) Message-Id: <200508142109.j7EL9Bdi087916@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 14 Aug 2005 21:09:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 21:09:11 -0000 simon 2005-08-14 21:09:11 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document awstats -- arbitrary code execution vulnerability. Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.785 +46 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 14 21:18:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE5416A41F; Sun, 14 Aug 2005 21:18:22 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E4A43D48; Sun, 14 Aug 2005 21:18:22 +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 j7ELIMQG088280; Sun, 14 Aug 2005 21:18:22 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ELIMnT088279; Sun, 14 Aug 2005 21:18:22 GMT (envelope-from simon) Message-Id: <200508142118.j7ELIMnT088279@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 14 Aug 2005 21:18:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/awstats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 21:18:22 -0000 simon 2005-08-14 21:18:22 UTC FreeBSD ports repository Modified files: www/awstats Makefile Log: Mark FORBIDDEN and set one month expiration, due to remote code execution vulnerability. Security: http://vuxml.FreeBSD.org/e86fbb5f-0d04-11da-bc08-0001020eed82.html With hat: secteam Approved by: portmgr (blanket, secteam) Revision Changes Path 1.23 +3 -0 ports/www/awstats/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 14 21:55:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954A816A432; Sun, 14 Aug 2005 21:55:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 248EE43D48; Sun, 14 Aug 2005 21:55:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7ELtJtb089490; Sun, 14 Aug 2005 21:55:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ELtI0l089489; Sun, 14 Aug 2005 21:55:18 GMT (envelope-from pjd) Message-Id: <200508142155.j7ELtI0l089489@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 Aug 2005 21:55:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 21:55:19 -0000 pjd 2005-08-14 21:55:18 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Unfortunately dlerror(3) returns string, so there is no clean way to ignore "no such file" errors only, which I wanted to do. Because of this I ignored all other errors on dlopen(3) failure as well, which isn't good. Fix this situation by calling access(2) on library file first and ignore only ENOENT error. This allows to report all the rest of dlopen(3) errors. MFC after: 3 days Revision Changes Path 1.23 +12 -11 src/sbin/geom/core/geom.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 22:16:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C79E16A41F; Sun, 14 Aug 2005 22:16:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A51143D48; Sun, 14 Aug 2005 22:16:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EMGYsN090259; Sun, 14 Aug 2005 22:16:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EMGY1H090258; Sun, 14 Aug 2005 22:16:34 GMT (envelope-from pjd) Message-Id: <200508142216.j7EMGY1H090258@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 Aug 2005 22:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d geli X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 22:16:35 -0000 pjd 2005-08-14 22:16:34 UTC FreeBSD src repository Modified files: etc/rc.d geli Log: Fix (/usr could not be mounted yet, so there is no grep(1) available) and simplify checking for g_eli module. MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/etc/rc.d/geli From owner-cvs-all@FreeBSD.ORG Sun Aug 14 22:46:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A4B16A41F; Sun, 14 Aug 2005 22:46:50 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8194643D45; Sun, 14 Aug 2005 22:46:50 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7EMkolK091289; Sun, 14 Aug 2005 22:46:50 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7EMkogU091288; Sun, 14 Aug 2005 22:46:50 GMT (envelope-from iedowse) Message-Id: <200508142246.j7EMkogU091288@repoman.freebsd.org> From: Ian Dowse Date: Sun, 14 Aug 2005 22:46:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 22:46:50 -0000 iedowse 2005-08-14 22:46:50 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: Attempt to improve the logic for automatically sizing partitions to take into account the new default of starting the first partition after the boot blocks instead of at sector 0. If you used automatic sizing when the first partition did not start at 0, you would get an error that the automatically sized partition extended beyond the end of the disk. Note that there are probably still many more complex cases where automatic sizing and placement will not work (e.g. non-contiguous or out of order partitions). Revision Changes Path 1.111 +62 -5 src/sbin/bsdlabel/bsdlabel.c From owner-cvs-all@FreeBSD.ORG Sun Aug 14 23:18:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E5316A41F; Sun, 14 Aug 2005 23:18:00 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED0443D45; Sun, 14 Aug 2005 23:18:00 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7ENI0cP092402; Sun, 14 Aug 2005 23:18:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ENI0i1092401; Sun, 14 Aug 2005 23:18:00 GMT (envelope-from marcel) Message-Id: <200508142318.j7ENI0i1092401@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 14 Aug 2005 23:18:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 elf_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 23:18:00 -0000 marcel 2005-08-14 23:18:00 UTC FreeBSD src repository Modified files: sys/ia64/ia64 elf_machdep.c Log: Remove the execute permission for stacks. Revision Changes Path 1.20 +1 -1 src/sys/ia64/ia64/elf_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 00:09:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D2A16A41F; Mon, 15 Aug 2005 00:09:08 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A72E43D45; Mon, 15 Aug 2005 00:09:07 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.3/8.13.3) with ESMTP id j7F092Dr051585; Mon, 15 Aug 2005 01:09:02 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Mon, 15 Aug 2005 01:09:00 +0100 From: Brian Somers To: Bob Willcox Message-ID: <20050815010900.6f7e0424@dev.lan.Awfulhak.org> In-Reply-To: <20050814020635.GA19321@luke.immure.com> References: <200508132128.j7DLShWb080387@repoman.freebsd.org> <42FE6A67.6000208@freebsd.org> <20050814020635.GA19321@luke.immure.com> X-Mailer: Sylpheed-Claws 1.9.13 (GTK+ 2.6.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Colin Percival Subject: Re: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 00:09:08 -0000 On Sat, 13 Aug 2005 21:06:35 -0500 Bob Willcox wrote: > On Sat, Aug 13, 2005 at 02:47:19PM -0700, Colin Percival wrote: > > Colin Percival wrote: > > > This bug was caused by the astonishing interaction of "return" and > > > pipelines; in the following code, the "return" does not exit the > > > function, but instead exits the subshell which was spawned for the last > > > element of the pipeline; consequently, the output produced is "foo". > > > > > > foo() { > > > echo bar | while read baz; do > > > if [ ${baz} = "bar" ]; then > > > return 1 > > > fi > > > done > > > > > > echo foo > > > } > > > > For what it's worth, I don't know if the behaviour of our sh(1) is correct > > here. IEEE 1003.1, 2004 Ed. says > > > > "The return utility shall cause the shell to stop executing the current function > > or dot script. If the shell is not currently executing a function or dot script, > > the results are unspecified." > > > > and I don't see any mention of not returning from a function just because we > > happen to be inside a subshell. > > I tried this on a some different shells. Turns out that bash & pdksh > behave similar to the FreeBSD shell, but with ksh93 the return exits the > function. So maybe ksh93 is the only one working correctly--or it's the > only one that's broke. No. ksh93, aka the original ksh, is documented to execute the last command in a pipeline inline. Other shells don't. This is great for doing things like ``echo $line | read a b c'', and also avoids the unexpected return/exit not returning or exiting problems that Colin has seen. However, traditional Bourne shell scripts have to just handle this sort of weirdness with constructs like get input | while read line do important command || exit 1 other important command || exit 1 done || exit 1 AFAIK POSIX doesn't explicitly say what's right here, but not having the POSIX spec handy, treat that with a pinch of salt!! -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Mon Aug 15 00:28:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 074B116A41F; Mon, 15 Aug 2005 00:28:33 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B783943D48; Mon, 15 Aug 2005 00:28:32 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F0SWED094842; Mon, 15 Aug 2005 00:28:32 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F0SWbp094841; Mon, 15 Aug 2005 00:28:32 GMT (envelope-from suz) Message-Id: <200508150028.j7F0SWbp094841@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Mon, 15 Aug 2005 00:28:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 ip6_mroute.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 00:28:33 -0000 suz 2005-08-15 00:28:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 ip6_mroute.c Log: MFC Rev. 1.31 fixed a kernel crash at the start-up time of an IPv6 multicast daemon (e.g. pim6sd/pim6dd) Approved by: re(kensmith) Revision Changes Path 1.29.2.1 +1 -0 src/sys/netinet6/ip6_mroute.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 02:50:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D02116A41F; Mon, 15 Aug 2005 02:50:14 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C05543D45; Mon, 15 Aug 2005 02:50:14 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F2oEDj007047; Mon, 15 Aug 2005 02:50:14 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F2oDYK007046; Mon, 15 Aug 2005 02:50:13 GMT (envelope-from thompsa) Message-Id: <200508150250.j7F2oDYK007046@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 15 Aug 2005 02:50:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 02:50:14 -0000 thompsa 2005-08-15 02:50:13 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Ensure that we are holding the lock when initialising the bridge interface. We could initialise while unlocked if the bridge is not up when setting the inet address, ether_ioctl() would call bridge_init. Change it so bridge_init is always called unlocked and then locks before calling bstp_initialization(). Reported by: Michal Mertl Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.17 +5 -0 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 02:54:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB26C16A41F; Mon, 15 Aug 2005 02:54:29 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA25F43D49; Mon, 15 Aug 2005 02:54:29 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F2sTLD007218; Mon, 15 Aug 2005 02:54:29 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F2sTaL007217; Mon, 15 Aug 2005 02:54:29 GMT (envelope-from thompsa) Message-Id: <200508150254.j7F2sTaL007217@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 15 Aug 2005 02:54:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 02:54:30 -0000 thompsa 2005-08-15 02:54:29 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Ensure that we are holding the lock when initialising the bridge interface. We could initialise while unlocked if the bridge is not up when setting the inet address, ether_ioctl() would call bridge_init. Change it so bridge_init is always called unlocked and then locks before calling bstp_initialization(). Reported by: Michal Mertl Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.5 +2 -0 src/sys/net/bridgestp.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 03:35:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21BF616A41F; Mon, 15 Aug 2005 03:35:40 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D3943D46; Mon, 15 Aug 2005 03:35:39 +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 j7F3ZdL7008939; Mon, 15 Aug 2005 03:35:39 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F3Zdg5008938; Mon, 15 Aug 2005 03:35:39 GMT (envelope-from hrs) Message-Id: <200508150335.j7F3Zdg5008938@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 15 Aug 2005 03:35:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 03:35:40 -0000 hrs 2005-08-15 03:35:39 UTC FreeBSD doc repository Modified files: en/releases/6.0R schedule.sgml Log: Update 6.0R release schedule and reset several expected dates since obviously they delay and make people confused. Announcement on rescheduling will be made soon. Revision Changes Path 1.8 +109 -3 www/en/releases/6.0R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 15 05:35:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 497D516A41F; Mon, 15 Aug 2005 05:35:45 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j7F5bxV4002843; Mon, 15 Aug 2005 01:38:02 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.3/8.13.1/Submit) id j7F5bvxl002842; Mon, 15 Aug 2005 01:37:57 -0400 (EDT) (envelope-from green) Date: Mon, 15 Aug 2005 01:37:57 -0400 From: Brian Fundakowski Feldman To: Pawel Jakub Dawidek Message-ID: <20050815053757.GB2660@green.homeunix.org> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508120005.j7C05ARc090857@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 05:35:47 -0000 On Fri, Aug 12, 2005 at 12:05:09AM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-08-12 00:05:09 UTC > > FreeBSD src repository > > Modified files: > sys/geom/label g_label.c > Log: > Avoid creating directories in devfs by changing all '/' in labels to '_'. > > Idea from: Stanislav Sedov > MFC after: 3 days Why would we want to prevent the usage of a specific directory structure to represent GEOM's namespace, if that's what the administrator wants? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:01:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F74C16A41F; Mon, 15 Aug 2005 06:01:37 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5106343D48; Mon, 15 Aug 2005 06:01:37 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F61bV1021034; Mon, 15 Aug 2005 06:01:37 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F61bdi021033; Mon, 15 Aug 2005 06:01:37 GMT (envelope-from ssouhlal) Message-Id: <200508150601.j7F61bdi021033@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:01:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys mount.h vnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:01:37 -0000 ssouhlal 2005-08-15 06:01:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c sys/sys mount.h vnode.h Log: MFC: Holding a vnode doesn't prevent v_mount from disappearing (when the vnode is inactivated), possibly leading to a NULL dereference when checking if the mount wants knotes to be activated in the VOP hooks. So, we add a new vnode flag VV_NOKNOTE that is only set in getnewvnode(), if necessary, and check it when activating knotes. Since the flags are not erased when a vnode is being held, we can safely read them. Approved by: re (kensmith) Revision Changes Path 1.635.2.1 +2 -0 src/sys/kern/vfs_subr.c 1.197.2.1 +2 -4 src/sys/sys/mount.h 1.304.2.1 +1 -0 src/sys/sys/vnode.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:07:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046C616A41F; Mon, 15 Aug 2005 06:07:26 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6599D43D6D; Mon, 15 Aug 2005 06:07:23 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F67N8h021257; Mon, 15 Aug 2005 06:07:23 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F67NL6021256; Mon, 15 Aug 2005 06:07:23 GMT (envelope-from ssouhlal) Message-Id: <200508150607.j7F67NL6021256@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:07:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/rwho rwho.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:07:26 -0000 ssouhlal 2005-08-15 06:07:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/rwho rwho.1 Log: MFC rev 1.11: it's actually 11 minutes when the machine is assumed to be down and removed from the output. Obtained from: DragonFlyBSD Approved by: re (kensmith) Revision Changes Path 1.10.2.1 +1 -1 src/usr.bin/rwho/rwho.1 From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:10:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C405816A41F; Mon, 15 Aug 2005 06:10:13 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E5D43D45; Mon, 15 Aug 2005 06:10:13 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F6AD3j021398; Mon, 15 Aug 2005 06:10:13 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F6ADob021397; Mon, 15 Aug 2005 06:10:13 GMT (envelope-from ssouhlal) Message-Id: <200508150610.j7F6ADob021397@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:10:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/rwho rwho.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:10:13 -0000 ssouhlal 2005-08-15 06:10:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/rwho rwho.1 Log: MFC re 1.10: it's actually 11 minutes when the machine is assumed to be down and removed from the output. Obtained from: DragonFlyBSD Revision Changes Path 1.9.8.1 +2 -2 src/usr.bin/rwho/rwho.1 From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:14:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC65416A41F; Mon, 15 Aug 2005 06:14:07 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D6B43D46; Mon, 15 Aug 2005 06:14:07 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F6E7BG021600; Mon, 15 Aug 2005 06:14:07 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F6E7Dj021599; Mon, 15 Aug 2005 06:14:07 GMT (envelope-from ssouhlal) Message-Id: <200508150614.j7F6E7Dj021599@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:14:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:14:08 -0000 ssouhlal 2005-08-15 06:14:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/boot2 boot2.c Log: MFC rev 1.73: The kernel is usually at /boot/kernel/kernel nowadays. PR: i386/81756 Submitted by: trasz Approved by: re (kensmith) Revision Changes Path 1.72.2.1 +1 -1 src/sys/boot/i386/boot2/boot2.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:18:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8B916A41F; Mon, 15 Aug 2005 06:18:08 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7AC43D45; Mon, 15 Aug 2005 06:18:08 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F6I7p5021823; Mon, 15 Aug 2005 06:18:07 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F6I7Fu021822; Mon, 15 Aug 2005 06:18:07 GMT (envelope-from ssouhlal) Message-Id: <200508150618.j7F6I7Fu021822@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:18:08 -0000 ssouhlal 2005-08-15 06:18:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/boot2 boot2.c Log: MFC rev 1.73: The kernel is usually at /boot/kernel/kernel nowadays. PR: i386/81756 Submitted by: trasz Revision Changes Path 1.70.2.3 +1 -1 src/sys/boot/i386/boot2/boot2.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:22:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 959D816A41F; Mon, 15 Aug 2005 06:22:09 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5295A43D48; Mon, 15 Aug 2005 06:22:09 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F6M9ZX022023; Mon, 15 Aug 2005 06:22:09 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F6M9JJ022022; Mon, 15 Aug 2005 06:22:09 GMT (envelope-from ssouhlal) Message-Id: <200508150622.j7F6M9JJ022022@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:22:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:22:09 -0000 ssouhlal 2005-08-15 06:22:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vnode_pager.c Log: MFC rev 1.222: Use atomic operations on runningbufspace. PR: kern/84318 Submitted by: ade Approved by: re (kensmith) Revision Changes Path 1.221.2.1 +4 -2 src/sys/vm/vnode_pager.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 06:26:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A219016A41F; Mon, 15 Aug 2005 06:26:52 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F80F43D46; Mon, 15 Aug 2005 06:26:52 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F6Qqrm022188; Mon, 15 Aug 2005 06:26:52 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F6Qqew022187; Mon, 15 Aug 2005 06:26:52 GMT (envelope-from ssouhlal) Message-Id: <200508150626.j7F6Qqew022187@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 15 Aug 2005 06:26:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/vm vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 06:26:52 -0000 ssouhlal 2005-08-15 06:26:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vnode_pager.c Log: MFC rev 1.222: Use atomic operations on runningbufspace. PR: kern/84318 Submitted by: ade Revision Changes Path 1.196.2.7 +4 -2 src/sys/vm/vnode_pager.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 07:00:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BB716A41F; Mon, 15 Aug 2005 07:00:57 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9489143D48; Mon, 15 Aug 2005 07:00:56 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 2C81452C2F; Mon, 15 Aug 2005 09:00:55 +0200 (CEST) Received: from localhost (bma126.neoplus.adsl.tpnet.pl [83.28.220.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 6A07052BC4; Mon, 15 Aug 2005 09:00:47 +0200 (CEST) Date: Mon, 15 Aug 2005 09:00:33 +0200 From: Pawel Jakub Dawidek To: Brian Fundakowski Feldman Message-ID: <20050815070033.GA8368@garage.freebsd.pl> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <20050815053757.GB2660@green.homeunix.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 07:00:57 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 15, 2005 at 01:37:57AM -0400, Brian Fundakowski Feldman wrote: +> On Fri, Aug 12, 2005 at 12:05:09AM +0000, Pawel Jakub Dawidek wrote: +> > pjd 2005-08-12 00:05:09 UTC +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > sys/geom/label g_label.c=20 +> > Log: +> > Avoid creating directories in devfs by changing all '/' in labels to= '_'. +> > =20 +> > Idea from: Stanislav Sedov +> > MFC after: 3 days +>=20 +> Why would we want to prevent the usage of a specific directory structure +> to represent GEOM's namespace, if that's what the administrator wants? If the label name is 'foo/bar' it doesn't seems right to create 'foo' directory and provider 'bar' inside. The label could be also '../random' or something like this and I want to save administrator/user nasty surprises when he inserts some random CD. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAD2RForvXbEpPzQRArTQAJ9unG+CQlXqyuiZARLYbug+xkWmYACgif/u 7Mu4OTP9c4HMTrIk4a8z7nA= =WMny -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-cvs-all@FreeBSD.ORG Mon Aug 15 08:13:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE2D716A41F; Mon, 15 Aug 2005 08:13:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7AC43D45; Mon, 15 Aug 2005 08:13:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F8D2gW026066; Mon, 15 Aug 2005 08:13:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F8D1Gw026065; Mon, 15 Aug 2005 08:13:01 GMT (envelope-from phk) Message-Id: <200508150813.j7F8D1Gw026065@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 15 Aug 2005 08:13:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 08:13:02 -0000 phk 2005-08-15 08:13:01 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: After much experimentation, settle for the simplest model for customize scripts. Revision Changes Path 1.4 +17 -0 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 15 09:01:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1ABC16A41F; Mon, 15 Aug 2005 09:01:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8076443D5A; Mon, 15 Aug 2005 09:01:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F91Cma037372; Mon, 15 Aug 2005 09:01:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F91Cec037371; Mon, 15 Aug 2005 09:01:12 GMT (envelope-from rwatson) Message-Id: <200508150901.j7F91Cec037371@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 09:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm uma_int.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:01:12 -0000 rwatson 2005-08-15 09:01:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm uma_int.h Log: Merge uma_int.h:1.37 from HEAD to RELENG_6: Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can be used from memstat_uma.c for the purposes of kvm access without lots of additional unsafe includes. Approved by: re (hrs) Revision Changes Path 1.31.2.6 +2 -0 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 09:02:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D616A41F; Mon, 15 Aug 2005 09:02:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2650343D45; Mon, 15 Aug 2005 09:02:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F922ti037423; Mon, 15 Aug 2005 09:02:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F922R3037422; Mon, 15 Aug 2005 09:02:02 GMT (envelope-from rwatson) Message-Id: <200508150902.j7F922R3037422@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 09:02:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_page.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:02:02 -0000 rwatson 2005-08-15 09:02:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_page.h Log: Merge vm_page.h:1.137 from HEAD to RELENG_6: Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined, as opt_vmpage.h will not be available to user space library builds. A similar existing check is present for KLD_MODULE for similar reasons. Approved by: re (hrs) Revision Changes Path 1.136.2.1 +1 -1 src/sys/vm/vm_page.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 09:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A900C16A41F; Mon, 15 Aug 2005 09:03:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115D743D7B; Mon, 15 Aug 2005 09:03:50 +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 j7F93on6037505; Mon, 15 Aug 2005 09:03:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F93ohD037504; Mon, 15 Aug 2005 09:03:50 GMT (envelope-from rwatson) Message-Id: <200508150903.j7F93ohD037504@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 09:03:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys mac_policy.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:03:54 -0000 rwatson 2005-08-15 09:03:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys mac_policy.h Log: Merge mac_policy.h:1.69 from HEAD to RELENG_6: Insert a series of place-holder function pointers in mac_policy.h for entry points that will be inserted over the life-time of the 6.x branch, including for: - New struct file labeling (void * already added to struct file), events, access control checks. - Additional struct mount access control checks, internalization/ externalization. - mac_check_cap() - System call enter/exit check and event. - Socket and vnode ioctl entry points. Approved by: re (hrs) Revision Changes Path 1.66.2.2 +25 -0 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 09:51:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B6416A41F; Mon, 15 Aug 2005 09:51:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82ACB43D46; Mon, 15 Aug 2005 09:51:16 +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 j7F9pGiG039143; Mon, 15 Aug 2005 09:51:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F9pGjp039142; Mon, 15 Aug 2005 09:51:16 GMT (envelope-from rwatson) Message-Id: <200508150951.j7F9pGjp039142@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 09:51:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netnatm natm.c natm.h natm_pcb.c natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:51:16 -0000 rwatson 2005-08-15 09:51:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netnatm natm.c natm.h natm_pcb.c natm_proto.c Log: Merge if_atmsubr.c:1.38, natm.c:1.38, natm.h:1.11, natm_pcb.c:1.16, natm_proto.c:1.16 from HEAD to RELENG_6: Lock down netnatm and mark as MPSAFE: - Introduce a subsystem mutex, natm_mtx, manipulated with accessor macros NATM_LOCK_INIT(), NATM_LOCK(), NATM_UNLOCK(), NATM_LOCK_ASSERT(). It protects the consistency of pcb-related data structures. Finer grained locking is possible, but should be done in the context of specific measurements (as very little work is done in netnatm -- most is in the ATM device driver or socket layer, so there's probably not much contention). - Remove GIANT_REQUIRED, mark as NETISR_MPSAFE, remove NET_NEEDS_GIANT("netnatm"). - Conditionally acquire Giant when entering network interfaces for ifp->if_ioctl() using IFF_LOCKGIANT(ifp)/IFF_UNLOCKGIANT(ifp) in order to coexist with non-MPSAFE atm ifnet drivers.. - De-spl. Reviewed by: harti, bms (various versions) Approved by: re (hrs) Revision Changes Path 1.37.2.1 +56 -51 src/sys/netnatm/natm.c 1.10.2.1 +7 -0 src/sys/netnatm/natm.h 1.15.2.1 +3 -5 src/sys/netnatm/natm_pcb.c 1.15.2.1 +2 -3 src/sys/netnatm/natm_proto.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 09:52:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72FE016A41F; Mon, 15 Aug 2005 09:52:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F00A43D45; Mon, 15 Aug 2005 09:52:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F9qNgX039199; Mon, 15 Aug 2005 09:52:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F9qNeu039198; Mon, 15 Aug 2005 09:52:23 GMT (envelope-from rwatson) Message-Id: <200508150952.j7F9qNeu039198@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 09:52:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netnatm natm.c natm.h natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:52:23 -0000 rwatson 2005-08-15 09:52:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netnatm natm.c natm.h natm_proto.c Log: Merge natm.c:1.39, natm.h:1.12, natm_proto.c:1.17 from HEAD to RELENG_6: Remove FreeBSD 2.2 protocol usrreq compatibility code. Remove minor #ifdefs for early NetBSD and OpenBSD compatibility. Remove spl-related definitions. Approved by: re (hrs) Revision Changes Path 1.37.2.2 +1 -280 src/sys/netnatm/natm.c 1.10.2.2 +0 -25 src/sys/netnatm/natm.h 1.15.2.2 +0 -26 src/sys/netnatm/natm_proto.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 09:54:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D6E16A41F; Mon, 15 Aug 2005 09:54:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DD743D46; Mon, 15 Aug 2005 09:54:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7F9s12p039258; Mon, 15 Aug 2005 09:54:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7F9s1e8039257; Mon, 15 Aug 2005 09:54:01 GMT (envelope-from rwatson) Message-Id: <200508150954.j7F9s1e8039257@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 09:54:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet if_atm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 09:54:01 -0000 rwatson 2005-08-15 09:54:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_atm.c Log: Merge if_atm.c:1.20 from HEAD to RELENG_6: Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() and npcb_free() are called, in order to eliminate witness panics. This was overlooked in removal of GIANT from ATM. Approved by: re (hrs) Revision Changes Path 1.19.2.1 +9 -0 src/sys/netinet/if_atm.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 10:24:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0904816A41F; Mon, 15 Aug 2005 10:24:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590CB43D60; Mon, 15 Aug 2005 10:24:21 +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 j7FAOL3k046858; Mon, 15 Aug 2005 10:24:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FAOLTA046857; Mon, 15 Aug 2005 10:24:21 GMT (envelope-from rwatson) Message-Id: <200508151024.j7FAOLTA046857@repoman.freebsd.org> From: Robert Watson Date: Mon, 15 Aug 2005 10:24:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libmemstat libmemstat.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 10:24:22 -0000 rwatson 2005-08-15 10:24:21 UTC FreeBSD src repository Modified files: lib/libmemstat libmemstat.3 Log: The "Mbuf" zone was renamed "mbuf" to improve consistency, but the code example in libmemstat.3 was not updated to take this rename into account. Update the example. PR: 84946 Submitted by: Wojciech A. Koszek MFC after: 1 day Revision Changes Path 1.10 +4 -4 src/lib/libmemstat/libmemstat.3 From owner-cvs-all@FreeBSD.ORG Mon Aug 15 11:46:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C4A16A420; Mon, 15 Aug 2005 11:46:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11EB243D69; Mon, 15 Aug 2005 11:46:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FBkMgu055396; Mon, 15 Aug 2005 11:46:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FBkMqX055395; Mon, 15 Aug 2005 11:46:22 GMT (envelope-from pav) Message-Id: <200508151146.j7FBkMqX055395@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 Aug 2005 11:46:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/e2fsprogs/files patch-e2fsck-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 11:46:27 -0000 pav 2005-08-15 11:46:22 UTC FreeBSD ports repository Added files: sysutils/e2fsprogs/files patch-e2fsck-Makefile.in Log: - Fix tests on 6.0/i386 PR: ports/84760 Submitted by: Marcus Grando Approved by: Matthias Andree (maintainer) Approved by: portmgr (clement) Revision Changes Path 1.1 +11 -0 ports/sysutils/e2fsprogs/files/patch-e2fsck-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 15 12:15:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0500416A421; Mon, 15 Aug 2005 12:15:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE38C43D58; Mon, 15 Aug 2005 12:15:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FCFMXe056330; Mon, 15 Aug 2005 12:15:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FCFMXw056329; Mon, 15 Aug 2005 12:15:22 GMT (envelope-from pjd) Message-Id: <200508151215.j7FCFMXw056329@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 15 Aug 2005 12:15:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jls jls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 12:15:23 -0000 pjd 2005-08-15 12:15:21 UTC FreeBSD src repository Modified files: usr.sbin/jls jls.c Log: Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM in sysctl_jail_list(). Because of this, jls(8) could enter into an endless loop. The strange thing is, that we can call jls(8) while the other one is in loop and it will succeed - SYSCTL_OUT() will not return ENOMEM there. Maybe SYSCTL_OUT() returns first ENOMEM, because there is no memory, but is marking some memory range as wired even on failure and another SYSCTL_OUT() calls are not going to succeed, because process exceeds limit of wired memory? ENOVMCLUE. Anyway. Fix jls(8) to ignore ENOMEM and retry only 4 times. Submitted by: Niklas Saers PR: kern/79245 MFC after: 3 days Revision Changes Path 1.4 +17 -11 src/usr.sbin/jls/jls.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 12:48:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8E216A41F; Mon, 15 Aug 2005 12:48:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC5D43D45; Mon, 15 Aug 2005 12:48:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FCmhaX064440; Mon, 15 Aug 2005 12:48:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FCmhqJ064439; Mon, 15 Aug 2005 12:48:43 GMT (envelope-from phk) Message-Id: <200508151248.j7FCmhqJ064439@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 15 Aug 2005 12:48:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 12:48:43 -0000 phk 2005-08-15 12:48:43 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Cleanup and polishing. Revision Changes Path 1.5 +28 -24 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 15 12:56:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 228E916A41F; Mon, 15 Aug 2005 12:56:02 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j7FCwGfu004887; Mon, 15 Aug 2005 08:58:19 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.3/8.13.1/Submit) id j7FCwE4u004886; Mon, 15 Aug 2005 08:58:14 -0400 (EDT) (envelope-from green) Date: Mon, 15 Aug 2005 08:58:14 -0400 From: Brian Fundakowski Feldman To: Pawel Jakub Dawidek Message-ID: <20050815125814.GC2660@green.homeunix.org> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050815070033.GA8368@garage.freebsd.pl> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 12:56:04 -0000 On Mon, Aug 15, 2005 at 09:00:33AM +0200, Pawel Jakub Dawidek wrote: > On Mon, Aug 15, 2005 at 01:37:57AM -0400, Brian Fundakowski Feldman wrote: > +> On Fri, Aug 12, 2005 at 12:05:09AM +0000, Pawel Jakub Dawidek wrote: > +> > pjd 2005-08-12 00:05:09 UTC > +> > > +> > FreeBSD src repository > +> > > +> > Modified files: > +> > sys/geom/label g_label.c > +> > Log: > +> > Avoid creating directories in devfs by changing all '/' in labels to '_'. > +> > > +> > Idea from: Stanislav Sedov > +> > MFC after: 3 days > +> > +> Why would we want to prevent the usage of a specific directory structure > +> to represent GEOM's namespace, if that's what the administrator wants? > > If the label name is 'foo/bar' it doesn't seems right to create 'foo' > directory and provider 'bar' inside. The label could be also '../random' > or something like this and I want to save administrator/user nasty surprises > when he inserts some random CD. I like the idea of rejecting the latter, but what is the harm of the first case? If I call something "foo/bar", I'll be surprised to find out that it's located at /dev/foo_bar... my preference would be for the name to be rejected completely instead of remapped, if a '/' is to not be allowed, but that's my own. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Mon Aug 15 13:20:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6749116A421; Mon, 15 Aug 2005 13:20:32 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001DE43D53; Mon, 15 Aug 2005 13:20:31 +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 j7FDKVVe065589; Mon, 15 Aug 2005 13:20:31 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FDKVNO065588; Mon, 15 Aug 2005 13:20:31 GMT (envelope-from simon) Message-Id: <200508151320.j7FDKVNO065588@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 15 Aug 2005 13:20:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 13:20:32 -0000 simon 2005-08-15 13:20:31 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document pear-XML_RPC -- remote PHP code injection vulnerability. Submitted by: hrs Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.786 +37 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 15 13:27:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCF016A41F; Mon, 15 Aug 2005 13:27:53 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CE943D48; Mon, 15 Aug 2005 13:27: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 j7FDRrdd065838; Mon, 15 Aug 2005 13:27:53 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FDRrmA065837; Mon, 15 Aug 2005 13:27:53 GMT (envelope-from simon) Message-Id: <200508151327.j7FDRrmA065837@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 15 Aug 2005 13:27:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-XML_RPC Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 13:27:54 -0000 simon 2005-08-15 13:27:53 UTC FreeBSD ports repository Modified files: devel/pear-XML_RPC Makefile Log: Mark FORBIDDEN, due to remote code execution vulnerability. Security: http://vuxml.FreeBSD.org/e65ad1bf-0d8b-11da-90d0-00304823c0d3.html Approved by: portmgr (blanket, secteam) Revision Changes Path 1.18 +2 -0 ports/devel/pear-XML_RPC/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 15 13:43:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359A716A41F; Mon, 15 Aug 2005 13:43:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77AF43D48; Mon, 15 Aug 2005 13:43:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FDhjGM066556; Mon, 15 Aug 2005 13:43:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FDhjc1066555; Mon, 15 Aug 2005 13:43:45 GMT (envelope-from pav) Message-Id: <200508151343.j7FDhjc1066555@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 Aug 2005 13:43:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-XML_RPC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 13:43:46 -0000 pav 2005-08-15 13:43:45 UTC FreeBSD ports repository Modified files: devel/pear-XML_RPC Makefile distinfo Log: - Update to 1.4.0 to fix serious security bug Approved by: portmgr (krion) Revision Changes Path 1.19 +1 -3 ports/devel/pear-XML_RPC/Makefile 1.15 +2 -2 ports/devel/pear-XML_RPC/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 15 13:50:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760C316A41F; Mon, 15 Aug 2005 13:50:39 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CBD43D48; Mon, 15 Aug 2005 13:50:39 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FDodaZ066831; Mon, 15 Aug 2005 13:50:39 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FDodMC066830; Mon, 15 Aug 2005 13:50:39 GMT (envelope-from kan) Message-Id: <200508151350.j7FDodMC066830@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 15 Aug 2005 13:50:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 13:50:39 -0000 kan 2005-08-15 13:50:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC r1.639: Do not drop the vnode interlock if vdropl is called on already doomed vnode. vdropl callers expect it to return with interlock still being held. Approved by: re (hrs) Revision Changes Path 1.635.2.2 +1 -3 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 14:02:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1599E16A41F; Mon, 15 Aug 2005 14:02:38 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62DF43D48; Mon, 15 Aug 2005 14:02:37 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FE2bRE067276; Mon, 15 Aug 2005 14:02:37 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FE2bxC067275; Mon, 15 Aug 2005 14:02:37 GMT (envelope-from tobez) Message-Id: <200508151402.j7FE2bxC067275@repoman.freebsd.org> From: Anton Berezin Date: Mon, 15 Aug 2005 14:02:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/pci if_rlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 14:02:38 -0000 tobez 2005-08-15 14:02:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 re.4 sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC: Recognize D-Link DGE-528(T) Gigabit as an re(4) device. Approved by: re (kensmith) Revision Changes Path 1.12.2.1 +2 -0 src/share/man/man4/re.4 1.46.2.1 +2 -0 src/sys/dev/re/if_re.c 1.51.2.1 +5 -0 src/sys/pci/if_rlreg.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 14:04:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120CA16A41F; Mon, 15 Aug 2005 14:04:48 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D845443D49; Mon, 15 Aug 2005 14:04:47 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FE4lOV067384; Mon, 15 Aug 2005 14:04:47 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FE4lWq067383; Mon, 15 Aug 2005 14:04:47 GMT (envelope-from kan) Message-Id: <200508151404.j7FE4lWq067383@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 15 Aug 2005 14:04:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h src/sys/vm vm_pager.c vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 14:04:48 -0000 kan 2005-08-15 14:04:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_cluster.c sys/sys buf.h sys/vm vm_pager.c vnode_pager.c Log: MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. vm_pager_init() is run before required nswbuf variable has been set to correct value. This caused system to run with single pbuf available for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt variableis in the same way. Approved by: re (kensmith) Revision Changes Path 1.166.2.1 +0 -6 src/sys/kern/vfs_cluster.c 1.187.2.1 +2 -0 src/sys/sys/buf.h 1.105.2.1 +1 -0 src/sys/vm/vm_pager.c 1.221.2.2 +0 -9 src/sys/vm/vnode_pager.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 14:15:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 850DF16A41F; Mon, 15 Aug 2005 14:15:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439F643D45; Mon, 15 Aug 2005 14:15:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FEFcrS067864; Mon, 15 Aug 2005 14:15:38 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FEFc6O067863; Mon, 15 Aug 2005 14:15:38 GMT (envelope-from glebius) Message-Id: <200508151415.j7FEFc6O067863@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 15 Aug 2005 14:15:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ping ping.8 ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 14:15:38 -0000 glebius 2005-08-15 14:15:37 UTC FreeBSD src repository Modified files: sbin/ping ping.8 ping.c Log: Implement a new feature for ping(8) - sweeping pings. In a sweeping ping ICMP payload of packets being sent is increased with given step. Sweeping pings are useful for testing problematic channels, MTU issues or traffic policing functions in networks. PR: bin/82625 Submitted by: Chris Hellberg (with some cleanups) Revision Changes Path 1.52 +24 -1 src/sbin/ping/ping.8 1.107 +93 -6 src/sbin/ping/ping.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 14:28:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D2816A41F; Mon, 15 Aug 2005 14:28:50 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0EF43D5C; Mon, 15 Aug 2005 14:28:49 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FESnLn068288; Mon, 15 Aug 2005 14:28:49 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FESnQJ068287; Mon, 15 Aug 2005 14:28:49 GMT (envelope-from tegge) Message-Id: <200508151428.j7FESnQJ068287@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 Aug 2005 14:28:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 14:28:50 -0000 tegge 2005-08-15 14:28:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_contig.c Log: MFC: Check for marker pages when scanning active and inactive page queues. Approved by: re (kensmith) Revision Changes Path 1.43.2.1 +5 -0 src/sys/vm/vm_contig.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 14:59:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1701416A41F; Mon, 15 Aug 2005 14:59:55 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F8E43D45; Mon, 15 Aug 2005 14:59:54 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FExs4i069414; Mon, 15 Aug 2005 14:59:54 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FExsfe069413; Mon, 15 Aug 2005 14:59:54 GMT (envelope-from tegge) Message-Id: <200508151459.j7FExsfe069413@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 Aug 2005 14:59:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/vm vm_object.c vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 14:59:55 -0000 tegge 2005-08-15 14:59:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_object.c vm_pageout.c Log: MFC: Don't allow pagedaemon to skip pages while scanning active and inactive page queues due to the vm object being locked. Revision Changes Path 1.331.2.5 +5 -0 src/sys/vm/vm_object.c 1.261.2.5 +70 -5 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 15:02:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5023E16A41F; Mon, 15 Aug 2005 15:02:00 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1120F43D49; Mon, 15 Aug 2005 15:02:00 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FF1x34069598; Mon, 15 Aug 2005 15:01:59 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FF1x4b069597; Mon, 15 Aug 2005 15:01:59 GMT (envelope-from tegge) Message-Id: <200508151501.j7FF1x4b069597@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 Aug 2005 15:01:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 15:02:00 -0000 tegge 2005-08-15 15:01:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_contig.c Log: MFC: Check for marker pages when scanning active and inactive page queues. Revision Changes Path 1.38.2.5 +5 -0 src/sys/vm/vm_contig.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 15:07:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6844916A41F; Mon, 15 Aug 2005 15:07:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F47943D45; Mon, 15 Aug 2005 15:07:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FF7l5E069806; Mon, 15 Aug 2005 15:07:47 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FF7lnU069805; Mon, 15 Aug 2005 15:07:47 GMT (envelope-from joel) Message-Id: <200508151507.j7FF7lnU069805@repoman.freebsd.org> From: Joel Dahl Date: Mon, 15 Aug 2005 15:07:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 15:07:47 -0000 joel 2005-08-15 15:07:47 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: Update hardware section: * Document existing support for: - CMD 646U2 - Highpoint HPT372N - Intel 6300ESB - Intel ICH7 - Nvidia nForce2 MCP - Nvidia nForce3 MCP - Nvidia nForce3 Pro - Nvidia nForce4 - Promise PDC20571 - Promise PDC20575 - Promise PDC20579 - Promise PDC20580 - Promise PDC20621 - Promise PDC20622 - Promise PDC40518 - Promise PDC40519 - SIS 180 - SIS 181 - SIS 182 - SIS 965 - VIA VT6410 - VIA VT6420 - VIA VT6421 * Remove HPT366 duplicate Approved by: brueffer (mentor) Revision Changes Path 1.56 +7 -7 src/share/man/man4/ata.4 From owner-cvs-all@FreeBSD.ORG Mon Aug 15 15:34:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5862B16A41F; Mon, 15 Aug 2005 15:34:00 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1606643D45; Mon, 15 Aug 2005 15:34:00 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FFXxgi070809; Mon, 15 Aug 2005 15:33:59 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FFXx5m070808; Mon, 15 Aug 2005 15:33:59 GMT (envelope-from jkoshy) Message-Id: <200508151533.j7FFXx5m070808@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 Aug 2005 15:33:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 15:34:00 -0000 jkoshy 2005-08-15 15:33:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmcstat pmcstat.c Log: MFC r1.8 "Correctly print system-wide PMC counts for short-lived command lines". Approved by: re (hrs) Revision Changes Path 1.6.2.1 +3 -0 src/usr.sbin/pmcstat/pmcstat.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 15:59:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFD516A41F; Mon, 15 Aug 2005 15:59:41 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654AC43D53; Mon, 15 Aug 2005 15:59:39 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.49] (lesnik.portaone.com [195.140.246.50] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j7FFxXMG035708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Aug 2005 17:59:34 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4300BBDC.8000609@portaone.com> Date: Mon, 15 Aug 2005 18:59:24 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Kabaev References: <200508151404.j7FE4lWq067383@repoman.freebsd.org> In-Reply-To: <200508151404.j7FE4lWq067383@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1022/Mon Aug 15 12:03:07 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h src/sys/vm vm_pager.c vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 15:59:41 -0000 Alexander Kabaev wrote: > kan 2005-08-15 14:04:47 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/kern vfs_cluster.c > sys/sys buf.h > sys/vm vm_pager.c vnode_pager.c > Log: > MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. > vm_pager_init() is run before required nswbuf variable has been set > to correct value. This caused system to run with single pbuf available > for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt > variableis in the same way. > > Approved by: re (kensmith) What about RELENG_5? Is it affected as well? -Maxim From owner-cvs-all@FreeBSD.ORG Mon Aug 15 16:49:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 634C116A420; Mon, 15 Aug 2005 16:49:23 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265EC43D49; Mon, 15 Aug 2005 16:49:23 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7FGnNdG056397; Mon, 15 Aug 2005 16:49:23 GMT (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7FGnNCA056396; Mon, 15 Aug 2005 16:49:23 GMT (envelope-from kan) Date: Mon, 15 Aug 2005 16:49:22 +0000 From: Alexander Kabaev To: Maxim.Sobolev@portaone.com Message-ID: <20050815164922.GA56363@freefall.freebsd.org> References: <200508151404.j7FE4lWq067383@repoman.freebsd.org> <4300BBDC.8000609@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4300BBDC.8000609@portaone.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h src/sys/vm vm_pager.c vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 16:49:23 -0000 On Mon, Aug 15, 2005 at 06:59:24PM +0300, Maxim Sobolev wrote: > Alexander Kabaev wrote: > >kan 2005-08-15 14:04:47 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/kern vfs_cluster.c > > sys/sys buf.h > > sys/vm vm_pager.c vnode_pager.c > > Log: > > MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt > > variable. > > vm_pager_init() is run before required nswbuf variable has been set > > to correct value. This caused system to run with single pbuf available > > for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt > > variableis in the same way. > > > > Approved by: re (kensmith) > > What about RELENG_5? Is it affected as well? > > -Maxim RELENG_5 is probably affected too, but I do not have any 5.x machines around to confirm that and test the fix. I will be much obliged if someone else merges this patch to RELENG_5. From owner-cvs-all@FreeBSD.ORG Mon Aug 15 17:07:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA9716A41F; Mon, 15 Aug 2005 17:07:37 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F8043D46; Mon, 15 Aug 2005 17:07:37 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FH7bFt080933; Mon, 15 Aug 2005 17:07:37 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FH7bp0080932; Mon, 15 Aug 2005 17:07:37 GMT (envelope-from joel) Message-Id: <200508151707.j7FH7bp0080932@repoman.freebsd.org> From: Joel Dahl Date: Mon, 15 Aug 2005 17:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile snd_t4dwave.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 17:07:38 -0000 joel 2005-08-15 17:07:37 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Added files: share/man/man4 snd_t4dwave.4 Log: Add manual page for snd_t4dwave(4). Approved by: brueffer (mentor) Revision Changes Path 1.323 +1 -0 src/share/man/man4/Makefile 1.1 +63 -0 src/share/man/man4/snd_t4dwave.4 (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 15 17:07:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E66816A421; Mon, 15 Aug 2005 17:07:48 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CED643D46; Mon, 15 Aug 2005 17:07:48 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FH7lPH080968; Mon, 15 Aug 2005 17:07:47 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FH7lZQ080967; Mon, 15 Aug 2005 17:07:47 GMT (envelope-from le) Message-Id: <200508151707.j7FH7lZQ080967@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 15 Aug 2005 17:07:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_drive.c geom_vinum_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 17:07:48 -0000 le 2005-08-15 17:07:47 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c geom_vinum_drive.c geom_vinum_var.h Log: Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18: When a drive is newly created, it's state is initially set to 'down', so it won't allow saving the config to it (thus it will never know of itself being created). Work around this by adding a new flag, that's also checked when saving the config to a drive. Revision Changes Path 1.17 +2 -0 src/sys/geom/vinum/geom_vinum.c 1.19 +6 -1 src/sys/geom/vinum/geom_vinum_drive.c 1.10 +1 -0 src/sys/geom/vinum/geom_vinum_var.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 17:20:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9534A16A41F; Mon, 15 Aug 2005 17:20:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268EF43D49; Mon, 15 Aug 2005 17:20:35 +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 j7FHKZvV081517; Mon, 15 Aug 2005 17:20:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FHKYg7081516; Mon, 15 Aug 2005 17:20:34 GMT (envelope-from imp) Message-Id: <200508151720.j7FHKYg7081516@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Aug 2005 17:20:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sn if_sn.c if_snvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 17:20:35 -0000 imp 2005-08-15 17:20:34 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn.c if_snvar.h Log: Diff reduction to my tree: commit the trivial part of efforts to add support for the really old Megahertz ethernet/modem combo cards. Revision Changes Path 1.49 +6 -2 src/sys/dev/sn/if_sn.c 1.9 +2 -0 src/sys/dev/sn/if_snvar.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 17:49:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A2416A41F; Mon, 15 Aug 2005 17:49:38 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03AD43D45; Mon, 15 Aug 2005 17:49:38 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FHncHE082805; Mon, 15 Aug 2005 17:49:38 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FHncxZ082804; Mon, 15 Aug 2005 17:49:38 GMT (envelope-from stefanf) Message-Id: <200508151749.j7FHncxZ082804@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 15 Aug 2005 17:49:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 17:49:39 -0000 stefanf 2005-08-15 17:49:38 UTC FreeBSD src repository Modified files: bin/sh parser.c Log: Remove a hack for an ancient gdb. Revision Changes Path 1.56 +4 -13 src/bin/sh/parser.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 17:56:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF7816A41F; Mon, 15 Aug 2005 17:56:05 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E65543D45; Mon, 15 Aug 2005 17:56:05 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FHu4TW083108; Mon, 15 Aug 2005 17:56:05 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FHu4Mr083107; Mon, 15 Aug 2005 17:56:04 GMT (envelope-from joel) Message-Id: <200508151756.j7FHu4Mr083107@repoman.freebsd.org> From: Joel Dahl Date: Mon, 15 Aug 2005 17:56:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcm.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 17:56:05 -0000 joel 2005-08-15 17:56:04 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 Log: Xref snd_t4dwave(4). Approved by: brueffer (mentor) Revision Changes Path 1.40 +1 -0 src/share/man/man4/pcm.4 From owner-cvs-all@FreeBSD.ORG Mon Aug 15 17:56:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FB316A4DD; Mon, 15 Aug 2005 17:56:09 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD6343D45; Mon, 15 Aug 2005 17:56:08 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FHu8ho083140; Mon, 15 Aug 2005 17:56:08 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FHu8Gv083139; Mon, 15 Aug 2005 17:56:08 GMT (envelope-from tegge) Message-Id: <200508151756.j7FHu8Gv083139@repoman.freebsd.org> From: Tor Egge Date: Mon, 15 Aug 2005 17:56:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 17:56:10 -0000 tegge 2005-08-15 17:56:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/vm vm_page.c Log: MFC: Check for marker pages when scanning inactive page queue. Revision Changes Path 1.147.2.24 +6 -1 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:02:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FC116A41F; Mon, 15 Aug 2005 18:02:35 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 472EB43D45; Mon, 15 Aug 2005 18:02:35 +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 j7FI2Z7g083451; Mon, 15 Aug 2005 18:02:35 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FI2ZqW083450; Mon, 15 Aug 2005 18:02:35 GMT (envelope-from lofi) Message-Id: <200508151802.j7FI2ZqW083450@repoman.freebsd.org> From: Michael Nottebrock Date: Mon, 15 Aug 2005 18:02:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/kdeedu3 Makefile ports/misc/kdeedu3/files patch-post-3.4.2-kdeedu.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:02:35 -0000 lofi 2005-08-15 18:02:35 UTC FreeBSD ports repository Modified files: misc/kdeedu3 Makefile Added files: misc/kdeedu3/files patch-post-3.4.2-kdeedu.diff Log: Patch insecure tempfile handling issue in langen2kvtmlx (kvoctrain). Security: CAN-2005-2101 Security: http://www.kde.org/info/security/advisory-20050815-1.txt Security: langen2kvtml uses known filenames in /tmp which allow a local attacker to overwrite files writeable by the user (manually) invoking the conversion script. Approved by: portmgr (marcus) Revision Changes Path 1.24 +1 -0 ports/misc/kdeedu3/Makefile 1.1 +63 -0 ports/misc/kdeedu3/files/patch-post-3.4.2-kdeedu.diff (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:03:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CEE016A41F; Mon, 15 Aug 2005 18:03:17 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D4043D45; Mon, 15 Aug 2005 18:03:16 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FI3GwL083488; Mon, 15 Aug 2005 18:03:16 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FI3GrN083487; Mon, 15 Aug 2005 18:03:16 GMT (envelope-from joel) Message-Id: <200508151803.j7FI3GrN083487@repoman.freebsd.org> From: Joel Dahl Date: Mon, 15 Aug 2005 18:03:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:03:17 -0000 joel 2005-08-15 18:03:16 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add snd_t4dwave(4). Approved by: brueffer (mentor) Revision Changes Path 1.354 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:10:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E4416A41F; Mon, 15 Aug 2005 18:10:28 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E863543D48; Mon, 15 Aug 2005 18:10:27 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FIARJH083870; Mon, 15 Aug 2005 18:10:27 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIAR7j083869; Mon, 15 Aug 2005 18:10:27 GMT (envelope-from joel) Message-Id: <200508151810.j7FIAR7j083869@repoman.freebsd.org> From: Joel Dahl Date: Mon, 15 Aug 2005 18:10:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:10:28 -0000 joel 2005-08-15 18:10:27 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Auto generate device listings for snd_t4dwave(4). Approved by: brueffer (mentor) Revision Changes Path 1.283 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.63 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:15:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A6216A41F; Mon, 15 Aug 2005 18:15:20 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9794543D46; Mon, 15 Aug 2005 18:15:20 +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 j7FIFKKt084179; Mon, 15 Aug 2005 18:15:20 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIFK6b084177; Mon, 15 Aug 2005 18:15:20 GMT (envelope-from wilko) Message-Id: <200508151815.j7FIFK6b084177@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 15 Aug 2005 18:15:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:15:21 -0000 wilko 2005-08-15 18:15:20 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: wisdom about 'beachhead' Revision Changes Path 1.184 +5 -0 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:28:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455BC16A41F; Mon, 15 Aug 2005 18:28:50 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066E643D46; Mon, 15 Aug 2005 18:28:50 +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 j7FISnim084682; Mon, 15 Aug 2005 18:28:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FISnbW084681; Mon, 15 Aug 2005 18:28:49 GMT (envelope-from imp) Message-Id: <200508151828.j7FISnbW084681@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Aug 2005 18:28:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:28:50 -0000 imp 2005-08-15 18:28:49 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn_pccard.c Log: Some preliminary support for Megahertz XJEM and CCEM (same cards really) combo cards. Revision Changes Path 1.34 +159 -28 src/sys/dev/sn/if_sn_pccard.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:29:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DCC16A41F; Mon, 15 Aug 2005 18:29:05 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CF443D46; Mon, 15 Aug 2005 18:29:05 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FIT4Jg084715; Mon, 15 Aug 2005 18:29:04 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIT4iX084714; Mon, 15 Aug 2005 18:29:04 GMT (envelope-from alfred) Message-Id: <200508151829.j7FIT4iX084714@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 15 Aug 2005 18:29:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:29:05 -0000 alfred 2005-08-15 18:29:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Explain what "Called ... with the following non-sleepable locks held" means. Revision Changes Path 1.757 +32 -0 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:34:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EA816A41F; Mon, 15 Aug 2005 18:34:22 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38A243D46; Mon, 15 Aug 2005 18:34:21 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FIYLLN085038; Mon, 15 Aug 2005 18:34:21 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIYLHo085037; Mon, 15 Aug 2005 18:34:21 GMT (envelope-from cperciva) Message-Id: <200508151834.j7FIYLHo085037@repoman.freebsd.org> From: Colin Percival Date: Mon, 15 Aug 2005 18:34:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin Makefile src/usr.bin/bsdiff Makefile Makefile.inc src/usr.bin/bsdiff/bsdiff Makefile bsdiff.1 bsdiff.c src/usr.bin/bsdiff/bspatch Makefile bspatch.1 bspatch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:34:22 -0000 cperciva 2005-08-15 18:34:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin Makefile Added files: (Branch: RELENG_6) usr.bin/bsdiff Makefile Makefile.inc usr.bin/bsdiff/bsdiff Makefile bsdiff.1 bsdiff.c usr.bin/bsdiff/bspatch Makefile bspatch.1 bspatch.c Log: MFC addition of bsdiff and bspatch to the base system, in order to allow them to be used by portsnap(8) in 6.0-RELEASE. Approved by: re (kensmith) Revision Changes Path 1.279.2.1 +1 -0 src/usr.bin/Makefile 1.1.2.1 +5 -0 src/usr.bin/bsdiff/Makefile (new) 1.2.2.1 +6 -0 src/usr.bin/bsdiff/Makefile.inc (new) 1.1.2.1 +8 -0 src/usr.bin/bsdiff/bsdiff/Makefile (new) 1.1.2.1 +63 -0 src/usr.bin/bsdiff/bsdiff/bsdiff.1 (new) 1.1.2.1 +403 -0 src/usr.bin/bsdiff/bsdiff/bsdiff.c (new) 1.1.2.1 +8 -0 src/usr.bin/bsdiff/bspatch/Makefile (new) 1.1.2.1 +59 -0 src/usr.bin/bsdiff/bspatch/bspatch.1 (new) 1.1.2.1 +203 -0 src/usr.bin/bsdiff/bspatch/bspatch.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:40:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76BF416A41F; Mon, 15 Aug 2005 18:40:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3613943D45; Mon, 15 Aug 2005 18:40:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FIeTle085348; Mon, 15 Aug 2005 18:40:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIeTQi085347; Mon, 15 Aug 2005 18:40:29 GMT (envelope-from phk) Message-Id: <200508151840.j7FIeTQi085347@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 15 Aug 2005 18:40:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:40:29 -0000 phk 2005-08-15 18:40:29 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Put more stuff in logfiles instead of stdout Revision Changes Path 1.6 +8 -2 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:46:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F90616A41F; Mon, 15 Aug 2005 18:46:14 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BB543D6E; Mon, 15 Aug 2005 18:46:13 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FIkDEp085645; Mon, 15 Aug 2005 18:46:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIkDoW085644; Mon, 15 Aug 2005 18:46:13 GMT (envelope-from jkoshy) Message-Id: <200508151846.j7FIkDoW085644@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 15 Aug 2005 18:46:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_pmc.c src/sys/sys pmckern.h src/sys/dev/hwpmc hwpmc_mod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:46:14 -0000 jkoshy 2005-08-15 18:46:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_pmc.c sys/sys pmckern.h sys/dev/hwpmc hwpmc_mod.c Log: MFC { sys/dev/hwpmc/hwpmc_mod.c:1.13, sys/kern/kern_pmc.c:1.5, sys/sys/pmckern.h:1.5 } Fail the module loading process if the currently executing kernel was not compiled with 'options HWPMC_HOOKS' or if the compiled-in version numbers of the kernel and module are not in sync. Approved by: re (kensmith) Revision Changes Path 1.10.2.3 +12 -0 src/sys/dev/hwpmc/hwpmc_mod.c 1.4.2.1 +14 -7 src/sys/kern/kern_pmc.c 1.4.2.1 +3 -0 src/sys/sys/pmckern.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:46:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 236AB16A41F; Mon, 15 Aug 2005 18:46:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CA143D48; Mon, 15 Aug 2005 18:46:34 +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 j7FIkYsc085697; Mon, 15 Aug 2005 18:46:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIkYKX085696; Mon, 15 Aug 2005 18:46:34 GMT (envelope-from krion) Message-Id: <200508151846.j7FIkYKX085696@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 15 Aug 2005 18:46:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/pdflib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:46:35 -0000 krion 2005-08-15 18:46:34 UTC FreeBSD ports repository Modified files: print/pdflib Makefile Log: Make fetchable again. Approved by: portmgr (implicit) Revision Changes Path 1.42 +1 -1 ports/print/pdflib/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:46:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4AA116A42B; Mon, 15 Aug 2005 18:46:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558E943D46; Mon, 15 Aug 2005 18:46:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FIka1n085731; Mon, 15 Aug 2005 18:46:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIka1h085730; Mon, 15 Aug 2005 18:46:36 GMT (envelope-from pav) Message-Id: <200508151846.j7FIka1h085730@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 Aug 2005 18:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-sip Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:46:37 -0000 pav 2005-08-15 18:46:36 UTC FreeBSD ports repository Modified files: devel/py-sip Makefile pkg-plist Log: - Fix plist Requested by: krion Approved by: portmgr (krion) Revision Changes Path 1.22 +1 -1 ports/devel/py-sip/Makefile 1.9 +1 -0 ports/devel/py-sip/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:48:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8576616A41F; Mon, 15 Aug 2005 18:48:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F04D43D5F; Mon, 15 Aug 2005 18:48: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 j7FImN5R085781; Mon, 15 Aug 2005 18:48:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FImN1S085780; Mon, 15 Aug 2005 18:48:23 GMT (envelope-from imp) Message-Id: <200508151848.j7FImN1S085780@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Aug 2005 18:48:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:48:24 -0000 imp 2005-08-15 18:48:23 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add almost all the files I needed to clean out from my laptop disk that's been updated via buildworld for about 5 years now... Note: some of the bin/foo that were duplicated as sbin/foo were likely errors in the first place. Note2: This contains some, but not all, of the perl and uucp files as I'd removed some of them before I started keeping track... Revision Changes Path 1.12 +69 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Mon Aug 15 18:51:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B84616A42B; Mon, 15 Aug 2005 18:51:46 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3894943D46; Mon, 15 Aug 2005 18:51:46 +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 j7FIpkhY085979; Mon, 15 Aug 2005 18:51:46 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FIpk0s085978; Mon, 15 Aug 2005 18:51:46 GMT (envelope-from julian) Message-Id: <200508151851.j7FIpk0s085978@repoman.freebsd.org> From: Julian Elischer Date: Mon, 15 Aug 2005 18:51:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netgraph netgraph.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:51:46 -0000 julian 2005-08-15 18:51:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph netgraph.h Log: MFC: reduce warnings when compiled under -W Obtained from: Sandvine inc. Revision Changes Path 1.43.2.10 +3 -3 src/sys/netgraph/netgraph.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 19:09:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2730016A41F; Mon, 15 Aug 2005 19:09:07 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D904B43D45; Mon, 15 Aug 2005 19:09:06 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FJ96QJ086631; Mon, 15 Aug 2005 19:09:06 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FJ96Y0086630; Mon, 15 Aug 2005 19:09:06 GMT (envelope-from thierry) Message-Id: <200508151909.j7FJ96Y0086630@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 15 Aug 2005 19:09:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 19:09:07 -0000 thierry 2005-08-15 19:09:06 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Update to 20050808 and make fetchable again. Approved by: portmgr (marcus) Revision Changes Path 1.76 +1 -1 ports/mail/spambnc/Makefile 1.70 +4 -4 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 15 19:40:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B293616A41F; Mon, 15 Aug 2005 19:40:53 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C48B43D45; Mon, 15 Aug 2005 19:40:53 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FJerpa087878; Mon, 15 Aug 2005 19:40:53 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FJeraY087877; Mon, 15 Aug 2005 19:40:53 GMT (envelope-from phk) Message-Id: <200508151940.j7FJeraY087877@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 15 Aug 2005 19:40:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 19:40:53 -0000 phk 2005-08-15 19:40:53 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c Log: Eliminate effectively unused dm_basedir field from devfs_mount. Revision Changes Path 1.23 +0 -1 src/sys/fs/devfs/devfs.h 1.38 +1 -1 src/sys/fs/devfs/devfs_devs.c 1.15 +1 -1 src/sys/fs/devfs/devfs_rule.c 1.46 +0 -1 src/sys/fs/devfs/devfs_vfsops.c 1.118 +1 -1 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:02:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A1916A41F; Mon, 15 Aug 2005 20:02:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F8E43D45; Mon, 15 Aug 2005 20:02:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FK2eUt088741; Mon, 15 Aug 2005 20:02:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FK2ebf088740; Mon, 15 Aug 2005 20:02:40 GMT (envelope-from ahze) Message-Id: <200508152002.j7FK2ebf088740@repoman.freebsd.org> From: Michael Johnson Date: Mon, 15 Aug 2005 20:02:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images ss211-3-tn.png ss211-3.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:02:41 -0000 ahze 2005-08-15 20:02:40 UTC FreeBSD doc repository (ports committer) Modified files: en/gnome screenshots.sgml Added files: en/gnome/images ss211-3-tn.png ss211-3.png Log: - Add my own GNOME 2.11 screenshot =) Revision Changes Path 1.1 +336 -0 www/en/gnome/images/ss211-3-tn.png (new) 1.1 +4969 -0 www/en/gnome/images/ss211-3.png (new) 1.55 +11 -1 www/en/gnome/screenshots.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:04:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4F916A420; Mon, 15 Aug 2005 20:04:28 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8797D43D48; Mon, 15 Aug 2005 20:04:28 +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 j7FK4Spp088800; Mon, 15 Aug 2005 20:04:28 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FK4SbG088799; Mon, 15 Aug 2005 20:04:28 GMT (envelope-from julian) Message-Id: <200508152004.j7FK4SbG088799@repoman.freebsd.org> From: Julian Elischer Date: Mon, 15 Aug 2005 20:04:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph netgraph.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:04:28 -0000 julian 2005-08-15 20:04:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph netgraph.h Log: MFC: reduce warnings when compiled under -W. Obtained from: Sandvine inc. Approved by: re (ken) Revision Changes Path 1.55.2.2 +3 -3 src/sys/netgraph/netgraph.h From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:24:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08E716A41F; Mon, 15 Aug 2005 20:24:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8471043D46; Mon, 15 Aug 2005 20:24:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FKO8B0089917; Mon, 15 Aug 2005 20:24:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FKO8Pc089916; Mon, 15 Aug 2005 20:24:08 GMT (envelope-from cperciva) Message-Id: <200508152024.j7FKO8Pc089916@repoman.freebsd.org> From: Colin Percival Date: Mon, 15 Aug 2005 20:24:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc Makefile portsnap.conf src/etc/mtree BSD.var.dist src/share/man/man5 Makefile portsnap.conf.5 src/usr.sbin Makefile src/usr.sbin/portsnap Makefile Makefile.inc src/usr.sbin/portsnap/make_index Makefile make_index.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:24:08 -0000 cperciva 2005-08-15 20:24:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc Makefile etc/mtree BSD.var.dist share/man/man5 Makefile usr.sbin Makefile Added files: (Branch: RELENG_6) etc portsnap.conf share/man/man5 portsnap.conf.5 usr.sbin/portsnap Makefile Makefile.inc usr.sbin/portsnap/make_index Makefile make_index.c usr.sbin/portsnap/phttpget Makefile phttpget.c usr.sbin/portsnap/portsnap Makefile portsnap.8 portsnap.sh Log: MFC addition of portsnap to the base system plus subsequent enhancements and bug fixes. Approved by: re (kensmith) Revision Changes Path 1.343.2.1 +1 -1 src/etc/Makefile 1.71.2.1 +2 -0 src/etc/mtree/BSD.var.dist 1.1.2.1 +18 -0 src/etc/portsnap.conf (new) 1.58.2.1 +1 -0 src/share/man/man5/Makefile 1.1.2.1 +102 -0 src/share/man/man5/portsnap.conf.5 (new) 1.332.2.1 +1 -0 src/usr.sbin/Makefile 1.1.2.1 +5 -0 src/usr.sbin/portsnap/Makefile (new) 1.1.2.1 +5 -0 src/usr.sbin/portsnap/Makefile.inc (new) 1.1.2.1 +9 -0 src/usr.sbin/portsnap/make_index/Makefile (new) 1.2.2.1 +493 -0 src/usr.sbin/portsnap/make_index/make_index.c (new) 1.1.2.1 +9 -0 src/usr.sbin/portsnap/phttpget/Makefile (new) 1.4.2.1 +601 -0 src/usr.sbin/portsnap/phttpget/phttpget.c (new) 1.1.2.1 +6 -0 src/usr.sbin/portsnap/portsnap/Makefile (new) 1.3.2.1 +211 -0 src/usr.sbin/portsnap/portsnap/portsnap.8 (new) 1.8.2.1 +918 -0 src/usr.sbin/portsnap/portsnap/portsnap.sh (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:27:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB1216A421; Mon, 15 Aug 2005 20:27:54 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E626043D48; Mon, 15 Aug 2005 20:27:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FKRYsv090071; Mon, 15 Aug 2005 20:27:34 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FKRYsQ090070; Mon, 15 Aug 2005 20:27:34 GMT (envelope-from brooks) Message-Id: <200508152027.j7FKRYsQ090070@repoman.freebsd.org> From: Brooks Davis Date: Mon, 15 Aug 2005 20:27:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:27:54 -0000 brooks 2005-08-15 20:27:34 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Vlan interfaces change their type after ether_ifattach() so we needs to use if_free_type(ifp, IFT_ETHER) to delete them and stop leaking struct arpcoms. Reported by: thompsa MFC After: 3 days Revision Changes Path 1.81 +1 -1 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:38:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EFC16A41F; Mon, 15 Aug 2005 20:38:54 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B4243D53; Mon, 15 Aug 2005 20:38:54 +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 j7FKcsmV090565; Mon, 15 Aug 2005 20:38:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FKcs9Y090564; Mon, 15 Aug 2005 20:38:54 GMT (envelope-from simon) Message-Id: <200508152038.j7FKcs9Y090564@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 15 Aug 2005 20:38:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:38:55 -0000 simon 2005-08-15 20:38:54 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add phpmyfaq and drupal to the "pear-XML_RPC -- remote PHP code injection vulnerability" entry since they contain an embedded version of pear-XML_RPC. Fix typo in body of the latest xpdf entry (note: no modified date bump as this is a minor typo fix which does change ). Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.787 +16 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:44:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F4916A41F; Mon, 15 Aug 2005 20:44:55 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48F443D45; Mon, 15 Aug 2005 20:44:54 +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 j7FKis51090822; Mon, 15 Aug 2005 20:44:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FKisbX090821; Mon, 15 Aug 2005 20:44:54 GMT (envelope-from simon) Message-Id: <200508152044.j7FKisbX090821@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 15 Aug 2005 20:44:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpmyfaq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:44:55 -0000 simon 2005-08-15 20:44:54 UTC FreeBSD ports repository Modified files: www/phpmyfaq Makefile Log: Mark FORBIDDEN, due to remote code execution vulnerability in embedded pear-XML_RPC. Security: http://vuxml.FreeBSD.org/e65ad1bf-0d8b-11da-90d0-00304823c0d3.html Approved by: portmgr (blanket, secteam) Revision Changes Path 1.4 +2 -0 ports/www/phpmyfaq/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 15 20:58:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE8116A41F; Mon, 15 Aug 2005 20:58:37 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3067D43D48; Mon, 15 Aug 2005 20:58:37 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FKwbTv098350; Mon, 15 Aug 2005 20:58:37 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FKwbCW098349; Mon, 15 Aug 2005 20:58:37 GMT (envelope-from marius) Message-Id: <200508152058.j7FKwbCW098349@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 Aug 2005 20:58:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/sparc64/loader metadata.c src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:58:37 -0000 marius 2005-08-15 20:58:36 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader metadata.c sys/dev/uart uart_cpu_sparc64.c Log: - Change the code that determines whether to use a serial console and which serial device to use in that case respectively to not rely on the OFW names of the input/output and stdin/stdout devices. Instead check whether input and output refers to the same device and is of type serial (uart(4) was already doing this) and for the fallback to a serial console in case a keyboard is the selected input device but unplugged do the same for stdin and stdout in case the input device is nonexistent (PS/2 and USB keyboards) or has a 'keyboard' property (RS232 keyboards). Additionally also check whether the OFW did a fallback to a serial console in the same way in case the output device is nonexistent. While at it save on some variables and for sys/boot/sparc64/loader/metadata.c move the code in question to a new function md_bootserial() so it can be kept in sync with uart_cpu_getdev_console() more easily. This fixes selecting a serial console and the appropriate device when using a device path for the 'input-device' and 'output-device' OFW environment variables instead of an alias for the serial device to use or when using a screen alias that additionally denotes a video mode (like e.g. 'screen:r1024x768x60') but no keyboard is plugged in (amongst others). It also makes the code select a serial console in case the OFW did the same due to a misconfiguration like both 'input-device' and 'output-device' set to 'keyboard' or to a nonexisting device (whether the OFW does a fallback to a serial console in case of a misconfiguration or one ends up with just no console at all highly depends on the OBP version however). - Reduce the size of buffers that only ever need to hold the string 'serial' accordingly. Double the size of buffers that may need to hold a device path as e.g. '/pci@8,700000/ebus@5/serial@1,400000:a' exceeds 32 chars. - Remove the package handle of the '/options' node from the argument list of uart_cpu_getdev_dbgport() as it's unused there and future use is also unlikely. MFC after: 1 week Revision Changes Path 1.14 +41 -17 src/sys/boot/sparc64/loader/metadata.c 1.21 +21 -21 src/sys/dev/uart/uart_cpu_sparc64.c From owner-cvs-all@FreeBSD.ORG Mon Aug 15 21:15:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E754616A41F; Mon, 15 Aug 2005 21:15:07 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F4F43D46; Mon, 15 Aug 2005 21:15:07 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FLF7cT099082; Mon, 15 Aug 2005 21:15:07 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FLF7fp099081; Mon, 15 Aug 2005 21:15:07 GMT (envelope-from marius) Message-Id: <200508152115.j7FLF7fp099081@repoman.freebsd.org> From: Marius Strobl Date: Mon, 15 Aug 2005 21:15:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 21:15:08 -0000 marius 2005-08-15 21:15:07 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Now that at least some screen savers work on sparc64 sync with other archs and enable splash(4) by default (the non-working screen savers either don't compile or just have no effect when loaded, i.e. don't cause harm). MFC after: 1 week Revision Changes Path 1.98 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Mon Aug 15 21:27:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920F316A420; Mon, 15 Aug 2005 21:27:24 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D40543D45; Mon, 15 Aug 2005 21:27:24 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7FLROxr099544; Mon, 15 Aug 2005 21:27:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FLRO4u099543; Mon, 15 Aug 2005 21:27:24 GMT (envelope-from thierry) Message-Id: <200508152127.j7FLRO4u099543@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 15 Aug 2005 21:27:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/rxvt-unicode Makefile ports/x11/rxvt-unicode/files patch-src::command.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 21:27:24 -0000 thierry 2005-08-15 21:27:24 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile x11/rxvt-unicode/files patch-src::command.C Log: Fix handling of incomplete valid multibyte character sequences. Bump PORTREVISION. PR: ports/84938 Submitted by: Li-Lun Wang Approved by: portmgr (linimon) Revision Changes Path 1.82 +1 -0 ports/x11/rxvt-unicode/Makefile 1.7 +11 -3 ports/x11/rxvt-unicode/files/patch-src::command.C From owner-cvs-all@FreeBSD.ORG Mon Aug 15 21:38:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F9616A41F; Mon, 15 Aug 2005 21:38:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E739A43D45; Mon, 15 Aug 2005 21:38:13 +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 j7FLcDxq099956; Mon, 15 Aug 2005 21:38:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7FLcDu3099955; Mon, 15 Aug 2005 21:38:13 GMT (envelope-from imp) Message-Id: <200508152138.j7FLcDu3099955@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Aug 2005 21:38:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 21:38:14 -0000 imp 2005-08-15 21:38:13 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: More files from my server that I've been upgrading since I think 2.2 or 2.0.2. These date back to 1996. Likely not needed for most people, but good to have on the list for completeness. # This is part 1 of 2, as I only had time to go through the first few # directories. Revision Changes Path 1.13 +50 -3 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Mon Aug 15 22:17:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744A016A430; Mon, 15 Aug 2005 22:17:49 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C96043D49; Mon, 15 Aug 2005 22:17:47 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j7FMHkXu014549; Tue, 16 Aug 2005 00:17:46 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j7FMHkin020669; Tue, 16 Aug 2005 00:17:46 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j7FMHkLW020668; Tue, 16 Aug 2005 00:17:46 +0200 (CEST) (envelope-from marc) Date: Tue, 16 Aug 2005 00:17:46 +0200 From: Marc Fonvieille To: Michael Johnson Message-ID: <20050815221746.GA19808@gothic.blackend.org> References: <200508152002.j7FK2ebf088740@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508152002.j7FK2ebf088740@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images ss211-3-tn.png ss211-3.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 22:17:49 -0000 On Mon, Aug 15, 2005 at 08:02:40PM +0000, Michael Johnson wrote: > ahze 2005-08-15 20:02:40 UTC > > FreeBSD doc repository (ports committer) > > Modified files: > en/gnome screenshots.sgml > Added files: > en/gnome/images ss211-3-tn.png ss211-3.png > Log: > - Add my own GNOME 2.11 screenshot =) > > Revision Changes Path > 1.1 +336 -0 www/en/gnome/images/ss211-3-tn.png (new) > 1.1 +4969 -0 www/en/gnome/images/ss211-3.png (new) > 1.55 +11 -1 www/en/gnome/screenshots.sgml > Hey, Don't forget to update the Makefile Marc From owner-cvs-all@FreeBSD.ORG Tue Aug 16 00:01:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED51716A41F; Tue, 16 Aug 2005 00:01:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A982743D46; Tue, 16 Aug 2005 00:01:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G01flY006430; Tue, 16 Aug 2005 00:01:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G01fD3006429; Tue, 16 Aug 2005 00:01:41 GMT (envelope-from ahze) Message-Id: <200508160001.j7G01fD3006429@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 Aug 2005 00:01:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/images Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 00:01:42 -0000 ahze 2005-08-16 00:01:40 UTC FreeBSD doc repository (ports committer) Modified files: en/gnome/images Makefile Log: - Forgot to commit Makefile Spotted by: blackend Revision Changes Path 1.41 +3 -1 www/en/gnome/images/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 00:01:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8F016A41F; Tue, 16 Aug 2005 00:01:56 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E7543D45; Tue, 16 Aug 2005 00:01:54 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm56aec.bellsouth.net ([68.209.163.3]) by imf16aec.mail.bellsouth.net with ESMTP id <20050816000154.TIFM16961.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net>; Mon, 15 Aug 2005 20:01:54 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm56aec.bellsouth.net with ESMTP id <20050816000154.OETN8550.ibm56aec.bellsouth.net@[192.168.1.5]>; Mon, 15 Aug 2005 20:01:54 -0400 In-Reply-To: <20050815221746.GA19808@gothic.blackend.org> References: <200508152002.j7FK2ebf088740@repoman.freebsd.org> <20050815221746.GA19808@gothic.blackend.org> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <64C53095-81D8-4238-84C1-56BF8C90113F@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Mon, 15 Aug 2005 20:01:52 -0400 To: Marc Fonvieille X-Mailer: Apple Mail (2.733) Cc: doc-committers@FreeBSD.org, Michael Johnson , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images ss211-3-tn.png ss211-3.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 00:01:56 -0000 On Aug 15, 2005, at 6:17 PM, Marc Fonvieille wrote: > On Mon, Aug 15, 2005 at 08:02:40PM +0000, Michael Johnson wrote: > >> ahze 2005-08-15 20:02:40 UTC >> >> FreeBSD doc repository (ports committer) >> >> Modified files: >> en/gnome screenshots.sgml >> Added files: >> en/gnome/images ss211-3-tn.png ss211-3.png >> Log: >> - Add my own GNOME 2.11 screenshot =) >> >> Revision Changes Path >> 1.1 +336 -0 www/en/gnome/images/ss211-3-tn.png (new) >> 1.1 +4969 -0 www/en/gnome/images/ss211-3.png (new) >> 1.55 +11 -1 www/en/gnome/screenshots.sgml >> >> > > Hey, > > Don't forget to update the Makefile oops forgot to commit that. thank you. > Marc > From owner-cvs-all@FreeBSD.ORG Tue Aug 16 00:29:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A35E16A41F; Tue, 16 Aug 2005 00:29:28 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDD843D48; Tue, 16 Aug 2005 00:29:26 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G0TQCu007666; Tue, 16 Aug 2005 00:29:26 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G0TQtI007665; Tue, 16 Aug 2005 00:29:26 GMT (envelope-from marcel) Message-Id: <200508160029.j7G0TQtI007665@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 16 Aug 2005 00:29:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 00:29:28 -0000 marcel 2005-08-16 00:29:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/gdb/kgdb main.c Log: MFC 1.8: o As mentioned in the previous commit: make the KVM error buffer static. o Register a function with atexit(3) to close the KVM object if we have one open. o Show the unread portion of the kernel's message buffer before presenting the prompt. It's bound to provide some useful info. o Don't call kgdb_target() twice. It results in having all threads listed twice. Approved by: re (hrs) Revision Changes Path 1.7.2.1 +58 -6 src/gnu/usr.bin/gdb/kgdb/main.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 00:36:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3507D16A41F; Tue, 16 Aug 2005 00:36:55 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E643743D45; Tue, 16 Aug 2005 00:36:54 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G0asnN007943; Tue, 16 Aug 2005 00:36:54 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G0asTn007942; Tue, 16 Aug 2005 00:36:54 GMT (envelope-from murray) Message-Id: <200508160036.j7G0asTn007942@repoman.freebsd.org> From: Murray Stokely Date: Tue, 16 Aug 2005 00:36:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-comparison article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 00:36:55 -0000 murray 2005-08-16 00:36:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-comparison article.sgml Log: Grammar improvements. PR: 84951 Submitted by: David Adam Reviewed by: Dru Lavigne Revision Changes Path 1.6 +2 -2 doc/en_US.ISO8859-1/articles/linux-comparison/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 02:03:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A9916A41F; Tue, 16 Aug 2005 02:03:49 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA98C43D45; Tue, 16 Aug 2005 02:03:48 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G23mgM018054; Tue, 16 Aug 2005 02:03:48 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G23mZC018053; Tue, 16 Aug 2005 02:03:48 GMT (envelope-from jkoshy) Message-Id: <200508160203.j7G23mZC018053@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 16 Aug 2005 02:03:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 02:03:49 -0000 jkoshy 2005-08-16 02:03:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmcstat pmcstat.c Log: MFC r1.7 "Sync usage message with the code and manual page". Approved by: re (kensmith) Revision Changes Path 1.6.2.2 +1 -0 src/usr.sbin/pmcstat/pmcstat.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 02:38:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5925416A420; Tue, 16 Aug 2005 02:38:03 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 183D543D45; Tue, 16 Aug 2005 02:38:03 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G2c2gI020952; Tue, 16 Aug 2005 02:38:02 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G2c26D020951; Tue, 16 Aug 2005 02:38:02 GMT (envelope-from grehan) Message-Id: <200508160238.j7G2c26D020951@repoman.freebsd.org> From: Peter Grehan Date: Tue, 16 Aug 2005 02:38:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 02:38:03 -0000 grehan 2005-08-16 02:38:02 UTC FreeBSD src repository Modified files: sys/powerpc/ofw ofw_syscons.c Log: Remove unnecessary and alarming printf. MFC after: 1 day Revision Changes Path 1.8 +1 -1 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 03:26:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F18B16A41F; Tue, 16 Aug 2005 03:26:16 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8ED43D48; Tue, 16 Aug 2005 03:26:16 +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 j7G3QFSe022861; Tue, 16 Aug 2005 03:26:15 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G3QFsN022860; Tue, 16 Aug 2005 03:26:15 GMT (envelope-from kensmith) Message-Id: <200508160326.j7G3QFsN022860@repoman.freebsd.org> From: Ken Smith Date: Tue, 16 Aug 2005 03:26:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 03:26:16 -0000 kensmith 2005-08-16 03:26:15 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Update the aac(4) driver issue, it should be fixed now. Revision Changes Path 1.22 +10 -9 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 03:29:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258F316A41F; Tue, 16 Aug 2005 03:29:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED15043D48; Tue, 16 Aug 2005 03:29:22 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G3TMk9022986; Tue, 16 Aug 2005 03:29:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G3TM1R022985; Tue, 16 Aug 2005 03:29:22 GMT (envelope-from marcel) Message-Id: <200508160329.j7G3TM1R022985@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 16 Aug 2005 03:29:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 03:29:23 -0000 marcel 2005-08-16 03:29:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/gdb/kgdb trgt.c Log: Partial MFC rev 1.3: o Remove the obscure tid command, because it does what the thread command does, but worse. o Move the PID to the extra thread info, where it makes sense and where it doesn't confuse users. The extra thread info holds some process information, to which the PID belongs. o Implement the to_find_new_threads target method by having it call the target beneath us if we're not using KVM. This makes sure that new threads are found when using the remote target. o Fix various core dump scenarios: - Implement the to_files_info target method. Previously the 'info target' command would cause a NULL pointer dereference. - Don't assume there's a current thread. We're not initialized in all cases. This prevents a NULL pointer dereference. - When we're not ussing KVM, have the to_xfer_memory target method call the target beneath us. This avoids calling into KVM with a NULL pointer. Approved by: re (kensmith) Revision Changes Path 1.2.2.1 +43 -39 src/gnu/usr.bin/gdb/kgdb/trgt.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 03:52:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCD916A41F; Tue, 16 Aug 2005 03:52:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0A943D45; Tue, 16 Aug 2005 03:52:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G3qU7i023778; Tue, 16 Aug 2005 03:52:30 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G3qUG8023777; Tue, 16 Aug 2005 03:52:30 GMT (envelope-from marcel) Message-Id: <200508160352.j7G3qUG8023777@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 16 Aug 2005 03:52:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c trgt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 03:52:31 -0000 marcel 2005-08-16 03:52:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/gdb/kgdb main.c trgt.c Log: Sync up with RELENG_6: o main.c:1.7.2.1 o trgt.c:1.2.2.1 Revision Changes Path 1.2.2.5 +58 -7 src/gnu/usr.bin/gdb/kgdb/main.c 1.1.2.2 +43 -39 src/gnu/usr.bin/gdb/kgdb/trgt.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 05:13:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D1016A41F; Tue, 16 Aug 2005 05:13:58 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0881F43D46; Tue, 16 Aug 2005 05:13:58 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G5Dviq033546; Tue, 16 Aug 2005 05:13:57 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G5Dvv7033545; Tue, 16 Aug 2005 05:13:57 GMT (envelope-from marcel) Message-Id: <200508160513.j7G5Dvv7033545@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 16 Aug 2005 05:13:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 05:13:58 -0000 marcel 2005-08-16 05:13:57 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_sparc64.c Log: Fix backtraces. Supply registers from the register window. MFC after: 3 days Revision Changes Path 1.3 +7 -16 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 05:38:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EF116A41F; Tue, 16 Aug 2005 05:38:19 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAD143D46; Tue, 16 Aug 2005 05:38:18 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G5cIIo034377; Tue, 16 Aug 2005 05:38:18 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G5cIk6034376; Tue, 16 Aug 2005 05:38:18 GMT (envelope-from delphij) Message-Id: <200508160538.j7G5cIk6034376@repoman.freebsd.org> From: Xin LI Date: Tue, 16 Aug 2005 05:38:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 05:38:19 -0000 delphij 2005-08-16 05:38:18 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: The vnode_pager_init nswbuf initialization bug has been fixed by kan@, so chown to him and mark this as "Needs testing". Revision Changes Path 1.23 +10 -10 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 05:49:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2741316A41F; Tue, 16 Aug 2005 05:49:18 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CA243D48; Tue, 16 Aug 2005 05:49:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G5nHpW034739; Tue, 16 Aug 2005 05:49:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G5nHHI034738; Tue, 16 Aug 2005 05:49:17 GMT (envelope-from phk) Message-Id: <200508160549.j7G5nHHI034738@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 05:49:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 05:49:18 -0000 phk 2005-08-16 05:49:17 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Increase flexibility in disk-layout Revision Changes Path 1.7 +52 -25 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:11:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B92E016A41F; Tue, 16 Aug 2005 08:11:01 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 739C443D49; Tue, 16 Aug 2005 08:11:01 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8B1FS050020; Tue, 16 Aug 2005 08:11:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8B0e8050019; Tue, 16 Aug 2005 08:11:00 GMT (envelope-from pjd) Message-Id: <200508160811.j7G8B0e8050019@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:11:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/libkern strcasecmp.c src/sys/sys libkern.h src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:11:01 -0000 pjd 2005-08-16 08:11:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys libkern.h sys/conf files Added files: (Branch: RELENG_6) sys/libkern strcasecmp.c Log: MFC: Add strcasecmp() and strncasecmp() to libkern and connect to the build. Approved by: re (kensmith) Revision Changes Path 1.1031.2.5 +1 -0 src/sys/conf/files 1.2.2.1 +71 -0 src/sys/libkern/strcasecmp.c (new) 1.49.2.1 +2 -0 src/sys/sys/libkern.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:17:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2D416A420; Tue, 16 Aug 2005 08:17:03 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098C343D48; Tue, 16 Aug 2005 08:17:02 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 4B36152C70; Tue, 16 Aug 2005 10:17:01 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 010F152C3F; Tue, 16 Aug 2005 10:16:54 +0200 (CEST) Date: Tue, 16 Aug 2005 10:16:44 +0200 From: Pawel Jakub Dawidek To: Brian Fundakowski Feldman Message-ID: <20050816081644.GA3944@garage.freebsd.pl> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <20050815125814.GC2660@green.homeunix.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:17:04 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 15, 2005 at 08:58:14AM -0400, Brian Fundakowski Feldman wrote: +> > +> Why would we want to prevent the usage of a specific directory stru= cture +> > +> to represent GEOM's namespace, if that's what the administrator wan= ts? +> >=20 +> > If the label name is 'foo/bar' it doesn't seems right to create 'foo' +> > directory and provider 'bar' inside. The label could be also '../rando= m' +> > or something like this and I want to save administrator/user nasty sur= prises +> > when he inserts some random CD. +>=20 +> I like the idea of rejecting the latter, but what is the harm of the fir= st +> case? If I call something "foo/bar", I'll be surprised to find out that +> it's located at /dev/foo_bar... my preference would be for the name to be +> rejected completely instead of remapped, if a '/' is to not be allowed, +> but that's my own. # cd /dev/foo # rm/anything bar There was no label 'bar', right. Anyway. Instead of rejecting labels with '/' I can print a warning on the console that a bit different label will be used. What do you say? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAaDsForvXbEpPzQRAtomAJ9VFt74lm8rMXFdMk8ftSblcCHDMQCeNknC LKu5EYejqJZmm9BQDjxX9lg= =RY8L -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:20:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58ABB16A41F; Tue, 16 Aug 2005 08:20:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 237EE43D48; Tue, 16 Aug 2005 08:20:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8KnB7050423; Tue, 16 Aug 2005 08:20:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8Knw0050422; Tue, 16 Aug 2005 08:20:49 GMT (envelope-from pjd) Message-Id: <200508160820.j7G8Knw0050422@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:20:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_ext2fs.c g_label_reiserfs.c src/sbin/geom/class/label glabel.8 src/sys/conf files src/sys/modules/geom/geom_label Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:20:50 -0000 pjd 2005-08-16 08:20:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/label g_label.c g_label.h sbin/geom/class/label glabel.8 sys/conf files sys/modules/geom/geom_label Makefile Added files: (Branch: RELENG_6) sys/geom/label g_label_ext2fs.c g_label_reiserfs.c Log: MFC: - Add code for Ext2FS and ReiserFS labels recognition. - Avoid creating directories in devfs by changing all '/' in labels to '_'. Submitted by: Stanislav Sedov PR: kern/84638 Approved by: re (kensmith) Revision Changes Path 1.12.2.1 +6 -0 src/sbin/geom/class/label/glabel.8 1.1031.2.6 +2 -0 src/sys/conf/files 1.13.2.1 +17 -3 src/sys/geom/label/g_label.c 1.4.2.1 +2 -0 src/sys/geom/label/g_label.h 1.1.2.1 +89 -0 src/sys/geom/label/g_label_ext2fs.c (new) 1.1.2.1 +113 -0 src/sys/geom/label/g_label_reiserfs.c (new) 1.1.8.1 +2 -0 src/sys/modules/geom/geom_label/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:23:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB2116A41F; Tue, 16 Aug 2005 08:23:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D0D843D45; Tue, 16 Aug 2005 08:23:38 +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 j7G8NbC1050579; Tue, 16 Aug 2005 08:23:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8NbQL050578; Tue, 16 Aug 2005 08:23:37 GMT (envelope-from rwatson) Message-Id: <200508160823.j7G8NbQL050578@repoman.freebsd.org> From: Robert Watson Date: Tue, 16 Aug 2005 08:23:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:23:38 -0000 rwatson 2005-08-16 08:23:37 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add a TODO item for alarming devfs warnings at shutdown; these errors are spurious and serve only to cause bug reports and general upset. Mark as mine and WIP; I have a patch that will hopefully be tested by someone. Revision Changes Path 1.24 +13 -1 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:25:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C2516A41F; Tue, 16 Aug 2005 08:25:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C9543D49; Tue, 16 Aug 2005 08:25:27 +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 j7G8PR32050781; Tue, 16 Aug 2005 08:25:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8PRIf050780; Tue, 16 Aug 2005 08:25:27 GMT (envelope-from rwatson) Message-Id: <200508160825.j7G8PRIf050780@repoman.freebsd.org> From: Robert Watson Date: Tue, 16 Aug 2005 08:25:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:25:28 -0000 rwatson 2005-08-16 08:25:27 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Move OpenBSM from required to desired; Apple Legal has been stalling for several months, and holding up the release on Apple Legal doesn't make sense. This feature will be merged it ready before the release, and otherwise for 6.1. Revision Changes Path 1.25 +10 -9 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:39:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E89C16A41F; Tue, 16 Aug 2005 08:39:37 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D48E43D48; Tue, 16 Aug 2005 08:39:37 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8daBh052051; Tue, 16 Aug 2005 08:39:37 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8da0H052050; Tue, 16 Aug 2005 08:39:36 GMT (envelope-from pjd) Message-Id: <200508160839.j7G8da0H052050@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:39:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc rc.subr src/etc/rc.d gbde X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:39:37 -0000 pjd 2005-08-16 08:39:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr etc/rc.d gbde Log: MFC: rc.d/gbde 1.13 rc.subr 1.35 Move 'local_tr' function to rc.subr and change its name to 'ltr'. Approved by: re (kensmith) Revision Changes Path 1.12.2.1 +1 -22 src/etc/rc.d/gbde 1.34.2.1 +23 -0 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:41:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FB516A422; Tue, 16 Aug 2005 08:41:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A526A43D53; Tue, 16 Aug 2005 08:41:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8fUOv052252; Tue, 16 Aug 2005 08:41:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8fUvu052251; Tue, 16 Aug 2005 08:41:30 GMT (envelope-from pjd) Message-Id: <200508160841.j7G8fUvu052251@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:41:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d cleanvar X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:41:33 -0000 pjd 2005-08-16 08:41:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d cleanvar Log: MFC: rc.d/cleanvar 1.10 Skip 'logpriv' socket when cleaning /var/. Approved by: re (kensmith) Revision Changes Path 1.8.2.1 +1 -0 src/etc/rc.d/cleanvar From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:43:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6F516A41F; Tue, 16 Aug 2005 08:43:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DE243D46; Tue, 16 Aug 2005 08:43:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8h6cH052438; Tue, 16 Aug 2005 08:43:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8h68q052437; Tue, 16 Aug 2005 08:43:06 GMT (envelope-from pjd) Message-Id: <200508160843.j7G8h68q052437@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:43:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d jail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:43:07 -0000 pjd 2005-08-16 08:43:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d jail Log: MFC: etc/rc.d/jail 1.25 Skip jails which are already running and inform why. We're checking for /var/run/jail_.id file and if it exists, we don't start the jail. It should be also safe in case of reboot(8), because rc.d/cleanvar script is going to remove /var/run/jail_* files. It helps to avoid potential mess when the same jail is started twice, because of an administrator mistake (been there, done that). Approved by: re (kensmith) Revision Changes Path 1.23.2.2 +4 -0 src/etc/rc.d/jail From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:45:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3084B16A41F; Tue, 16 Aug 2005 08:45:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E515143D46; Tue, 16 Aug 2005 08:45:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8jBnV052657; Tue, 16 Aug 2005 08:45:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8jBnx052656; Tue, 16 Aug 2005 08:45:11 GMT (envelope-from pjd) Message-Id: <200508160845.j7G8jBnx052656@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:45:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:45:12 -0000 pjd 2005-08-16 08:45:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/core geom.c Log: MFC: sbin/geom/core/geom.c 1.23 Unfortunately dlerror(3) returns string, so there is no clean way to ignore "no such file" errors only, which I wanted to do. Because of this I ignored all other errors on dlopen(3) failure as well, which isn't good. Fix this situation by calling access(2) on library file first and ignore only ENOENT error. This allows to report all the rest of dlopen(3) errors. Approved by: re (kensmith) Revision Changes Path 1.22.2.1 +12 -11 src/sbin/geom/core/geom.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 08:58:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD78816A41F; Tue, 16 Aug 2005 08:58:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752F643D58; Tue, 16 Aug 2005 08:58:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G8wZ7J060667; Tue, 16 Aug 2005 08:58:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G8wYGs060663; Tue, 16 Aug 2005 08:58:34 GMT (envelope-from pjd) Message-Id: <200508160858.j7G8wYGs060663@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 08:58:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 src/sys/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 08:58:36 -0000 pjd 2005-08-16 08:58:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/eli geli.8 sys/geom/eli g_eli.c Log: MFC: sbin/geom/class/eli/geli.8 1.3 sys/geom/eli/g_eli.c 1.4,1.5 - GELI doesn't need cryptodev. - Because code paths for I/O requests are quite complex, add comments above the functions which participate in I/O paths. Approved by: re (kensmith) Revision Changes Path 1.2.2.2 +0 -1 src/sbin/geom/class/eli/geli.8 1.3.2.2 +12 -1 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:00:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128FC16A436; Tue, 16 Aug 2005 09:00:30 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3998943D88; Tue, 16 Aug 2005 09:00:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G90OKZ060857; Tue, 16 Aug 2005 09:00:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G90O9w060856; Tue, 16 Aug 2005 09:00:24 GMT (envelope-from pjd) Message-Id: <200508160900.j7G90O9w060856@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:00:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/eli g_eli.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:00:30 -0000 pjd 2005-08-16 09:00:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/eli g_eli.h Log: MFC: sys/geom/eli/g_eli.h 1.2 Be case-insensitive when dealing with algorithm names. Submitted by: Benjamin Lutz PR: kern/84659 Approved by: re (kensmith) Revision Changes Path 1.1.2.2 +5 -4 src/sys/geom/eli/g_eli.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:01:53 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E342716A41F; Tue, 16 Aug 2005 09:01:53 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C35943D46; Tue, 16 Aug 2005 09:01:52 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id j7G91l7i019184; Tue, 16 Aug 2005 10:01:47 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.3/8.13.4) with ESMTP id j7G91lMe002572; Tue, 16 Aug 2005 10:01:47 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.3/8.13.4/Submit) id j7G91l2r002571; Tue, 16 Aug 2005 10:01:47 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Brian Fundakowski Feldman , Pawel Jakub Dawidek In-Reply-To: <20050816081644.GA3944@garage.freebsd.pl> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 16 Aug 2005 10:01:46 +0100 Message-Id: <1124182906.2492.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:01:54 -0000 On Tue, 2005-08-16 at 10:16 +0200, Pawel Jakub Dawidek wrote: > On Mon, Aug 15, 2005 at 08:58:14AM -0400, Brian Fundakowski Feldman wrote: > +> > +> Why would we want to prevent the usage of a specific directory structure > +> > +> to represent GEOM's namespace, if that's what the administrator wants? > +> > > +> > If the label name is 'foo/bar' it doesn't seems right to create 'foo' > +> > directory and provider 'bar' inside. The label could be also '../random' > +> > or something like this and I want to save administrator/user nasty surprises > +> > when he inserts some random CD. > +> > +> I like the idea of rejecting the latter, but what is the harm of the first > +> case? If I call something "foo/bar", I'll be surprised to find out that > +> it's located at /dev/foo_bar... my preference would be for the name to be > +> rejected completely instead of remapped, if a '/' is to not be allowed, > +> but that's my own. > > # cd /dev/foo > # rm/anything bar > > There was no label 'bar', right. Anyway. Instead of rejecting labels with > '/' I can print a warning on the console that a bit different label will be > used. What do you say? FWIW, I would prefer to see this backed out, or at least not MFC'd. I'm using labels containing slashes as a way to split a large number of devices up in /dev, and MFCing this would presumably break my setup. As far as I can tell, if somebody has used a "/" in a label, then that was an administrative decision, and if possible we should obey that. Is there any technical reason why a "/" cannot be allowed? I do agree that filtering out any occurances of "../" is a good idea. Gavin From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:02:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E4716A41F; Tue, 16 Aug 2005 09:02:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF8C43D5C; Tue, 16 Aug 2005 09:02:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G92Nwt061098; Tue, 16 Aug 2005 09:02:23 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G92NsD061096; Tue, 16 Aug 2005 09:02:23 GMT (envelope-from pjd) Message-Id: <200508160902.j7G92NsD061096@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:02:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:02:24 -0000 pjd 2005-08-16 09:02:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/eli geom_eli.c Log: MFC: sbin/geom/class/eli/geom_eli.c 1.2 When keys were configured without passphrase, number of iterations in metadata is equal to -1. if we then wanted to attach provider (or change keys) and forget about '-p' flag it failed on assertion (quite ok, without assertion it could call PKCS#5v2 with 4294967295 iterations). Instead of failing on assertion, remind about '-p' flag. Approved by: re (kensmith) Revision Changes Path 1.1.2.2 +4 -0 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:04:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D58616A42A; Tue, 16 Aug 2005 09:04:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECCA43D45; Tue, 16 Aug 2005 09:04:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G94t1r061252; Tue, 16 Aug 2005 09:04:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G94tNP061251; Tue, 16 Aug 2005 09:04:55 GMT (envelope-from pjd) Message-Id: <200508160904.j7G94tNP061251@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:04:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d encswap gbde_swap X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:04:56 -0000 pjd 2005-08-16 09:04:55 UTC FreeBSD src repository Added files: (Branch: RELENG_6) etc/rc.d encswap Removed files: (Branch: RELENG_6) etc/rc.d gbde_swap Log: MFC: Remove gbde_swap script and introduce encswap script, which knows how to encrypt swap partitions using both: gbde and geli. Approved by: re (kensmith) Revision Changes Path 1.8.2.1 +57 -0 src/etc/rc.d/encswap (new) 1.6.2.1 +0 -55 src/etc/rc.d/gbde_swap (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:05:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F6116A420; Tue, 16 Aug 2005 09:05:52 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j7G986pw010097; Tue, 16 Aug 2005 05:08:10 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.3/8.13.1/Submit) id j7G984k1010096; Tue, 16 Aug 2005 05:08:04 -0400 (EDT) (envelope-from green) Date: Tue, 16 Aug 2005 05:08:03 -0400 From: Brian Fundakowski Feldman To: Pawel Jakub Dawidek Message-ID: <20050816090803.GD2660@green.homeunix.org> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050816081644.GA3944@garage.freebsd.pl> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:05:54 -0000 On Tue, Aug 16, 2005 at 10:16:44AM +0200, Pawel Jakub Dawidek wrote: > On Mon, Aug 15, 2005 at 08:58:14AM -0400, Brian Fundakowski Feldman wrote: > +> > +> Why would we want to prevent the usage of a specific directory structure > +> > +> to represent GEOM's namespace, if that's what the administrator wants? > +> > > +> > If the label name is 'foo/bar' it doesn't seems right to create 'foo' > +> > directory and provider 'bar' inside. The label could be also '../random' > +> > or something like this and I want to save administrator/user nasty surprises > +> > when he inserts some random CD. > +> > +> I like the idea of rejecting the latter, but what is the harm of the first > +> case? If I call something "foo/bar", I'll be surprised to find out that > +> it's located at /dev/foo_bar... my preference would be for the name to be > +> rejected completely instead of remapped, if a '/' is to not be allowed, > +> but that's my own. > > # cd /dev/foo > # rm/anything bar > > There was no label 'bar', right. Anyway. Instead of rejecting labels with > '/' I can print a warning on the console that a bit different label will be > used. What do you say? That seems much more conservative -- GEOM doing a uprintf() and printf() to indicate that it's modified things. Something a sysadmin would notice at boot and a user at mount time of whatever. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:06:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC3B16A41F; Tue, 16 Aug 2005 09:06:42 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ECB043D49; Tue, 16 Aug 2005 09:06:42 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G96g3N061385; Tue, 16 Aug 2005 09:06:42 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G96gYH061384; Tue, 16 Aug 2005 09:06:42 GMT (envelope-from pjd) Message-Id: <200508160906.j7G96gYH061384@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:06:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:06:42 -0000 pjd 2005-08-16 09:06:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr Log: MFC: etc/rc.subr 1.36 Add a function which creates list of devices for GELI-encryption. Approved by: re (kensmith) Revision Changes Path 1.34.2.2 +34 -0 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:14:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DFC16A41F; Tue, 16 Aug 2005 09:14:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7590C43D48; Tue, 16 Aug 2005 09:14: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 j7G9EiRZ061657; Tue, 16 Aug 2005 09:14:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9EiPd061656; Tue, 16 Aug 2005 09:14:44 GMT (envelope-from krion) Message-Id: <200508160914.j7G9EiPd061656@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 16 Aug 2005 09:14:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gourmet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:14:45 -0000 krion 2005-08-16 09:14:43 UTC FreeBSD ports repository Modified files: deskutils/gourmet Makefile Log: Fix dependencies and build. Approved by: portmgr (implicit) Revision Changes Path 1.6 +2 -1 ports/deskutils/gourmet/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:15:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA3F16A41F; Tue, 16 Aug 2005 09:15:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B88043D53; Tue, 16 Aug 2005 09:15:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G9FEm2061730; Tue, 16 Aug 2005 09:15:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9FEeL061729; Tue, 16 Aug 2005 09:15:14 GMT (envelope-from rwatson) Message-Id: <200508160915.j7G9FEeL061729@repoman.freebsd.org> From: Robert Watson Date: Tue, 16 Aug 2005 09:15:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:15:15 -0000 rwatson 2005-08-16 09:15:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_var.h Log: Merge if_var.h:1.100 from HEAD to RELENG_6: Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address lists. Add accessor macros. This changes the size of struct ifnet, but ideally, all ifnet consumers are now using if_alloc() to allocate these structures rather than embedding them into device driver softc's, so this won't modify the network device driver ABI. Approved by: re (hrs) Revision Changes Path 1.98.2.1 +11 -0 src/sys/net/if_var.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:20:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EEC16A41F; Tue, 16 Aug 2005 09:20:34 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828BF43D45; Tue, 16 Aug 2005 09:20:34 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G9KYux061914; Tue, 16 Aug 2005 09:20:34 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9KYHi061909; Tue, 16 Aug 2005 09:20:34 GMT (envelope-from pjd) Message-Id: <200508160920.j7G9KYHi061909@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:20:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d geli geli2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:20:34 -0000 pjd 2005-08-16 09:20:32 UTC FreeBSD src repository Added files: (Branch: RELENG_6) etc/rc.d geli geli2 Log: MFC: Add scripts for GELI device configuration on boot. rc.d/geli - configures encryption (ask for passphrases, etc.); rc.d/geli2 - is called after file systems are mounted and mark devices for detach on last close. Approved by: re (kensmith) Revision Changes Path 1.2.2.1 +98 -0 src/etc/rc.d/geli (new) 1.1.2.1 +58 -0 src/etc/rc.d/geli2 (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:23:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637AD16A41F; Tue, 16 Aug 2005 09:23:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2243443D45; Tue, 16 Aug 2005 09:23:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G9NkBt062134; Tue, 16 Aug 2005 09:23:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9Nj8L062133; Tue, 16 Aug 2005 09:23:45 GMT (envelope-from pjd) Message-Id: <200508160923.j7G9Nj8L062133@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:23:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:23:46 -0000 pjd 2005-08-16 09:23:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d Makefile Log: MFC: etc/rc.d/Makefile 1.54,1.55 - Disconnect gbde_swap from the build. - Connect encswap, geli and geli2 to the build. Approved by: re (kensmith) Revision Changes Path 1.53.2.1 +2 -2 src/etc/rc.d/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:30:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E81D416A41F; Tue, 16 Aug 2005 09:30:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46AF43D45; Tue, 16 Aug 2005 09:30:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G9UFfp062383; Tue, 16 Aug 2005 09:30:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9UFnW062382; Tue, 16 Aug 2005 09:30:15 GMT (envelope-from pjd) Message-Id: <200508160930.j7G9UFnW062382@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 09:30:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:30:16 -0000 pjd 2005-08-16 09:30:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/defaults rc.conf share/man/man5 rc.conf.5 Log: MFC: share/man/man5/rc.conf.5 1.258,1.259,1.260 etc/defaults/rc.conf 1.255,1.256,1.257 - Remove gbde_swap_enable variable (it has no effect). - Add geli_swap_flags variable which holds flags used by geli(8) when configuring GELI-encrypted swap partitions. - Add variables used by rc.d/geli and rc.d/geli2 scripts. Approved by: re (kensmith) Revision Changes Path 1.252.2.1 +18 -2 src/etc/defaults/rc.conf 1.256.2.1 +34 -7 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:50:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47CD516A41F; Tue, 16 Aug 2005 09:50:40 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D67943D5A; Tue, 16 Aug 2005 09:50:39 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G9odtM063102; Tue, 16 Aug 2005 09:50:39 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9odfu063101; Tue, 16 Aug 2005 09:50:39 GMT (envelope-from marck) Message-Id: <200508160950.j7G9odfu063101@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 16 Aug 2005 09:50:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:50:40 -0000 marck 2005-08-16 09:50:38 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/multimedia chapter.sgml Log: MFen: 1.107 -> 1.110 chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.13 +10 -3 doc/ru_RU.KOI8-R/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:52:40 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A46916A420; Tue, 16 Aug 2005 09:52:40 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A3143D5A; Tue, 16 Aug 2005 09:52:39 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id DE73352C70; Tue, 16 Aug 2005 11:52:37 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 4AD0A52C3F; Tue, 16 Aug 2005 11:52:27 +0200 (CEST) Date: Tue, 16 Aug 2005 11:52:17 +0200 From: Pawel Jakub Dawidek To: Gavin Atkinson Message-ID: <20050816095217.GB3944@garage.freebsd.pl> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> <1124182906.2492.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <1124182906.2492.4.camel@buffy.york.ac.uk> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Brian Fundakowski Feldman , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:52:40 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 16, 2005 at 10:01:46AM +0100, Gavin Atkinson wrote: +> FWIW, I would prefer to see this backed out, or at least not MFC'd. I'm +> using labels containing slashes as a way to split a large number of +> devices up in /dev, and MFCing this would presumably break my setup. As +> far as I can tell, if somebody has used a "/" in a label, then that was +> an administrative decision, and if possible we should obey that. +>=20 +> Is there any technical reason why a "/" cannot be allowed? I do agree +> that filtering out any occurances of "../" is a good idea. Because '/' creates a directory and I want each label to be represented only by one file. It is not going to MFCed to RELENG_5, but I want this behaviour starting =66rom 6.0. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAbdRForvXbEpPzQRAgOMAKCSIB0bKZJosjDvg24vbnJBJG8u8QCgkbXn G38WK17kqdwn5j2IcclnyU0= =fOhw -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:54:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4072716A41F; Tue, 16 Aug 2005 09:54:24 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F080F43D46; Tue, 16 Aug 2005 09:54:23 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G9sNGb063246; Tue, 16 Aug 2005 09:54:23 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9sN4j063245; Tue, 16 Aug 2005 09:54:23 GMT (envelope-from marck) Message-Id: <200508160954.j7G9sN4j063245@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 16 Aug 2005 09:54:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/linuxemu chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:54:24 -0000 marck 2005-08-16 09:54:23 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/linuxemu chapter.sgml Log: MFen: 1.120 -> 1.124 chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Submitted by: gad -at- FRDP Revision Changes Path 1.14 +7 -14 doc/ru_RU.KOI8-R/books/handbook/linuxemu/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:56:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DFF16A41F; Tue, 16 Aug 2005 09:56:43 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B1743D46; Tue, 16 Aug 2005 09:56:42 +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 j7G9ugJF063356; Tue, 16 Aug 2005 09:56:42 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9ugHa063355; Tue, 16 Aug 2005 09:56:42 GMT (envelope-from ceri) Message-Id: <200508160956.j7G9ugHa063355@repoman.freebsd.org> From: Ceri Davies Date: Tue, 16 Aug 2005 09:56:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:56:43 -0000 ceri 2005-08-16 09:56:42 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Minor grammar nits. Revision Changes Path 1.758 +3 -3 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 09:58:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792D416A41F; Tue, 16 Aug 2005 09:58:55 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3718643D46; Tue, 16 Aug 2005 09:58:55 +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 j7G9wtIO063483; Tue, 16 Aug 2005 09:58:55 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7G9wttQ063482; Tue, 16 Aug 2005 09:58:55 GMT (envelope-from ceri) Message-Id: <200508160958.j7G9wttQ063482@repoman.freebsd.org> From: Ceri Davies Date: Tue, 16 Aug 2005 09:58:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 09:58:55 -0000 ceri 2005-08-16 09:58:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Whitespace only change. Revision Changes Path 1.759 +5 -6 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 10:23:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2172916A41F; Tue, 16 Aug 2005 10:23:24 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36F043D46; Tue, 16 Aug 2005 10:23:23 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GANNvF065004; Tue, 16 Aug 2005 10:23:23 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GANNLM065003; Tue, 16 Aug 2005 10:23:23 GMT (envelope-from marck) Message-Id: <200508161023.j7GANNLM065003@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 16 Aug 2005 10:23:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 10:23:24 -0000 marck 2005-08-16 10:23:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add missing (very terse, please feel free to reword) discription for emulation mailing list. Revision Changes Path 1.173 +13 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 10:42:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6848B16A41F; Tue, 16 Aug 2005 10:42:06 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236CA43D45; Tue, 16 Aug 2005 10:42:06 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GAg6Aq065759; Tue, 16 Aug 2005 10:42:06 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GAg5Wr065758; Tue, 16 Aug 2005 10:42:05 GMT (envelope-from marck) Message-Id: <200508161042.j7GAg5Wr065758@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 16 Aug 2005 10:42:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml mailing-lists.ent teams.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 10:42:06 -0000 marck 2005-08-16 10:42:05 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/share/sgml mailing-lists.ent teams.ent Log: MFen: 1.45 -> 1.47 mailing-lists.ent 1.15 -> 1.16 teams.ent Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.13 +11 -2 doc/ru_RU.KOI8-R/share/sgml/mailing-lists.ent 1.3 +5 -4 doc/ru_RU.KOI8-R/share/sgml/teams.ent From owner-cvs-all@FreeBSD.ORG Tue Aug 16 10:46:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6665216A41F; Tue, 16 Aug 2005 10:46:30 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244C543D48; Tue, 16 Aug 2005 10:46:30 +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 j7GAkU9t066067; Tue, 16 Aug 2005 10:46:30 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GAkU8D066066; Tue, 16 Aug 2005 10:46:30 GMT (envelope-from blackend) Message-Id: <200508161046.j7GAkU8D066066@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 16 Aug 2005 10:46:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr includes.sgml includes.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 10:46:30 -0000 blackend 2005-08-16 10:46:29 UTC FreeBSD doc repository Modified files: fr includes.sgml includes.xsl Log: Use of $enbase to fix dead link to ports/index.html Revision Changes Path 1.8 +2 -2 www/fr/includes.sgml 1.8 +2 -2 www/fr/includes.xsl From owner-cvs-all@FreeBSD.ORG Tue Aug 16 10:58:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B075716A41F; Tue, 16 Aug 2005 10:58:20 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0E143D46; Tue, 16 Aug 2005 10:58:20 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GAwKCo066546; Tue, 16 Aug 2005 10:58:20 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GAwKDE066545; Tue, 16 Aug 2005 10:58:20 GMT (envelope-from marck) Message-Id: <200508161058.j7GAwKDE066545@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 16 Aug 2005 10:58:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/disks chapter.sgml doc/ru_RU.KOI8-R/books/handbook/eresources chapter.sgml doc/ru_RU.KOI8-R/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 10:58:20 -0000 marck 2005-08-16 10:58:19 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/disks chapter.sgml ru_RU.KOI8-R/books/handbook/eresources chapter.sgml ru_RU.KOI8-R/books/handbook/install chapter.sgml Log: MFen: 1.239 -> 1.241 disks/chapter.sgml 1.171 -> 1.173 eresources/chapter.sgml 1.324 -> 1.325 install/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.16 +12 -18 doc/ru_RU.KOI8-R/books/handbook/disks/chapter.sgml 1.18 +35 -2 doc/ru_RU.KOI8-R/books/handbook/eresources/chapter.sgml 1.20 +2 -2 doc/ru_RU.KOI8-R/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 11:03:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0589716A41F; Tue, 16 Aug 2005 11:03:21 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80E443D45; Tue, 16 Aug 2005 11:03:20 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GB3KM7066785; Tue, 16 Aug 2005 11:03:20 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GB3KJX066784; Tue, 16 Aug 2005 11:03:20 GMT (envelope-from marck) Message-Id: <200508161103.j7GB3KJX066784@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 16 Aug 2005 11:03:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/boot chapter.sgml doc/ru_RU.KOI8-R/books/handbook/kernelconfig chapter.sgml doc/ru_RU.KOI8-R/books/handbook/preface preface.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 11:03:21 -0000 marck 2005-08-16 11:03:20 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/boot chapter.sgml ru_RU.KOI8-R/books/handbook/kernelconfig chapter.sgml ru_RU.KOI8-R/books/handbook/preface preface.sgml Log: MFen: 1.58 -> 1.59 boot/chapter.sgml 1.153 -> 1.156 kernelconfig/chapter.sgml 1.25 -> 1.29 preface/preface.sgml Obtained from: The FreeBSD Russian Documentation Project Submitted by: gad -at- FRDP Revision Changes Path 1.13 +2 -2 doc/ru_RU.KOI8-R/books/handbook/boot/chapter.sgml 1.14 +27 -20 doc/ru_RU.KOI8-R/books/handbook/kernelconfig/chapter.sgml 1.8 +15 -6 doc/ru_RU.KOI8-R/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 12:22:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FB316A41F; Tue, 16 Aug 2005 12:22:30 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D9443D49; Tue, 16 Aug 2005 12:22:30 +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 j7GCMUFd069984; Tue, 16 Aug 2005 12:22:30 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GCMU8l069983; Tue, 16 Aug 2005 12:22:30 GMT (envelope-from blackend) Message-Id: <200508161222.j7GCMU8l069983@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 16 Aug 2005 12:22:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 12:22:30 -0000 blackend 2005-08-16 12:22:30 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Remove a useless semicolon. Submitted by: Marco Trentini Revision Changes Path 1.326 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 12:38:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F67A16A41F; Tue, 16 Aug 2005 12:38:47 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E3243D46; Tue, 16 Aug 2005 12:38:45 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E006.dip.t-dialin.net [84.165.224.6]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j7GCWjMp076148; Tue, 16 Aug 2005 14:33:00 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j7GCbqBe091391; Tue, 16 Aug 2005 14:37:52 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.31 ([141.113.101.31]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Tue, 16 Aug 2005 14:37:52 +0200 Message-ID: <20050816143752.i0x66uw1gkws4kgw@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 16 Aug 2005 14:37:52 +0200 From: Alexander Leidinger To: Warner Losh References: <200508152138.j7FLcDu3099955@repoman.freebsd.org> In-Reply-To: <200508152138.j7FLcDu3099955@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 12:38:47 -0000 Warner Losh wrote: > Modified files: > . ObsoleteFiles.inc > Log: > More files from my server that I've been upgrading since I think 2.2 > or 2.0.2. These date back to 1996. Likely not needed for most > people, but good to have on the list for completeness. This commit also removes 3 mount_* entries you've added in the previous revision. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Passionate hatred can give meaning and purpose to an empty life. -- Eric Hoffer From owner-cvs-all@FreeBSD.ORG Tue Aug 16 12:52:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FC4016A420; Tue, 16 Aug 2005 12:52:33 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594CD43D6A; Tue, 16 Aug 2005 12:52:29 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GCqSHD077953; Tue, 16 Aug 2005 12:52:28 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GCqSKS077952; Tue, 16 Aug 2005 12:52:28 GMT (envelope-from mi) Message-Id: <200508161252.j7GCqSKS077952@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 16 Aug 2005 12:52:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/spidermonkey Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 12:52:33 -0000 mi 2005-08-16 12:52:28 UTC FreeBSD ports repository Modified files: lang/spidermonkey Makefile distinfo Log: Add another patch, to fix tests, which fail if the timezone is set to UTC. Thanks to Boris Samorodov for assistance in debugging this. Detected by: pointyhat Approved by: portmgr (krion) Revision Changes Path 1.11 +3 -1 ports/lang/spidermonkey/Makefile 1.7 +2 -0 ports/lang/spidermonkey/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 16 13:19:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D1116A41F; Tue, 16 Aug 2005 13:19:18 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9815743D45; Tue, 16 Aug 2005 13:19:18 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GDJIQS078883; Tue, 16 Aug 2005 13:19:18 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GDJIjG078882; Tue, 16 Aug 2005 13:19:18 GMT (envelope-from cperciva) Message-Id: <200508161319.j7GDJIjG078882@repoman.freebsd.org> From: Colin Percival Date: Tue, 16 Aug 2005 13:19:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 13:19:19 -0000 cperciva 2005-08-16 13:19:18 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall label.c Log: Change the default partition sizing code in order to 1. Provide larger /, /var, and /tmp partitions (the last increase was in 2001, and we now have both larger hard drives and more space-hungry software.) 2. If there is enough space available, allocate extra space to /var sufficient to store a crash dump. On systems where harddrivesize > 3 * RAMsize + 10GB, the default sizes will now be as follows: swap RAMsize * 2 / 512 MB /tmp 512 MB /var 1024 MB + RAMsize /usr the rest (8GB or more) On systems where harddrivesize > RAMsize / 8 + 2 GB, the default sizes will be in the following ranges, with space allocated proportionally: swap RAMsize / 8 -- RAMsize * 2 / 256 MB -- 512 MB /tmp 128 MB -- 512 MB /var 128 MB -- 1024 MB /usr 1536 MB -- 8192 MB On systems with even less disk space, the existing behaviour is not changed. Approved by: re (kensmith) MFC after: 1 day (or once people stop arguing about colours of paint) Revision Changes Path 1.149 +28 -9 src/usr.sbin/sysinstall/label.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 14:25:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C72016A41F; Tue, 16 Aug 2005 14:25:14 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2AF43D45; Tue, 16 Aug 2005 14:25:13 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GEPDKL090353; Tue, 16 Aug 2005 14:25:13 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GEPDtq090352; Tue, 16 Aug 2005 14:25:13 GMT (envelope-from joel) Message-Id: <200508161425.j7GEPDtq090352@repoman.freebsd.org> From: Joel Dahl Date: Tue, 16 Aug 2005 14:25:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 14:25:14 -0000 joel 2005-08-16 14:25:13 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: snd_via8233(4) works on amd64. Approved by: brueffer (mentor) Revision Changes Path 1.64 +1 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Aug 16 14:28:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B6A516A420; Tue, 16 Aug 2005 14:28:06 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761BF43D5C; Tue, 16 Aug 2005 14:28:04 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GES4Xl090603; Tue, 16 Aug 2005 14:28:04 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GES4S6090602; Tue, 16 Aug 2005 14:28:04 GMT (envelope-from joel) Message-Id: <200508161428.j7GES4S6090602@repoman.freebsd.org> From: Joel Dahl Date: Tue, 16 Aug 2005 14:28:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 14:28:06 -0000 joel 2005-08-16 14:28:03 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: * Be more specific about supported ALI-chipsets. * Add two missing dots. Approved by: brueffer (mentor) Revision Changes Path 1.57 +3 -3 src/share/man/man4/ata.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 16 14:29:20 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D9816A41F; Tue, 16 Aug 2005 14:29:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5227343D46; Tue, 16 Aug 2005 14:29:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j7GEQiaG030782; Tue, 16 Aug 2005 08:26:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 16 Aug 2005 08:27:00 -0600 (MDT) Message-Id: <20050816.082700.55869742.imp@bsdimp.com> To: Alexander@Leidinger.net From: "M. Warner Losh" In-Reply-To: <20050816143752.i0x66uw1gkws4kgw@netchild.homeip.net> References: <200508152138.j7FLcDu3099955@repoman.freebsd.org> <20050816143752.i0x66uw1gkws4kgw@netchild.homeip.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 16 Aug 2005 08:26:53 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 14:29:20 -0000 In message: <20050816143752.i0x66uw1gkws4kgw@netchild.homeip.net> Alexander Leidinger writes: : Warner Losh wrote: : : > Modified files: : > . ObsoleteFiles.inc : > Log: : > More files from my server that I've been upgrading since I think 2.2 : > or 2.0.2. These date back to 1996. Likely not needed for most : > people, but good to have on the list for completeness. : : This commit also removes 3 mount_* entries you've added in the previous : revision. I believe that I just moved those 3 mount_ entries. I have a few other machines I'll be testing with if I actually removed them. Warner From owner-cvs-all@FreeBSD.ORG Tue Aug 16 15:02:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D3916A420; Tue, 16 Aug 2005 15:02:43 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA0343D55; Tue, 16 Aug 2005 15:02:35 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E006.dip.t-dialin.net [84.165.224.6]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j7GEu0Qx076711; Tue, 16 Aug 2005 16:56:15 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j7GF18iu011898; Tue, 16 Aug 2005 17:01:08 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.31 ([141.113.101.31]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Tue, 16 Aug 2005 17:01:07 +0200 Message-ID: <20050816170107.jwqtoy9m8oo84ogo@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 16 Aug 2005 17:01:07 +0200 From: Alexander Leidinger To: "M. Warner Losh" References: <200508152138.j7FLcDu3099955@repoman.freebsd.org> <20050816143752.i0x66uw1gkws4kgw@netchild.homeip.net> <20050816.082700.55869742.imp@bsdimp.com> In-Reply-To: <20050816.082700.55869742.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 15:02:43 -0000 "M. Warner Losh" wrote: > In message: <20050816143752.i0x66uw1gkws4kgw@netchild.homeip.net> > Alexander Leidinger writes: > : Warner Losh wrote: > : > : > Modified files: > : > . ObsoleteFiles.inc > : > Log: > : > More files from my server that I've been upgrading since I think 2.2 > : > or 2.0.2. These date back to 1996. Likely not needed for most > : > people, but good to have on the list for completeness. > : > : This commit also removes 3 mount_* entries you've added in the previous > : revision. > > I believe that I just moved those 3 mount_ entries. I have a few > other machines I'll be testing with if I actually removed them. I've looked at http://www.freebsd.org/cgi/cvsweb.cgi/src/ObsoleteFiles.inc.diff?r1=1.12&r2=1.13&f=h again. It may be the case that I've overlooked them, but a grep for sbin/mount_nwfs should tell you the truth. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 The only way to keep you health is to eat what you don't want, drink what you don't like, and do what you'd rather not. -- Mark Twain From owner-cvs-all@FreeBSD.ORG Tue Aug 16 15:09:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4561C16A41F; Tue, 16 Aug 2005 15:09:45 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165FB43D45; Tue, 16 Aug 2005 15:09:45 +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 j7GF9i58096545; Tue, 16 Aug 2005 15:09:44 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GF9ia5096544; Tue, 16 Aug 2005 15:09:44 GMT (envelope-from sobomax) Message-Id: <200508161509.j7GF9ia5096544@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Aug 2005 15:09:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h src/sys/vm vm_pager.c vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 15:09:45 -0000 sobomax 2005-08-16 15:09:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern vfs_cluster.c sys/sys buf.h sys/vm vm_pager.c vnode_pager.c Log: MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. vm_pager_init() is run before required nswbuf variable has been set to correct value. This caused system to run with single pbuf available for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt variableis in the same way. Tested by: pre-release.portaone.com Revision Changes Path 1.150.2.2 +0 -6 src/sys/kern/vfs_cluster.c 1.167.2.3 +2 -0 src/sys/sys/buf.h 1.95.2.3 +1 -0 src/sys/vm/vm_pager.c 1.196.2.8 +0 -9 src/sys/vm/vnode_pager.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 15:12:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 093D716A41F; Tue, 16 Aug 2005 15:12:46 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D6D643D53; Tue, 16 Aug 2005 15:12:45 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GFCjLW096715; Tue, 16 Aug 2005 15:12:45 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GFCjdX096714; Tue, 16 Aug 2005 15:12:45 GMT (envelope-from le) Message-Id: <200508161512.j7GFCjdX096714@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 16 Aug 2005 15:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum_plex.c geom_vinum_rm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 15:12:46 -0000 le 2005-08-16 15:12:44 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_plex.c geom_vinum_rm.c Log: Make it possible to remove stale, left-over subdisks. Revision Changes Path 1.16 +4 -1 src/sys/geom/vinum/geom_vinum_plex.c 1.7 +7 -9 src/sys/geom/vinum/geom_vinum_rm.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 16:05:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 161EC16A41F; Tue, 16 Aug 2005 16:05:50 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADC043D45; Tue, 16 Aug 2005 16:05:49 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GG5n9Z098880; Tue, 16 Aug 2005 16:05:49 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GG5nAU098879; Tue, 16 Aug 2005 16:05:49 GMT (envelope-from murray) Message-Id: <200508161605.j7GG5nAU098879@repoman.freebsd.org> From: Murray Stokely Date: Tue, 16 Aug 2005 16:05:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 16:05:50 -0000 murray 2005-08-16 16:05:49 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Add entry for NYCBSDCon 2005 in September. Revision Changes Path 1.54 +27 -1 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 16:17:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E5E516A41F; Tue, 16 Aug 2005 16:17:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF2843D46; Tue, 16 Aug 2005 16:17:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j7GGH3vf005037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Aug 2005 12:17:03 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j7GGH26P010646; Tue, 16 Aug 2005 12:17:03 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A1E2E5130F; Tue, 16 Aug 2005 12:17:02 -0400 (EDT) Date: Tue, 16 Aug 2005 12:17:02 -0400 From: Kris Kennaway To: Marcel Moolenaar Message-ID: <20050816161702.GA10661@xor.obsecurity.org> References: <200508160513.j7G5Dvv7033545@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: <200508160513.j7G5Dvv7033545@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 16:17:04 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 16, 2005 at 05:13:57AM +0000, Marcel Moolenaar wrote: > marcel 2005-08-16 05:13:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/gdb/kgdb trgt_sparc64.c=20 > Log: > Fix backtraces. Supply registers from the register window. > =20 > MFC after: 3 days Thanks! Kris --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAhF+Wry0BWjoQKURAvILAKCPJF4Q1FXTM8LTwOF/qI3uw1YupACdH8f9 FiV/EPyoXuLm8nBICcGAnLM= =Ynur -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- From owner-cvs-all@FreeBSD.ORG Tue Aug 16 16:31:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6553116A41F; Tue, 16 Aug 2005 16:31:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AF343D53; Tue, 16 Aug 2005 16:31:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GGVDVc001040; Tue, 16 Aug 2005 16:31:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GGVDPt001039; Tue, 16 Aug 2005 16:31:13 GMT (envelope-from pav) Message-Id: <200508161631.j7GGVDPt001039@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 16 Aug 2005 16:31:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/phpua-engine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 16:31:14 -0000 pav 2005-08-16 16:31:13 UTC FreeBSD ports repository Modified files: games/phpua-engine Makefile Log: - Bump PORTREVISION for recent ownership changes Approved by: portmgr (kris) Revision Changes Path 1.5 +1 -0 ports/games/phpua-engine/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 16:48:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98FD216A41F; Tue, 16 Aug 2005 16:48:42 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B0043D53; Tue, 16 Aug 2005 16:48:42 +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 j7GGmf7M008563; Tue, 16 Aug 2005 16:48:41 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GGmfeT008562; Tue, 16 Aug 2005 16:48:41 GMT (envelope-from remko) Message-Id: <200508161648.j7GGmfeT008562@repoman.freebsd.org> From: Remko Lodder Date: Tue, 16 Aug 2005 16:48:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/vim Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 16:48:42 -0000 remko 2005-08-16 16:48:41 UTC FreeBSD ports repository (doc committer) Modified files: editors/vim Makefile Added files: editors/vim pkg-message Log: Add a note about VIM's modeline support. This will instruct users that do not need the modeline support to disable it, since it contained remote vulnerabilities. Reviewed by: simon Approved by: portsmgr (blanket, secteam), obrien (maintainer) Revision Changes Path 1.265 +3 -0 ports/editors/vim/Makefile 1.1 +6 -0 ports/editors/vim/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 17:02:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9277816A41F; Tue, 16 Aug 2005 17:02:35 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5170D43D46; Tue, 16 Aug 2005 17:02:35 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GH2ZR0009172; Tue, 16 Aug 2005 17:02:35 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GH2Zir009171; Tue, 16 Aug 2005 17:02:35 GMT (envelope-from brooks) Message-Id: <200508161702.j7GH2Zir009171@repoman.freebsd.org> From: Brooks Davis Date: Tue, 16 Aug 2005 17:02:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 17:02:35 -0000 brooks 2005-08-16 17:02:35 UTC FreeBSD src repository Modified files: sys/net if.c Log: - Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_free_type. - Add a note that additions should be made to if_free_type and not if_free to help avoid this in the future. This apparently fixes a use after free in if_bridge and may fix bugs in other direct if_free_type consumers. Reported by: thompsa Revision Changes Path 1.243 +3 -1 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:15:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB7616A41F; Tue, 16 Aug 2005 18:15:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF0943D45; Tue, 16 Aug 2005 18:15:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GIFHVG011921; Tue, 16 Aug 2005 18:15:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GIFHnS011920; Tue, 16 Aug 2005 18:15:17 GMT (envelope-from jhb) Message-Id: <200508161815.j7GIFHnS011920@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Aug 2005 18:15:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 swtch.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:15:18 -0000 jhb 2005-08-16 18:15:17 UTC FreeBSD src repository Modified files: sys/i386/i386 swtch.s Log: Clarify a comment. Revision Changes Path 1.149 +1 -1 src/sys/i386/i386/swtch.s From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:27:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8CA16A423 for ; Tue, 16 Aug 2005 18:27:29 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 6199143D5D for ; Tue, 16 Aug 2005 18:27:27 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: (qmail 15508 invoked from network); 16 Aug 2005 18:27:26 -0000 Received: from unknown (HELO ?192.168.1.140?) (tacopants@70.28.168.125 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 16 Aug 2005 18:27:26 -0000 Message-ID: <4302300D.5040701@magnesium.net> Date: Tue, 16 Aug 2005 14:27:25 -0400 From: Adam Weinberger User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050712) MIME-Version: 1.0 To: Kirill Ponomarew References: <200508160914.j7G9EiPd061656@repoman.freebsd.org> In-Reply-To: <200508160914.j7G9EiPd061656@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/gourmet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:27:29 -0000 Kirill Ponomarew wrote: > krion 2005-08-16 09:14:43 UTC > > FreeBSD ports repository > > Modified files: > deskutils/gourmet Makefile > Log: > Fix dependencies and build. > > Approved by: portmgr (implicit) This won't fix the build at all. Look at the pre-install: target. gourmet requires a python-enabled metakit, and the only way to achieve that is to have WITH_METAKIT_PYTHON=yes defined when building metakit. All you've accomplished here is ensuring that the port is still BROKEN, but in a different way. Your change may look better from the standpoint of pointyhat logs, but in reality, gourmet's dependency is more logically on libmk4py.so than on libmk4.so. The real issue lies within metakit. There is no python-enabled metakit slave port, and one cannot choose to enable python based solely upon whether python is already installed (you can only check for ${PYTHON_CMD} after bsd.port.pre.mk, but you can only define WITH_PYTHON *before* bsd.port.pre.mk... python could really use a WANT_PYTHON switch). I'd prefer to see this change backed out, but it doesn't make much difference either way. In the future, though, could you please run changes like this by me first? I recognize that you're doing your portmgrial duties here, but surely one of my maintainer-based rights is to challenge changes like this *before* they're committed. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:43:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE2916A41F; Tue, 16 Aug 2005 18:43:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77F543D48; Tue, 16 Aug 2005 18:43:41 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GIhfsS012878; Tue, 16 Aug 2005 18:43:41 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GIhf32012877; Tue, 16 Aug 2005 18:43:41 GMT (envelope-from simon) Message-Id: <200508161843.j7GIhf32012877@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 16 Aug 2005 18:43:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:43:42 -0000 simon 2005-08-16 18:43:41 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document acroread -- plug-in buffer overflow vulnerability. Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.788 +43 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:51:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3531616A41F; Tue, 16 Aug 2005 18:51:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E235843D45; Tue, 16 Aug 2005 18:51:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GIpiSV013175; Tue, 16 Aug 2005 18:51:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GIpiiO013174; Tue, 16 Aug 2005 18:51:44 GMT (envelope-from jhb) Message-Id: <200508161851.j7GIpiiO013174@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Aug 2005 18:51:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:51:45 -0000 jhb 2005-08-16 18:51:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Remove references to the TRB as it is being dissolved due to lack of activity. Approved by: core Revision Changes Path 1.226 +0 -3 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.26 +0 -49 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:51:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A142016A426; Tue, 16 Aug 2005 18:51:48 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B0743D48; Tue, 16 Aug 2005 18:51:48 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1E56XG-000FTR-Oc; Tue, 16 Aug 2005 20:51:42 +0200 Date: Tue, 16 Aug 2005 20:51:42 +0200 From: Kirill Ponomarew To: Adam Weinberger Message-ID: <20050816185142.GB55949@voodoo.oberon.net> References: <200508160914.j7G9EiPd061656@repoman.freebsd.org> <4302300D.5040701@magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4302300D.5040701@magnesium.net> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Cc: cvs-ports@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/gourmet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:51:49 -0000 On Tue, Aug 16, 2005 at 02:27:25PM -0400, Adam Weinberger wrote: > Kirill Ponomarew wrote: > >krion 2005-08-16 09:14:43 UTC > > > > FreeBSD ports repository > > > > Modified files: > > deskutils/gourmet Makefile > > Log: > > Fix dependencies and build. > > > > Approved by: portmgr (implicit) > > This won't fix the build at all. Look at the pre-install: target. > gourmet requires a python-enabled metakit, and the only way to achieve > that is to have WITH_METAKIT_PYTHON=yes defined when building metakit. > All you've accomplished here is ensuring that the port is still BROKEN, > but in a different way. > > Your change may look better from the standpoint of pointyhat logs, but > in reality, gourmet's dependency is more logically on libmk4py.so than > on libmk4.so. I don't know how it would change the functionality of gourmet if metakit is built without python, but it would make sense to add NO_PACKAGE into Makefile to prevent cluster from building it until the problem is resolved. Feel free to add NO_PACKAGE/RESTRICTED if you know that package will be unusable for users. > The real issue lies within metakit. There is no python-enabled metakit > slave port, and one cannot choose to enable python based solely upon > whether python is already installed (you can only check for > ${PYTHON_CMD} after bsd.port.pre.mk, but you can only define WITH_PYTHON > *before* bsd.port.pre.mk... python could really use a WANT_PYTHON switch). > > I'd prefer to see this change backed out, but it doesn't make much > difference either way. In the future, though, could you please run > changes like this by me first? I recognize that you're doing your > portmgrial duties here, but surely one of my maintainer-based rights is > to challenge changes like this *before* they're committed. Yeah, you're right, sorry for that. -Kirill From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:53:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B114D16A41F; Tue, 16 Aug 2005 18:53:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D70A43D45; Tue, 16 Aug 2005 18:53:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GIrGUY013249; Tue, 16 Aug 2005 18:53:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GIrGaJ013248; Tue, 16 Aug 2005 18:53:16 GMT (envelope-from jhb) Message-Id: <200508161853.j7GIrGaJ013248@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Aug 2005 18:53:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml www/en/internal Makefile trb-dispute.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:53:16 -0000 jhb 2005-08-16 18:53:16 UTC FreeBSD doc repository Modified files: en developers.sgml en/internal Makefile Removed files: en/internal trb-dispute.sgml Log: Remove references to the TRB as it is being dissolved due to lack of activity. Approved by: core Revision Changes Path 1.103 +1 -4 www/en/developers.sgml 1.43 +1 -2 www/en/internal/Makefile 1.4 +0 -52 www/en/internal/trb-dispute.sgml (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:55:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E0D116A41F for ; Tue, 16 Aug 2005 18:55:28 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 6933943D76 for ; Tue, 16 Aug 2005 18:55:23 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: (qmail 26921 invoked from network); 16 Aug 2005 18:55:22 -0000 Received: from unknown (HELO ?192.168.1.140?) (tacopants@70.28.168.125 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 16 Aug 2005 18:55:22 -0000 Message-ID: <43023699.9010900@magnesium.net> Date: Tue, 16 Aug 2005 14:55:21 -0400 From: Adam Weinberger User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050712) MIME-Version: 1.0 To: Kirill Ponomarew References: <200508160914.j7G9EiPd061656@repoman.freebsd.org> <4302300D.5040701@magnesium.net> <20050816185142.GB55949@voodoo.oberon.net> In-Reply-To: <20050816185142.GB55949@voodoo.oberon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/gourmet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:55:28 -0000 Kirill Ponomarew wrote: > On Tue, Aug 16, 2005 at 02:27:25PM -0400, Adam Weinberger wrote: >> Kirill Ponomarew wrote: >>> krion 2005-08-16 09:14:43 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> deskutils/gourmet Makefile >>> Log: >>> Fix dependencies and build. >>> >>> Approved by: portmgr (implicit) >> This won't fix the build at all. Look at the pre-install: target. >> gourmet requires a python-enabled metakit, and the only way to achieve >> that is to have WITH_METAKIT_PYTHON=yes defined when building metakit. >> All you've accomplished here is ensuring that the port is still BROKEN, >> but in a different way. >> >> Your change may look better from the standpoint of pointyhat logs, but >> in reality, gourmet's dependency is more logically on libmk4py.so than >> on libmk4.so. > > I don't know how it would change the functionality of gourmet if > metakit is built without python, but it would make sense to add > NO_PACKAGE into Makefile to prevent cluster from building it until > the problem is resolved. Feel free to add NO_PACKAGE/RESTRICTED if > you know that package will be unusable for users. Well, gourmet (being a python app) needs the metakit python bindings. Am I looking at metakit's python bindings backwards? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Tue Aug 16 18:59:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405F616A41F; Tue, 16 Aug 2005 18:59:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADB143D7C; Tue, 16 Aug 2005 18:59:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GIx04N013524; Tue, 16 Aug 2005 18:59:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GIx0jU013523; Tue, 16 Aug 2005 18:59:00 GMT (envelope-from pjd) Message-Id: <200508161859.j7GIx0jU013523@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 16 Aug 2005 18:59:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c src/sys/opencrypto xform.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 18:59:04 -0000 pjd 2005-08-16 18:59:00 UTC FreeBSD src repository Modified files: sys/crypto/rijndael rijndael-alg-fst.c sys/opencrypto xform.c Log: Check key size for rijndael, as invalid key size can lead to kernel panic. It checked other algorithms against this bug and it seems they aren't affected. Reported by: Mike Tancsa PR: i386/84860 Reviewed by: phk, cperciva(x2) Revision Changes Path 1.9 +2 -0 src/sys/crypto/rijndael/rijndael-alg-fst.c 1.6 +2 -0 src/sys/opencrypto/xform.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 19:03:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58ED416A41F; Tue, 16 Aug 2005 19:03:02 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9330C43D45; Tue, 16 Aug 2005 19:03:01 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 586EB52C70; Tue, 16 Aug 2005 21:03:00 +0200 (CEST) Received: from localhost (dkl63.neoplus.adsl.tpnet.pl [83.24.15.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 680C052C3F; Tue, 16 Aug 2005 21:02:55 +0200 (CEST) Date: Tue, 16 Aug 2005 21:02:45 +0200 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050816190245.GB8407@garage.freebsd.pl> References: <200508161859.j7GIx0jU013523@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <200508161859.j7GIx0jU013523@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c src/sys/opencrypto xform.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 19:03:02 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 16, 2005 at 06:59:00PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2005-08-16 18:59:00 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/crypto/rijndael rijndael-alg-fst.c=20 +> sys/opencrypto xform.c=20 +> Log: +> Check key size for rijndael, as invalid key size can lead to kernel pa= nic. +> It checked other algorithms against this bug and it seems they aren't s/It/I/ MFC after: 1 day --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAjhVForvXbEpPzQRAkZEAJsEPFcreqBTxj+v4o/OeVzTBJn0CgCdHmzX SOuK6Xf9Vm0DOXrx6+3Ywlc= =ARk9 -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- From owner-cvs-all@FreeBSD.ORG Tue Aug 16 19:08:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C77616A41F; Tue, 16 Aug 2005 19:08:01 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B5543D49; Tue, 16 Aug 2005 19:08:01 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GJ81rr013957; Tue, 16 Aug 2005 19:08:01 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GJ81ns013956; Tue, 16 Aug 2005 19:08:01 GMT (envelope-from phk) Message-Id: <200508161908.j7GJ81ns013956@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 19:08:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c src/sys/fs/devfs devfs_devs.c devfs_int.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 19:08:01 -0000 phk 2005-08-16 19:08:01 UTC FreeBSD src repository Modified files: sys/sys conf.h sys/kern kern_conf.c sys/fs/devfs devfs_devs.c Added files: sys/fs/devfs devfs_int.h Log: Create a new internal .h file to communicate very private stuff from kern_conf.c to devfs. For now just two prototypes, more to come. Revision Changes Path 1.39 +1 -0 src/sys/fs/devfs/devfs_devs.c 1.1 +45 -0 src/sys/fs/devfs/devfs_int.h (new) 1.188 +2 -0 src/sys/kern/kern_conf.c 1.225 +0 -3 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 19:25:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64AD716A41F; Tue, 16 Aug 2005 19:25:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B0D43D45; Tue, 16 Aug 2005 19:25:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GJP29W014676; Tue, 16 Aug 2005 19:25:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GJP24D014675; Tue, 16 Aug 2005 19:25:02 GMT (envelope-from phk) Message-Id: <200508161925.j7GJP24D014675@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 19:25:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mib.c src/sys/fs/devfs devfs_devs.c devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 19:25:03 -0000 phk 2005-08-16 19:25:02 UTC FreeBSD src repository Modified files: sys/kern kern_mib.c sys/fs/devfs devfs_devs.c devfs_vnops.c Log: Collect the devfs related sysctls in one place Revision Changes Path 1.40 +32 -0 src/sys/fs/devfs/devfs_devs.c 1.119 +2 -49 src/sys/fs/devfs/devfs_vnops.c 1.75 +0 -4 src/sys/kern/kern_mib.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 19:47:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CFE16A41F; Tue, 16 Aug 2005 19:47:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263CF43D45; Tue, 16 Aug 2005 19:47:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GJlhgd015562; Tue, 16 Aug 2005 19:47:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GJlh4N015561; Tue, 16 Aug 2005 19:47:43 GMT (envelope-from phk) Message-Id: <200508161947.j7GJlh4N015561@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 19:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 19:47:43 -0000 phk 2005-08-16 19:47:42 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Remove stale comment. Revision Changes Path 1.189 +0 -2 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 19:49:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C192116A41F; Tue, 16 Aug 2005 19:49:10 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8228B43D48; Tue, 16 Aug 2005 19:49:10 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GJnALq015686; Tue, 16 Aug 2005 19:49:10 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GJnAaG015685; Tue, 16 Aug 2005 19:49:10 GMT (envelope-from ume) Message-Id: <200508161949.j7GJnAaG015685@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 16 Aug 2005 19:49:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 19:49:10 -0000 ume 2005-08-16 19:49:10 UTC FreeBSD src repository Modified files: sys/netinet6 in6_src.c Log: avoid exclusive sleep mutex. Revision Changes Path 1.34 +3 -3 src/sys/netinet6/in6_src.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:03:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F1516A41F; Tue, 16 Aug 2005 20:03:11 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF06D43D58; Tue, 16 Aug 2005 20:03:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GK39mq018563; Tue, 16 Aug 2005 20:03:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GK39YZ018562; Tue, 16 Aug 2005 20:03:09 GMT (envelope-from ume) Message-Id: <200508162003.j7GK39YZ018562@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 16 Aug 2005 20:03:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:03:11 -0000 ume 2005-08-16 20:03:09 UTC FreeBSD src repository Modified files: sys/kern kern_cpu.c Log: Save cpu level only when priority is greater than PRIO_USER to make CPUFREQ_SET(NULL, prio) work. TODO: implement saved_level as stack. Reviewed by: njl Revision Changes Path 1.17 +1 -1 src/sys/kern/kern_cpu.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:03:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C6A16A41F; Tue, 16 Aug 2005 20:03:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7EC43D45; Tue, 16 Aug 2005 20:03:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GK3Ttd018609; Tue, 16 Aug 2005 20:03:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GK3TxT018608; Tue, 16 Aug 2005 20:03:29 GMT (envelope-from phk) Message-Id: <200508162003.j7GK3TxT018608@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 20:03:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:03:29 -0000 phk 2005-08-16 20:03:29 UTC FreeBSD src repository Modified files: sys/geom geom_ctl.c Log: remove stale comments Revision Changes Path 1.36 +0 -2 src/sys/geom/geom_ctl.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:22:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E8116A42F; Tue, 16 Aug 2005 20:22:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id F341A43D46; Tue, 16 Aug 2005 20:22:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 16 Aug 2005 16:37:51 -0400 From: John Baldwin To: Hajimu UMEMOTO Date: Tue, 16 Aug 2005 15:59:22 -0400 User-Agent: KMail/1.8 References: <200508161949.j7GJnAaG015685@repoman.freebsd.org> In-Reply-To: <200508161949.j7GJnAaG015685@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508161559.24097.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:22:55 -0000 On Tuesday 16 August 2005 03:49 pm, Hajimu UMEMOTO wrote: > ume 2005-08-16 19:49:10 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 in6_src.c > Log: > avoid exclusive sleep mutex. 1) This should be using TAILQ_FOREACH() to be more readable. 2) It's not safe to drop the lock here as you've done as the list can change out from under you. You might be able to use TAILQ_FOREACH_SAFE() if you know what the next entry in the can't be removed from the list while the lock is dropped, but that's usually not an easy thing to ensure unless you set a flag or some such while holding the lock to communicate that to the code that adds and removes items to this list. You may need to use an sx lock here rather than a mutex. As it is, this change opens up a race condition that can result in deref'ing bogus pointers and kernel panics. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:39:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B4716A41F; Tue, 16 Aug 2005 20:39:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBAB43D45; Tue, 16 Aug 2005 20:39:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GKdUs1019968; Tue, 16 Aug 2005 20:39:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKdUSP019966; Tue, 16 Aug 2005 20:39:30 GMT (envelope-from jhb) Message-Id: <200508162039.j7GKdUSP019966@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Aug 2005 20:39:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/my if_my.c if_myreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:39:31 -0000 jhb 2005-08-16 20:39:30 UTC FreeBSD src repository Modified files: sys/dev/my if_my.c if_myreg.h Log: Fixup locking in if_my(4) and mark it MPSAFE: - Add locked variants of my_start() and my_init(). - Assert that the lock is held in several places rather than recursing. - Overhaul failure case handling in my_attach() so that it will actually clean up completely in each of the failure cases. - Setup the interrupt after ether_ifattach() in my_attach(). - Remove unused callout handle from softc. - Free the metadata for the descriptors my_in detach() (we leaked it before). - Fix locking in my_ioctl(). - Remove spls. Tested by: brueffer MFC after: 3 days Revision Changes Path 1.34 +95 -103 src/sys/dev/my/if_my.c 1.5 +1 -1 src/sys/dev/my/if_myreg.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:46:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF6216A41F; Tue, 16 Aug 2005 20:46:17 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B21543D45; Tue, 16 Aug 2005 20:46:17 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GKkHac020560; Tue, 16 Aug 2005 20:46:17 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKkHCF020559; Tue, 16 Aug 2005 20:46:17 GMT (envelope-from vsevolod) Message-Id: <200508162046.j7GKkHCF020559@repoman.freebsd.org> From: Vsevolod Stakhov Date: Tue, 16 Aug 2005 20:46:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/drupal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:46:18 -0000 vsevolod 2005-08-16 20:46:17 UTC FreeBSD ports repository Modified files: www/drupal Makefile distinfo Log: Fix security issue noted in http://drupal.org/files/sa-2005-004/advisory.txt. Update to 4.6.3. Approved by: portmgr (krion), maintainer timeout (security issue) Revision Changes Path 1.12 +1 -1 ports/www/drupal/Makefile 1.10 +2 -2 ports/www/drupal/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:49:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C34116A41F; Tue, 16 Aug 2005 20:49:48 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF03843D45; Tue, 16 Aug 2005 20:49:47 +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 j7GKnlCa027755; Tue, 16 Aug 2005 20:49:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKnleb027754; Tue, 16 Aug 2005 20:49:47 GMT (envelope-from brueffer) Message-Id: <200508162049.j7GKnleb027754@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 16 Aug 2005 20:49:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ixgb if_ixgb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:49:48 -0000 brueffer 2005-08-16 20:49:47 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sys/dev/ixgb if_ixgb.c Log: MFC: rev. 1.11 - add missing ether_poll_deregister - add per-device polling - move the setting of if_capenable further down so that the VLAN caps are honored as well Approved by: re (kensmith), ru Revision Changes Path 1.10.2.1 +13 -2 src/sys/dev/ixgb/if_ixgb.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:49:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6E2A16A41F; Tue, 16 Aug 2005 20:49:59 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32D843D45; Tue, 16 Aug 2005 20:49:59 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GKnxCd027823; Tue, 16 Aug 2005 20:49:59 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKnx2P027822; Tue, 16 Aug 2005 20:49:59 GMT (envelope-from barner) Message-Id: <200508162049.j7GKnx2P027822@repoman.freebsd.org> From: Simon Barner Date: Tue, 16 Aug 2005 20:49:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/videotext Makefile ports/misc/videotext/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-tvchannels.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:50:00 -0000 barner 2005-08-16 20:49:59 UTC FreeBSD ports repository Modified files: misc/videotext Makefile Added files: misc/videotext/files patch-tvchannels.c Removed files: misc/videotext/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log: - Fix build with new gcc version (patch-tvchannels.c) - Remove s/gawk/awk/ patches and introduce build time dependecy to gawk because one of the scripts uses `strftime' which is not available in our base systems awk. Approved by: portmgr (clement) Revision Changes Path 1.19 +4 -8 ports/misc/videotext/Makefile 1.2 +0 -19 ports/misc/videotext/files/patch-aa (dead) 1.2 +0 -19 ports/misc/videotext/files/patch-ab (dead) 1.2 +0 -25 ports/misc/videotext/files/patch-ac (dead) 1.2 +0 -19 ports/misc/videotext/files/patch-ad (dead) 1.2 +0 -19 ports/misc/videotext/files/patch-ae (dead) 1.2 +0 -19 ports/misc/videotext/files/patch-af (dead) 1.1 +10 -0 ports/misc/videotext/files/patch-tvchannels.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:51:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8766516A41F; Tue, 16 Aug 2005 20:51:28 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4414E43D45; Tue, 16 Aug 2005 20:51:28 +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 j7GKpSAg028025; Tue, 16 Aug 2005 20:51:28 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKpStS028024; Tue, 16 Aug 2005 20:51:28 GMT (envelope-from brueffer) Message-Id: <200508162051.j7GKpStS028024@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 16 Aug 2005 20:51:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ixgb if_ixgb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:51:28 -0000 brueffer 2005-08-16 20:51:28 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/dev/ixgb if_ixgb.c Log: MFC: rev. 1.11 - add missing ether_poll_deregister - add per-device polling - move the setting of if_capenable further down so that the VLAN caps are honored as well Approved by: ru Revision Changes Path 1.3.2.3 +13 -2 src/sys/dev/ixgb/if_ixgb.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:55:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD4516A433; Tue, 16 Aug 2005 20:55:33 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DC243D48; Tue, 16 Aug 2005 20:55:33 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GKtXCT028410; Tue, 16 Aug 2005 20:55:33 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKtXce028409; Tue, 16 Aug 2005 20:55:33 GMT (envelope-from le) Message-Id: <200508162055.j7GKtXce028409@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 16 Aug 2005 20:55:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_drive.c geom_vinum_plex.c geom_vinum_rm.c geom_vinum_var.h geom_vinum_volume.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:55:34 -0000 le 2005-08-16 20:55:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/vinum geom_vinum.c geom_vinum_drive.c geom_vinum_plex.c geom_vinum_rm.c geom_vinum_var.h geom_vinum_volume.c Log: MFC: geom_vinum.c rev. 1.17 geom_vinum_drive.c rev. 1.19 geom_vinum_plex.c rev. 1.16 geom_vinum_rm.c rev. 1.7 geom_vinum_var.h rev. 1.9, 1.10 geom_vinum_volume.c rev. 1.9 Revision Changes Path 1.9.2.7 +2 -0 src/sys/geom/vinum/geom_vinum.c 1.9.2.6 +6 -1 src/sys/geom/vinum/geom_vinum_drive.c 1.8.2.7 +4 -1 src/sys/geom/vinum/geom_vinum_plex.c 1.1.2.3 +7 -9 src/sys/geom/vinum/geom_vinum_rm.c 1.1.2.7 +2 -0 src/sys/geom/vinum/geom_vinum_var.h 1.4.2.4 +35 -25 src/sys/geom/vinum/geom_vinum_volume.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:56:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29CF616A41F; Tue, 16 Aug 2005 20:56:55 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB61243D49; Tue, 16 Aug 2005 20:56:54 +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 j7GKusv6028526; Tue, 16 Aug 2005 20:56:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKusuI028525; Tue, 16 Aug 2005 20:56:54 GMT (envelope-from simon) Message-Id: <200508162056.j7GKusuI028525@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 16 Aug 2005 20:56:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:56:55 -0000 simon 2005-08-16 20:56:54 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add eGroupWare to the list of packages affected by "pear-XML_RPC -- remote PHP code injection vulnerability". Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.789 +7 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 20:59:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C797016A41F; Tue, 16 Aug 2005 20:59:26 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B469F43D55; Tue, 16 Aug 2005 20:59:25 +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 j7GKxPFi028966; Tue, 16 Aug 2005 20:59:25 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GKxPAM028962; Tue, 16 Aug 2005 20:59:25 GMT (envelope-from simon) Message-Id: <200508162059.j7GKxPAM028962@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 16 Aug 2005 20:59:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/egroupware Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:59:27 -0000 simon 2005-08-16 20:59:25 UTC FreeBSD ports repository Modified files: deskutils/egroupware Makefile Log: Mark FORBIDDEN, due to remote code execution vulnerability. Security: http://vuxml.FreeBSD.org/e65ad1bf-0d8b-11da-90d0-00304823c0d3.html Approved by: portmgr (blanket, secteam) Revision Changes Path 1.23 +2 -0 ports/deskutils/egroupware/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 21:14:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD3016A420; Tue, 16 Aug 2005 21:14:25 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 593C643D46; Tue, 16 Aug 2005 21:14:25 +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 j7GLEPEE030899; Tue, 16 Aug 2005 21:14:25 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GLEPm7030898; Tue, 16 Aug 2005 21:14:25 GMT (envelope-from brueffer) Message-Id: <200508162114.j7GLEPm7030898@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 16 Aug 2005 21:14:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 21:14:25 -0000 brueffer 2005-08-16 21:14:25 UTC FreeBSD src repository (doc committer) Modified files: sbin/atacontrol atacontrol.8 Log: Clarify how the 'channel' argument should look like and add an example on how to obtain information on devices on an ata channel. PR: 84676 Submitted by: Kevin Oberman Jeremie Le Hen MFC after: 3 days Revision Changes Path 1.27 +7 -2 src/sbin/atacontrol/atacontrol.8 From owner-cvs-all@FreeBSD.ORG Tue Aug 16 21:19:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D79F016A41F; Tue, 16 Aug 2005 21:19:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A3043D45; Tue, 16 Aug 2005 21:19:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GLJUDp031115; Tue, 16 Aug 2005 21:19:30 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GLJUDu031114; Tue, 16 Aug 2005 21:19:30 GMT (envelope-from simon) Message-Id: <200508162119.j7GLJUDu031114@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 16 Aug 2005 21:19:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 21:19:31 -0000 simon 2005-08-16 21:19:30 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: gpdf has been fixed for "xpdf -- disk fill DoS vulnerability", mark it as such. Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.790 +5 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 21:29:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A18D16A41F; Tue, 16 Aug 2005 21:29:56 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A10D43D48; Tue, 16 Aug 2005 21:29:54 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1E590H-000GGU-E9; Tue, 16 Aug 2005 23:29:49 +0200 Date: Tue, 16 Aug 2005 23:29:49 +0200 From: Kirill Ponomarew To: Pawel Jakub Dawidek Message-ID: <20050816212949.GG55949@voodoo.oberon.net> References: <200508161859.j7GIx0jU013523@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508161859.j7GIx0jU013523@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c src/sys/opencrypto xform.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 21:29:56 -0000 On Tue, Aug 16, 2005 at 06:59:00PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-08-16 18:59:00 UTC > > FreeBSD src repository > > Modified files: > sys/crypto/rijndael rijndael-alg-fst.c > sys/opencrypto xform.c > Log: > Check key size for rijndael, as invalid key size can lead to kernel panic. > It checked other algorithms against this bug and it seems they aren't > affected. > > Reported by: Mike Tancsa > PR: i386/84860 > Reviewed by: phk, cperciva(x2) I couldn't build it: cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/gbde/../../sys -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c: In function `rijndaelKeySetupEnc': /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c:737: warning: implicit declaration of function `KASSERT' /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c:738: warning: left-hand operand of comma expression has no effect *** Error code 1 Stop in /usr/src/sbin/gbde. -Kirill From owner-cvs-all@FreeBSD.ORG Tue Aug 16 21:57:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7583316A41F; Tue, 16 Aug 2005 21:57:49 +0000 (GMT) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CC043D45; Tue, 16 Aug 2005 21:57:49 +0000 (GMT) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GLvnIE032611; Tue, 16 Aug 2005 21:57:49 GMT (envelope-from ghelmer@repoman.freebsd.org) Received: (from ghelmer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GLvnrR032610; Tue, 16 Aug 2005 21:57:49 GMT (envelope-from ghelmer) Message-Id: <200508162157.j7GLvnrR032610@repoman.freebsd.org> From: Guy Helmer Date: Tue, 16 Aug 2005 21:57:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms/amd64 motherboards.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 21:57:49 -0000 ghelmer 2005-08-16 21:57:49 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: Add entry for Supermicro H8DAR-8. Revision Changes Path 1.37 +14 -1 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:30:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DE816A420; Tue, 16 Aug 2005 22:30:50 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2ED943D58; Tue, 16 Aug 2005 22:30:49 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMUniX033942; Tue, 16 Aug 2005 22:30:49 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMUnD4033941; Tue, 16 Aug 2005 22:30:49 GMT (envelope-from olgeni) Message-Id: <200508162230.j7GMUnD4033941@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 16 Aug 2005 22:30:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/erlang-doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:30:50 -0000 olgeni 2005-08-16 22:30:49 UTC FreeBSD ports repository Modified files: lang/erlang-doc Makefile Log: Unbreak: the checksums actually match the files on MASTER_SITES. Approved by: portmgr (marcus) Revision Changes Path 1.23 +0 -2 ports/lang/erlang-doc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:36:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE3016A41F; Tue, 16 Aug 2005 22:36:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D360E43D64; Tue, 16 Aug 2005 22:36:54 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMasvx034119; Tue, 16 Aug 2005 22:36:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMasCN034118; Tue, 16 Aug 2005 22:36:54 GMT (envelope-from phk) Message-Id: <200508162236.j7GMasCN034118@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:36:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/doc/usd/18.msdiffs ms.diffs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:36:58 -0000 phk 2005-08-16 22:36:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/doc/usd/18.msdiffs ms.diffs Log: Remove pointless formatting date. Approved by: re@ Revision Changes Path 1.2.12.1 +0 -1 src/share/doc/usd/18.msdiffs/ms.diffs From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:39:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA9316A41F; Tue, 16 Aug 2005 22:39:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E02143D45; Tue, 16 Aug 2005 22:39:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMdSN6034267; Tue, 16 Aug 2005 22:39:28 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMdSTp034266; Tue, 16 Aug 2005 22:39:28 GMT (envelope-from phk) Message-Id: <200508162239.j7GMdSTp034266@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:39:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/doc/papers Makefile src/share/doc/papers/px Makefile fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n fig3.3.n pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n table2.1.n table2.2.n table2.3.n table3.1.n tmac.p X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:39:28 -0000 phk 2005-08-16 22:39:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/doc/papers Makefile Removed files: (Branch: RELENG_6) share/doc/papers/px Makefile fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n fig3.3.n pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n table2.1.n table2.2.n table2.3.n table3.1.n tmac.p Log: Remove paper about the Berkeley Pascal Runtime which we have never had in FreeBSD because it was VAX specific. Approved by: re@ Revision Changes Path 1.15.2.1 +0 -1 src/share/doc/papers/Makefile 1.10.2.1 +0 -17 src/share/doc/papers/px/Makefile (dead) 1.1.1.1.46.1 +0 -71 src/share/doc/papers/px/fig1.1.n (dead) 1.1.1.1.46.1 +0 -68 src/share/doc/papers/px/fig1.2.n (dead) 1.1.1.1.46.1 +0 -60 src/share/doc/papers/px/fig1.3.n (dead) 1.1.1.1.46.1 +0 -103 src/share/doc/papers/px/fig2.3.raw (dead) 1.1.1.1.46.1 +0 -57 src/share/doc/papers/px/fig2.4.n (dead) 1.2.14.1 +0 -57 src/share/doc/papers/px/fig3.2.n (dead) 1.1.1.1.46.1 +0 -57 src/share/doc/papers/px/fig3.3.n (dead) 1.2.14.1 +0 -140 src/share/doc/papers/px/pxin0.n (dead) 1.2.14.1 +0 -538 src/share/doc/papers/px/pxin1.n (dead) 1.2.14.1 +0 -923 src/share/doc/papers/px/pxin2.n (dead) 1.2.14.1 +0 -597 src/share/doc/papers/px/pxin3.n (dead) 1.2.14.1 +0 -67 src/share/doc/papers/px/pxin4.n (dead) 1.1.1.1.46.1 +0 -83 src/share/doc/papers/px/table2.1.n (dead) 1.1.1.1.46.1 +0 -85 src/share/doc/papers/px/table2.2.n (dead) 1.3.40.1 +0 -45 src/share/doc/papers/px/table2.3.n (dead) 1.1.1.1.46.1 +0 -47 src/share/doc/papers/px/table3.1.n (dead) 1.3.14.1 +0 -113 src/share/doc/papers/px/tmac.p (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:40:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6933316A425; Tue, 16 Aug 2005 22:40:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DB343D5F; Tue, 16 Aug 2005 22:40:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMetgD034428; Tue, 16 Aug 2005 22:40:55 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMet5l034427; Tue, 16 Aug 2005 22:40:55 GMT (envelope-from phk) Message-Id: <200508162240.j7GMet5l034427@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:40:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pcvt Makefile src/usr.sbin/pcvt/vttest Makefile README esc.c header.h main.c vttest.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:40:55 -0000 phk 2005-08-16 22:40:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pcvt Makefile Removed files: (Branch: RELENG_6) usr.sbin/pcvt/vttest Makefile README esc.c header.h main.c vttest.1 Log: MFC: Remove vttest program, it lives in ports. Approved by: re@ Revision Changes Path 1.7.14.1 +2 -2 src/usr.sbin/pcvt/Makefile 1.10.14.1 +0 -8 src/usr.sbin/pcvt/vttest/Makefile (dead) 1.4.14.1 +0 -59 src/usr.sbin/pcvt/vttest/README (dead) 1.6.14.1 +0 -403 src/usr.sbin/pcvt/vttest/esc.c (dead) 1.5.14.1 +0 -45 src/usr.sbin/pcvt/vttest/header.h (dead) 1.7.12.1 +0 -2018 src/usr.sbin/pcvt/vttest/main.c (dead) 1.6.14.1 +0 -21 src/usr.sbin/pcvt/vttest/vttest.1 (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:41:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A72D16A41F; Tue, 16 Aug 2005 22:41:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3986043D46; Tue, 16 Aug 2005 22:41:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMferN034471; Tue, 16 Aug 2005 22:41:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMfeaW034470; Tue, 16 Aug 2005 22:41:40 GMT (envelope-from phk) Message-Id: <200508162241.j7GMfeaW034470@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:41:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys queue.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:41:40 -0000 phk 2005-08-16 22:41:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys queue.h Log: MFC: fix typo in debugging statement. Approved by: re@ Revision Changes Path 1.60.2.1 +1 -1 src/sys/sys/queue.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:42:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35EB16A41F; Tue, 16 Aug 2005 22:42:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0AD43D45; Tue, 16 Aug 2005 22:42:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMgk7Y034530; Tue, 16 Aug 2005 22:42:46 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMgkEP034529; Tue, 16 Aug 2005 22:42:46 GMT (envelope-from phk) Message-Id: <200508162242.j7GMgkEP034529@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:42:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/termcap Makefile map3270 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:42:46 -0000 phk 2005-08-16 22:42:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/termcap Makefile Removed files: (Branch: RELENG_6) share/termcap map3270 Log: MFC: Remove map3270 file, telnet3270 is long gone. Approved by: re@ Revision Changes Path 1.18.2.1 +1 -1 src/share/termcap/Makefile 1.2.12.1 +0 -1026 src/share/termcap/map3270 (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:43:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F08F16A41F; Tue, 16 Aug 2005 22:43:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E8E43D48; Tue, 16 Aug 2005 22:43:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMhpOq034629; Tue, 16 Aug 2005 22:43:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMhpRG034628; Tue, 16 Aug 2005 22:43:51 GMT (envelope-from phk) Message-Id: <200508162243.j7GMhpRG034628@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:43:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:43:52 -0000 phk 2005-08-16 22:43:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_io.c Log: MFC: fix a tiny race in statistics collection. Approved by: re@ Revision Changes Path 1.64.2.1 +14 -8 src/sys/geom/geom_io.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:44:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30B316A41F; Tue, 16 Aug 2005 22:44:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDA243D46; Tue, 16 Aug 2005 22:44:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMidFF034680; Tue, 16 Aug 2005 22:44:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMidlP034679; Tue, 16 Aug 2005 22:44:39 GMT (envelope-from phk) Message-Id: <200508162244.j7GMidlP034679@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:44:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:44:39 -0000 phk 2005-08-16 22:44:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_mbr.c Log: MFC: Implement g_ctl api for metadata modification. Approved by: re@ Revision Changes Path 1.65.2.1 +55 -5 src/sys/geom/geom_mbr.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:45:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C581816A41F; Tue, 16 Aug 2005 22:45:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8216B43D69; Tue, 16 Aug 2005 22:45:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMjXJH034782; Tue, 16 Aug 2005 22:45:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMjXkg034781; Tue, 16 Aug 2005 22:45:33 GMT (envelope-from phk) Message-Id: <200508162245.j7GMjXkg034781@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:45:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/boot0cfg Makefile boot0cfg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:45:34 -0000 phk 2005-08-16 22:45:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/boot0cfg Makefile boot0cfg.c Log: MFC: use g_ctl for modifying metadata if possible. Approved by: re@ Revision Changes Path 1.8.12.1 +3 -0 src/usr.sbin/boot0cfg/Makefile 1.19.2.1 +22 -1 src/usr.sbin/boot0cfg/boot0cfg.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:46:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1B116A41F; Tue, 16 Aug 2005 22:46:06 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B1543D45; Tue, 16 Aug 2005 22:46:06 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMk5Dj034823; Tue, 16 Aug 2005 22:46:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMk5ZN034822; Tue, 16 Aug 2005 22:46:05 GMT (envelope-from phk) Message-Id: <200508162246.j7GMk5ZN034822@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:46:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/fdisk Makefile fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:46:06 -0000 phk 2005-08-16 22:46:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/fdisk Makefile fdisk.c Log: MFC: use g_ctl for metadata modification if possible. Approved by: re@ Revision Changes Path 1.11.8.1 +3 -0 src/sbin/fdisk/Makefile 1.79.2.1 +43 -28 src/sbin/fdisk/fdisk.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:47:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBB516A41F; Tue, 16 Aug 2005 22:47:15 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBC143D45; Tue, 16 Aug 2005 22:47:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMlEul034905; Tue, 16 Aug 2005 22:47:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMlEQb034904; Tue, 16 Aug 2005 22:47:14 GMT (envelope-from phk) Message-Id: <200508162247.j7GMlEQb034904@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:47:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 bios.c elan-mmcr.c geode.c src/sys/i386/include/pc bios.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:47:16 -0000 phk 2005-08-16 22:47:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 bios.c elan-mmcr.c geode.c sys/i386/include/pc bios.h Log: MFC: better facility for extracting and inspecting BIOS strings. Approved by: re@ Revision Changes Path 1.72.2.1 +74 -12 src/sys/i386/i386/bios.c 1.31.2.1 +23 -0 src/sys/i386/i386/elan-mmcr.c 1.5.8.1 +58 -9 src/sys/i386/i386/geode.c 1.17.8.1 +16 -1 src/sys/i386/include/pc/bios.h From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:48:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5889516A420; Tue, 16 Aug 2005 22:48:13 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D788743D48; Tue, 16 Aug 2005 22:48:12 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMmC4g034952; Tue, 16 Aug 2005 22:48:12 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMmCXi034951; Tue, 16 Aug 2005 22:48:12 GMT (envelope-from phk) Message-Id: <200508162248.j7GMmCXi034951@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:48:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/ministat Makefile ministat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:48:13 -0000 phk 2005-08-16 22:48:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/ministat Makefile ministat.c Log: MFC: fix a bug relating to multiple (>2) data sets. Approved by: re@ Revision Changes Path 1.5.2.1 +1 -0 src/tools/tools/ministat/Makefile 1.5.2.1 +7 -5 src/tools/tools/ministat/ministat.c From owner-cvs-all@FreeBSD.ORG Tue Aug 16 22:49:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C3CD16A41F; Tue, 16 Aug 2005 22:49:12 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF3443D5C; Tue, 16 Aug 2005 22:49:12 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GMnBrc035073; Tue, 16 Aug 2005 22:49:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GMnBZj035072; Tue, 16 Aug 2005 22:49:11 GMT (envelope-from phk) Message-Id: <200508162249.j7GMnBZj035072@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:49:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/nanobsd i386.diskimage make.conf nanobsd.sh src/tools/tools/nanobsd/Customize files src/tools/tools/nanobsd/Files/root change_password save_sshkeys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 22:49:12 -0000 phk 2005-08-16 22:49:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/nanobsd i386.diskimage make.conf tools/tools/nanobsd/Customize files tools/tools/nanobsd/Files/root change_password save_sshkeys Added files: (Branch: RELENG_6) tools/tools/nanobsd nanobsd.sh Log: MFC: Pull in stuff from -current. Approved by: re@ Revision Changes Path 1.1.4.1 +1 -1 src/tools/tools/nanobsd/Customize/files 1.1.4.1 +3 -1 src/tools/tools/nanobsd/Files/root/change_password 1.1.4.1 +3 -1 src/tools/tools/nanobsd/Files/root/save_sshkeys 1.15.2.1 +7 -5 src/tools/tools/nanobsd/i386.diskimage 1.23.2.1 +13 -0 src/tools/tools/nanobsd/make.conf 1.7.2.1 +424 -0 src/tools/tools/nanobsd/nanobsd.sh (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 16 23:04:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0478A16A41F; Tue, 16 Aug 2005 23:04:46 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBFD43D45; Tue, 16 Aug 2005 23:04:45 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-qfe3.prod.shaw.ca [10.0.141.178]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILC005AL8001T30@l-daemon>; Tue, 16 Aug 2005 17:02:24 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd3mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILC00JJ4800CO20@pd3mr2so.prod.shaw.ca>; Tue, 16 Aug 2005 17:02:24 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILC00KPW7ZZG8@l-daemon>; Tue, 16 Aug 2005 17:02:24 -0600 (MDT) Date: Tue, 16 Aug 2005 16:02:23 -0700 From: Colin Percival In-reply-to: <200508162236.j7GMasCN034118@repoman.freebsd.org> To: Poul-Henning Kamp Message-id: <4302707F.4080205@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200508162236.j7GMasCN034118@repoman.freebsd.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd/18.msdiffs ms.diffs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 23:04:46 -0000 Poul-Henning Kamp wrote: > Modified files: (Branch: RELENG_6) > share/doc/usd/18.msdiffs ms.diffs > Log: > Remove pointless formatting date. Are you going to make the same change to 07.mail and 13.viref? Colin Percival From owner-cvs-all@FreeBSD.ORG Tue Aug 16 23:04:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12CB16A455; Tue, 16 Aug 2005 23:04:52 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE6843D45; Tue, 16 Aug 2005 23:04:52 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GN4qxp035628; Tue, 16 Aug 2005 23:04:52 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GN4qTV035627; Tue, 16 Aug 2005 23:04:52 GMT (envelope-from dds) Message-Id: <200508162304.j7GN4qTV035627@repoman.freebsd.org> From: Diomidis Spinellis Date: Tue, 16 Aug 2005 23:04:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sbin/restore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 23:04:53 -0000 dds 2005-08-16 23:04:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/restore Makefile Log: Fix make world breakage when MAKE_KERBEROS4 is defined. Reviewed by: Scott Allendorf Revision Changes Path 1.13.2.4 +0 -1 src/sbin/restore/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 16 23:24:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC1F16A41F; Tue, 16 Aug 2005 23:24:57 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 986A543D49; Tue, 16 Aug 2005 23:24:57 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7GNOv6E036389; Tue, 16 Aug 2005 23:24:57 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7GNOv3k036388; Tue, 16 Aug 2005 23:24:57 GMT (envelope-from vsevolod) Message-Id: <200508162324.j7GNOv3k036388@repoman.freebsd.org> From: Vsevolod Stakhov Date: Tue, 16 Aug 2005 23:24:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/q Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 23:24:58 -0000 vsevolod 2005-08-16 23:24:57 UTC FreeBSD ports repository Modified files: lang/q Makefile distinfo pkg-plist Log: Unbreak building. Approved by: portmgr (marcus) Revision Changes Path 1.10 +4 -7 ports/lang/q/Makefile 1.3 +2 -2 ports/lang/q/distinfo 1.2 +85 -52 ports/lang/q/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 17 00:18:56 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEA216A41F for ; Wed, 17 Aug 2005 00:18:56 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail1.fluidhosting.com (mail1.fluidhosting.com [204.14.90.61]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F2EB43D55 for ; Wed, 17 Aug 2005 00:18:54 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 53510 invoked by uid 399); 17 Aug 2005 00:18:53 -0000 Received: from 69-175-228-47.vnnyca.adelphia.net (HELO ?192.168.1.101?) (dougb@dougbarton.net@69.175.228.47) by mail1.fluidhosting.com with SMTP; 17 Aug 2005 00:18:53 -0000 Message-ID: <43028269.50904@FreeBSD.org> Date: Tue, 16 Aug 2005 17:18:49 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050726) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> <1124182906.2492.4.camel@buffy.york.ac.uk> <20050816095217.GB3944@garage.freebsd.pl> In-Reply-To: <20050816095217.GB3944@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Brian Fundakowski Feldman , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 00:18:56 -0000 Pawel Jakub Dawidek wrote: > Because '/' creates a directory and I want each label to be represented > only by one file. I think what people are saying is that they like the directory creating behavior. Can you explain your rationale in more detail? Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Wed Aug 17 00:24:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D240616A41F; Wed, 17 Aug 2005 00:24:20 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF8443D46; Wed, 17 Aug 2005 00:24:20 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H0OKq2038560; Wed, 17 Aug 2005 00:24:20 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H0OKnY038559; Wed, 17 Aug 2005 00:24:20 GMT (envelope-from cperciva) Message-Id: <200508170024.j7H0OKnY038559@repoman.freebsd.org> From: Colin Percival Date: Wed, 17 Aug 2005 00:24:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 00:24:21 -0000 cperciva 2005-08-17 00:24:20 UTC FreeBSD src repository Modified files: sys/crypto/rijndael rijndael-alg-fst.c Log: Unbreak the world build (in sbin/gbde). This file is used by both kernel and world, so KASSERT() needs to be wrapped within an #ifdef _KERNEL / #endif pair. Reported by: krion, tinderbox Revision Changes Path 1.10 +2 -0 src/sys/crypto/rijndael/rijndael-alg-fst.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 00:28:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF85116A41F; Wed, 17 Aug 2005 00:28:38 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECFE43D45; Wed, 17 Aug 2005 00:28:38 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H0Sc4F038809; Wed, 17 Aug 2005 00:28:38 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H0Sc06038808; Wed, 17 Aug 2005 00:28:38 GMT (envelope-from brooks) Message-Id: <200508170028.j7H0Sc06038808@repoman.freebsd.org> From: Brooks Davis Date: Wed, 17 Aug 2005 00:28:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.initdiskless X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 00:28:39 -0000 brooks 2005-08-17 00:28:38 UTC FreeBSD src repository Modified files: etc rc.initdiskless Log: Add two new template sources, /conf/bcast/${ipbca} and /conf/ip/${ip}. These allow large installations to keep their /conf directory down to a managable number of entries. Clean up the handling of dhcp_cookie. Revision Changes Path 1.43 +18 -7 src/etc/rc.initdiskless From owner-cvs-all@FreeBSD.ORG Wed Aug 17 01:24:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE2B16A41F; Wed, 17 Aug 2005 01:24:56 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6DE43D45; Wed, 17 Aug 2005 01:24:56 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H1OuJJ047751; Wed, 17 Aug 2005 01:24:56 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H1Ou1j047750; Wed, 17 Aug 2005 01:24:56 GMT (envelope-from csjp) Message-Id: <200508170124.j7H1Ou1j047750@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 17 Aug 2005 01:24:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 01:24:56 -0000 csjp 2005-08-17 01:24:55 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Ensure that file flags such as schg, sappnd (and others) are honored by md(4). Before this change, it was possible to by-pass these flags by creating memory disks which used a file as a backing store and writing to the device. This was discussed by the security team, and although this is problematic, it was decided that it was not critical as we never guarantee that root will be restricted. This change implements the following behavior changes: -If the user specifies the readonly flag, unset write operations before opening the file. If the FWRITE mask is unset, the device will be created with the MD_READONLY mask set. (readonly) -Add a check in g_md_access which checks to see if the MD_READONLY mask is set, if so return EROFS -Do not gracefully downgrade access modes without telling the user. Instead make the user specify their intentions for the device (assuming the file is read only). This seems like the more correct way to handle things. This is a RELENG_6 candidate. PR: kern/84635 Reviewed by: phk Revision Changes Path 1.154 +8 -8 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 01:59:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C55916A420; Wed, 17 Aug 2005 01:59:12 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF4F43D5C; Wed, 17 Aug 2005 01:59:11 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H1xBXY049032; Wed, 17 Aug 2005 01:59:11 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H1xBiS049031; Wed, 17 Aug 2005 01:59:11 GMT (envelope-from cperciva) Message-Id: <200508170159.j7H1xBiS049031@repoman.freebsd.org> From: Colin Percival Date: Wed, 17 Aug 2005 01:59:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libobjc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 01:59:12 -0000 cperciva 2005-08-17 01:59:11 UTC FreeBSD src repository Modified files: gnu/lib/libobjc Makefile Log: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makes this library build repeatably. (This change was made to libstdc++ several months ago; I just realized today that it would help here as well.) Approved by: kan Revision Changes Path 1.28 +1 -0 src/gnu/lib/libobjc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 02:10:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9874C16A41F; Wed, 17 Aug 2005 02:10:28 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F3843D45; Wed, 17 Aug 2005 02:10:28 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H2ASNc049526; Wed, 17 Aug 2005 02:10:28 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H2ASZu049525; Wed, 17 Aug 2005 02:10:28 GMT (envelope-from kuriyama) Message-Id: <200508170210.j7H2ASZu049525@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 17 Aug 2005 02:10:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/egroupware Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 02:10:28 -0000 kuriyama 2005-08-17 02:10:28 UTC FreeBSD ports repository Modified files: deskutils/egroupware Makefile distinfo Log: Upgrade to 1.0.0.009 (including security fixes). Approved by: portmgr (marcus) Revision Changes Path 1.24 +2 -4 ports/deskutils/egroupware/Makefile 1.15 +2 -2 ports/deskutils/egroupware/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 17 02:27:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BA616A41F; Wed, 17 Aug 2005 02:27:09 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A245343D48; Wed, 17 Aug 2005 02:27:09 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H2R9m3050159; Wed, 17 Aug 2005 02:27:09 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H2R9tm050158; Wed, 17 Aug 2005 02:27:09 GMT (envelope-from thompsa) Message-Id: <200508170227.j7H2R9tm050158@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 17 Aug 2005 02:27:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 02:27:10 -0000 thompsa 2005-08-17 02:27:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 Log: MFC: ifconfig.8, r1.101 > Document two missed if_bridge commands 'addr' and 'static'. Approved by: re (hrs), mlaier (mentor) Revision Changes Path 1.95.2.4 +7 -0 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 02:36:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDA216A41F; Wed, 17 Aug 2005 02:36:32 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8019A43D46; Wed, 17 Aug 2005 02:36:32 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H2aWlG051246; Wed, 17 Aug 2005 02:36:32 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H2aWUj051245; Wed, 17 Aug 2005 02:36:32 GMT (envelope-from gshapiro) Message-Id: <200508170236.j7H2aWUj051245@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 17 Aug 2005 02:36:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 02:36:32 -0000 gshapiro 2005-08-17 02:36:31 UTC FreeBSD src repository Modified files: usr.sbin/sendmail Makefile Log: Make links for hoststat(8) and purgestat(8) man pages. PR: docs/85009 MFC after: 3 days Revision Changes Path 1.52 +2 -0 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 05:08:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A92016A41F; Wed, 17 Aug 2005 05:08:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497DD43D45; Wed, 17 Aug 2005 05:08:10 +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 j7H58AkI078316; Wed, 17 Aug 2005 05:08:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H58A6L078315; Wed, 17 Aug 2005 05:08:10 GMT (envelope-from marcus) Message-Id: <200508170508.j7H58A6L078315@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 17 Aug 2005 05:08:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 05:08:10 -0000 marcus 2005-08-17 05:08:09 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Add an FAQ on starting GNOME with D-BUS support. Revision Changes Path 1.95 +48 -1 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 05:16:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80EF216A41F; Wed, 17 Aug 2005 05:16:54 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411E843D45; Wed, 17 Aug 2005 05:16:54 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H5GsuV078858; Wed, 17 Aug 2005 05:16:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H5GswN078857; Wed, 17 Aug 2005 05:16:54 GMT (envelope-from marcus) Message-Id: <200508170516.j7H5GswN078857@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 17 Aug 2005 05:16:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 05:16:54 -0000 marcus 2005-08-17 05:16:53 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Clarify the GDM D-BUS session. Doing so will head off any potential questions. Revision Changes Path 1.96 +16 -3 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 05:22:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D7216A41F; Wed, 17 Aug 2005 05:22:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDE043D46; Wed, 17 Aug 2005 05:22:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H5MxpS080033; Wed, 17 Aug 2005 05:22:59 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H5Mxla080032; Wed, 17 Aug 2005 05:22:59 GMT (envelope-from thierry) Message-Id: <200508170522.j7H5Mxla080032@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 17 Aug 2005 05:22:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/kaskade Makefile pkg-plist ports/math/kaskade/files patch-sources_alloc.c patch-sources_alloc.h patch-sources_cmdpars.h patch-sources_dict.h patch-sources_dlist.h patch-sources_family.h patch-sources_general.h.in patch-sources_kvector.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 05:22:59 -0000 thierry 2005-08-17 05:22:59 UTC FreeBSD ports repository Modified files: math/kaskade Makefile pkg-plist Added files: math/kaskade/files patch-sources_alloc.c patch-sources_alloc.h patch-sources_cmdpars.h patch-sources_dict.h patch-sources_dlist.h patch-sources_family.h patch-sources_general.h.in patch-sources_kvector.h patch-sources_matrix.h patch-sources_slist.h patch-sources_stack.c patch-sources_stack.h patch-sources_utils.h patch-sources_varalloc.cc patch-sources_vector.c patch-sources_vector.h Log: Unbreak with gcc 3.4. Approved by: portmgr (marcus) Revision Changes Path 1.22 +3 -7 ports/math/kaskade/Makefile 1.1 +63 -0 ports/math/kaskade/files/patch-sources_alloc.c (new) 1.1 +12 -0 ports/math/kaskade/files/patch-sources_alloc.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_cmdpars.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_dict.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_dlist.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_family.h (new) 1.1 +13 -0 ports/math/kaskade/files/patch-sources_general.h.in (new) 1.1 +32 -0 ports/math/kaskade/files/patch-sources_kvector.h (new) 1.1 +35 -0 ports/math/kaskade/files/patch-sources_matrix.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_slist.h (new) 1.1 +143 -0 ports/math/kaskade/files/patch-sources_stack.c (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_stack.h (new) 1.1 +15 -0 ports/math/kaskade/files/patch-sources_utils.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_varalloc.cc (new) 1.1 +28 -0 ports/math/kaskade/files/patch-sources_vector.c (new) 1.1 +31 -0 ports/math/kaskade/files/patch-sources_vector.h (new) 1.4 +1 -0 ports/math/kaskade/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 17 05:50:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB87716A41F; Wed, 17 Aug 2005 05:50:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C6743D46; Wed, 17 Aug 2005 05:50:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H5oFVA080986; Wed, 17 Aug 2005 05:50:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H5oFjS080985; Wed, 17 Aug 2005 05:50:15 GMT (envelope-from thierry) Message-Id: <200508170550.j7H5oFjS080985@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 17 Aug 2005 05:50:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 05:50:16 -0000 thierry 2005-08-17 05:50:15 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Update to 20050816. It fixes a serious problem causing procmail hangs on some messages. Changelog at . Approved by: portmgr (marcus) Revision Changes Path 1.77 +1 -1 ports/mail/spambnc/Makefile 1.71 +4 -4 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 17 06:59:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00B916A41F; Wed, 17 Aug 2005 06:59:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBBA43D45; Wed, 17 Aug 2005 06:59:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H6xNuA084585; Wed, 17 Aug 2005 06:59:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H6xNVM084584; Wed, 17 Aug 2005 06:59:23 GMT (envelope-from phk) Message-Id: <200508170659.j7H6xNVM084584@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 17 Aug 2005 06:59:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_default.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 06:59:23 -0000 phk 2005-08-17 06:59:23 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX. Revision Changes Path 1.129 +6 -0 src/sys/kern/vfs_default.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 07:18:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0DF216A41F; Wed, 17 Aug 2005 07:18:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CAC743D48; Wed, 17 Aug 2005 07:18:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H7IpbV085417; Wed, 17 Aug 2005 07:18:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H7IoEE085416; Wed, 17 Aug 2005 07:18:50 GMT (envelope-from linimon) Message-Id: <200508170718.j7H7IoEE085416@repoman.freebsd.org> From: Mark Linimon Date: Wed, 17 Aug 2005 07:18:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles Makefile doc/en_US.ISO8859-1/articles/version-guide Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 07:18:51 -0000 linimon 2005-08-17 07:18:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles Makefile Added files: en_US.ISO8859-1/articles/version-guide Makefile article.sgml Log: Add a new article, "How To Choose The Version Of FreeBSD That Is Right For You." This article attempts to provide an introduction to such concepts as Releases, Branches, and STABLE vs. CURRENT, which are currently scattered around between the FAQ, various Release Engineering documents, and folklore on the mailing lists. The material in the FAQ should probably be deleted and this used as its replacement. This material does not replace any of the Release Engineering documentation, but it does attempt to discuss how the concepts discussed in great detail therein should influence user decisions on which version to install. In particular, this article attempts to inform users about the current thinking of the development team in terms of how future releases are going to be done. A companion article comparing e.g. 5.X vs 6.X would be useful but is outside the scope of this commit. This article is partially a response to the "Quality of FreeBSD" thread on freebsd-stable in July 2005 (and its many antecedents). Submitted for review to: core, re, secteam Reviewed by: imp, wes, remko, simon, and others Revision Changes Path 1.44 +1 -0 doc/en_US.ISO8859-1/articles/Makefile 1.1 +21 -0 doc/en_US.ISO8859-1/articles/version-guide/Makefile (new) 1.1 +395 -0 doc/en_US.ISO8859-1/articles/version-guide/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 17 07:19:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D25516A41F; Wed, 17 Aug 2005 07:19:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3BA43D58; Wed, 17 Aug 2005 07:19:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H7Jxu0085478; Wed, 17 Aug 2005 07:19:59 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H7Jx0K085477; Wed, 17 Aug 2005 07:19:59 GMT (envelope-from linimon) Message-Id: <200508170719.j7H7Jx0K085477@repoman.freebsd.org> From: Mark Linimon Date: Wed, 17 Aug 2005 07:19:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en docs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 07:19:59 -0000 linimon 2005-08-17 07:19:59 UTC FreeBSD doc repository Modified files: en docs.sgml Log: Add articles/version-guide. Revision Changes Path 1.192 +8 -1 www/en/docs.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 07:57:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2296C16A41F; Wed, 17 Aug 2005 07:57:51 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id D642D43D48; Wed, 17 Aug 2005 07:57:49 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 8321352C82; Wed, 17 Aug 2005 09:57:47 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 3029C52C80; Wed, 17 Aug 2005 09:57:41 +0200 (CEST) Date: Wed, 17 Aug 2005 09:57:30 +0200 From: Pawel Jakub Dawidek To: Colin Percival Message-ID: <20050817075730.GA11066@garage.freebsd.pl> References: <200508170024.j7H0OKnY038559@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <200508170024.j7H0OKnY038559@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 07:57:51 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 12:24:20AM +0000, Colin Percival wrote: +> cperciva 2005-08-17 00:24:20 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/crypto/rijndael rijndael-alg-fst.c=20 +> Log: +> Unbreak the world build (in sbin/gbde). This file is used by both +> kernel and world, so KASSERT() needs to be wrapped within an #ifdef +> _KERNEL / #endif pair. +> =20 +> Reported by: krion, tinderbox Thanks for fixing it and sorry for the build breakage. I'll commit a bit different fix, as I want this assertion also in userland. Without it, it will explode in rijndaelEncrypt() and this KASSERT will help to catch it sooner. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAu3qForvXbEpPzQRAiKHAKCW36IwFzoq80Es6yq15PXtrd9VrwCg7wCt ij3gUSzA+/URvo4CFOi7nEQ= =/ucg -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 07:59:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6A416A41F; Wed, 17 Aug 2005 07:59:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0993443D49; Wed, 17 Aug 2005 07:59:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H7x8FP087699; Wed, 17 Aug 2005 07:59:08 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H7x8uA087698; Wed, 17 Aug 2005 07:59:08 GMT (envelope-from pjd) Message-Id: <200508170759.j7H7x8uA087698@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 Aug 2005 07:59:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 07:59:09 -0000 pjd 2005-08-17 07:59:08 UTC FreeBSD src repository Modified files: sys/crypto/rijndael rijndael-alg-fst.c Log: Assert proper key size also in userland by defining KASSERT in !_KERNEL case. Revision Changes Path 1.11 +2 -2 src/sys/crypto/rijndael/rijndael-alg-fst.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 08:19:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F2916A41F; Wed, 17 Aug 2005 08:19:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A915043D45; Wed, 17 Aug 2005 08:19:54 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H8Js5n088579; Wed, 17 Aug 2005 08:19:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H8Jrji088578; Wed, 17 Aug 2005 08:19:53 GMT (envelope-from phk) Message-Id: <200508170819.j7H8Jrji088578@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 17 Aug 2005 08:19:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_conf.c src/sys/sys conf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 08:19:55 -0000 phk 2005-08-17 08:19:53 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c sys/kern kern_conf.c sys/sys conf.h Log: Handle device drivers with D_NEEDGIANT in a way which does not penalize the 'good' drivers: Allocate a shadow cdevsw and populate it with wrapper functions which grab Giant Revision Changes Path 1.120 +0 -24 src/sys/fs/devfs/devfs_vnops.c 1.190 +155 -9 src/sys/kern/kern_conf.c 1.226 +1 -0 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Wed Aug 17 08:48:07 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0512316A41F; Wed, 17 Aug 2005 08:48:07 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C25A43D48; Wed, 17 Aug 2005 08:48:06 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 5296D52C2F; Wed, 17 Aug 2005 10:48:04 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 6DA3052BC4; Wed, 17 Aug 2005 10:47:59 +0200 (CEST) Date: Wed, 17 Aug 2005 10:47:49 +0200 From: Pawel Jakub Dawidek To: Doug Barton Message-ID: <20050817084749.GC11066@garage.freebsd.pl> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> <1124182906.2492.4.camel@buffy.york.ac.uk> <20050816095217.GB3944@garage.freebsd.pl> <43028269.50904@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V88s5gaDVPzZ0KCq" Content-Disposition: inline In-Reply-To: <43028269.50904@FreeBSD.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Brian Fundakowski Feldman , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, freebsd-arch@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-arch@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 08:48:07 -0000 --V88s5gaDVPzZ0KCq Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 16, 2005 at 05:18:49PM -0700, Doug Barton wrote: +> Pawel Jakub Dawidek wrote: +>=20 +> >Because '/' creates a directory and I want each label to be represented +> >only by one file. +>=20 +> I think what people are saying is that they like the directory creating = behavior. Can you explain your rationale in more detail? Actually, I don't really care. All I wanted was one label to be represented by one single file. That's all. For me, leaving it as it is just asks for troubles. I can live without this change, really. This is something I'd like to ask about our TRB, but unfortunately it was retired yesterday:) CCing to freebsd-arch@. The question(s) is(are): Should we allow '/' in labels or should we replace it with something (eg. '_')? Maybe we should only deny labels with '/../'? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --V88s5gaDVPzZ0KCq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAvm0ForvXbEpPzQRAodbAKDms13rd73qr3sVDoSkN3SB518F9ACfeYnM NbmOTZcBS4nYKm/7R96Y4N0= =9tS+ -----END PGP SIGNATURE----- --V88s5gaDVPzZ0KCq-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 08:48:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2461A16A41F; Wed, 17 Aug 2005 08:48:43 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CBC43D45; Wed, 17 Aug 2005 08:48:42 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H8mgPL096594; Wed, 17 Aug 2005 08:48:42 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H8mgsj096593; Wed, 17 Aug 2005 08:48:42 GMT (envelope-from iedowse) Message-Id: <200508170848.j7H8mgsj096593@repoman.freebsd.org> From: Ian Dowse Date: Wed, 17 Aug 2005 08:48:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 08:48:43 -0000 iedowse 2005-08-17 08:48:42 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_dirhash.c Log: In the ufsdirhash_build() failure case for corrupted directories or unreadable blocks, make sure to destroy the mutex we created. Also fix an unrelated typo in a comment. Found by: Peter Holm's stress tests Reviewed by: dwmalone MFC after: 3 days Revision Changes Path 1.22 +3 -2 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 10:19:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B821D16A41F; Wed, 17 Aug 2005 10:19:18 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BBD43D45; Wed, 17 Aug 2005 10:19:18 +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 j7HAJIux099783; Wed, 17 Aug 2005 10:19:18 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HAJI8Y099782; Wed, 17 Aug 2005 10:19:18 GMT (envelope-from ceri) Message-Id: <200508171019.j7HAJI8Y099782@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 Aug 2005 10:19:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/version-guide Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 10:19:18 -0000 ceri 2005-08-17 10:19:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/version-guide Makefile Log: Comment out the CSS_SHEET_ADDITIONS variable for the time being in order to fix the build. Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/articles/version-guide/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 10:23:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4BD916A41F; Wed, 17 Aug 2005 10:23:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7337543D5D; Wed, 17 Aug 2005 10:23:09 +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 j7HAN96c099974; Wed, 17 Aug 2005 10:23:09 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HAN9WF099973; Wed, 17 Aug 2005 10:23:09 GMT (envelope-from ceri) Message-Id: <200508171023.j7HAN9WF099973@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 Aug 2005 10:23:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/version-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 10:23:11 -0000 ceri 2005-08-17 10:23:09 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/version-guide article.sgml Log: Add id tags to the sectN elements to prevent jade generating filenames. Run through ispell. Revision Changes Path 1.2 +11 -11 doc/en_US.ISO8859-1/articles/version-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 10:35:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861B316A41F; Wed, 17 Aug 2005 10:35:59 +0000 (GMT) (envelope-from tjr@freebsd.org) Received: from mail.netspace.net.au (whirlwind.netspace.net.au [203.10.110.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008E643D49; Wed, 17 Aug 2005 10:35:58 +0000 (GMT) (envelope-from tjr@freebsd.org) Received: from [192.168.0.2] (220-253-115-10.VIC.netspace.net.au [220.253.115.10]) by mail.netspace.net.au (Postfix) with ESMTP id 9A7C312DA28; Wed, 17 Aug 2005 20:35:55 +1000 (EST) Message-ID: <43031308.1020009@freebsd.org> Date: Wed, 17 Aug 2005 20:35:52 +1000 From: Tim Robbins User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Sobolev References: <200508161509.j7GF9ia5096544@repoman.freebsd.org> In-Reply-To: <200508161509.j7GF9ia5096544@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_cluster.c src/sys/sys buf.h src/sys/vm vm_pager.c vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 10:35:59 -0000 Maxim Sobolev wrote: >sobomax 2005-08-16 15:09:44 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/kern vfs_cluster.c > sys/sys buf.h > sys/vm vm_pager.c vnode_pager.c > Log: > MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. > vm_pager_init() is run before required nswbuf variable has been set > to correct value. This caused system to run with single pbuf available > for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt > variableis in the same way. > > Tested by: pre-release.portaone.com > > Revision Changes Path > 1.150.2.2 +0 -6 src/sys/kern/vfs_cluster.c > 1.167.2.3 +2 -0 src/sys/sys/buf.h > 1.95.2.3 +1 -0 src/sys/vm/vm_pager.c > 1.196.2.8 +0 -9 src/sys/vm/vnode_pager.c > > Is this worthy of an errata notice and an MFC to RELENG_5_4? Tim From owner-cvs-all@FreeBSD.ORG Wed Aug 17 10:38:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E45B916A41F; Wed, 17 Aug 2005 10:38:40 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DF243D46; Wed, 17 Aug 2005 10:38:40 +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 j7HAceP6000622; Wed, 17 Aug 2005 10:38:40 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HAcerU000621; Wed, 17 Aug 2005 10:38:40 GMT (envelope-from ceri) Message-Id: <200508171038.j7HAcerU000621@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 Aug 2005 10:38:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/version-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 10:38:41 -0000 ceri 2005-08-17 10:38:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/version-guide article.sgml Log: More minor smithing. Revision Changes Path 1.3 +6 -6 doc/en_US.ISO8859-1/articles/version-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 10:39:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BBCF16A41F; Wed, 17 Aug 2005 10:39:39 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCDA43D46; Wed, 17 Aug 2005 10:39:38 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1E5LKb-000HRD-VL; Wed, 17 Aug 2005 11:39:37 +0100 Date: Wed, 17 Aug 2005 11:39:37 +0100 From: Ceri Davies To: Mark Linimon Message-ID: <20050817103937.GV55885@submonkey.net> Mail-Followup-To: Ceri Davies , Mark Linimon , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200508170718.j7H7IoEE085416@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvlH2BAVfmx8aXCn" Content-Disposition: inline In-Reply-To: <200508170718.j7H7IoEE085416@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles Makefile doc/en_US.ISO8859-1/articles/version-guide Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 10:39:39 -0000 --GvlH2BAVfmx8aXCn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 07:18:50AM +0000, Mark Linimon wrote: > linimon 2005-08-17 07:18:50 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/articles Makefile=20 > Added files: > en_US.ISO8859-1/articles/version-guide Makefile article.sgml=20 > Log: > Add a new article, "How To Choose The Version Of FreeBSD That Is > Right For You." To provide prebuilt packages for the most recent minor version of each major version; To provide prebuilt packages for the most recent minor release of each major version; These look like they say the same to me. Did I fail to pay enough attention? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --GvlH2BAVfmx8aXCn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDAxPpocfcwTS3JF8RAiIAAJsGT6RyGBO8C6kCGGnmjU+RQUhXygCgnSNt XCAr0eqSiON0fkzJs7WvIFQ= =wxr5 -----END PGP SIGNATURE----- --GvlH2BAVfmx8aXCn-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 11:21:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1344116A41F; Wed, 17 Aug 2005 11:21:16 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E75C43D46; Wed, 17 Aug 2005 11:21:15 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HBLFqp003142; Wed, 17 Aug 2005 11:21:15 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HBLFpn003141; Wed, 17 Aug 2005 11:21:15 GMT (envelope-from tjr) Message-Id: <200508171121.j7HBLFpn003141@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 17 Aug 2005 11:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/regex regex.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 11:21:16 -0000 tjr 2005-08-17 11:21:15 UTC FreeBSD src repository Modified files: lib/libc/regex regex.3 Log: Document the fact that word-boundary matching does not work properly in multibyte locales. Revision Changes Path 1.20 +3 -1 src/lib/libc/regex/regex.3 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 11:22:06 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840116A41F; Wed, 17 Aug 2005 11:22:06 +0000 (GMT) (envelope-from Danovitsch@Vitsch.net) Received: from amsfep15-int.chello.nl (amsfep15-int.chello.nl [213.46.243.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB37043D46; Wed, 17 Aug 2005 11:22:04 +0000 (GMT) (envelope-from Danovitsch@Vitsch.net) Received: from Vitsch.net ([62.195.249.78]) by amsfep15-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050817112202.PRSX10024.amsfep15-int.chello.nl@Vitsch.net>; Wed, 17 Aug 2005 13:22:02 +0200 Received: from [192.168.45.9] (i248222.upc-i.chello.nl [62.195.248.222]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id j7HBLJmt033820; Wed, 17 Aug 2005 13:21:19 +0200 (CEST) (envelope-from Danovitsch@Vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: Poul-Henning Kamp Date: Wed, 17 Aug 2005 13:21:30 +0200 User-Agent: KMail/1.8 References: <200508162245.j7GMjXkg034781@repoman.freebsd.org> In-Reply-To: <200508162245.j7GMjXkg034781@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508171321.31251.Danovitsch@Vitsch.net> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/boot0cfg Makefile boot0cfg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 11:22:06 -0000 On Wednesday 17 August 2005 00:45, Poul-Henning Kamp wrote: > phk 2005-08-16 22:45:33 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > usr.sbin/boot0cfg Makefile boot0cfg.c > Log: > MFC: use g_ctl for modifying metadata if possible. Doesn't this change miss a call to gctl_free() in the case gctl_issue() returns NULL? Supposed fix : ============== BEGIN ============= --- boot0cfg.c.org Wed Aug 17 00:45:33 2005 +++ boot0cfg.c Wed Aug 17 13:16:39 2005 @@ -282,8 +282,10 @@ gctl_ro_param(grq, "geom", -1, q); gctl_ro_param(grq, "data", mbr_size, mbr); q = gctl_issue(grq); - if (q == NULL) + if (q == NULL) { + gctl_free(grq); return; + } warnx("%s: %s", fname, q); gctl_free(grq); =============== END ============ > Approved by: re@ > > Revision Changes Path > 1.8.12.1 +3 -0 src/usr.sbin/boot0cfg/Makefile > 1.19.2.1 +22 -1 src/usr.sbin/boot0cfg/boot0cfg.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" grtz, Daan From owner-cvs-all@FreeBSD.ORG Wed Aug 17 11:37:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F1716A41F; Wed, 17 Aug 2005 11:37:39 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D666B43D46; Wed, 17 Aug 2005 11:37:38 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HBbcvR003761; Wed, 17 Aug 2005 11:37:38 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HBbc2H003760; Wed, 17 Aug 2005 11:37:38 GMT (envelope-from tjr) Message-Id: <200508171137.j7HBbc2H003760@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 17 Aug 2005 11:37:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/regex engine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 11:37:39 -0000 tjr 2005-08-17 11:37:38 UTC FreeBSD src repository Modified files: lib/libc/regex engine.c Log: Fix a boundary condition error in slow() and fast() in multibyte locales: we must allow the character beginning at "p" to be converted to a wide character for the purposes of EOL processing and word-boundary matching. Revision Changes Path 1.17 +7 -6 src/lib/libc/regex/engine.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 12:01:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E8C016A41F; Wed, 17 Aug 2005 12:01:31 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A40743D83; Wed, 17 Aug 2005 12:01:27 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 4CF661DD6D9; Wed, 17 Aug 2005 13:04:05 +0100 (BST) Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30237-01; Wed, 17 Aug 2005 13:03:59 +0100 (BST) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id 1BDB71DD6CE; Wed, 17 Aug 2005 13:03:59 +0100 (BST) Date: Wed, 17 Aug 2005 13:03:59 +0100 From: David Taylor To: Jens Schweikhardt Message-ID: <20050817120359.GA30486@outcold.yadt.co.uk> Mail-Followup-To: Jens Schweikhardt , cvs-all@FreeBSD.org References: <200508081958.j78JwRMP046337@repoman.freebsd.org> <20050809093208.GJ55885@submonkey.net> <20050809172444.GA2274@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20050809172444.GA2274@schweikhardt.net> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new 2.3.1 (20050509) at yadt.co.uk Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes fortunes2-o X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 12:01:31 -0000 On Tue, 09 Aug 2005, Jens Schweikhardt wrote: > On Tue, Aug 09, 2005 at 10:32:08AM +0100, Ceri Davies wrote: > # On Mon, Aug 08, 2005 at 07:58:27PM +0000, Jens Schweikhardt wrote: > # > schweikh 2005-08-08 19:58:27 UTC > # > > # > FreeBSD src repository > # > > # > Modified files: > # > games/fortune/datfiles fortunes fortunes2-o > # > Log: > # > Move the Hitler quotes and some references to him to the "offensive" file. > # > # I object. References to Hitler are not inherently offensive. > > I assume there's no disagrrement about Hitler quotes being offensive. > In Germany they are to almost everyone. So it's good to move them > to the offensive list. Note, they're moved, NOT removed. > [snip] > > I have now backed up my motives and explained the details. As pointed out by others, it seems to be more a knee-jerk reaction to the word "Hitler" (I assume you used grep?) than anything to do with offence. Enough has already been said on what was wrong with your back-up... > This will be my only reply in this thread. Please let it die. However, I find _this_ offensive. Why should you have the first (and only) say on the matter? I'm right, I'm not listening, go away? -- David Taylor From owner-cvs-all@FreeBSD.ORG Wed Aug 17 12:04:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB3816A41F; Wed, 17 Aug 2005 12:04:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E36D43D45; Wed, 17 Aug 2005 12:04:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HC3xNa005796; Wed, 17 Aug 2005 12:03:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HC3xQG005795; Wed, 17 Aug 2005 12:03:59 GMT (envelope-from pav) Message-Id: <200508171203.j7HC3xQG005795@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 17 Aug 2005 12:03:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc28 Makefile ports/lang/gcc28/files patch-24 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 12:04:00 -0000 pav 2005-08-17 12:03:59 UTC FreeBSD ports repository Modified files: lang/gcc28 Makefile Added files: lang/gcc28/files patch-24 Log: - Unbreak on 6.0 - Take maintainership PR: ports/85036 Submitted by: Matthew Luckie Approved by: portmgr (clement) Revision Changes Path 1.55 +2 -2 ports/lang/gcc28/Makefile 1.1 +10 -0 ports/lang/gcc28/files/patch-24 (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 17 13:02:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CACCF16A41F; Wed, 17 Aug 2005 13:02:48 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8888D43D46; Wed, 17 Aug 2005 13:02:48 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HD2mVJ016962; Wed, 17 Aug 2005 13:02:48 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HD2m0B016961; Wed, 17 Aug 2005 13:02:48 GMT (envelope-from keramida) Message-Id: <200508171302.j7HD2m0B016961@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 17 Aug 2005 13:02:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 environ.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 13:02:49 -0000 keramida 2005-08-17 13:02:47 UTC FreeBSD src repository (doc committer) Modified files: share/man/man7 environ.7 Log: Add a small paragraph that describes how the current environment settings can be displayed, near the end of the DESCRIPTION section, immediately after the paragraph that describes how they can be set. Add a reference to printenv(1) too (and the ``printenv'' csh builtin). Submitted by: Gary W. Swearingen PR: docs/85008 Revision Changes Path 1.24 +16 -0 src/share/man/man7/environ.7 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 13:32:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9438A16A41F; Wed, 17 Aug 2005 13:32:19 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 528E343D53; Wed, 17 Aug 2005 13:32:19 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HDWJLi018074; Wed, 17 Aug 2005 13:32:19 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HDWJsM018073; Wed, 17 Aug 2005 13:32:19 GMT (envelope-from murray) Message-Id: <200508171332.j7HDWJsM018073@repoman.freebsd.org> From: Murray Stokely Date: Wed, 17 Aug 2005 13:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 13:32:19 -0000 murray 2005-08-17 13:32:18 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.birthday Log: Correct birthdate for Meriwether Lewis. He was born before the declaration of independence, not after the first world war. Revision Changes Path 1.32 +1 -1 src/usr.bin/calendar/calendars/calendar.birthday From owner-cvs-all@FreeBSD.ORG Wed Aug 17 13:32:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7378216A420; Wed, 17 Aug 2005 13:32:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A4643D49; Wed, 17 Aug 2005 13:32:30 +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 j7HDWU0s018103; Wed, 17 Aug 2005 13:32:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HDWU5s018102; Wed, 17 Aug 2005 13:32:30 GMT (envelope-from kensmith) Message-Id: <200508171332.j7HDWU5s018102@repoman.freebsd.org> From: Ken Smith Date: Wed, 17 Aug 2005 13:32:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall system.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 13:32:30 -0000 kensmith 2005-08-17 13:32:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall system.c Log: MFC v1.125: > Log: > The /stand directory now disappears out from under sysinstall while > it is running during installations. The vsystem() function does get > used after this happens (e.g. if you manually configure the network > interface and ask it to enable the interface) so it needs to be a > little smarter about whether it uses /stand/sh or /bin/sh. Approved by: re (hrs) Revision Changes Path 1.124.2.1 +2 -1 src/usr.sbin/sysinstall/system.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 13:53:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B7D16A41F; Wed, 17 Aug 2005 13:53:12 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F7343D45; Wed, 17 Aug 2005 13:53:12 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HDrCBU018964; Wed, 17 Aug 2005 13:53:12 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HDrC5g018963; Wed, 17 Aug 2005 13:53:12 GMT (envelope-from cperciva) Message-Id: <200508171353.j7HDrC5g018963@repoman.freebsd.org> From: Colin Percival Date: Wed, 17 Aug 2005 13:53:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 13:53:12 -0000 cperciva 2005-08-17 13:53:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall label.c Log: MFC revision 1.149: Change the default partition sizes to provide more space in /, /var, and /tmp, and if the device is large enough, provide extra space to /var sufficient to store a crash dump. Approved by: re (kensmith) Revision Changes Path 1.148.8.1 +28 -9 src/usr.sbin/sysinstall/label.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 13:58:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C8516A41F; Wed, 17 Aug 2005 13:58:02 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E0B43D5C; Wed, 17 Aug 2005 13:58:02 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HDw2Vt019160; Wed, 17 Aug 2005 13:58:02 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HDw2sR019159; Wed, 17 Aug 2005 13:58:02 GMT (envelope-from murray) Message-Id: <200508171358.j7HDw2sR019159@repoman.freebsd.org> From: Murray Stokely Date: Wed, 17 Aug 2005 13:58:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 13:58:02 -0000 murray 2005-08-17 13:58:01 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Add link to new FreeBSD Version Guide in Release Engineering Docs section. Revision Changes Path 1.153 +11 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:02:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1053716A41F; Wed, 17 Aug 2005 14:02:20 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899AF43D48; Wed, 17 Aug 2005 14:02:19 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id E9508BC6B; Wed, 17 Aug 2005 14:02:17 +0000 (UTC) To: Colin Percival From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 16 Aug 2005 16:02:23 PDT." <4302707F.4080205@freebsd.org> Date: Wed, 17 Aug 2005 16:02:17 +0200 Message-ID: <17988.1124287337@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd/18.msdiffs ms.diffs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:02:20 -0000 In message <4302707F.4080205@freebsd.org>, Colin Percival writes: >Poul-Henning Kamp wrote: >> Modified files: (Branch: RELENG_6) >> share/doc/usd/18.msdiffs ms.diffs >> Log: >> Remove pointless formatting date. > >Are you going to make the same change to 07.mail and 13.viref? By all means fix! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:08:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086B616A41F; Wed, 17 Aug 2005 14:08:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EFD43D53; Wed, 17 Aug 2005 14:08:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HE8ooq019577; Wed, 17 Aug 2005 14:08:50 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HE8oON019576; Wed, 17 Aug 2005 14:08:50 GMT (envelope-from pjd) Message-Id: <200508171408.j7HE8oON019576@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 Aug 2005 14:08:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:08:51 -0000 pjd 2005-08-17 14:08:50 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: We don't need to clear allocated memory. This will speed-up things a bit. MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:08:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38E816A4C2; Wed, 17 Aug 2005 14:08:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93ED343D5E; Wed, 17 Aug 2005 14:08:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HE8qrN019606; Wed, 17 Aug 2005 14:08:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HE8qZq019605; Wed, 17 Aug 2005 14:08:52 GMT (envelope-from jhb) Message-Id: <200508171408.j7HE8qZq019605@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 14:08:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:08:54 -0000 jhb 2005-08-17 14:08:52 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c Log: Catch up to ic_curchan changes by making the same change here that was made in ipw(4) in the earlier ic_curchan mega commit. Submitted by: Øyvind Kolbu oyvind at kolbu dot ws Tested by: Stefan Ehmann shoesoft at gmx dot net Revision Changes Path 1.11 +1 -1 src/sys/dev/iwi/if_iwi.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:27:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8485916A420; Wed, 17 Aug 2005 14:27:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A511E43D58; Wed, 17 Aug 2005 14:27:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HERpBa020352; Wed, 17 Aug 2005 14:27:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HERpSu020351; Wed, 17 Aug 2005 14:27:51 GMT (envelope-from linimon) Message-Id: <200508171427.j7HERpSu020351@repoman.freebsd.org> From: Mark Linimon Date: Wed, 17 Aug 2005 14:27:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/version-guide Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:27:52 -0000 linimon 2005-08-17 14:27:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/version-guide Makefile Log: Remove useless inclusion of 'extra.css' which was left over from cloning a Makefile from another article. Pointy hat to: linimon Revision Changes Path 1.3 +0 -2 doc/en_US.ISO8859-1/articles/version-guide/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:34:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B0E16A41F; Wed, 17 Aug 2005 14:34:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA2A543D45; Wed, 17 Aug 2005 14:34:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HEYqvx020642; Wed, 17 Aug 2005 14:34:52 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HEYqN5020641; Wed, 17 Aug 2005 14:34:52 GMT (envelope-from pjd) Message-Id: <200508171434.j7HEYqN5020641@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 Aug 2005 14:34:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:34:53 -0000 pjd 2005-08-17 14:34:52 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: Even if crypto_dispatch() return an error, request is not canceled and our callback will still be called, just to tell us that requested failed... Reported by: Mike Tancsa MFC after: 3 days Revision Changes Path 1.7 +2 -12 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:35:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A78C16A41F; Wed, 17 Aug 2005 14:35:21 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B0743D45; Wed, 17 Aug 2005 14:35:21 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HEZKZ1020742; Wed, 17 Aug 2005 14:35:20 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HEZKY8020735; Wed, 17 Aug 2005 14:35:20 GMT (envelope-from avatar) Message-Id: <200508171435.j7HEZKY8020735@repoman.freebsd.org> From: Tai-hwa Liang Date: Wed, 17 Aug 2005 14:35:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:35:21 -0000 avatar 2005-08-17 14:35:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_bsdextended mac_bsdextended.c Log: MFC: (1.26) Fixing a regression introduced in rev1.25 by honouring the errno. This should keep 'ugidfw list' to stop complaining about "Data error in security.mac.bsdextended.rules.N: Unknown error: 0" if there is a "hole" within the rule set. Approved by: re (hrs) Revision Changes Path 1.25.2.1 +2 -5 src/sys/security/mac_bsdextended/mac_bsdextended.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:37:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE9B116A41F; Wed, 17 Aug 2005 14:37:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE11743D45; Wed, 17 Aug 2005 14:37:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HEbdxR020896; Wed, 17 Aug 2005 14:37:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HEbduN020895; Wed, 17 Aug 2005 14:37:39 GMT (envelope-from jhb) Message-Id: <200508171437.j7HEbduN020895@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 14:37:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:37:40 -0000 jhb 2005-08-17 14:37:39 UTC FreeBSD src repository Modified files: sys/pci if_ste.c if_stereg.h Log: Use device_printf() and if_printf() and remove ste_unit from the softc. Revision Changes Path 1.87 +19 -23 src/sys/pci/if_ste.c 1.19 +0 -1 src/sys/pci/if_stereg.h From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:39:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E30016A41F; Wed, 17 Aug 2005 14:39:20 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE9043D46; Wed, 17 Aug 2005 14:39:19 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 6EBC82A13; Wed, 17 Aug 2005 09:39:19 -0500 (CDT) Date: Wed, 17 Aug 2005 09:39:19 -0500 To: Ceri Davies , Mark Linimon , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050817143919.GD5228@soaustin.net> References: <200508170718.j7H7IoEE085416@repoman.freebsd.org> <20050817103937.GV55885@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050817103937.GV55885@submonkey.net> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles Makefile doc/en_US.ISO8859-1/articles/version-guide Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:39:20 -0000 On Wed, Aug 17, 2005 at 11:39:37AM +0100, Ceri Davies wrote: > > To provide prebuilt packages for the most recent minor > version of each major version; > > > > To provide prebuilt packages for the most recent minor > release of each major version; > > > These look like they say the same to me. Did I fail to pay enough > attention? Yes, you did :-) The second is s/version/release/ . There are two sets of packages being described. mcl From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:41:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7407616A41F; Wed, 17 Aug 2005 14:41:02 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A0F43D45; Wed, 17 Aug 2005 14:41:02 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HEf2OX022661; Wed, 17 Aug 2005 14:41:02 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HEf2GM022660; Wed, 17 Aug 2005 14:41:02 GMT (envelope-from joerg) Message-Id: <200508171441.j7HEf2GM022660@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 17 Aug 2005 14:41:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/avr-gcc Makefile ports/devel/avr-gcc/files patch-newdevices X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:41:02 -0000 joerg 2005-08-17 14:41:02 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile devel/avr-gcc/files patch-newdevices Log: Fix the linker command (in GCC's specs file) for the AT90PWM2/3 controllers. Approved by: portmgr (linimon) Revision Changes Path 1.43 +1 -0 ports/devel/avr-gcc/Makefile 1.3 +10 -10 ports/devel/avr-gcc/files/patch-newdevices From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:43:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBBF16A41F; Wed, 17 Aug 2005 14:43:15 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84DC43D48; Wed, 17 Aug 2005 14:43:14 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1E5P8L-000DDa-4E; Wed, 17 Aug 2005 15:43:13 +0100 Date: Wed, 17 Aug 2005 15:43:13 +0100 From: Ceri Davies To: Mark Linimon Message-ID: <20050817144312.GG55885@submonkey.net> Mail-Followup-To: Ceri Davies , Mark Linimon , Mark Linimon , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200508170718.j7H7IoEE085416@repoman.freebsd.org> <20050817103937.GV55885@submonkey.net> <20050817143919.GD5228@soaustin.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1MV0VfA6Y2yiVCnw" Content-Disposition: inline In-Reply-To: <20050817143919.GD5228@soaustin.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-all@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, Mark Linimon Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles Makefile doc/en_US.ISO8859-1/articles/version-guide Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:43:15 -0000 --1MV0VfA6Y2yiVCnw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 09:39:19AM -0500, Mark Linimon wrote: > On Wed, Aug 17, 2005 at 11:39:37AM +0100, Ceri Davies wrote: > > > > To provide prebuilt packages for the most recent minor > > version of each major version; > > > >=20 > > > > To provide prebuilt packages for the most recent minor > > release of each major version; > > > >=20 > > These look like they say the same to me. Did I fail to pay enough > > attention? >=20 > Yes, you did :-) >=20 > The second is s/version/release/ . There are two sets of packages > being described. OK, sorry for the noise :) Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --1MV0VfA6Y2yiVCnw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD4DBQFDA00AocfcwTS3JF8RAvPAAKCy6j2yq80hMRWWn52AenkYW/47fACTBhpA S+itmW8PJwsQKxAXryhpXA== =oXs/ -----END PGP SIGNATURE----- --1MV0VfA6Y2yiVCnw-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:47:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A91D16A420; Wed, 17 Aug 2005 14:47:26 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066D143D5E; Wed, 17 Aug 2005 14:47:26 +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 j7HElP2t022925; Wed, 17 Aug 2005 14:47:25 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HElPe8022924; Wed, 17 Aug 2005 14:47:25 GMT (envelope-from ceri) Message-Id: <200508171447.j7HElPe8022924@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 Aug 2005 14:47:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/version-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:47:26 -0000 ceri 2005-08-17 14:47:25 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/version-guide article.sgml Log: Unparameterise the author and copyright holder. Discussed with: linimon Revision Changes Path 1.4 +2 -2 doc/en_US.ISO8859-1/articles/version-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:50:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAAA716A42A; Wed, 17 Aug 2005 14:50:18 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C6443D53; Wed, 17 Aug 2005 14:50:18 +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 j7HEoI4J023050; Wed, 17 Aug 2005 14:50:18 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HEoI7i023049; Wed, 17 Aug 2005 14:50:18 GMT (envelope-from sos) Message-Id: <200508171450.j7HEoI7i023049@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 17 Aug 2005 14:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:50:19 -0000 sos 2005-08-17 14:50:18 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Use the bio field instead of the driver field as intended. Revision Changes Path 1.180 +2 -2 src/sys/dev/ata/atapi-cd.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 14:50:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F47416A421; Wed, 17 Aug 2005 14:50:46 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D86E43D46; Wed, 17 Aug 2005 14:50:45 +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 j7HEoj3Z023161; Wed, 17 Aug 2005 14:50:45 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HEojhG023160; Wed, 17 Aug 2005 14:50:45 GMT (envelope-from ceri) Message-Id: <200508171450.j7HEojhG023160@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 Aug 2005 14:50:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:50:46 -0000 ceri 2005-08-17 14:50:45 UTC FreeBSD doc repository Modified files: en/events Makefile Added files: share/sgml events2ics.xsl Log: Generate an iCalendar format events.ics file from events.xml so that iCal, Entourage, Sunbird and other users can now subscribe to the events calendar via the URL http://www.FreeBSD.org/events/events.ics. Discussed on: doc Revision Changes Path 1.8 +7 -1 www/en/events/Makefile 1.1 +115 -0 www/share/sgml/events2ics.xsl (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 17 15:00:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A87716A421; Wed, 17 Aug 2005 15:00:35 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A472143D48; Wed, 17 Aug 2005 15:00:34 +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 j7HF0Ylc023533; Wed, 17 Aug 2005 15:00:34 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HF0YwH023532; Wed, 17 Aug 2005 15:00:34 GMT (envelope-from sos) Message-Id: <200508171500.j7HF0YwH023532@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 17 Aug 2005 15:00:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 15:00:35 -0000 sos 2005-08-17 15:00:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c Log: Add support for working around controllers that cannot do DMA in 48bit mode. The workaround use PIO mode above ~137GB to allow using the disk. Add the Acer chips with rev < 0xc4 as first candidate. Revision Changes Path 1.254 +55 -14 src/sys/dev/ata/ata-all.c 1.105 +2 -1 src/sys/dev/ata/ata-all.h 1.129 +34 -14 src/sys/dev/ata/ata-chipset.c 1.190 +2 -2 src/sys/dev/ata/ata-disk.c 1.70 +4 -4 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 15:12:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC8216A420; Wed, 17 Aug 2005 15:12:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECD843D45; Wed, 17 Aug 2005 15:12:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HFCZGh024060; Wed, 17 Aug 2005 15:12:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HFCZj7024059; Wed, 17 Aug 2005 15:12:35 GMT (envelope-from pjd) Message-Id: <200508171512.j7HFCZj7024059@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 Aug 2005 15:12:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 15:12:35 -0000 pjd 2005-08-17 15:12:35 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: We should now return 0. Revision Changes Path 1.8 +1 -1 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 15:25:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6338E16A41F; Wed, 17 Aug 2005 15:25:58 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2273843D45; Wed, 17 Aug 2005 15:25:58 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HFPw14024681; Wed, 17 Aug 2005 15:25:58 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HFPwUL024680; Wed, 17 Aug 2005 15:25:58 GMT (envelope-from pjd) Message-Id: <200508171525.j7HFPwUL024680@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 Aug 2005 15:25:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 15:25:58 -0000 pjd 2005-08-17 15:25:57 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: Always run dedicated kernel thread (even when we have hardware support). There is no performance impact, but allows to allocate memory with M_WAITOK flag. As a side effect this simplify code a bit. MFC after: 3 days Revision Changes Path 1.9 +37 -114 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 15:27:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147CD16A41F; Wed, 17 Aug 2005 15:27:24 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C852343D48; Wed, 17 Aug 2005 15:27:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HFRN8I024736; Wed, 17 Aug 2005 15:27:23 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HFRNm4024735; Wed, 17 Aug 2005 15:27:23 GMT (envelope-from pjd) Message-Id: <200508171527.j7HFRNm4024735@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 17 Aug 2005 15:27:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 15:27:24 -0000 pjd 2005-08-17 15:27:23 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: Update manual page (now dedicated kernel thread is always started). MFC after: 3 days Revision Changes Path 1.4 +0 -2 src/sbin/geom/class/eli/geli.8 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 15:46:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ED5216A41F; Wed, 17 Aug 2005 15:46:19 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEA643D49; Wed, 17 Aug 2005 15:46:18 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HFkILd025639; Wed, 17 Aug 2005 15:46:18 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HFkIoq025638; Wed, 17 Aug 2005 15:46:18 GMT (envelope-from cperciva) Message-Id: <200508171546.j7HFkIoq025638@repoman.freebsd.org> From: Colin Percival Date: Wed, 17 Aug 2005 15:46:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libsupc++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 15:46:19 -0000 cperciva 2005-08-17 15:46:18 UTC FreeBSD src repository Modified files: gnu/lib/libsupc++ Makefile Log: Repeatability is Considered Good when building this library, too. (And I think this is the last one which needs it.) Revision Changes Path 1.7 +1 -0 src/gnu/lib/libsupc++/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 15:56:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA6216A41F; Wed, 17 Aug 2005 15:56:05 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF0D43D48; Wed, 17 Aug 2005 15:56:04 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HFu41R026026; Wed, 17 Aug 2005 15:56:04 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HFu4sI026025; Wed, 17 Aug 2005 15:56:04 GMT (envelope-from cperciva) Message-Id: <200508171556.j7HFu4sI026025@repoman.freebsd.org> From: Colin Percival Date: Wed, 17 Aug 2005 15:56:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/nvi/docs/USD.doc/vi.ref vi.ref src/usr.bin/mail/USD.doc mail0.nr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 15:56:05 -0000 cperciva 2005-08-17 15:56:04 UTC FreeBSD src repository Modified files: contrib/nvi/docs/USD.doc/vi.ref vi.ref usr.bin/mail/USD.doc mail0.nr Log: Remove the dates from these files. They serve no purpose and result in these files spuriously changing each time they are built. Also, add $FreeBSD$ tags, because cvs is unhappy otherwise. Revision Changes Path 1.2 +1 -1 src/contrib/nvi/docs/USD.doc/vi.ref/vi.ref 1.2 +2 -1 src/usr.bin/mail/USD.doc/mail0.nr From owner-cvs-all@FreeBSD.ORG Wed Aug 17 16:15:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97BF416A41F; Wed, 17 Aug 2005 16:15:05 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F9C43D48; Wed, 17 Aug 2005 16:15:05 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HGF5Jk026705; Wed, 17 Aug 2005 16:15:05 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HGF4cV026704; Wed, 17 Aug 2005 16:15:05 GMT (envelope-from bland) Message-Id: <200508171615.j7HGF4cV026704@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 17 Aug 2005 16:15:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/nvidia-settings Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 16:15:05 -0000 bland 2005-08-17 16:15:04 UTC FreeBSD ports repository Modified files: x11/nvidia-settings Makefile Log: It seems to be the rule for this port to make inplace releases. So fix fetching with ${MASTER_SITE_LOCAL} backup. [1] Suggested by: jylefort [1] Approved by: portmgr (krion) Revision Changes Path 1.7 +3 -1 ports/x11/nvidia-settings/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 16:24:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 390AA16A41F; Wed, 17 Aug 2005 16:24:58 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B0D43D48; Wed, 17 Aug 2005 16:24:57 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HGOvCW027062; Wed, 17 Aug 2005 16:24:57 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HGOvvf027061; Wed, 17 Aug 2005 16:24:57 GMT (envelope-from joel) Message-Id: <200508171624.j7HGOvvf027061@repoman.freebsd.org> From: Joel Dahl Date: Wed, 17 Aug 2005 16:24:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcm.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 16:24:58 -0000 joel 2005-08-17 16:24:57 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 Log: Remove a few items from the hardware list. This support is already covered in the manual pages for each bridge device driver. Approved by: brueffer (mentor) Revision Changes Path 1.41 +0 -8 src/share/man/man4/pcm.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 16:36:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A81916A41F; Wed, 17 Aug 2005 16:36:08 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BCB43D46; Wed, 17 Aug 2005 16:36:08 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HGa7so027543; Wed, 17 Aug 2005 16:36:07 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HGa7GT027542; Wed, 17 Aug 2005 16:36:07 GMT (envelope-from joel) Message-Id: <200508171636.j7HGa7GT027542@repoman.freebsd.org> From: Joel Dahl Date: Wed, 17 Aug 2005 16:36:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_cmi.4 snd_sbc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 16:36:08 -0000 joel 2005-08-17 16:36:07 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_cmi.4 snd_sbc.4 Log: Be more specific about supported chipsets. Approved by: brueffer (mentor) Revision Changes Path 1.5 +6 -2 src/share/man/man4/snd_cmi.4 1.15 +29 -5 src/share/man/man4/snd_sbc.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 16:45:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4427616A41F; Wed, 17 Aug 2005 16:45:55 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F2343D53; Wed, 17 Aug 2005 16:45:54 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HGjs4g027972; Wed, 17 Aug 2005 16:45:54 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HGjs9Z027971; Wed, 17 Aug 2005 16:45:54 GMT (envelope-from joel) Message-Id: <200508171645.j7HGjs9Z027971@repoman.freebsd.org> From: Joel Dahl Date: Wed, 17 Aug 2005 16:45:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcm.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 16:45:55 -0000 joel 2005-08-17 16:45:54 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 Log: Bump .Dd before someone notice. Approved by: brueffer (mentor) Revision Changes Path 1.42 +1 -1 src/share/man/man4/pcm.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 16:46:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 109EE16A41F; Wed, 17 Aug 2005 16:46:56 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AED443D5A; Wed, 17 Aug 2005 16:46:55 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HGktqI028009; Wed, 17 Aug 2005 16:46:55 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HGktCI028008; Wed, 17 Aug 2005 16:46:55 GMT (envelope-from ume) Message-Id: <200508171646.j7HGktCI028008@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 17 Aug 2005 16:46:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 16:46:56 -0000 ume 2005-08-17 16:46:55 UTC FreeBSD src repository Modified files: sys/netinet6 in6_src.c Log: - fix race condition using sx lock. - use TAILQ_FOREACH() for readability. Suggested by: jhb Revision Changes Path 1.35 +24 -14 src/sys/netinet6/in6_src.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 16:49:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4C416A41F; Wed, 17 Aug 2005 16:49:35 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6493243D48; Wed, 17 Aug 2005 16:49:33 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:/W0E3BxbK0GFGBm7vyuEAVl+mjrd2GdvNqRVpDVnAPUTfMrCadyttDkky06/275I@[IPv6:3ffe:501:185b:801a:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j7HGnHxF033374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 01:49:25 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 18 Aug 2005 01:49:03 +0900 Message-ID: From: Hajimu UMEMOTO To: John Baldwin In-Reply-To: <200508161559.24097.jhb@FreeBSD.org> References: <200508161949.j7GJnAaG015685@repoman.freebsd.org> <200508161559.24097.jhb@FreeBSD.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA2 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 18 Aug 2005 01:49:27 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 16:49:35 -0000 Hi, >>>>> On Tue, 16 Aug 2005 15:59:22 -0400 >>>>> John Baldwin said: jhb> 1) This should be using TAILQ_FOREACH() to be more readable. jhb> 2) It's not safe to drop the lock here as you've done as the list can change jhb> out from under you. You might be able to use TAILQ_FOREACH_SAFE() if you jhb> know what the next entry in the can't be removed from the list while the lock jhb> is dropped, but that's usually not an easy thing to ensure unless you set a jhb> flag or some such while holding the lock to communicate that to the code that jhb> adds and removes items to this list. You may need to use an sx lock here jhb> rather than a mutex. jhb> As it is, this change opens up a race condition that can result in deref'ing jhb> bogus pointers and kernel panics. Thank you for your suggestion. I've committed the fix as your suggestion. If it is still wrong way, please let me know. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:01:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1549E16A41F; Wed, 17 Aug 2005 17:01:26 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C761143D45; Wed, 17 Aug 2005 17:01:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HH1Pn9035633; Wed, 17 Aug 2005 17:01:25 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HH1PLQ035632; Wed, 17 Aug 2005 17:01:25 GMT (envelope-from ume) Message-Id: <200508171701.j7HH1PLQ035632@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 17 Aug 2005 17:01:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:01:26 -0000 ume 2005-08-17 17:01:25 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: don't raise cpu speed over the value when passive cooling is in effect. since CPU speed is restored by degrees, we cannot use the facility of saving cpu speed by CPUFREQ_set() effectively. so, we need to save the value when passive cooling is in effect. Repoeted by: Kevin Oberman Revision Changes Path 1.56 +24 -11 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:04:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F3616A41F; Wed, 17 Aug 2005 17:04:43 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4A943D46; Wed, 17 Aug 2005 17:04:43 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j7HH4go5008554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 17 Aug 2005 10:04:45 -0700 Message-ID: <43036E25.6010508@root.org> Date: Wed, 17 Aug 2005 10:04:37 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <20050817082000.0B70016A437@hub.freebsd.org> In-Reply-To: <20050817082000.0B70016A437@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_conf.c src/sys/sys conf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:04:43 -0000 Poul-Henning Kamp wrote: > phk 2005-08-17 08:19:53 UTC > > FreeBSD src repository > > Modified files: > sys/fs/devfs devfs_vnops.c > sys/kern kern_conf.c > sys/sys conf.h > Log: > Handle device drivers with D_NEEDGIANT in a way which does not > penalize the 'good' drivers: Allocate a shadow cdevsw and populate > it with wrapper functions which grab Giant > > Revision Changes Path > 1.120 +0 -24 src/sys/fs/devfs/devfs_vnops.c > 1.190 +155 -9 src/sys/kern/kern_conf.c > 1.226 +1 -0 src/sys/sys/conf.h > > > static void > prep_cdevsw(struct cdevsw *devsw) > { > + struct cdevsw *dsw2; > > + if (devsw->d_flags & D_NEEDGIANT) > + dsw2 = malloc(sizeof *dsw2, M_DEVT, M_WAITOK); > + else > + dsw2 = NULL; > dev_lock(); > > if (devsw->d_version != D_VERSION_01) { Is it guaranteed that prep_cdevsw() won't be called twice without a call to fini_cdevsw()? Otherwise, the shadow cdevsw could leak when its pointer is set to NULL. I'm not familiar with this code, just asking. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:10:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3849016A41F; Wed, 17 Aug 2005 17:10:40 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id D432443D45; Wed, 17 Aug 2005 17:10:39 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id DFB9EBC66; Wed, 17 Aug 2005 17:10:37 +0000 (UTC) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 17 Aug 2005 10:04:37 PDT." <43036E25.6010508@root.org> Date: Wed, 17 Aug 2005 19:10:37 +0200 Message-ID: <18954.1124298637@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_conf.c src/sys/sys conf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:10:40 -0000 In message <43036E25.6010508@root.org>, Nate Lawson writes: >Is it guaranteed that prep_cdevsw() won't be called twice without a call >to fini_cdevsw()? Otherwise, the shadow cdevsw could leak when its >pointer is set to NULL. I'm not familiar with this code, just asking. There's a flag that prevents controls the call to prep_ -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:27:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CDB016A41F; Wed, 17 Aug 2005 17:27:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ABAC43D45; Wed, 17 Aug 2005 17:27:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 17 Aug 2005 13:42:48 -0400 From: John Baldwin To: Hajimu UMEMOTO Date: Wed, 17 Aug 2005 13:00:53 -0400 User-Agent: KMail/1.8 References: <200508171646.j7HGktCI028008@repoman.freebsd.org> In-Reply-To: <200508171646.j7HGktCI028008@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508171300.55185.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:27:50 -0000 On Wednesday 17 August 2005 12:46 pm, Hajimu UMEMOTO wrote: > ume 2005-08-17 16:46:55 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 in6_src.c > Log: > - fix race condition using sx lock. > - use TAILQ_FOREACH() for readability. > > Suggested by: jhb Thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:27:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467EB16A42C; Wed, 17 Aug 2005 17:27:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F52443D45; Wed, 17 Aug 2005 17:27:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 17 Aug 2005 13:42:48 -0400 From: John Baldwin To: Hajimu UMEMOTO Date: Wed, 17 Aug 2005 13:18:25 -0400 User-Agent: KMail/1.8 References: <200508161949.j7GJnAaG015685@repoman.freebsd.org> <200508161559.24097.jhb@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508171318.27652.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:27:51 -0000 On Wednesday 17 August 2005 12:49 pm, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Tue, 16 Aug 2005 15:59:22 -0400 > >>>>> John Baldwin said: > > jhb> 1) This should be using TAILQ_FOREACH() to be more readable. > > jhb> 2) It's not safe to drop the lock here as you've done as the list can > change jhb> out from under you. You might be able to use > TAILQ_FOREACH_SAFE() if you jhb> know what the next entry in the can't be > removed from the list while the lock jhb> is dropped, but that's usually > not an easy thing to ensure unless you set a jhb> flag or some such while > holding the lock to communicate that to the code that jhb> adds and removes > items to this list. You may need to use an sx lock here jhb> rather than a > mutex. > > jhb> As it is, this change opens up a race condition that can result in > deref'ing jhb> bogus pointers and kernel panics. > > Thank you for your suggestion. I've committed the fix as your > suggestion. If it is still wrong way, please let me know. > > Sincerely, Thanks. I see that you still kept the mutex and and properly lock both the sx and mutex when making updates, so it seems it is on purpose. The one place that doesn't use the sx lock is lookup_addrsel_policy() which is called from in6_selectsrc(). I guess it is not ok to sleep in that function and that is why you don't use the sx lock in that one place? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:28:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B171A16A441; Wed, 17 Aug 2005 17:28:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D9E43D45; Wed, 17 Aug 2005 17:28:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 17 Aug 2005 13:42:48 -0400 From: John Baldwin To: Nate Lawson Date: Wed, 17 Aug 2005 13:24:30 -0400 User-Agent: KMail/1.8 References: <20050817082000.0B70016A437@hub.freebsd.org> <43036E25.6010508@root.org> In-Reply-To: <43036E25.6010508@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508171324.32231.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_conf.c src/sys/sys conf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:28:21 -0000 On Wednesday 17 August 2005 01:04 pm, Nate Lawson wrote: > Poul-Henning Kamp wrote: > > phk 2005-08-17 08:19:53 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/fs/devfs devfs_vnops.c > > sys/kern kern_conf.c > > sys/sys conf.h > > Log: > > Handle device drivers with D_NEEDGIANT in a way which does not > > penalize the 'good' drivers: Allocate a shadow cdevsw and populate > > it with wrapper functions which grab Giant > > > > Revision Changes Path > > 1.120 +0 -24 src/sys/fs/devfs/devfs_vnops.c > > 1.190 +155 -9 src/sys/kern/kern_conf.c > > 1.226 +1 -0 src/sys/sys/conf.h > > > > > > static void > > prep_cdevsw(struct cdevsw *devsw) > > { > > + struct cdevsw *dsw2; > > > > + if (devsw->d_flags & D_NEEDGIANT) > > + dsw2 = malloc(sizeof *dsw2, M_DEVT, M_WAITOK); > > + else > > + dsw2 = NULL; > > dev_lock(); > > > > if (devsw->d_version != D_VERSION_01) { > > Is it guaranteed that prep_cdevsw() won't be called twice without a call > to fini_cdevsw()? Otherwise, the shadow cdevsw could leak when its > pointer is set to NULL. I'm not familiar with this code, just asking. Err, how exactly? If devsw->d_gianttrick is already non-NULL, it just free's dsw2. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:36:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7AF216A41F; Wed, 17 Aug 2005 17:36:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8EB43D48; Wed, 17 Aug 2005 17:36:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HHaljC036842; Wed, 17 Aug 2005 17:36:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HHalFM036841; Wed, 17 Aug 2005 17:36:47 GMT (envelope-from jhb) Message-Id: <200508171736.j7HHalFM036841@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 17:36:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa if_el.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:36:48 -0000 jhb 2005-08-17 17:36:47 UTC FreeBSD src repository Modified files: sys/i386/isa if_el.c Log: Fix locking in el(4) and mark mpsafe. - Add locked variants of el_init and el_start. - Don't initialize the mutex and lock it during el_probe(). - Do initialize the mutex during attach. (el_probe() did destroy the mutex to cleanup, so this meant the driver was always using a destroyed mutex when it was running.) - Setup the interrupt handler after ether_ifattach(). - Fix locking in el_detach() and el_ioctl(). Note: Since I couldn't actually find anyone with this hardware, I'm going ahead and committing these changes so they won't be lost. I'll remove the driver in a week (real purpose of the MFC after below) unless someone pipes up to test this. MFC after: 1 week Tested by: gcc(1) Revision Changes Path 1.69 +79 -45 src/sys/i386/isa/if_el.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:44:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7120316A41F; Wed, 17 Aug 2005 17:44:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D68E43D46; Wed, 17 Aug 2005 17:44:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HHiXXx037218; Wed, 17 Aug 2005 17:44:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HHiXA9037217; Wed, 17 Aug 2005 17:44:33 GMT (envelope-from jhb) Message-Id: <200508171744.j7HHiXA9037217@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 17:44:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c src/sys/dev/hme if_hme.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:44:33 -0000 jhb 2005-08-17 17:44:33 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c sys/dev/hme if_hme.c Log: Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure that if softclock is running on another CPU and is blocked on our driver lock, we will wait until it has acquired the lock, seen that it was cancelled, dropped the lock, and awakened us so that we can safely destroy the mutex. MFC after: 3 days Revision Changes Path 1.245 +1 -0 src/sys/dev/fxp/if_fxp.c 1.41 +1 -0 src/sys/dev/hme/if_hme.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:44:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B30716A41F; Wed, 17 Aug 2005 17:44:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE89543D45; Wed, 17 Aug 2005 17:44:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HHiwI1037254; Wed, 17 Aug 2005 17:44:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HHiw1K037253; Wed, 17 Aug 2005 17:44:58 GMT (envelope-from jhb) Message-Id: <200508171744.j7HHiw1K037253@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 17:44:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_pcn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:44:59 -0000 jhb 2005-08-17 17:44:58 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c Log: Use callout_init_mtx() to simplify the stats callout. MFC after: 3 days Revision Changes Path 1.73 +2 -8 src/sys/pci/if_pcn.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:45:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3937916A41F; Wed, 17 Aug 2005 17:45:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC2E43D48; Wed, 17 Aug 2005 17:45:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HHjJlY037333; Wed, 17 Aug 2005 17:45:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HHjJ0w037332; Wed, 17 Aug 2005 17:45:19 GMT (envelope-from jhb) Message-Id: <200508171745.j7HHjJ0w037332@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 17:45:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_devar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:45:20 -0000 jhb 2005-08-17 17:45:19 UTC FreeBSD src repository Modified files: sys/pci if_devar.h Log: Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros. Revision Changes Path 1.37 +0 -9 src/sys/pci/if_devar.h From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:46:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D79216A41F; Wed, 17 Aug 2005 17:46:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E25D43D46; Wed, 17 Aug 2005 17:46:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HHkq5d037444; Wed, 17 Aug 2005 17:46:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HHkqCd037443; Wed, 17 Aug 2005 17:46:52 GMT (envelope-from jhb) Message-Id: <200508171746.j7HHkqCd037443@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Aug 2005 17:46:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_de.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:46:52 -0000 jhb 2005-08-17 17:46:51 UTC FreeBSD src repository Modified files: sys/pci if_de.c Log: - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER. - Don't set IFF_ALLMULTI in our ifnet's if_flags if we end up allowing all multicast due to limits in the MAC receive filters in hardware. Requested by: rwatson (2) Revision Changes Path 1.170 +8 -19 src/sys/pci/if_de.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:47:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEEB916A41F; Wed, 17 Aug 2005 17:47:07 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507CE43D49; Wed, 17 Aug 2005 17:47:07 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:FyeWBSNvuoNuyT4Ya2fC4Xg6rTxzBapDn/nWpKwXDgsa/jOtEjrQzaUin5hXZsO4@[IPv6:3ffe:501:185b:801a:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j7HHks2S036961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 02:46:57 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 18 Aug 2005 02:46:40 +0900 Message-ID: From: Hajimu UMEMOTO To: John Baldwin In-Reply-To: <200508171318.27652.jhb@FreeBSD.org> References: <200508161949.j7GJnAaG015685@repoman.freebsd.org> <200508161559.24097.jhb@FreeBSD.org> <200508171318.27652.jhb@FreeBSD.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA2 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 18 Aug 2005 02:46:59 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:47:08 -0000 Hi, >>>>> On Wed, 17 Aug 2005 13:18:25 -0400 >>>>> John Baldwin said: jhb> Thanks. I see that you still kept the mutex and and properly lock both the sx jhb> and mutex when making updates, so it seems it is on purpose. The one place jhb> that doesn't use the sx lock is lookup_addrsel_policy() which is called from jhb> in6_selectsrc(). I guess it is not ok to sleep in that function and that is jhb> why you don't use the sx lock in that one place? Because, lookup_addrsel_policy() is protected by mutex lock. add_addrsel_policyent() and delete_addrsel_policyent() do update the tailq. Both of the two functions are also protected by mutex. So, I tought that lookup_addrsel_policy() doesn't need sx lock. I tried to stop using of mutex locks and used only sx locks, as learn by mistake. It ended up with exclusive lock error between INP_LOCK. So, I avoided to use sx lock in lookup_addrsel_policy(). Am I something wrong? Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:56:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC1316A41F; Wed, 17 Aug 2005 17:56:13 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675D543D45; Wed, 17 Aug 2005 17:56:11 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j7HHu90k049088; Wed, 17 Aug 2005 19:56:09 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j7HHu93x006178; Wed, 17 Aug 2005 19:56:09 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j7HHu9Ae006177; Wed, 17 Aug 2005 19:56:09 +0200 (CEST) (envelope-from marc) Date: Wed, 17 Aug 2005 19:56:09 +0200 From: Marc Fonvieille To: Ceri Davies Message-ID: <20050817175609.GA598@gothic.blackend.org> References: <200508171450.j7HEojhG023160@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508171450.j7HEojhG023160@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:56:13 -0000 On Wed, Aug 17, 2005 at 02:50:45PM +0000, Ceri Davies wrote: > ceri 2005-08-17 14:50:45 UTC > > FreeBSD doc repository > > Modified files: > en/events Makefile > Added files: > share/sgml events2ics.xsl > Log: > Generate an iCalendar format events.ics file from events.xml so that > iCal, Entourage, Sunbird and other users can now subscribe to the events > calendar via the URL http://www.FreeBSD.org/events/events.ics. > Hello, What about announcing it on the Project News? Marc From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:56:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F3E116A41F; Wed, 17 Aug 2005 17:56:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7023443D53; Wed, 17 Aug 2005 17:56:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 17 Aug 2005 14:11:34 -0400 From: John Baldwin To: Hajimu UMEMOTO Date: Wed, 17 Aug 2005 13:56:57 -0400 User-Agent: KMail/1.8 References: <200508161949.j7GJnAaG015685@repoman.freebsd.org> <200508171318.27652.jhb@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508171356.59672.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:56:36 -0000 On Wednesday 17 August 2005 01:46 pm, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Wed, 17 Aug 2005 13:18:25 -0400 > >>>>> John Baldwin said: > > jhb> Thanks. I see that you still kept the mutex and and properly lock > both the sx jhb> and mutex when making updates, so it seems it is on > purpose. The one place jhb> that doesn't use the sx lock is > lookup_addrsel_policy() which is called from jhb> in6_selectsrc(). I guess > it is not ok to sleep in that function and that is jhb> why you don't use > the sx lock in that one place? > > Because, lookup_addrsel_policy() is protected by mutex lock. > add_addrsel_policyent() and delete_addrsel_policyent() do update the > tailq. Both of the two functions are also protected by mutex. So, I > tought that lookup_addrsel_policy() doesn't need sx lock. > I tried to stop using of mutex locks and used only sx locks, as learn > by mistake. It ended up with exclusive lock error between INP_LOCK. > So, I avoided to use sx lock in lookup_addrsel_policy(). > Am I something wrong? Ah, if you had a witness warning from INP_LOCK because INP_LOCK is held when in6_selectsrc() is called then you did the right thing and that answers my question. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Aug 17 17:58:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED8616A420; Wed, 17 Aug 2005 17:58:50 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C45443D5F; Wed, 17 Aug 2005 17:58:48 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 5F6601CE55; Wed, 17 Aug 2005 10:58:48 -0700 (PDT) Date: Wed, 17 Aug 2005 10:58:48 -0700 From: Murray Stokely To: Marc Fonvieille Message-ID: <20050817175848.GC94646@freebsdmall.com> References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050817175609.GA598@gothic.blackend.org> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:58:50 -0000 On Wed, Aug 17, 2005 at 07:56:09PM +0200, Marc Fonvieille wrote: > On Wed, Aug 17, 2005 at 02:50:45PM +0000, Ceri Davies wrote: > > ceri 2005-08-17 14:50:45 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en/events Makefile > > Added files: > > share/sgml events2ics.xsl > > Log: > > Generate an iCalendar format events.ics file from events.xml so that > > iCal, Entourage, Sunbird and other users can now subscribe to the events > > calendar via the URL http://www.FreeBSD.org/events/events.ics. > > > > Hello, > > What about announcing it on the Project News? Yes, that's a good idea. - Murray From owner-cvs-all@FreeBSD.ORG Wed Aug 17 18:04:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4192316A41F; Wed, 17 Aug 2005 18:04:59 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B38743D45; Wed, 17 Aug 2005 18:04:57 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:YCA1WwjsxNDOjplNeloKDp/EehFGuifm22Z5u0mukRvN2CoKFCfpSLAqomRCA75P@[IPv6:3ffe:501:185b:801a:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j7HI4lo2010528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 03:04:50 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 18 Aug 2005 03:04:28 +0900 Message-ID: From: Hajimu UMEMOTO To: John Baldwin In-Reply-To: <200508171356.59672.jhb@FreeBSD.org> References: <200508161949.j7GJnAaG015685@repoman.freebsd.org> <200508171318.27652.jhb@FreeBSD.org> <200508171356.59672.jhb@FreeBSD.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA2 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 18 Aug 2005 03:04:52 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 18:04:59 -0000 Hi, >>>>> On Wed, 17 Aug 2005 13:56:57 -0400 >>>>> John Baldwin said: jhb> Ah, if you had a witness warning from INP_LOCK because INP_LOCK is held when jhb> in6_selectsrc() is called then you did the right thing and that answers my jhb> question. Thanks. Yes, I saw a witness warning. It is a reason why I made so. Thank you again for concerning this issue. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Wed Aug 17 18:06:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B616A41F; Wed, 17 Aug 2005 18:06:56 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43343D48; Wed, 17 Aug 2005 18:06:56 +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 j7HI6u8F038235; Wed, 17 Aug 2005 18:06:56 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HI6uIb038234; Wed, 17 Aug 2005 18:06:56 GMT (envelope-from kensmith) Message-Id: <200508171806.j7HI6uIb038234@repoman.freebsd.org> From: Ken Smith Date: Wed, 17 Aug 2005 18:06:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 18:06:56 -0000 kensmith 2005-08-17 18:06:56 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Move boot0cfg/fdisk item to testing, note some progress on the sparc64 gdb problem, add a new item for fixes to sysinstall that are similar to the work just done on boot0cfg/fdisk. Revision Changes Path 1.26 +25 -12 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 18:15:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C4416A420; Wed, 17 Aug 2005 18:15:59 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD6C43D49; Wed, 17 Aug 2005 18:15:56 +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 j7HIFuwO038651; Wed, 17 Aug 2005 18:15:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HIFuHW038650; Wed, 17 Aug 2005 18:15:56 GMT (envelope-from brueffer) Message-Id: <200508171815.j7HIFuHW038650@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 Aug 2005 18:15:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 18:15:59 -0000 brueffer 2005-08-17 18:15:56 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Update status of the de, my, nge and pcn drivers. Revision Changes Path 1.104 +10 -10 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 18:43:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D317716A41F; Wed, 17 Aug 2005 18:43:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907D743D45; Wed, 17 Aug 2005 18:43:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HIh7eV040543; Wed, 17 Aug 2005 18:43:07 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HIh7U4040542; Wed, 17 Aug 2005 18:43:07 GMT (envelope-from keramida) Message-Id: <200508171843.j7HIh7U4040542@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 17 Aug 2005 18:43:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 carp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 18:43:08 -0000 keramida 2005-08-17 18:43:07 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 carp.4 Log: Typo: s/adverisement/advertisement/. Submitted by: Fredrik Lindberg PR: docs/85050 Revision Changes Path 1.9 +1 -1 src/share/man/man4/carp.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 18:53:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FD016A41F; Wed, 17 Aug 2005 18:53:07 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81ABC43D45; Wed, 17 Aug 2005 18:53:07 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HIr7xF040925; Wed, 17 Aug 2005 18:53:07 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HIr7Xp040924; Wed, 17 Aug 2005 18:53:07 GMT (envelope-from brooks) Message-Id: <200508171853.j7HIr7Xp040924@repoman.freebsd.org> From: Brooks Davis Date: Wed, 17 Aug 2005 18:53:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/firewire if_fwip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 18:53:07 -0000 brooks 2005-08-17 18:53:07 UTC FreeBSD src repository Modified files: sys/dev/firewire if_fwip.c Log: Remove an unnecessicary bzero that was zeroing the softc's struct ifnet pointer. Submitted by: brueffer Reviewed by: dfr Revision Changes Path 1.9 +0 -1 src/sys/dev/firewire/if_fwip.c From owner-cvs-all@FreeBSD.ORG Wed Aug 17 19:34:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696D916A41F; Wed, 17 Aug 2005 19:34:45 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2812143D46; Wed, 17 Aug 2005 19:34:45 +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 j7HJYjvd044086; Wed, 17 Aug 2005 19:34:45 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HJYi0F044085; Wed, 17 Aug 2005 19:34:44 GMT (envelope-from remko) Message-Id: <200508171934.j7HJYi0F044085@repoman.freebsd.org> From: Remko Lodder Date: Wed, 17 Aug 2005 19:34:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 19:34:45 -0000 remko 2005-08-17 19:34:44 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document tor -- diffie-hellman handshake flaw. Submitted by: Michal Bartkowiak Approved by: portsmgr (blanket VuXML) Revision Changes Path 1.791 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 19:44:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A29916A41F; Wed, 17 Aug 2005 19:44:16 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258CE43D48; Wed, 17 Aug 2005 19:44:16 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HJiG2L044545; Wed, 17 Aug 2005 19:44:16 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HJiGTG044543; Wed, 17 Aug 2005 19:44:16 GMT (envelope-from stefanf) Message-Id: <200508171944.j7HJiGTG044543@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 17 Aug 2005 19:44:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 19:44:16 -0000 stefanf 2005-08-17 19:44:15 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: Document umask's -S option. Revision Changes Path 1.103 +8 -3 src/bin/sh/sh.1 From owner-cvs-all@FreeBSD.ORG Wed Aug 17 19:46:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E7616A41F; Wed, 17 Aug 2005 19:46:40 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5191E43D45; Wed, 17 Aug 2005 19:46:40 +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 j7HJkeEx045417; Wed, 17 Aug 2005 19:46:40 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HJkeKR045416; Wed, 17 Aug 2005 19:46:40 GMT (envelope-from remko) Message-Id: <200508171946.j7HJkeKR045416@repoman.freebsd.org> From: Remko Lodder Date: Wed, 17 Aug 2005 19:46:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 19:46:40 -0000 remko 2005-08-17 19:46:40 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Add the fixed version so that people do not get a stale portaudit when the update is there. Also fix some indentation that i overlooked. Noticed by: simon (both of the items) Approved by: portsmgr (blanket VuXML) Revision Changes Path 1.792 +8 -8 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 19:57:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBD016A41F; Wed, 17 Aug 2005 19:57:49 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8169243D46; Wed, 17 Aug 2005 19:57:48 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1E5U2l-0007ci-0S; Wed, 17 Aug 2005 20:57:47 +0100 Date: Wed, 17 Aug 2005 20:57:46 +0100 From: Ceri Davies To: Murray Stokely Message-ID: <20050817195746.GI55885@submonkey.net> Mail-Followup-To: Ceri Davies , Murray Stokely , Marc Fonvieille , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uMD30mxrM/iO8yI3" Content-Disposition: inline In-Reply-To: <20050817175848.GC94646@freebsdmall.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: doc-committers@FreeBSD.org, Marc Fonvieille , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 19:57:49 -0000 --uMD30mxrM/iO8yI3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 10:58:48AM -0700, Murray Stokely wrote: > On Wed, Aug 17, 2005 at 07:56:09PM +0200, Marc Fonvieille wrote: > > On Wed, Aug 17, 2005 at 02:50:45PM +0000, Ceri Davies wrote: > > > ceri 2005-08-17 14:50:45 UTC > > >=20 > > > FreeBSD doc repository > > >=20 > > > Modified files: > > > en/events Makefile=20 > > > Added files: > > > share/sgml events2ics.xsl=20 > > > Log: > > > Generate an iCalendar format events.ics file from events.xml so that > > > iCal, Entourage, Sunbird and other users can now subscribe to the e= vents > > > calendar via the URL http://www.FreeBSD.org/events/events.ics. > >=20 > > Hello, > >=20 > > What about announcing it on the Project News? >=20 > Yes, that's a good idea. I was waiting for it to show up in the build first, which has happened now. I'm going to add it to events.html; do you guys mean that this should be in news.xml? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --uMD30mxrM/iO8yI3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDA5a6ocfcwTS3JF8RAqMbAJ9VIC9zdEw/66fFdjxfeLm4gJkqLgCfdSV+ ICjV+nMeieUg/rnNYY63mxs= =QGfE -----END PGP SIGNATURE----- --uMD30mxrM/iO8yI3-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 19:59:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A95F16A41F; Wed, 17 Aug 2005 19:59:04 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDE143D45; Wed, 17 Aug 2005 19:59:03 +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 j7HJx3mj046695; Wed, 17 Aug 2005 19:59:03 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HJx3oo046694; Wed, 17 Aug 2005 19:59:03 GMT (envelope-from ceri) Message-Id: <200508171959.j7HJx3oo046694@repoman.freebsd.org> From: Ceri Davies Date: Wed, 17 Aug 2005 19:59:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/events events.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 19:59:04 -0000 ceri 2005-08-17 19:59:03 UTC FreeBSD doc repository Modified files: en/events events.xsl Log: Announce the availability of events.ics here. Revision Changes Path 1.4 +8 -1 www/en/events/events.xsl From owner-cvs-all@FreeBSD.ORG Wed Aug 17 20:01:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C279416A468; Wed, 17 Aug 2005 20:01:02 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D97343D45; Wed, 17 Aug 2005 20:01:02 +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 j7HK12ak046819; Wed, 17 Aug 2005 20:01:02 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HK12T5046818; Wed, 17 Aug 2005 20:01:02 GMT (envelope-from simon) Message-Id: <200508172001.j7HK12T5046818@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 17 Aug 2005 20:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 20:01:02 -0000 simon 2005-08-17 20:01:02 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Also mark phpAdsNew as affected by "pear-XML_RPC -- remote PHP code injection vulnerability". Approved by: portmgr (blanket, VuXML) Revision Changes Path 1.793 +7 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 20:04:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27EE616A41F; Wed, 17 Aug 2005 20:04:59 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA81943D48; Wed, 17 Aug 2005 20:04: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 j7HK4wgJ046991; Wed, 17 Aug 2005 20:04:58 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HK4wYE046990; Wed, 17 Aug 2005 20:04:58 GMT (envelope-from simon) Message-Id: <200508172004.j7HK4wYE046990@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 17 Aug 2005 20:04:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpadsnew Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 20:04:59 -0000 simon 2005-08-17 20:04:58 UTC FreeBSD ports repository Modified files: www/phpadsnew Makefile Log: Mark FORBIDDEN, due to remote code execution vulnerability. Security: http://vuxml.FreeBSD.org/e65ad1bf-0d8b-11da-90d0-00304823c0d3.html Approved by: portmgr (blanket, secteam) Revision Changes Path 1.2 +2 -0 ports/www/phpadsnew/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 17 20:54:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE55B16A41F; Wed, 17 Aug 2005 20:54:03 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939D043D48; Wed, 17 Aug 2005 20:54:02 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j7HKs0R2051896; Wed, 17 Aug 2005 22:54:00 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j7HKs0qe006709; Wed, 17 Aug 2005 22:54:00 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j7HKs0GN006708; Wed, 17 Aug 2005 22:54:00 +0200 (CEST) (envelope-from marc) Date: Wed, 17 Aug 2005 22:54:00 +0200 From: Marc Fonvieille To: Ceri Davies , Murray Stokely , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050817205400.GE598@gothic.blackend.org> References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> <20050817195746.GI55885@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i9LlY+UWpKt15+FH" Content-Disposition: inline In-Reply-To: <20050817195746.GI55885@submonkey.net> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 20:54:03 -0000 --i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 08:57:46PM +0100, Ceri Davies wrote: >=20 > I was waiting for it to show up in the build first, which has happened > now. I'm going to add it to events.html; do you guys mean that this > should be in news.xml? > Yes, I thought about this; since the news are also provided via RSS, this news will reach a lot of persons. Talking about this, I was thinking about one thing, what about announcing in Project News each time we add a new doc (article, Handbook chapter)? I read Murray wanted to announce new Mark's article, which is a good thing. However, we may want to do this for new Handbook chapters too, for example how people can "discover" that a new GEOM chapter have been added? Maybe the Project News is not the right place for these sort of announces, but I still think we should communicate about important doc additions/changes. Marc --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFDA6PnzQ9RwE+OdOgRAlWnAJ49CwuT++6kna1OnTX/xRv4dHnWtQCfWsPN NhsqQQ6luKyv0LLkVrdxbmc= =B9YX -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 20:54:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E9F316A41F; Wed, 17 Aug 2005 20:54:31 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5FF43D48; Wed, 17 Aug 2005 20:54:31 +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 j7HKsUpb058011; Wed, 17 Aug 2005 20:54:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HKsUhK058010; Wed, 17 Aug 2005 20:54:30 GMT (envelope-from krion) Message-Id: <200508172054.j7HKsUhK058010@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 17 Aug 2005 20:54:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 20:54:31 -0000 krion 2005-08-17 20:54:30 UTC FreeBSD doc repository Modified files: en/releases/6.0R schedule.sgml Log: Update ports freeze status. Requested by: hrs Revision Changes Path 1.9 +7 -4 www/en/releases/6.0R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 21:00:22 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C8816A41F; Wed, 17 Aug 2005 21:00:22 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9769143D48; Wed, 17 Aug 2005 21:00:21 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0ILD00I2IX0JTJ@ms-dienst.rz.rwth-aachen.de>; Wed, 17 Aug 2005 23:00:20 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Wed, 17 Aug 2005 23:00:19 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j7HL0IAG018370; Wed, 17 Aug 2005 23:00:18 +0200 (MEST) Received: from moria.hitnet.rwth-aachen.de ([137.226.181.149] helo=haakonia.hitnet.rwth-aachen.de) by bigboss.hitnet.rwth-aachen.de with esmtp (Exim 3.35 #1 (Debian)) id 1E5V1G-0007uj-00; Wed, 17 Aug 2005 23:00:18 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 8F2122843F; Wed, 17 Aug 2005 22:59:48 +0200 (CEST) Date: Wed, 17 Aug 2005 22:59:48 +0200 From: Christian Brueffer In-reply-to: <20050817205400.GE598@gothic.blackend.org> To: Marc Fonvieille Message-id: <20050817205948.GF911@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=sDKAb4OeUBrWWL6P; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 6.0-BETA2 X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> <20050817195746.GI55885@submonkey.net> <20050817205400.GE598@gothic.blackend.org> Cc: Ceri Davies , Murray Stokely , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 21:00:22 -0000 --sDKAb4OeUBrWWL6P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 10:54:00PM +0200, Marc Fonvieille wrote: > On Wed, Aug 17, 2005 at 08:57:46PM +0100, Ceri Davies wrote: > >=20 > > I was waiting for it to show up in the build first, which has happened > > now. I'm going to add it to events.html; do you guys mean that this > > should be in news.xml? > > >=20 > Yes, I thought about this; since the news are also provided via RSS, > this news will reach a lot of persons. >=20 > Talking about this, I was thinking about one thing, what about > announcing in Project News each time we add a new doc (article, Handbook > chapter)? I read Murray wanted to announce new Mark's article, which is > a good thing. However, we may want to do this for new Handbook chapters > too, for example how people can "discover" that a new GEOM chapter have > been added? >=20 > Maybe the Project News is not the right place for these sort of > announces, but I still think we should communicate about important doc > additions/changes. >=20 Well, considering that project news (and new chapters) aren't that common, I think it's ok to announce it via the project news. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --sDKAb4OeUBrWWL6P Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFDA6VEbHYXjKDtmC0RApwbAJkBowSkhgxtaoG1O/+h7A6RiKSnogCgpblG +JLAQojDaFJc0zMoU/fIfRY= =ApVS -----END PGP SIGNATURE----- --sDKAb4OeUBrWWL6P-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 21:52:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2856516A41F; Wed, 17 Aug 2005 21:52:13 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33E643D48; Wed, 17 Aug 2005 21:52:12 +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 j7HLqClN060956; Wed, 17 Aug 2005 21:52:12 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7HLqCbC060949; Wed, 17 Aug 2005 21:52:12 GMT (envelope-from hrs) Message-Id: <200508172152.j7HLqCbC060949@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 17 Aug 2005 21:52:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 21:52:13 -0000 hrs 2005-08-17 21:52:12 UTC FreeBSD doc repository Modified files: en/releases/6.0R schedule.sgml Log: Update 6.0-BETA3 schedule. Revision Changes Path 1.10 +3 -3 www/en/releases/6.0R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 17 22:05:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F3B16A41F; Wed, 17 Aug 2005 22:05:25 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A452C43D48; Wed, 17 Aug 2005 22:05:24 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1E5W2F-000OMF-LI; Wed, 17 Aug 2005 23:05:23 +0100 Date: Wed, 17 Aug 2005 23:05:23 +0100 From: Ceri Davies To: Marc Fonvieille Message-ID: <20050817220523.GJ55885@submonkey.net> Mail-Followup-To: Ceri Davies , Marc Fonvieille , Murray Stokely , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> <20050817195746.GI55885@submonkey.net> <20050817205400.GE598@gothic.blackend.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JbaLeU65fPBt7QWN" Content-Disposition: inline In-Reply-To: <20050817205400.GE598@gothic.blackend.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: doc-committers@FreeBSD.org, Murray Stokely , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 22:05:25 -0000 --JbaLeU65fPBt7QWN Content-Type: multipart/mixed; boundary="4kYG1Ol6LYbfFhUk" Content-Disposition: inline --4kYG1Ol6LYbfFhUk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 10:54:00PM +0200, Marc Fonvieille wrote: > On Wed, Aug 17, 2005 at 08:57:46PM +0100, Ceri Davies wrote: > >=20 > > I was waiting for it to show up in the build first, which has happened > > now. I'm going to add it to events.html; do you guys mean that this > > should be in news.xml? >=20 > Yes, I thought about this; since the news are also provided via RSS, > this news will reach a lot of persons. Ok, great. Please review the attached patch. > Maybe the Project News is not the right place for these sort of > announces, but I still think we should communicate about important doc > additions/changes. The security team have a separate RSS feed. We could have one for doc@, but personally I think that the Project News is OK. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --4kYG1Ol6LYbfFhUk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="news.diff" Content-Transfer-Encoding: quoted-printable Index: news.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/www/en/news/news.xml,v retrieving revision 1.320 diff -u -r1.320 news.xml --- news.xml 22 Jul 2005 09:12:19 -0000 1.320 +++ news.xml 17 Aug 2005 22:03:46 -0000 @@ -29,6 +29,22 @@ 2005 =20 + 8 + + + 17 + + FreeBSD Events iCalendar Feed Introduced + +

Users with organisational software that understands + iCalendar format files can now subscribe to the + FreeBSD Events + Calendar.

+
+
+
+ + 7 =20 --4kYG1Ol6LYbfFhUk-- --JbaLeU65fPBt7QWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDA7SjocfcwTS3JF8RAuBRAJ4nODq1XzlQFTwJ33+AVBPKOhEM1QCgglh+ IJTsse357x0E6v5nzob7fWM= =CTHm -----END PGP SIGNATURE----- --JbaLeU65fPBt7QWN-- From owner-cvs-all@FreeBSD.ORG Wed Aug 17 22:37:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765D616A41F; Wed, 17 Aug 2005 22:37:38 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162D843D48; Wed, 17 Aug 2005 22:37:38 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 054B41CE55; Wed, 17 Aug 2005 15:37:38 -0700 (PDT) Date: Wed, 17 Aug 2005 15:37:37 -0700 From: Murray Stokely To: Marc Fonvieille Message-ID: <20050817223737.GA99144@freebsdmall.com> References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> <20050817195746.GI55885@submonkey.net> <20050817205400.GE598@gothic.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050817205400.GE598@gothic.blackend.org> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: Ceri Davies , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 22:37:38 -0000 On Wed, Aug 17, 2005 at 10:54:00PM +0200, Marc Fonvieille wrote: > Yes, I thought about this; since the news are also provided via RSS, > this news will reach a lot of persons. > > Talking about this, I was thinking about one thing, what about > announcing in Project News each time we add a new doc (article, Handbook > chapter)? I read Murray wanted to announce new Mark's article, which is I have been doing this off and on for years. I think we all should. =) See my recent commit announcing Dru's new marketing whitepaper. The newsflash is put to much better use with this kind of information than when it is allowed to overflow with new committer announcements (those are important to, but it is sad to see them as the only news items). > a good thing. However, we may want to do this for new Handbook chapters > too, for example how people can "discover" that a new GEOM chapter have > been added? The GEOM chapter is not very complete at this point. I thought about adding it to the news.xml a few days ago but decided it would be better to have more rounds of review and improvement. It doesn't make a good first impression of the Handbook compared to some of our other chapters. With a little more work maybe we could announce the GEOM chapter in a few weeks. > Maybe the Project News is not the right place for these sort of > announces, but I still think we should communicate about important doc > additions/changes. Maybe we should treat the docs like the GNOME or Java news flashes. They maintain their own news files for those interested enough to peruse the second level pages, and occasionally, a major announcement is added to the top level news.xml file. - Murray From owner-cvs-all@FreeBSD.ORG Thu Aug 18 00:05:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C15C16A41F; Thu, 18 Aug 2005 00:05:37 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EDC43D49; Thu, 18 Aug 2005 00:05:34 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j7I09JtN050154; Wed, 17 Aug 2005 20:09:19 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: =?utf-8?q?S=EF=BF=BDren_Schmidt?= Date: Wed, 17 Aug 2005 20:05:17 -0400 User-Agent: KMail/1.6.2 References: <200508171450.j7HEoI7i023049@repoman.freebsd.org> In-Reply-To: <200508171450.j7HEoI7i023049@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <200508172005.20506.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1030/Wed Aug 17 11:53:46 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 00:05:37 -0000 On Wednesday 17 August 2005 10:50 am, S�ren Schmidt wrote: > sos 2005-08-17 14:50:18 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata atapi-cd.c > Log: > Use the bio field instead of the driver field as intended. > > Revision Changes Path > 1.180 +2 -2 src/sys/dev/ata/atapi-cd.c Does it fix kern/84102? http://www.freebsd.org/cgi/query-pr.cgi?pr=84102 FYI, QEMU shows the same panic. In PIO mode, it panics at ata_pio_read(). Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Thu Aug 18 00:28:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D07416A41F; Thu, 18 Aug 2005 00:28:27 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3F543D46; Thu, 18 Aug 2005 00:28:26 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I0SQtQ068545; Thu, 18 Aug 2005 00:28:26 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I0SQq4068532; Thu, 18 Aug 2005 00:28:26 GMT (envelope-from rodrigc) Message-Id: <200508180028.j7I0SQq4068532@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 18 Aug 2005 00:28:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 00:28:27 -0000 rodrigc 2005-08-18 00:28:25 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_wakeup.c Log: Rename variables: r_gdt -> saved_gdt r_idt -> saved_idt r_ldt -> saved_ldt in order to prevent clashes with variables with same names defined in . This fixes compilation of this file with GCC 4.0. Reviewed by: njl Revision Changes Path 1.40 +13 -12 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 00:30:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0734116A41F; Thu, 18 Aug 2005 00:30:23 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA95643D46; Thu, 18 Aug 2005 00:30:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I0UMVP068713; Thu, 18 Aug 2005 00:30:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I0UMf6068712; Thu, 18 Aug 2005 00:30:22 GMT (envelope-from pjd) Message-Id: <200508180030.j7I0UMf6068712@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 18 Aug 2005 00:30:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/conf files.i386 src/sys/crypto/via padlock.c src/sys/modules/padlock Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 00:30:23 -0000 pjd 2005-08-18 00:30:22 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/conf files.i386 Added files: sys/crypto/via padlock.c sys/modules/padlock Makefile Log: Add VIA/ACE "PadLock" support as a crypto(9) driver. HW donated by: Mike Tancsa Most of the code obtained from: OpenBSD MFC after: 3 days Revision Changes Path 1.539 +1 -0 src/sys/conf/files.i386 1.1 +504 -0 src/sys/crypto/via/padlock.c (new) 1.452 +6 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/padlock/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 18 00:42:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 039F416A41F; Thu, 18 Aug 2005 00:42:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C805143D45; Thu, 18 Aug 2005 00:42:45 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I0gjEp069250; Thu, 18 Aug 2005 00:42:45 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I0gjG7069249; Thu, 18 Aug 2005 00:42:45 GMT (envelope-from iedowse) Message-Id: <200508180042.j7I0gjG7069249@repoman.freebsd.org> From: Ian Dowse Date: Thu, 18 Aug 2005 00:42:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 00:42:46 -0000 iedowse 2005-08-18 00:42:45 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 sys/boot/i386/boot2 boot2.c lib.h sio.S Log: Add the ability to specify the boot2 serial console speed in /boot.config or on the "boot:" prompt line via a "-S" flag, e.g. "-h -S19200". This adds about 50 bytes to the size of boot2 and required a few other small changes to limit the size impact. This changes only affects boot2; there are further loader changes to follow. Revision Changes Path 1.54 +22 -4 src/sbin/reboot/boot_i386.8 1.74 +27 -14 src/sys/boot/i386/boot2/boot2.c 1.3 +1 -1 src/sys/boot/i386/boot2/lib.h 1.10 +4 -3 src/sys/boot/i386/boot2/sio.S From owner-cvs-all@FreeBSD.ORG Thu Aug 18 01:07:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A406B16A41F; Thu, 18 Aug 2005 01:07:19 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7245C43D46; Thu, 18 Aug 2005 01:07:19 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I17JqR077192; Thu, 18 Aug 2005 01:07:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I17Jer077189; Thu, 18 Aug 2005 01:07:19 GMT (envelope-from kris) Message-Id: <200508180107.j7I17Jer077189@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 18 Aug 2005 01:07:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ogre Makefile distinfo pkg-descr pkg-plist ports/devel/ogre/files patch-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 01:07:19 -0000 kris 2005-08-18 01:07:19 UTC FreeBSD ports repository Modified files: devel Makefile Removed files: devel/ogre Makefile distinfo pkg-descr pkg-plist devel/ogre/files patch-Makefile.am Log: This port was committed without a maintainer, and in the suceeding 3 weeks noone has volunteered to take it, so it is being removed. It also fails to build on pointyhat. Approved by: portmgr Revision Changes Path 1.1941 +0 -1 ports/devel/Makefile 1.3 +0 -56 ports/devel/ogre/Makefile (dead) 1.2 +0 -2 ports/devel/ogre/distinfo (dead) 1.2 +0 -11 ports/devel/ogre/files/patch-Makefile.am (dead) 1.2 +0 -8 ports/devel/ogre/pkg-descr (dead) 1.2 +0 -209 ports/devel/ogre/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 18 01:08:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBBEC16A41F; Thu, 18 Aug 2005 01:08:02 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DC243D48; Thu, 18 Aug 2005 01:08:02 +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 j7I182CF077246; Thu, 18 Aug 2005 01:08:02 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I182xM077245; Thu, 18 Aug 2005 01:08:02 GMT (envelope-from kris) Message-Id: <200508180108.j7I182xM077245@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 18 Aug 2005 01:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 01:08:02 -0000 kris 2005-08-18 01:08:02 UTC FreeBSD ports repository Modified files: . modules Log: Remove ogre Revision Changes Path 1.12975 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 18 01:09:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8719F16A41F; Thu, 18 Aug 2005 01:09:25 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4625A43D48; Thu, 18 Aug 2005 01:09:25 +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 j7I19PwF077294; Thu, 18 Aug 2005 01:09:25 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I19PxE077293; Thu, 18 Aug 2005 01:09:25 GMT (envelope-from kris) Message-Id: <200508180109.j7I19PxE077293@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 18 Aug 2005 01:09:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 01:09:25 -0000 kris 2005-08-18 01:09:25 UTC FreeBSD ports repository Modified files: . MOVED Log: Add ogre Approved by: portmgr Revision Changes Path 1.731 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Thu Aug 18 01:39:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBBF016A41F; Thu, 18 Aug 2005 01:39:43 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E8543D46; Thu, 18 Aug 2005 01:39:43 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I1dhGs078520; Thu, 18 Aug 2005 01:39:43 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I1dhYp078519; Thu, 18 Aug 2005 01:39:43 GMT (envelope-from iedowse) Message-Id: <200508180139.j7I1dhYp078519@repoman.freebsd.org> From: Ian Dowse Date: Thu, 18 Aug 2005 01:39:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 01:39:44 -0000 iedowse 2005-08-18 01:39:43 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 sys/boot/forth loader.conf loader.conf.5 sys/boot/i386/libi386 comconsole.c Log: Add a "comconsole_speed" loader variable that can be used to change the serial console speed (i386 and amd64 only). If the previous stage boot loader requested a serial console (RB_SERIAL or RB_MULTIPLE) then the default speed is determined from the current serial port speed. Otherwise it is set to 9600 or the value of BOOT_COMCONSOLE_SPEED at compile time. This makes it possible to set the serial port speed once in /boot.config and the setting will propagate to boot2, loader and the kernel serial console. Revision Changes Path 1.83 +14 -1 src/sys/boot/common/loader.8 1.99 +1 -0 src/sys/boot/forth/loader.conf 1.24 +13 -1 src/sys/boot/forth/loader.conf.5 1.11 +108 -9 src/sys/boot/i386/libi386/comconsole.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 02:48:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301C516A41F; Thu, 18 Aug 2005 02:48:20 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0262F43D45; Thu, 18 Aug 2005 02:48:20 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I2mJHj080945; Thu, 18 Aug 2005 02:48:19 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I2mJ3X080944; Thu, 18 Aug 2005 02:48:19 GMT (envelope-from adamw) Message-Id: <200508180248.j7I2mJ3X080944@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 18 Aug 2005 02:48:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gourmet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 02:48:20 -0000 adamw 2005-08-18 02:48:19 UTC FreeBSD ports repository Modified files: deskutils/gourmet Makefile Log: Mark this port as IGNOREd for the 6.0-RELEASE set. Gourmet requires a python-enabled metakit, but that requirement cannot be assured with the current framework. The solution, as discussed with krion, is to make metakit's python support on by default. This fix, however, won't go in until after the slush, so gourmet will not have a 6.0 package in the meantime. Also, I'm backing out krion's change, because it wasn't the right fix. The original RUN_DEPENDS library check will be the correct one once the metakit change goes in. Approved by: portmgr (krion) Revision Changes Path 1.7 +6 -1 ports/deskutils/gourmet/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 18 04:08:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599CF16A41F; Thu, 18 Aug 2005 04:08:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F9D43D45; Thu, 18 Aug 2005 04:08:42 +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 j7I48fui085555; Thu, 18 Aug 2005 04:08:41 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I48fGH085554; Thu, 18 Aug 2005 04:08:41 GMT (envelope-from linimon) Message-Id: <200508180408.j7I48fGH085554@repoman.freebsd.org> From: Mark Linimon Date: Thu, 18 Aug 2005 04:08:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 04:08:42 -0000 linimon 2005-08-18 04:08:41 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Announce the new article "Choosing the FreeBSD Version That Is Right For You". Requested by: murray Revision Changes Path 1.325 +23 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 04:46:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454A516A41F; Thu, 18 Aug 2005 04:46:27 +0000 (GMT) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0222843D46; Thu, 18 Aug 2005 04:46:27 +0000 (GMT) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I4kQiZ087031; Thu, 18 Aug 2005 04:46:26 GMT (envelope-from ken@repoman.freebsd.org) Received: (from ken@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I4kQtk087030; Thu, 18 Aug 2005 04:46:26 GMT (envelope-from ken) Message-Id: <200508180446.j7I4kQtk087030@repoman.freebsd.org> From: "Kenneth D. Merry" Date: Thu, 18 Aug 2005 04:46:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libdevstat devstat.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 04:46:27 -0000 ken 2005-08-18 04:46:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libdevstat devstat.3 Log: MFC, rev 1.28: Remove a reference to compute_stats(), since it is no longer documented at least. Submitted by: osa Approved by: re (hrs) Revision Changes Path 1.26.2.2 +1 -4 src/lib/libdevstat/devstat.3 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 06:23:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4567D16A41F; Thu, 18 Aug 2005 06:23:35 +0000 (GMT) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F7943D45; Thu, 18 Aug 2005 06:23:34 +0000 (GMT) (envelope-from sos@FreeBSD.ORG) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j7I6M8vd002670; Thu, 18 Aug 2005 08:22:08 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) In-Reply-To: <200508172005.20506.jkim@FreeBSD.org> References: <200508171450.j7HEoI7i023049@repoman.freebsd.org> <200508172005.20506.jkim@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=UTF-8; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Thu, 18 Aug 2005 08:23:29 +0200 To: Jung-uk Kim X-Mailer: Apple Mail (2.734) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 06:23:35 -0000 On 18/08/2005, at 2:05, Jung-uk Kim wrote: > On Wednesday 17 August 2005 10:50 am, S=EF=BF=BDren Schmidt wrote: > >> sos 2005-08-17 14:50:18 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata atapi-cd.c >> Log: >> Use the bio field instead of the driver field as intended. >> >> Revision Changes Path >> 1.180 +2 -2 src/sys/dev/ata/atapi-cd.c >> > > Does it fix kern/84102? No idea, this commit was more cosmetical than functional. - S=C3=B8ren From owner-cvs-all@FreeBSD.ORG Thu Aug 18 06:30:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E705316A41F; Thu, 18 Aug 2005 06:30:08 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A400343D46; Thu, 18 Aug 2005 06:30:08 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I6U8WZ097464; Thu, 18 Aug 2005 06:30:08 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I6U8lm097463; Thu, 18 Aug 2005 06:30:08 GMT (envelope-from jmallett) Message-Id: <200508180630.j7I6U8lm097463@repoman.freebsd.org> From: Juli Mallett Date: Thu, 18 Aug 2005 06:30:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 06:30:09 -0000 jmallett 2005-08-18 06:30:08 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Don't have time to work on anything new anymore, and these entries are at least a year out of date. Revision Changes Path 1.348 +1 -15 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 07:53:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB61116A41F; Thu, 18 Aug 2005 07:53:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D8043D45; Thu, 18 Aug 2005 07:53:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I7rOpl000751; Thu, 18 Aug 2005 07:53:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I7rOwO000750; Thu, 18 Aug 2005 07:53:24 GMT (envelope-from pav) Message-Id: <200508180753.j7I7rOwO000750@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 Aug 2005 07:53:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/euro article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 07:53:25 -0000 pav 2005-08-18 07:53:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/euro article.sgml Log: - Add id attribute to sect1 tags to tell jade to create nicer filenames in html-split format - Update X11 remark to reflect Xorg Approved by: keramida (mentor) Revision Changes Path 1.11 +7 -6 doc/en_US.ISO8859-1/articles/euro/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 08:18:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BAE416A41F; Thu, 18 Aug 2005 08:18:03 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E898843D58; Thu, 18 Aug 2005 08:18:02 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I8I2lD001812; Thu, 18 Aug 2005 08:18:02 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I8I21R001811; Thu, 18 Aug 2005 08:18:02 GMT (envelope-from stefanf) Message-Id: <200508180818.j7I8I21R001811@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 18 Aug 2005 08:18:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/at parsetime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 08:18:03 -0000 stefanf 2005-08-18 08:18:02 UTC FreeBSD src repository Modified files: usr.bin/at parsetime.c Log: While revision 1.26 fixed the code to really subtract 3600 due to daylight-saving, this was actually wrong because mktime() already does that for us. Revision Changes Path 1.27 +1 -3 src/usr.bin/at/parsetime.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 08:46:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A983D16A420; Thu, 18 Aug 2005 08:46:07 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FF843D55; Thu, 18 Aug 2005 08:46:05 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j7I8k4Lx060481; Thu, 18 Aug 2005 10:46:04 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j7I8k3DP000861; Thu, 18 Aug 2005 10:46:03 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j7I8k3C7000860; Thu, 18 Aug 2005 10:46:03 +0200 (CEST) (envelope-from marc) Date: Thu, 18 Aug 2005 10:46:03 +0200 From: Marc Fonvieille To: Ceri Davies , Murray Stokely , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050818084603.GB660@gothic.blackend.org> References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> <20050817195746.GI55885@submonkey.net> <20050817205400.GE598@gothic.blackend.org> <20050817220523.GJ55885@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <20050817220523.GJ55885@submonkey.net> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 08:46:07 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 11:05:23PM +0100, Ceri Davies wrote: > On Wed, Aug 17, 2005 at 10:54:00PM +0200, Marc Fonvieille wrote: > > On Wed, Aug 17, 2005 at 08:57:46PM +0100, Ceri Davies wrote: > > >=20 > > > I was waiting for it to show up in the build first, which has happened > > > now. I'm going to add it to events.html; do you guys mean that this > > > should be in news.xml? > >=20 > > Yes, I thought about this; since the news are also provided via RSS, > > this news will reach a lot of persons. >=20 > Ok, great. Please review the attached patch. >=20 The content seems fine (did not check tabs etc.). > > Maybe the Project News is not the right place for these sort of > > announces, but I still think we should communicate about important doc > > additions/changes. >=20 > The security team have a separate RSS feed. We could have one for doc@, > but personally I think that the Project News is OK. >=20 Yes, since it would be 4-5 announces per year, it should not "hurt" people. Marc --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFDBErKzQ9RwE+OdOgRAmCaAJsFhJ97dfAh6n9yBrHFp3klG9JtBQCeINeF P3quSZph/ogI+APpaDRGxrI= =WRIM -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- From owner-cvs-all@FreeBSD.ORG Thu Aug 18 08:59:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D0516A422; Thu, 18 Aug 2005 08:59:47 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4000C43D55; Thu, 18 Aug 2005 08:59:44 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j7I8xhcL060626; Thu, 18 Aug 2005 10:59:43 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j7I8xh1d000888; Thu, 18 Aug 2005 10:59:43 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j7I8xhpY000887; Thu, 18 Aug 2005 10:59:43 +0200 (CEST) (envelope-from marc) Date: Thu, 18 Aug 2005 10:59:43 +0200 From: Marc Fonvieille To: Murray Stokely Message-ID: <20050818085943.GC660@gothic.blackend.org> References: <200508171450.j7HEojhG023160@repoman.freebsd.org> <20050817175609.GA598@gothic.blackend.org> <20050817175848.GC94646@freebsdmall.com> <20050817195746.GI55885@submonkey.net> <20050817205400.GE598@gothic.blackend.org> <20050817223737.GA99144@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050817223737.GA99144@freebsdmall.com> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: Ceri Davies , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: www/share/sgml events2ics.xsl www/en/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 08:59:47 -0000 On Wed, Aug 17, 2005 at 03:37:37PM -0700, Murray Stokely wrote: > On Wed, Aug 17, 2005 at 10:54:00PM +0200, Marc Fonvieille wrote: > > Yes, I thought about this; since the news are also provided via RSS, > > this news will reach a lot of persons. > > > > Talking about this, I was thinking about one thing, what about > > announcing in Project News each time we add a new doc (article, Handbook > > chapter)? I read Murray wanted to announce new Mark's article, which is > > I have been doing this off and on for years. I think we all > should. =) See my recent commit announcing Dru's new marketing > whitepaper. > Someone talked with me about this paper cause he heard about it via the news. I'm quite sure that without the announce, many persons would never hear about this document. > The newsflash is put to much better use with this kind of information > than when it is allowed to overflow with new committer announcements > (those are important to, but it is sad to see them as the only news > items). > Yes, I often share the same fealing about new committer announcements :) > > a good thing. However, we may want to do this for new Handbook chapters > > too, for example how people can "discover" that a new GEOM chapter have > > been added? > > The GEOM chapter is not very complete at this point. I thought about > adding it to the news.xml a few days ago but decided it would be > better to have more rounds of review and improvement. It doesn't make > a good first impression of the Handbook compared to some of our other > chapters. > > With a little more work maybe we could announce the GEOM chapter in a > few weeks. > I agree. > > Maybe the Project News is not the right place for these sort of > > announces, but I still think we should communicate about important doc > > additions/changes. > > Maybe we should treat the docs like the GNOME or Java news flashes. > They maintain their own news files for those interested enough to > peruse the second level pages, and occasionally, a major announcement > is added to the top level news.xml file. > Seems a good way to follow. Marc From owner-cvs-all@FreeBSD.ORG Thu Aug 18 09:01:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8D016A41F; Thu, 18 Aug 2005 09:01:50 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C50143D46; Thu, 18 Aug 2005 09:01:50 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I91n8H011373; Thu, 18 Aug 2005 09:01:49 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I91n4h011372; Thu, 18 Aug 2005 09:01:49 GMT (envelope-from suz) Message-Id: <200508180901.j7I91n4h011372@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 18 Aug 2005 09:01:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6.h in6_proto.c ip6_forward.c ip6_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 09:01:50 -0000 suz 2005-08-18 09:01:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6.h in6_proto.c ip6_forward.c ip6_var.h Log: MFC: IPv6 stealth forwarding Revision Changes Path 1.39 +3 -1 src/sys/netinet6/in6.h 1.35 +8 -0 src/sys/netinet6/in6_proto.c 1.30 +8 -0 src/sys/netinet6/ip6_forward.c 1.34 +3 -0 src/sys/netinet6/ip6_var.h PR: kern/54625 Approved by: re(kensmith) Revision Changes Path 1.36.2.1 +3 -1 src/sys/netinet6/in6.h 1.32.2.1 +8 -0 src/sys/netinet6/in6_proto.c 1.28.2.1 +8 -0 src/sys/netinet6/ip6_forward.c 1.30.2.1 +3 -0 src/sys/netinet6/ip6_var.h From owner-cvs-all@FreeBSD.ORG Thu Aug 18 09:39:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5EF016A41F; Thu, 18 Aug 2005 09:39:36 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD0C43D49; Thu, 18 Aug 2005 09:39:36 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7I9daQt012773; Thu, 18 Aug 2005 09:39:36 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I9dakN012772; Thu, 18 Aug 2005 09:39:36 GMT (envelope-from suz) Message-Id: <200508180939.j7I9dakN012772@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 18 Aug 2005 09:39:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet6 in6.h in6_proto.c ip6_forward.c ip6_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 09:39:36 -0000 suz 2005-08-18 09:39:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 in6.h in6_proto.c ip6_forward.c ip6_var.h Log: MFC: IPv6 stealth forwarding Revision Changes Path 1.39 +3 -1 src/sys/netinet6/in6.h 1.35 +8 -0 src/sys/netinet6/in6_proto.c 1.30 +8 -0 src/sys/netinet6/ip6_forward.c 1.34 +3 -0 src/sys/netinet6/ip6_var.h PR: kern/54625 Approved by: re(kensmith) Revision Changes Path 1.35.2.2 +3 -1 src/sys/netinet6/in6.h 1.29.2.4 +8 -0 src/sys/netinet6/in6_proto.c 1.25.2.4 +8 -0 src/sys/netinet6/ip6_forward.c 1.27.2.3 +3 -0 src/sys/netinet6/ip6_var.h From owner-cvs-all@FreeBSD.ORG Thu Aug 18 09:56:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B196216A41F; Thu, 18 Aug 2005 09:56:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0366B43D46; Thu, 18 Aug 2005 09:56:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j7I9txcW047386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 13:55:59 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j7I9twLV047385; Thu, 18 Aug 2005 13:55:59 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 18 Aug 2005 13:55:58 +0400 From: Gleb Smirnoff To: Ian Dowse Message-ID: <20050818095558.GR96031@cell.sick.ru> References: <200508180139.j7I1dhYp078519@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200508180139.j7I1dhYp078519@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 09:56:02 -0000 On Thu, Aug 18, 2005 at 01:39:43AM +0000, Ian Dowse wrote: I> This makes it possible to set the serial port speed once in I> /boot.config and the setting will propagate to boot2, loader and I> the kernel serial console. Important thing. Thanks! -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Aug 18 10:10:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E4A16A41F; Thu, 18 Aug 2005 10:10:44 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45CC43D48; Thu, 18 Aug 2005 10:10:43 +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 j7IAAh1P013974; Thu, 18 Aug 2005 10:10:43 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IAAhSU013973; Thu, 18 Aug 2005 10:10:43 GMT (envelope-from ceri) Message-Id: <200508181010.j7IAAhSU013973@repoman.freebsd.org> From: Ceri Davies Date: Thu, 18 Aug 2005 10:10:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 10:10:44 -0000 ceri 2005-08-18 10:10:43 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Announce the iCalendar formats events calendar. Suggested by: blackend Revision Changes Path 1.326 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 10:12:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D0B16A41F; Thu, 18 Aug 2005 10:12:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2079A43D53; Thu, 18 Aug 2005 10:12:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IAChe1014097; Thu, 18 Aug 2005 10:12:43 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IACgT1014096; Thu, 18 Aug 2005 10:12:42 GMT (envelope-from glebius) Message-Id: <200508181012.j7IACgT1014096@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Aug 2005 10:12:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c src/sys/netinet6 nd6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 10:12:43 -0000 glebius 2005-08-18 10:12:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c sys/netinet6 nd6.c Log: o Make rt_check() return a locked rtentry. o Make rt_check() function more strict: - rt0 passed to rt_check() must not be NULL, assert this. - rt returned by rt_check() must be valid locked rtentry, if no error occured. o Modify callers, so that they never pass NULL rt0 to rt_check(). o Modify callers, so that they unlock rtentry. Revisions merged: net/if_atmsubr.c - 1.39, 1.41 net/if_fwsubr.c - 1.13, 1.15 net/if_iso88025subr.c - 1.69, 1.71 net/route.c - 1.110, 1.111 netinet6/nd6.c - 1.51-1.53 netinet/if_ether.c intentionally not touched by this merge. Approved by: re (kensmith) Revision Changes Path 1.37.2.1 +7 -4 src/sys/net/if_atmsubr.c 1.12.2.1 +7 -4 src/sys/net/if_fwsubr.c 1.67.2.1 +7 -4 src/sys/net/if_iso88025subr.c 1.109.2.1 +40 -39 src/sys/net/route.c 1.48.2.1 +11 -7 src/sys/netinet6/nd6.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 10:14:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C1CB16A41F; Thu, 18 Aug 2005 10:14:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C611643D66; Thu, 18 Aug 2005 10:14:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IAEMpx014180; Thu, 18 Aug 2005 10:14:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IAEMcE014179; Thu, 18 Aug 2005 10:14:22 GMT (envelope-from glebius) Message-Id: <200508181014.j7IAEMcE014179@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Aug 2005 10:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 10:14:23 -0000 glebius 2005-08-18 10:14:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_ether.c Log: MFC 1.139, that closes several races in ARP code. See original commit log for more information. Approved by: re (kensmith) Revision Changes Path 1.137.2.1 +183 -156 src/sys/netinet/if_ether.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 10:15:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BB916A41F; Thu, 18 Aug 2005 10:15:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B75543D5C; Thu, 18 Aug 2005 10:15:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IAFQrq014310; Thu, 18 Aug 2005 10:15:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IAFQ9l014309; Thu, 18 Aug 2005 10:15:26 GMT (envelope-from glebius) Message-Id: <200508181015.j7IAFQ9l014309@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Aug 2005 10:15:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 10:15:27 -0000 glebius 2005-08-18 10:15:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net rtsock.c Log: MFC 1.126: To prevent a race between RTM_DELETE message and arptimer() deleting stale entry, we need to lock rtentry before unlocking radix head. Approved by: re (kensmith) Revision Changes Path 1.123.2.1 +4 -2 src/sys/net/rtsock.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 10:18:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1552516A41F; Thu, 18 Aug 2005 10:18:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78C943D46; Thu, 18 Aug 2005 10:18:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IAI3a6014452; Thu, 18 Aug 2005 10:18:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IAI3Wn014451; Thu, 18 Aug 2005 10:18:03 GMT (envelope-from glebius) Message-Id: <200508181018.j7IAI3Wn014451@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Aug 2005 10:18:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 10:18:04 -0000 glebius 2005-08-18 10:18:03 UTC FreeBSD doc repository (src committer) Modified files: en/releases/6.0R todo.sgml Log: Mark ARP problems as solved. Revision Changes Path 1.27 +2 -2 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 10:34:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F21B16A41F; Thu, 18 Aug 2005 10:34:31 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E077D43D53; Thu, 18 Aug 2005 10:34:30 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IAYUWM015060; Thu, 18 Aug 2005 10:34:30 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IAYUSS015059; Thu, 18 Aug 2005 10:34:30 GMT (envelope-from glebius) Message-Id: <200508181034.j7IAYUSS015059@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Aug 2005 10:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 10:34:31 -0000 glebius 2005-08-18 10:34:30 UTC FreeBSD src repository Modified files: sys/netinet in.c Log: In order to support CARP interfaces kernel was taught to handle more than one interface in one subnet. However, some userland apps rely on the believe that this configuration is impossible. Add a sysctl switch net.inet.ip.same_prefix_carp_only. If the switch is on, then kernel will refuse to add an additional interface to already connected subnet unless the interface is CARP. Default value is off. PR: bin/82306 In collaboration with: mlaier Revision Changes Path 1.87 +12 -2 src/sys/netinet/in.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F24016A420; Thu, 18 Aug 2005 11:03:54 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E641043D5D; Thu, 18 Aug 2005 11:03:53 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IB3rPL016921; Thu, 18 Aug 2005 11:03:53 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IB3r2k016920; Thu, 18 Aug 2005 11:03:53 GMT (envelope-from grehan) Message-Id: <200508181103.j7IB3r2k016920@repoman.freebsd.org> From: Peter Grehan Date: Thu, 18 Aug 2005 11:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:03:54 -0000 grehan 2005-08-18 11:03:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/powerpc/ofw ofw_syscons.c Log: MFC: r1.8 > Remove unnecessary and alarming printf. Approved by: re (Ken Smith) Revision Changes Path 1.7.2.1 +1 -1 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:04:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8650716A41F; Thu, 18 Aug 2005 11:04:49 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4696243D45; Thu, 18 Aug 2005 11:04:49 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IB4niG017016; Thu, 18 Aug 2005 11:04:49 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IB4non017015; Thu, 18 Aug 2005 11:04:49 GMT (envelope-from des) Message-Id: <200508181104.j7IB4non017015@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Aug 2005 11:04:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pciconf pciconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:04:49 -0000 des 2005-08-18 11:04:49 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.c Log: Whitespace cleanup. Revision Changes Path 1.25 +13 -13 src/usr.sbin/pciconf/pciconf.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:11:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18FCA16A41F; Thu, 18 Aug 2005 11:11:28 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD51043D45; Thu, 18 Aug 2005 11:11:27 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IBBRqs017720; Thu, 18 Aug 2005 11:11:27 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBBR5d017719; Thu, 18 Aug 2005 11:11:27 GMT (envelope-from suz) Message-Id: <200508181111.j7IBBR5d017719@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 18 Aug 2005 11:11:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 raw_ip6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:11:28 -0000 suz 2005-08-18 11:11:27 UTC FreeBSD src repository Modified files: sys/netinet6 raw_ip6.c Log: added a missing unlock (just do the same thing as in netinet/raw_ip.c) Obtained from: KAME MFC after: 3 days Revision Changes Path 1.55 +1 -0 src/sys/netinet6/raw_ip6.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:11:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EE316A421; Thu, 18 Aug 2005 11:11:40 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D2043D45; Thu, 18 Aug 2005 11:11:40 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IBBesX017765; Thu, 18 Aug 2005 11:11:40 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBBe85017764; Thu, 18 Aug 2005 11:11:40 GMT (envelope-from des) Message-Id: <200508181111.j7IBBe85017764@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Aug 2005 11:11:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pciconf pciconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:11:40 -0000 des 2005-08-18 11:11:40 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.c Log: Use larger buffers to read lines from the vendor list. Trim trailing whitespace and comments before parsing, and skip empty lines. Skip subvendor / subdevice entries (which start with two tab characters). Change the scanf() format string to match any amount and type of whitespace between the device ID and the description text. MFC after: 3 weeks Revision Changes Path 1.26 +16 -3 src/usr.sbin/pciconf/pciconf.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:32:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF39C16A41F; Thu, 18 Aug 2005 11:32:06 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A615A43D48; Thu, 18 Aug 2005 11:32:06 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IBW61e019046; Thu, 18 Aug 2005 11:32:06 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBW6LE019045; Thu, 18 Aug 2005 11:32:06 GMT (envelope-from grehan) Message-Id: <200508181132.j7IBW6LE019045@repoman.freebsd.org> From: Peter Grehan Date: Thu, 18 Aug 2005 11:32:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:32:07 -0000 grehan 2005-08-18 11:32:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/isofs/cd9660 cd9660_vfsops.c Log: MFC: r1.141 >restore the ability to mount cd9660 filesystems as root by inverting >some of the options test, specifically the joliet and rockridge tests. > ... Approved by: re (Ken Smith) Revision Changes Path 1.140.2.1 +6 -7 src/sys/isofs/cd9660/cd9660_vfsops.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:39:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 201F316A41F; Thu, 18 Aug 2005 11:39:58 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC1D43D49; Thu, 18 Aug 2005 11:39:57 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IBdvO3019372; Thu, 18 Aug 2005 11:39:57 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBdvVJ019371; Thu, 18 Aug 2005 11:39:57 GMT (envelope-from marck) Message-Id: <200508181139.j7IBdvVJ019371@repoman.freebsd.org> From: Dmitry Morozovsky Date: Thu, 18 Aug 2005 11:39:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:39:58 -0000 marck 2005-08-18 11:39:57 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/committers-guide article.sgml Log: MFen: 1.225 -> 1.226 article.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.10 +2 -5 doc/ru_RU.KOI8-R/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:41:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCC816A41F; Thu, 18 Aug 2005 11:41:19 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABC643D5C; Thu, 18 Aug 2005 11:41:19 +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 j7IBfIW7019558; Thu, 18 Aug 2005 11:41:18 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBfIno019557; Thu, 18 Aug 2005 11:41:18 GMT (envelope-from ceri) Message-Id: <200508181141.j7IBfIno019557@repoman.freebsd.org> From: Ceri Davies Date: Thu, 18 Aug 2005 11:41:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/dump dump.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:41:19 -0000 ceri 2005-08-18 11:41:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/dump dump.8 Log: MFC r1.71. Correct the description of the TAPE environment variable. Based on: PR: docs/84200 Submitted by: Gary W. Swearingen Approved by: re (hrs) Revision Changes Path 1.66.2.2 +5 -1 src/sbin/dump/dump.8 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:41:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9F516A420; Thu, 18 Aug 2005 11:41:58 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF44B43D5E; Thu, 18 Aug 2005 11:41:56 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IBfu4d019596; Thu, 18 Aug 2005 11:41:56 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBfuot019595; Thu, 18 Aug 2005 11:41:56 GMT (envelope-from marck) Message-Id: <200508181141.j7IBfuot019595@repoman.freebsd.org> From: Dmitry Morozovsky Date: Thu, 18 Aug 2005 11:41:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/ru/internal Makefile trb-dispute.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:41:58 -0000 marck 2005-08-18 11:41:56 UTC FreeBSD doc repository Modified files: ru/internal Makefile Removed files: ru/internal trb-dispute.sgml Log: MFen: TRB has been dissolved. Revision Changes Path 1.14 +2 -3 www/ru/internal/Makefile 1.5 +0 -61 www/ru/internal/trb-dispute.sgml (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 18 11:58:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED4D16A447; Thu, 18 Aug 2005 11:58:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 997D243D48; Thu, 18 Aug 2005 11:58:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IBw3uc020128; Thu, 18 Aug 2005 11:58:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IBw3GM020127; Thu, 18 Aug 2005 11:58:03 GMT (envelope-from pjd) Message-Id: <200508181158.j7IBw3GM020127@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 18 Aug 2005 11:58:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 11:58:04 -0000 pjd 2005-08-18 11:58:03 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.c Log: Fix bogus check. It was possible to panic the kernel by giving 0 length. This is actually a local DoS, as every user can use /dev/crypto if there is crypto hardware in the system and cryptodev.ko is loaded (or compiled into the kernel). Reported by: Mike Tancsa MFC after: 1 day Revision Changes Path 1.26 +4 -2 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 12:20:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B8516A41F; Thu, 18 Aug 2005 12:20:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F41E43D49; Thu, 18 Aug 2005 12:20:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7ICKTPD021109; Thu, 18 Aug 2005 12:20:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ICKT4o021108; Thu, 18 Aug 2005 12:20:29 GMT (envelope-from pjd) Message-Id: <200508181220.j7ICKT4o021108@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 18 Aug 2005 12:20:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 12:20:29 -0000 pjd 2005-08-18 12:20:29 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.c Log: For the record: Previous commit fixes... Security: Local DoS on systems with crypto HW and with /dev/crypto available Revision Changes Path 1.27 +0 -0 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 13:02:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA63A16A41F; Thu, 18 Aug 2005 13:02:10 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9AEA43D45; Thu, 18 Aug 2005 13:02:10 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7ID2AJM030516; Thu, 18 Aug 2005 13:02:10 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ID2Aii030515; Thu, 18 Aug 2005 13:02:10 GMT (envelope-from jeh) Message-Id: <200508181302.j7ID2Aii030515@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 18 Aug 2005 13:02:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 13:02:11 -0000 jeh 2005-08-18 13:02:10 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile Log: Update the MASTER_SITES. This is the only part of PR/84815 what was approved for commit during the port freeze. Submitted by: Marcus Grando Approved by: portmgr (mcl) Revision Changes Path 1.398 +2 -1 ports/security/uvscan-dat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 18 13:04:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E102116A41F; Thu, 18 Aug 2005 13:04:13 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EDDE43D49; Thu, 18 Aug 2005 13:04:13 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7ID4DgI030625; Thu, 18 Aug 2005 13:04:13 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7ID4DpS030624; Thu, 18 Aug 2005 13:04:13 GMT (envelope-from keramida) Message-Id: <200508181304.j7ID4DpS030624@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 18 Aug 2005 13:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 13:04:14 -0000 keramida 2005-08-18 13:04:13 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 umodem.4 Log: Add ELSA MicroLink 56k USB to the list of supported umodem devices. PR: docs/85079 Submitted by: Rene Ladan MFC after: 3 days Revision Changes Path 1.6 +3 -0 src/share/man/man4/umodem.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 13:25:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E089616A41F; Thu, 18 Aug 2005 13:25:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C76C43D46; Thu, 18 Aug 2005 13:25:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IDPqxN034699; Thu, 18 Aug 2005 13:25:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IDPqBq034698; Thu, 18 Aug 2005 13:25:52 GMT (envelope-from pav) Message-Id: <200508181325.j7IDPqBq034698@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 Aug 2005 13:25:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c patch-lib+libxview+wmgr+wmgr_menu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 13:25:53 -0000 pav 2005-08-18 13:25:52 UTC FreeBSD ports repository Modified files: x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c Added files: x11-toolkits/xview/files patch-lib+libxview+wmgr+wmgr_menu.c Log: - Fix build on sparc64 Reported by: krismail Approved by: portmgr (kris) Revision Changes Path 1.2 +20 -5 ports/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c 1.1 +16 -0 ports/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 18 13:27:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EE016A41F; Thu, 18 Aug 2005 13:27:44 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 351DC43D48; Thu, 18 Aug 2005 13:27:44 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IDRirc034849; Thu, 18 Aug 2005 13:27:44 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IDRiwq034848; Thu, 18 Aug 2005 13:27:44 GMT (envelope-from nork) Message-Id: <200508181327.j7IDRiwq034848@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 18 Aug 2005 13:27:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse-viplugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 13:27:44 -0000 nork 2005-08-18 13:27:44 UTC FreeBSD ports repository Modified files: java/eclipse-viplugin Makefile Log: Refetchable. Pointed out by: pointyhat via krion Approved by: portmgr (krion) Revision Changes Path 1.2 +2 -0 ports/java/eclipse-viplugin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:28:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBDEC16A41F; Thu, 18 Aug 2005 14:28:21 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785E343D48; Thu, 18 Aug 2005 14:28:21 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IESLVj038459; Thu, 18 Aug 2005 14:28:21 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IESLRa038458; Thu, 18 Aug 2005 14:28:21 GMT (envelope-from yar) Message-Id: <200508181428.j7IESLRa038458@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 18 Aug 2005 14:28:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/procfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:28:21 -0000 yar 2005-08-18 14:28:20 UTC FreeBSD src repository Modified files: sys/modules/procfs Makefile Log: Don't break local style. Revision Changes Path 1.30 +2 -1 src/sys/modules/procfs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:29:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9EEA16A41F; Thu, 18 Aug 2005 14:29:01 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A3B43D55; Thu, 18 Aug 2005 14:29:01 +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 j7IET1Ut038534; Thu, 18 Aug 2005 14:29:01 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IET16d038533; Thu, 18 Aug 2005 14:29:01 GMT (envelope-from sobomax) Message-Id: <200508181429.j7IET16d038533@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Aug 2005 14:29:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:29:01 -0000 sobomax 2005-08-18 14:29:01 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: In re_shutdown() mark interface as down since otherwise we will panic if interrupt comes in later on, which can happen in some uncommon cases. Another possible fix is to call re_detach() instead of re_stop(), like ve(4) does, but I am not sure if the latter is really RTTD, so that stick with this one-liner for now. PR: kern/80005 Approved by: silence on -arch, no reply from selected network gurus Revision Changes Path 1.50 +7 -0 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:34:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B7316A41F; Thu, 18 Aug 2005 14:34:58 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C9743D46; Thu, 18 Aug 2005 14:34:57 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j7IEYtPu065313; Thu, 18 Aug 2005 16:34:55 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j7IEYtAi002568; Thu, 18 Aug 2005 16:34:55 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j7IEYt3d002567; Thu, 18 Aug 2005 16:34:55 +0200 (CEST) (envelope-from marc) Date: Thu, 18 Aug 2005 16:34:55 +0200 From: Marc Fonvieille To: Giorgos Keramidas Message-ID: <20050818143455.GD660@gothic.blackend.org> References: <200508181304.j7ID4DpS030624@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508181304.j7ID4DpS030624@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:34:58 -0000 On Thu, Aug 18, 2005 at 01:04:13PM +0000, Giorgos Keramidas wrote: > keramida 2005-08-18 13:04:13 UTC > > FreeBSD src repository (doc committer) > > Modified files: > share/man/man4 umodem.4 > Log: > Add ELSA MicroLink 56k USB to the list of supported umodem devices. > > PR: docs/85079 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=85079 > Submitted by: Rene Ladan > MFC after: 3 days > > Revision Changes Path > 1.6 +3 -0 src/share/man/man4/umodem.4 > =================================================================== RCS file: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/umodem.4,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/share/man/man4/umodem.4 2004/09/03 23:53:02 1.5 +++ src/share/man/man4/umodem.4 2005/08/18 13:04:13 1.6 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/umodem.4,v 1.5 2004/09/03 23:53:02 brueffer Exp $ +.\" $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/share/man/man4/umodem.4,v 1.6 2005/08/18 13:04:13 keramida Exp $ .\" .Dd August 19, 2004 .Dt UMODEM 4 @@ -74,6 +74,9 @@ driver include: Metricom Ricochet GS USB wireless modem .It Yamaha Broadband Wireless Router RTW65b +.It +Lucent Technologies, Inc. ELSA Modem Board, rev 1.00/1.00, addr 2, +iclass 2/2 Hello, "ELSA MicroLink 56k USB" is not a better wording? Marc From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:36:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E59D16A41F; Thu, 18 Aug 2005 14:36:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CA343D48; Thu, 18 Aug 2005 14:36:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IEal1r038912; Thu, 18 Aug 2005 14:36:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IEalde038911; Thu, 18 Aug 2005 14:36:47 GMT (envelope-from jhb) Message-Id: <200508181436.j7IEalde038911@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Aug 2005 14:36:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:36:48 -0000 jhb 2005-08-18 14:36:47 UTC FreeBSD src repository Modified files: sys/amd64/include atomic.h Log: Add aliases for atomic operations on 64-bit integers just like other 64-bit platforms. MFC after: 1 week Revision Changes Path 1.37 +20 -0 src/sys/amd64/include/atomic.h From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:47:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A93116A41F; Thu, 18 Aug 2005 14:47:33 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560EE43D45; Thu, 18 Aug 2005 14:47:33 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IElXmX039443; Thu, 18 Aug 2005 14:47:33 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IElXaO039442; Thu, 18 Aug 2005 14:47:33 GMT (envelope-from cperciva) Message-Id: <200508181447.j7IElXaO039442@repoman.freebsd.org> From: Colin Percival Date: Thu, 18 Aug 2005 14:47:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:47:33 -0000 cperciva 2005-08-18 14:47:33 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Per nectar's recent email to freebsd-security@FreeBSD.org, I am the new security officer. Many thanks to Jacques for his service to the community over the past 43 months. Revision Changes Path 1.27 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:50:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2410D16A420; Thu, 18 Aug 2005 14:50:09 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED81243D48; Thu, 18 Aug 2005 14:50:08 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IEo8mb039533; Thu, 18 Aug 2005 14:50:08 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IEo8K2039532; Thu, 18 Aug 2005 14:50:08 GMT (envelope-from yar) Message-Id: <200508181450.j7IEo8K2039532@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 18 Aug 2005 14:50:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/procfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:50:09 -0000 yar 2005-08-18 14:50:08 UTC FreeBSD src repository Modified files: sys/modules/procfs Makefile Log: Define the target for opt_compat.h only if KERNBUILDDIR is not defined, so that the module will get the compatibility options from the current kernel configuration if built with the latter, not with the world. [Some other modules seem in need of fixing WRT this, too.] Add more compatibility options found in GENERIC to the default opt_compat.h. While not all of them are used in the procfs code, we can't tell for sure if the system .h files don't need them either, so let's stay on the safe side. Submitted by: kensmith Reviewed by: ru Revision Changes Path 1.31 +5 -0 src/sys/modules/procfs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:51:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B47F16A41F; Thu, 18 Aug 2005 14:51:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C4243D45; Thu, 18 Aug 2005 14:51:41 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7IEpe38031803; Thu, 18 Aug 2005 17:51:40 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j7IEpdKh014141; Thu, 18 Aug 2005 17:51:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j7IEpdo6014080; Thu, 18 Aug 2005 17:51:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 18 Aug 2005 17:51:37 +0300 From: Giorgos Keramidas To: Marc Fonvieille Message-ID: <20050818145137.GA12148@flame.pc> References: <200508181304.j7ID4DpS030624@repoman.freebsd.org> <20050818143455.GD660@gothic.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050818143455.GD660@gothic.blackend.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:51:43 -0000 On 2005-08-18 16:34, Marc Fonvieille wrote: > On Thu, Aug 18, 2005 at 01:04:13PM +0000, Giorgos Keramidas wrote: > > keramida 2005-08-18 13:04:13 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > share/man/man4 umodem.4 > > Log: > > Add ELSA MicroLink 56k USB to the list of supported umodem devices. > @@ -74,6 +74,9 @@ driver include: > Metricom Ricochet GS USB wireless modem > .It > Yamaha Broadband Wireless Router RTW65b > +.It > +Lucent Technologies, Inc. ELSA Modem Board, rev 1.00/1.00, addr 2, > +iclass 2/2 > > Hello, > "ELSA MicroLink 56k USB" is not a better wording? Not sure. I don't have one of these, but if that's better because users who have one will be able to grep for specific product names, then I guess it's better. From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:52:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11BD16A41F; Thu, 18 Aug 2005 14:52:34 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDA143D5E; Thu, 18 Aug 2005 14:52:33 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IEqWCa039720; Thu, 18 Aug 2005 14:52:32 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IEqWAr039719; Thu, 18 Aug 2005 14:52:32 GMT (envelope-from cperciva) Message-Id: <200508181452.j7IEqWAr039719@repoman.freebsd.org> From: Colin Percival Date: Thu, 18 Aug 2005 14:52:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/security security.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:52:34 -0000 cperciva 2005-08-18 14:52:32 UTC FreeBSD doc repository (src committer) Modified files: en/security security.sgml Log: nectar =~ s/Security Officer/Security Officer Emeritus/ cperciva =~ s/Deputy Security Officer/Security Officer/ Jacques is stepping down from the Security Officer role after 43 months of dedicated service, but he will still be around to make sure I don't mess things up too badly... :-) Revision Changes Path 1.176 +8 -8 www/en/security/security.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 14:56:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F8A16A41F; Thu, 18 Aug 2005 14:56:49 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966D243D46; Thu, 18 Aug 2005 14:56:48 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id D80E361E5; Thu, 18 Aug 2005 16:56:28 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id C1DA861E2; Thu, 18 Aug 2005 16:56:28 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 557F933D38; Thu, 18 Aug 2005 16:56:40 +0200 (CEST) To: Ian Dowse References: <200508142246.j7EMkogU091288@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 18 Aug 2005 16:56:40 +0200 In-Reply-To: <200508142246.j7EMkogU091288@repoman.freebsd.org> (Ian Dowse's message of "Sun, 14 Aug 2005 22:46:50 +0000 (UTC)") Message-ID: <864q9ncmzb.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Tests: ALL_TRUSTED,AWL,BAYES_00 X-Spam-Learn: ham X-Spam-Score: -5.2/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on tim.des.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 14:56:49 -0000 Ian Dowse writes: > Log: > Attempt to improve the logic for automatically sizing partitions > to take into account the new default of starting the first partition > after the boot blocks instead of at sector 0. If you used automatic > sizing when the first partition did not start at 0, you would get > an error that the automatically sized partition extended beyond the > end of the disk. >=20=20=20 > Note that there are probably still many more complex cases where > automatic sizing and placement will not work (e.g. non-contiguous > or out of order partitions). I've tried to do this on and off without really getting anywhere. I believe the correct solution is to keep a list of slices ordered by starting offset, and interpret '*' as "until the start of the next partition, or the end of the device if there is no next partition" DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Aug 18 15:01:01 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAA916A41F; Thu, 18 Aug 2005 15:01:01 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8884343D53; Thu, 18 Aug 2005 15:01:00 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0ILF009I4B1LGM@ms-dienst.rz.rwth-aachen.de>; Thu, 18 Aug 2005 17:00:58 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 18 Aug 2005 17:00:57 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j7IF0v5J017768; Thu, 18 Aug 2005 17:00:57 +0200 (MEST) Received: from moria.hitnet.rwth-aachen.de ([137.226.181.149] helo=haakonia.hitnet.rwth-aachen.de) by bigboss.hitnet.rwth-aachen.de with esmtp (Exim 3.35 #1 (Debian)) id 1E5lt3-0003Xd-00; Thu, 18 Aug 2005 17:00:57 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id D462128439; Thu, 18 Aug 2005 17:00:26 +0200 (CEST) Date: Thu, 18 Aug 2005 17:00:26 +0200 From: Christian Brueffer In-reply-to: <20050818145137.GA12148@flame.pc> To: Giorgos Keramidas Message-id: <20050818150026.GB990@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=Pd0ReVV5GZGQvF3a; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 7.0-CURRENT X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200508181304.j7ID4DpS030624@repoman.freebsd.org> <20050818143455.GD660@gothic.blackend.org> <20050818145137.GA12148@flame.pc> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Marc Fonvieille , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:01:01 -0000 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 18, 2005 at 05:51:37PM +0300, Giorgos Keramidas wrote: > On 2005-08-18 16:34, Marc Fonvieille wrote: > > On Thu, Aug 18, 2005 at 01:04:13PM +0000, Giorgos Keramidas wrote: > > > keramida 2005-08-18 13:04:13 UTC > > > > > > FreeBSD src repository (doc committer) > > > > > > Modified files: > > > share/man/man4 umodem.4 > > > Log: > > > Add ELSA MicroLink 56k USB to the list of supported umodem devices. >=20 > > @@ -74,6 +74,9 @@ driver include: > > Metricom Ricochet GS USB wireless modem > > .It > > Yamaha Broadband Wireless Router RTW65b > > +.It > > +Lucent Technologies, Inc. ELSA Modem Board, rev 1.00/1.00, addr 2, > > +iclass 2/2 > > > > Hello, > > "ELSA MicroLink 56k USB" is not a better wording? >=20 > Not sure. I don't have one of these, but if that's better because users > who have one will be able to grep for specific product names, then I > guess it's better. >=20 I agree with Marc. One of the purposes of the hardware listings is that they can be used to buy specific supported hardware. I doubt that the entry you added would be printed on the packing of a modem :-) - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFDBKKKbHYXjKDtmC0RAqqXAKDRRQlR3qMiPp+XF3/6BDQ/XTaAGACaAxOI kY70o3TDjWMkPCfNAUHYjaw= =xS0F -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- From owner-cvs-all@FreeBSD.ORG Thu Aug 18 15:01:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1C916A41F; Thu, 18 Aug 2005 15:01:28 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9C143D48; Thu, 18 Aug 2005 15:01:27 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IF1RKi040743; Thu, 18 Aug 2005 15:01:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IF1RUU040742; Thu, 18 Aug 2005 15:01:27 GMT (envelope-from keramida) Message-Id: <200508181501.j7IF1RUU040742@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 18 Aug 2005 15:01:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libarchive archive_entry.3 archive_read.3 src/lib/libautofs libautofs.3 src/lib/libc/net inet6_rth_space.3 src/lib/libc/posix1e acl_get_entry.3 mac.3 mac_prepare.3 src/lib/libc/stdtime strftime.3 src/lib/libc/sys kse.2 uuidgen.2 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:01:28 -0000 keramida 2005-08-18 15:01:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) lib/libarchive archive_entry.3 archive_read.3 lib/libautofs libautofs.3 lib/libc/net inet6_rth_space.3 lib/libc/posix1e acl_get_entry.3 mac.3 mac_prepare.3 lib/libc/stdtime strftime.3 lib/libc/sys kse.2 uuidgen.2 share/man/man4/man4.i386 acpi_ibm.4 acpi_panasonic.4 ep.4 pbio.4 snc.4 share/man/man4/man4.sparc64 openprom.4 snd_audiocs.4 share/man/man4 witness.4 share/man/man5 devfs.conf.5 share/man/man9 ifnet.9 printf.9 usr.bin/file2c file2c.1 usr.bin/indent indent.1 usr.bin/lockf lockf.1 usr.bin/make make.1 usr.bin/systat systat.1 usr.bin/truss truss.1 usr.bin/xinstall install.1 usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 usr.sbin/bluetooth/sdpd sdpd.8 usr.sbin/bsnmpd/modules/snmp_netgraph snmp_netgraph.3 usr.sbin/i4b/isdnd isdnd.rc.5 usr.sbin/mtree mtree.8 usr.sbin/ndiscvt ndiscvt.8 usr.sbin/ntp/doc ntpdc.8 usr.sbin/pppd pppd.8 usr.sbin/syslogd syslog.conf.5 usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: MFC spelling fixes of several manpages. Approved by: re (kensmith) The merged revisions/files are: Revision Path 1.10 src/lib/libarchive/archive_entry.3 1.21 src/lib/libarchive/archive_read.3 1.8 src/lib/libautofs/libautofs.3 1.10 src/lib/libc/net/inet6_rth_space.3 1.8 src/lib/libc/posix1e/acl_get_entry.3 1.15 src/lib/libc/posix1e/mac.3 1.7 src/lib/libc/posix1e/mac_prepare.3 1.37 src/lib/libc/stdtime/strftime.3 1.16 src/lib/libc/sys/kse.2 1.8 src/lib/libc/sys/uuidgen.2 1.4 src/share/man/man4/man4.i386/acpi_ibm.4 1.6 src/share/man/man4/man4.i386/acpi_panasonic.4 1.40 src/share/man/man4/man4.i386/ep.4 1.6 src/share/man/man4/man4.i386/pbio.4 1.5 src/share/man/man4/man4.i386/snc.4 1.2 src/share/man/man4/man4.sparc64/openprom.4 1.4 src/share/man/man4/man4.sparc64/snd_audiocs.4 1.11 src/share/man/man4/witness.4 1.3 src/share/man/man5/devfs.conf.5 1.51 src/share/man/man9/ifnet.9 1.7 src/share/man/man9/printf.9 1.12 src/usr.bin/file2c/file2c.1 1.27 src/usr.bin/indent/indent.1 1.17 src/usr.bin/lockf/lockf.1 1.90 src/usr.bin/make/make.1 1.45 src/usr.bin/systat/systat.1 1.19 src/usr.bin/truss/truss.1 1.33 src/usr.bin/xinstall/install.1 1.11 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.4 src/usr.sbin/bluetooth/sdpd/sdpd.8 1.9 src/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 1.36 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.53 src/usr.sbin/mtree/mtree.8 1.8 src/usr.sbin/ndiscvt/ndiscvt.8 1.13 src/usr.sbin/ntp/doc/ntpdc.8 1.26 src/usr.sbin/pppd/pppd.8 1.40 src/usr.sbin/syslogd/syslog.conf.5 1.5 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 Revision Changes Path 1.9.8.1 +1 -1 src/lib/libarchive/archive_entry.3 1.20.2.1 +3 -3 src/lib/libarchive/archive_read.3 1.7.2.1 +6 -6 src/lib/libautofs/libautofs.3 1.9.2.1 +1 -1 src/lib/libc/net/inet6_rth_space.3 1.7.8.1 +2 -2 src/lib/libc/posix1e/acl_get_entry.3 1.14.2.1 +1 -1 src/lib/libc/posix1e/mac.3 1.6.2.1 +1 -1 src/lib/libc/posix1e/mac_prepare.3 1.36.2.1 +1 -1 src/lib/libc/stdtime/strftime.3 1.15.2.1 +2 -2 src/lib/libc/sys/kse.2 1.7.10.1 +1 -1 src/lib/libc/sys/uuidgen.2 1.2.2.2 +1 -1 src/share/man/man4/man4.i386/acpi_ibm.4 1.4.2.2 +1 -1 src/share/man/man4/man4.i386/acpi_panasonic.4 1.37.2.1 +2 -2 src/share/man/man4/man4.i386/ep.4 1.5.2.1 +1 -1 src/share/man/man4/man4.i386/pbio.4 1.4.2.1 +1 -1 src/share/man/man4/man4.i386/snc.4 1.1.2.1 +1 -1 src/share/man/man4/man4.sparc64/openprom.4 1.3.2.1 +1 -1 src/share/man/man4/man4.sparc64/snd_audiocs.4 1.9.2.1 +1 -1 src/share/man/man4/witness.4 1.2.2.1 +1 -1 src/share/man/man5/devfs.conf.5 1.50.2.1 +1 -1 src/share/man/man9/ifnet.9 1.6.2.1 +1 -1 src/share/man/man9/printf.9 1.11.2.1 +1 -1 src/usr.bin/file2c/file2c.1 1.26.2.1 +2 -2 src/usr.bin/indent/indent.1 1.16.2.1 +1 -1 src/usr.bin/lockf/lockf.1 1.89.2.1 +1 -1 src/usr.bin/make/make.1 1.44.2.1 +1 -1 src/usr.bin/systat/systat.1 1.18.2.1 +1 -1 src/usr.bin/truss/truss.1 1.32.2.1 +1 -1 src/usr.bin/xinstall/install.1 1.10.2.1 +3 -3 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.3.2.1 +2 -2 src/usr.sbin/bluetooth/sdpd/sdpd.8 1.8.2.1 +7 -7 src/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 1.35.2.1 +2 -2 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.52.2.1 +1 -1 src/usr.sbin/mtree/mtree.8 1.7.2.1 +1 -1 src/usr.sbin/ndiscvt/ndiscvt.8 1.12.8.1 +1 -1 src/usr.sbin/ntp/doc/ntpdc.8 1.25.8.1 +2 -2 src/usr.sbin/pppd/pppd.8 1.39.2.1 +1 -1 src/usr.sbin/syslogd/syslog.conf.5 1.3.2.2 +1 -1 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 15:05:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6286316A41F; Thu, 18 Aug 2005 15:05:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2064443D46; Thu, 18 Aug 2005 15:05:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IF5T9E041023; Thu, 18 Aug 2005 15:05:29 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IF5SiD041022; Thu, 18 Aug 2005 15:05:29 GMT (envelope-from keramida) Message-Id: <200508181505.j7IF5SiD041022@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 18 Aug 2005 15:05:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:05:29 -0000 keramida 2005-08-18 15:05:28 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 umodem.4 Log: Change the modem description of the previous commit to something that is more likely to match the product name, as seen by the user on product listings. Suggested by: blackend, brueffer Revision Changes Path 1.7 +1 -2 src/share/man/man4/umodem.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 15:06:29 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13FF16A41F; Thu, 18 Aug 2005 15:06:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id E68C443D46; Thu, 18 Aug 2005 15:06:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7IF6Quk016940; Thu, 18 Aug 2005 18:06:27 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j7IF6QOF024634; Thu, 18 Aug 2005 18:06:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j7IF6QMC024630; Thu, 18 Aug 2005 18:06:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 18 Aug 2005 18:06:26 +0300 From: Giorgos Keramidas To: Christian Brueffer Message-ID: <20050818150626.GA19494@flame.pc> References: <200508181304.j7ID4DpS030624@repoman.freebsd.org> <20050818143455.GD660@gothic.blackend.org> <20050818145137.GA12148@flame.pc> <20050818150026.GB990@unixpages.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050818150026.GB990@unixpages.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Marc Fonvieille , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:06:29 -0000 On 2005-08-18 17:00, Christian Brueffer wrote: > I agree with Marc. One of the purposes of the hardware listings is that > they can be used to buy specific supported hardware. I doubt that the > entry you added would be printed on the packing of a modem :-) Seems reasonable. I changed the description to the one suggested by Marc. Thanks guys :) From owner-cvs-all@FreeBSD.ORG Thu Aug 18 15:15:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0345116A438; Thu, 18 Aug 2005 15:15:30 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E4943D45; Thu, 18 Aug 2005 15:15:29 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 4E41A61DE; Thu, 18 Aug 2005 17:15:13 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id 3A7F361CF; Thu, 18 Aug 2005 17:15:13 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id C773733D38; Thu, 18 Aug 2005 17:15:24 +0200 (CEST) To: Robert Watson References: <200508041005.j74A5Bef071060@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 18 Aug 2005 17:15:24 +0200 In-Reply-To: <200508041005.j74A5Bef071060@repoman.freebsd.org> (Robert Watson's message of "Thu, 4 Aug 2005 10:05:11 +0000 (UTC)") Message-ID: <86zmrfb7jn.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Tests: ALL_TRUSTED,AWL,BAYES_00 X-Spam-Learn: ham X-Spam-Score: -5.2/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on tim.des.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_page.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:15:30 -0000 Robert Watson writes: > Log: > Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined, > as opt_vmpage.h will not be available to user space library builds. A > similar existing check is present for KLD_MODULE for similar reasons. Why not just check for !_KERNEL? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Aug 18 15:22:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23D016A41F; Thu, 18 Aug 2005 15:22:11 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86AE43D48; Thu, 18 Aug 2005 15:22:11 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IFMBL1042141; Thu, 18 Aug 2005 15:22:11 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IFMBbn042140; Thu, 18 Aug 2005 15:22:11 GMT (envelope-from keramida) Message-Id: <200508181522.j7IFMBbn042140@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 18 Aug 2005 15:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libarchive archive_entry.3 archive_read.3 src/lib/libc/posix1e acl_get_entry.3 mac.3 mac_prepare.3 src/lib/libc/stdtime strftime.3 src/lib/libc/sys kse.2 uuidgen.2 src/share/man/man4/man4.i386 acpi_panasonic.4 snc.4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:22:12 -0000 keramida 2005-08-18 15:22:11 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) lib/libarchive archive_entry.3 archive_read.3 lib/libc/posix1e acl_get_entry.3 mac.3 mac_prepare.3 lib/libc/stdtime strftime.3 lib/libc/sys kse.2 uuidgen.2 share/man/man4/man4.i386 acpi_panasonic.4 snc.4 share/man/man4/man4.sparc64 snd_audiocs.4 share/man/man5 devfs.conf.5 share/man/man9 printf.9 usr.bin/indent indent.1 usr.bin/systat systat.1 usr.bin/truss truss.1 usr.bin/xinstall install.1 usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 usr.sbin/bluetooth/sdpd sdpd.8 usr.sbin/i4b/isdnd isdnd.rc.5 usr.sbin/mtree mtree.8 usr.sbin/ndiscvt ndiscvt.8 usr.sbin/ntp/doc ntpdc.8 usr.sbin/pppd pppd.8 usr.sbin/syslogd syslog.conf.5 Log: Merge spelling fixes from CURRENT. The revisions MFC'ed are: Revision Path 1.9 src/lib/libarchive/archive_entry.3 1.20 src/lib/libarchive/archive_read.3 1.9 src/lib/libc/net/inet6_rth_space.3 1.7 src/lib/libc/posix1e/acl_get_entry.3 1.14 src/lib/libc/posix1e/mac.3 1.6 src/lib/libc/posix1e/mac_prepare.3 1.36 src/lib/libc/stdtime/strftime.3 1.15 src/lib/libc/sys/kse.2 1.7 src/lib/libc/sys/uuidgen.2 1.5 src/share/man/man4/man4.i386/acpi_panasonic.4 1.39 src/share/man/man4/man4.i386/ep.4 1.4 src/share/man/man4/man4.i386/snc.4 1.3 src/share/man/man4/man4.sparc64/snd_audiocs.4 1.10 src/share/man/man4/witness.4 1.2 src/share/man/man5/devfs.conf.5 1.50 src/share/man/man9/ifnet.9 1.6 src/share/man/man9/printf.9 1.11 src/usr.bin/file2c/file2c.1 1.26 src/usr.bin/indent/indent.1 1.16 src/usr.bin/lockf/lockf.1 1.89 src/usr.bin/make/make.1 1.44 src/usr.bin/systat/systat.1 1.18 src/usr.bin/truss/truss.1 1.32 src/usr.bin/xinstall/install.1 1.10 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.3 src/usr.sbin/bluetooth/sdpd/sdpd.8 1.35 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.52 src/usr.sbin/mtree/mtree.8 1.7 src/usr.sbin/ndiscvt/ndiscvt.8 1.12 src/usr.sbin/ntp/doc/ntpdc.8 1.25 src/usr.sbin/pppd/pppd.8 1.39 src/usr.sbin/syslogd/syslog.conf.5 Revision Changes Path 1.9.2.1 +1 -1 src/lib/libarchive/archive_entry.3 1.11.2.2 +3 -3 src/lib/libarchive/archive_read.3 1.7.2.1 +2 -2 src/lib/libc/posix1e/acl_get_entry.3 1.13.6.2 +1 -1 src/lib/libc/posix1e/mac.3 1.5.2.1 +1 -1 src/lib/libc/posix1e/mac_prepare.3 1.34.2.3 +1 -1 src/lib/libc/stdtime/strftime.3 1.13.2.3 +2 -2 src/lib/libc/sys/kse.2 1.7.4.1 +1 -1 src/lib/libc/sys/uuidgen.2 1.1.2.3 +1 -1 src/share/man/man4/man4.i386/acpi_panasonic.4 1.1.2.2 +1 -1 src/share/man/man4/man4.i386/snc.4 1.2.2.2 +1 -1 src/share/man/man4/man4.sparc64/snd_audiocs.4 1.2.4.2 +1 -1 src/share/man/man5/devfs.conf.5 1.4.2.2 +1 -1 src/share/man/man9/printf.9 1.22.2.2 +2 -2 src/usr.bin/indent/indent.1 1.42.2.1 +1 -1 src/usr.bin/systat/systat.1 1.15.8.2 +1 -1 src/usr.bin/truss/truss.1 1.29.2.1 +1 -1 src/usr.bin/xinstall/install.1 1.7.2.2 +3 -3 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.2.2.1 +2 -2 src/usr.sbin/bluetooth/sdpd/sdpd.8 1.34.2.1 +2 -2 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.47.2.1 +1 -1 src/usr.sbin/mtree/mtree.8 1.5.2.2 +1 -1 src/usr.sbin/ndiscvt/ndiscvt.8 1.12.2.1 +1 -1 src/usr.sbin/ntp/doc/ntpdc.8 1.25.2.1 +2 -2 src/usr.sbin/pppd/pppd.8 1.36.2.2 +1 -1 src/usr.sbin/syslogd/syslog.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 16:09:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AAF016A41F; Thu, 18 Aug 2005 16:09:01 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BC743D6E; Thu, 18 Aug 2005 16:08:57 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IG8vlX045851; Thu, 18 Aug 2005 16:08:57 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IG8vmV045850; Thu, 18 Aug 2005 16:08:57 GMT (envelope-from ume) Message-Id: <200508181608.j7IG8vmV045850@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 18 Aug 2005 16:08:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 16:09:01 -0000 ume 2005-08-18 16:08:57 UTC FreeBSD src repository Modified files: sys/kern kern_cpu.c Log: don't forget to update curr_priority. even when frequency is not changed, priority may be changed. Revision Changes Path 1.18 +1 -0 src/sys/kern/kern_cpu.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 16:41:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F5D16A41F; Thu, 18 Aug 2005 16:41:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B34B043D49; Thu, 18 Aug 2005 16:41:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IGfPTq047222; Thu, 18 Aug 2005 16:41:25 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IGfP85047221; Thu, 18 Aug 2005 16:41:25 GMT (envelope-from ume) Message-Id: <200508181641.j7IGfP85047221@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 18 Aug 2005 16:41:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 16:41:26 -0000 ume 2005-08-18 16:41:25 UTC FreeBSD src repository Modified files: sys/kern kern_cpu.c Log: - don't forget to save freqency when priority is raised. - nuke redundant variable initialization. Revision Changes Path 1.19 +2 -3 src/sys/kern/kern_cpu.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 17:09:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7879616A41F; Thu, 18 Aug 2005 17:09:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3EBB43D45; Thu, 18 Aug 2005 17:09:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IH9GQs055350; Thu, 18 Aug 2005 17:09:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IH9GRO055349; Thu, 18 Aug 2005 17:09:16 GMT (envelope-from jhb) Message-Id: <200508181709.j7IH9GRO055349@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Aug 2005 17:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_sf.c if_sfreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 17:09:17 -0000 jhb 2005-08-18 17:09:16 UTC FreeBSD src repository Modified files: sys/pci if_sf.c if_sfreg.h Log: Fixup locking for sf(4) and mark MPSAFE: - Add locked variants of start, init, and ifmedia_upd. - Use callout_* instead of timeout/untimeout. - Don't recurse on the driver lock. - Fixup locking in ioctl. - Lock the driver lock in the ifmedia handlers rather than across ifmedia_ioctl(). Tested by: brueffer MFC after: 3 days Revision Changes Path 1.86 +82 -52 src/sys/pci/if_sf.c 1.16 +1 -1 src/sys/pci/if_sfreg.h From owner-cvs-all@FreeBSD.ORG Thu Aug 18 17:16:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E1C16A421; Thu, 18 Aug 2005 17:16:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id D462E43D46; Thu, 18 Aug 2005 17:16:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 18 Aug 2005 13:31:53 -0400 From: John Baldwin To: Maxim Sobolev Date: Thu, 18 Aug 2005 12:38:03 -0400 User-Agent: KMail/1.8 References: <200508181429.j7IET16d038533@repoman.freebsd.org> In-Reply-To: <200508181429.j7IET16d038533@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508181238.05411.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 17:16:55 -0000 On Thursday 18 August 2005 10:29 am, Maxim Sobolev wrote: > sobomax 2005-08-18 14:29:01 UTC > > FreeBSD src repository > > Modified files: > sys/dev/re if_re.c > Log: > In re_shutdown() mark interface as down since otherwise we will panic if > interrupt comes in later on, which can happen in some uncommon cases. > > Another possible fix is to call re_detach() instead of re_stop(), like > ve(4) does, but I am not sure if the latter is really RTTD, so that stick > with this one-liner for now. > > PR: kern/80005 > Approved by: silence on -arch, no reply from selected network gurus The PR reports problems while the machine is running, not a panic during shutdown. I couldn't get the PR database to load the PR with the panic from vr(4) yesterday. It's very unclear why clearing IFF_UP makes any difference. Ah, perhaps re_intr() should be fixed to check IFF_DRV_RUNNING rather than IFF_UP? Then the re_stop() in re_shutdown() would be sufficient. I also think that the change to vr(4) should be reverted (way too big of a sledge hammer) and instead its interrupt handler can check IFF_DRV_RUNNING and bail if it is clear as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Aug 18 18:34:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15E716A41F; Thu, 18 Aug 2005 18:34:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BE743D55; Thu, 18 Aug 2005 18:34:24 +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 j7IIYOOd058459; Thu, 18 Aug 2005 18:34:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IIYOVZ058458; Thu, 18 Aug 2005 18:34:24 GMT (envelope-from rwatson) Message-Id: <200508181834.j7IIYOVZ058458@repoman.freebsd.org> From: Robert Watson Date: Thu, 18 Aug 2005 18:34:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 18:34:24 -0000 rwatson 2005-08-18 18:34:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: Merge if.c:1.237 from HEAD to RELENG_6: Rename equal() macro to sa_equal(), which matches the definitions of sa_equal() in other files, and makes it more clear what equal() is comparing. Approved by: re (kensmith) Revision Changes Path 1.234.2.2 +16 -14 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 18:36:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBC716A41F; Thu, 18 Aug 2005 18:36:40 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF4343D69; Thu, 18 Aug 2005 18:36:39 +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 j7IIad5g058628; Thu, 18 Aug 2005 18:36:39 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IIadeO058619; Thu, 18 Aug 2005 18:36:39 GMT (envelope-from sobomax) Message-Id: <200508181836.j7IIadeO058619@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Aug 2005 18:36:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 18:36:40 -0000 sobomax 2005-08-18 18:36:39 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: (forced) Previous commit was related to kern/85005, not a kern/80005. Pointed out by: jhb Revision Changes Path 1.51 +0 -0 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 18:36:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E19A16A4D8; Thu, 18 Aug 2005 18:36:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2852643D69; Thu, 18 Aug 2005 18:36:40 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IIadvK058646; Thu, 18 Aug 2005 18:36:39 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IIadbw058645; Thu, 18 Aug 2005 18:36:39 GMT (envelope-from brooks) Message-Id: <200508181836.j7IIadbw058645@repoman.freebsd.org> From: Brooks Davis Date: Thu, 18 Aug 2005 18:36:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 18:36:45 -0000 brooks 2005-08-18 18:36:39 UTC FreeBSD src repository Modified files: sys/net if.c Log: When we started calling if_findindex() from if_alloc() with an empty struct ifnet most of if_findindex() become a complex no-op. Remove it and replace it with a corrected version of the four line for loop it devolved to plus some error handling. This should probably be replaced with subr_unit at some point. Switch from checking ifaddr_byindex to ifnet_byindex when looking for empty indexes. Since we're doing this from if_alloc/if_free, we can only be sure that ifnet_byindex will be correct. This fixes panics when loading the ef(4) module. The panics were caused by the fact that if_alloc was called four time before if_attach was called and thus ifaddr_byindex was not set and the same unit was allocated again. This in turn caused the first if_attach to fail because the ifp was not the one in ifnet_byindex(ifp->if_index). Reported by: "Wojciech A. Koszek" PR: kern/84987 MFC After: 1 day Revision Changes Path 1.244 +16 -56 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 18:36:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E1C16A428; Thu, 18 Aug 2005 18:36:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ACEF43D48; Thu, 18 Aug 2005 18:36:54 +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 j7IIasmT058681; Thu, 18 Aug 2005 18:36:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IIasrr058680; Thu, 18 Aug 2005 18:36:54 GMT (envelope-from rwatson) Message-Id: <200508181836.j7IIasrr058680@repoman.freebsd.org> From: Robert Watson Date: Thu, 18 Aug 2005 18:36:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 18:36:55 -0000 rwatson 2005-08-18 18:36:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: Merge if.c:1.238 from HEAD to RELENG_6: In multicast routines: Compare pointers with NULL rather than treating them as booleans. Compare pointers with NULL rather than 0 to make it more clear they are pointers. Assign pointers value of NULL rather than 0 to make it more clear they are pointers. Approved by: re (kensmith) Revision Changes Path 1.234.2.3 +7 -7 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 18:39:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 104CD16A4F7; Thu, 18 Aug 2005 18:39:32 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D737843D46; Thu, 18 Aug 2005 18:39:31 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IIdVFR058805; Thu, 18 Aug 2005 18:39:31 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IIdVM9058804; Thu, 18 Aug 2005 18:39:31 GMT (envelope-from dougb) Message-Id: <200508181839.j7IIdVM9058804@repoman.freebsd.org> From: Doug Barton Date: Thu, 18 Aug 2005 18:39:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Cc: Subject: cvs commit: src/contrib/bind9/lib/dns - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 18:39:32 -0000 dougb 2005-08-18 18:39:31 UTC FreeBSD src repository src/contrib/bind9/lib/dns - Imported sources Update of /home/ncvs/src/contrib/bind9/lib/dns In directory repoman.freebsd.org:/tmp/cvs-serv58509 Log Message: Update the vendor branch with a patch to this file that was researched by glebius, and incorporated by ISC into the next version of BIND. Unfortunately, it looks like their release will come after the release of FreeBSD 6, so we will bring this in now. The patch addresses a problem with high-load resolvers which hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." Of course, the canonical answer to this problem is to put more memory into the system, however that is not always possible, and the code should be able to handle this situation gracefully in any case. Status: Vendor Tag: ISC Release Tags: BIND_9_3_1_p1 U src/contrib/bind9/lib/dns/resolver.c No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:05:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B97516A41F; Thu, 18 Aug 2005 19:05:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09FE443D45; Thu, 18 Aug 2005 19:05:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJ5kfG059817; Thu, 18 Aug 2005 19:05:46 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJ5k8Z059816; Thu, 18 Aug 2005 19:05:46 GMT (envelope-from joel) Message-Id: <200508181905.j7IJ5k8Z059816@repoman.freebsd.org> From: Joel Dahl Date: Thu, 18 Aug 2005 19:05:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:05:47 -0000 joel 2005-08-18 19:05:46 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: snd_t4dwave(4) manual page added. Approved by: brueffer (mentor) Revision Changes Path 1.886 +3 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:07:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E34616A41F; Thu, 18 Aug 2005 19:07:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4B443D48; Thu, 18 Aug 2005 19:07:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j7IJ7ZAq052073 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 23:07:35 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j7IJ7ZC2052072; Thu, 18 Aug 2005 23:07:35 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 18 Aug 2005 23:07:34 +0400 From: Gleb Smirnoff To: Doug Barton Message-ID: <20050818190734.GX96031@cell.sick.ru> References: <200508181839.j7IIdVM9058804@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200508181839.j7IIdVM9058804@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/lib/dns - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:07:38 -0000 On Thu, Aug 18, 2005 at 06:39:31PM +0000, Doug Barton wrote: D> dougb 2005-08-18 18:39:31 UTC D> D> FreeBSD src repository D> D> src/contrib/bind9/lib/dns - Imported sources D> Update of /home/ncvs/src/contrib/bind9/lib/dns D> In directory repoman.freebsd.org:/tmp/cvs-serv58509 D> D> Log Message: D> Update the vendor branch with a patch to this file that was D> researched by glebius, and incorporated by ISC into the next D> version of BIND. Unfortunately, it looks like their release D> will come after the release of FreeBSD 6, so we will bring D> this in now. D> D> The patch addresses a problem with high-load resolvers which D> hit memory barriers. Without this patch, running the resolving D> name server out of memory would lead to "unpredictable results." Well, this patch stopped bind from crashing under high recursive load. But the behavior under load is still unpleasant :( /me waiting for new BIND release -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:09:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB05B16A420; Thu, 18 Aug 2005 19:09:31 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABDF43D48; Thu, 18 Aug 2005 19:09:30 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j7IJ9TlA052151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 23:09:29 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j7IJ9T5o052150; Thu, 18 Aug 2005 23:09:29 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 18 Aug 2005 23:09:28 +0400 From: Gleb Smirnoff To: Doug Barton Message-ID: <20050818190928.GY96031@cell.sick.ru> References: <200508181839.j7IIdVM9058804@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200508181839.j7IIdVM9058804@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/lib/dns - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:09:31 -0000 On Thu, Aug 18, 2005 at 06:39:31PM +0000, Doug Barton wrote: D> dougb 2005-08-18 18:39:31 UTC D> D> FreeBSD src repository D> D> src/contrib/bind9/lib/dns - Imported sources D> Update of /home/ncvs/src/contrib/bind9/lib/dns D> In directory repoman.freebsd.org:/tmp/cvs-serv58509 D> D> Log Message: D> Update the vendor branch with a patch to this file that was D> researched by glebius, and incorporated by ISC into the next D> version of BIND. Unfortunately, it looks like their release D> will come after the release of FreeBSD 6, so we will bring D> this in now. P.S. Actually, firstly credit should be given to Igor Sysoev , then to me. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:10:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE3216A41F; Thu, 18 Aug 2005 19:10:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A57F43D46; Thu, 18 Aug 2005 19:10:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJA80f059977; Thu, 18 Aug 2005 19:10:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJA8uN059976; Thu, 18 Aug 2005 19:10:08 GMT (envelope-from jhb) Message-Id: <200508181910.j7IJA8uN059976@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Aug 2005 19:10:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:10:08 -0000 jhb 2005-08-18 19:10:07 UTC FreeBSD src repository Modified files: sys/pci if_dc.c Log: Fixup locking and mark MPSAFE: - Add locked versions of start and init. The SRM_MEDIA code in dc_init() stayed in dc_init() instead of moving to dc_init_locked() to make the locking saner. - Use callout_init_mtx(). - Fixup locking in detach and ioctl. - Lock the driver in the ifmedia callouts. - Don't recurse on the driver lock. - De-spl. MFC after: 3 days Revision Changes Path 1.164 +77 -70 src/sys/pci/if_dc.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:12:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35DA316A41F; Thu, 18 Aug 2005 19:12:09 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CFC43D45; Thu, 18 Aug 2005 19:12:09 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJC8lr060148; Thu, 18 Aug 2005 19:12:08 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJC8bJ060147; Thu, 18 Aug 2005 19:12:08 GMT (envelope-from dougb) Message-Id: <200508181912.j7IJC8bJ060147@repoman.freebsd.org> From: Doug Barton Date: Thu, 18 Aug 2005 19:12:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/bind9/files patch-lib_dns_resolver.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:12:09 -0000 dougb 2005-08-18 19:12:08 UTC FreeBSD ports repository Added files: dns/bind9/files patch-lib_dns_resolver.c Log: This issue was researched by glebius, and this patch was incorporated by ISC into the next version of BIND. The patch addresses a problem with high-load resolvers which hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." Of course, the canonical answer to this problem is to put more memory into the system, however that is not always possible, and the code should be able to handle this situation gracefully in any case. Approved by: portmgr (krion) Revision Changes Path 1.1 +23 -0 ports/dns/bind9/files/patch-lib_dns_resolver.c (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:12:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F062416A42B; Thu, 18 Aug 2005 19:12:14 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADAA043D45; Thu, 18 Aug 2005 19:12:14 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJCEaP060183; Thu, 18 Aug 2005 19:12:14 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJCE19060182; Thu, 18 Aug 2005 19:12:14 GMT (envelope-from joel) Message-Id: <200508181912.j7IJCE19060182@repoman.freebsd.org> From: Joel Dahl Date: Thu, 18 Aug 2005 19:12:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_csa.4 snd_emu10k1.4 snd_es137x.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:12:15 -0000 joel 2005-08-18 19:12:14 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_csa.4 snd_emu10k1.4 snd_es137x.4 Log: Be more specific about supported chipsets. Approved by: brueffer (mentor) Revision Changes Path 1.14 +21 -3 src/share/man/man4/snd_csa.4 1.6 +5 -1 src/share/man/man4/snd_emu10k1.4 1.6 +22 -2 src/share/man/man4/snd_es137x.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:19:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE4B016A41F; Thu, 18 Aug 2005 19:19:16 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2288543D45; Thu, 18 Aug 2005 19:19:15 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.49] (lesnik.portaone.com [195.140.246.50] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j7IIh7An032995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 20:43:08 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4304D6B9.8050603@portaone.com> Date: Thu, 18 Aug 2005 21:43:05 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200508181429.j7IET16d038533@repoman.freebsd.org> <200508181238.05411.jhb@FreeBSD.org> In-Reply-To: <200508181238.05411.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-6; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1033/Thu Aug 18 19:52:45 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:19:17 -0000 John Baldwin wrote: > On Thursday 18 August 2005 10:29 am, Maxim Sobolev wrote: > >>sobomax 2005-08-18 14:29:01 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/re if_re.c >> Log: >> In re_shutdown() mark interface as down since otherwise we will panic if >> interrupt comes in later on, which can happen in some uncommon cases. >> >> Another possible fix is to call re_detach() instead of re_stop(), like >> ve(4) does, but I am not sure if the latter is really RTTD, so that stick >> with this one-liner for now. >> >> PR: kern/80005 >> Approved by: silence on -arch, no reply from selected network gurus > > > The PR reports problems while the machine is running, not a panic during > shutdown. I couldn't get the PR database to load the PR with the panic from Sorry, it has been a typo - in fact I was reffering to kern/85005. > vr(4) yesterday. It's very unclear why clearing IFF_UP makes any difference. > Ah, perhaps re_intr() should be fixed to check IFF_DRV_RUNNING rather than > IFF_UP? Then the re_stop() in re_shutdown() would be sufficient. Yes, this will help. However, I am not quite sure, what is the point to do interrupt processing if interface is down? Perhaps re_intr() should check both IFF_DRV_RUNNING and IFF_UP? > I also think that the change to vr(4) should be reverted (way too big of a > sledge hammer) and instead its interrupt handler can check IFF_DRV_RUNNING > and bail if it is clear as well. Well, see kern/85005. IMO some generic approach should be worked out and implemented since I think many other network drivers may be affected by the same problem. -Maxim From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:24:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0169F16A41F; Thu, 18 Aug 2005 19:24:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C710143D46; Thu, 18 Aug 2005 19:24:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJOUUa060615; Thu, 18 Aug 2005 19:24:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJOUpM060614; Thu, 18 Aug 2005 19:24:30 GMT (envelope-from jhb) Message-Id: <200508181924.j7IJOUpM060614@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Aug 2005 19:24:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:24:31 -0000 jhb 2005-08-18 19:24:30 UTC FreeBSD src repository Modified files: sys/pci if_xl.c if_xlreg.h Log: Various fixups to locking: - Remove a lot of superfluous locking during attach. There is no need to lock access to the driver until some other thread has a way of getting to it. For ethernet drivers the other ways include registering an interrupt handler via bus_setup_intr(), calling ether_ifattach() to hook into the network stack, and kicking off a callout-driven timer via callout_reset(). - Use callout_* rather than timeout/untimeout. - Break out of xl_rxeof() if IFF_DRV_RUNNING is clear after ifp->if_input returns to handle the case where the interface was stopped while we were passing a packet up the stack. Don't call xl_rxeof() in xl_rxeof_task() unless IFF_DRV_RUNNING is set. With these fixes in place, any outstanding task will gracefully terminate as soon as it gets a chance to run after the interface has been stopped via xl_stop(). As a result, taskqueue_drain() is no longer required in xl_stop(). The task is still drained in detach() however to make sure that detach() can safely destroy the driver mutex at the end of the function. - Lock the driver lock in the ifmedia callouts and don't lock across ifmedia_ioctl() in xl_ioctl(). Note: glebius came up with most of (3) as well independently. I took a rather roundabout way of arriving at the same conclusion. MFC after: 3 days Revision Changes Path 1.195 +32 -48 src/sys/pci/if_xl.c 1.56 +1 -1 src/sys/pci/if_xlreg.h From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:38:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798A316A41F; Thu, 18 Aug 2005 19:38:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AC243D53; Thu, 18 Aug 2005 19:38:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJcUMU061273; Thu, 18 Aug 2005 19:38:30 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJcUTZ061272; Thu, 18 Aug 2005 19:38:30 GMT (envelope-from sem) Message-Id: <200508181938.j7IJcUTZ061272@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 18 Aug 2005 19:38:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pam-pgsql Makefile distinfo pkg-plist ports/security/pam-pgsql/files Makefile.bsd patch-Makefile.in patch-md5 patch-pam_get_pass.c patch-pam_pgsql.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:38:30 -0000 sem 2005-08-18 19:38:30 UTC FreeBSD ports repository Modified files: security/pam-pgsql Makefile distinfo pkg-plist security/pam-pgsql/files patch-pam_get_pass.c patch-pam_pgsql.c Added files: security/pam-pgsql/files patch-Makefile.in Removed files: security/pam-pgsql/files Makefile.bsd patch-md5 Log: - Update to 0.6.1. - Unbreak. Approved by: portmgr (krion) Revision Changes Path 1.25 +10 -26 ports/security/pam-pgsql/Makefile 1.7 +2 -4 ports/security/pam-pgsql/distinfo 1.11 +0 -15 ports/security/pam-pgsql/files/Makefile.bsd (dead) 1.1 +11 -0 ports/security/pam-pgsql/files/patch-Makefile.in (new) 1.3 +0 -97 ports/security/pam-pgsql/files/patch-md5 (dead) 1.3 +15 -82 ports/security/pam-pgsql/files/patch-pam_get_pass.c 1.2 +13 -286 ports/security/pam-pgsql/files/patch-pam_pgsql.c 1.3 +4 -4 ports/security/pam-pgsql/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:39:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C12616A41F; Thu, 18 Aug 2005 19:39:28 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277C843D49; Thu, 18 Aug 2005 19:39:28 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IJdSg1061328; Thu, 18 Aug 2005 19:39:28 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IJdS0j061327; Thu, 18 Aug 2005 19:39:28 GMT (envelope-from brooks) Message-Id: <200508181939.j7IJdS0j061327@repoman.freebsd.org> From: Brooks Davis Date: Thu, 18 Aug 2005 19:39:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:39:28 -0000 brooks 2005-08-18 19:39:28 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Refer to the OpenBSD dhclient instead of the ISC dhclient. Reported by: Bob Johnson PR: 84963 Revision Changes Path 1.261 +7 -3 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:42:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F8A016A421; Thu, 18 Aug 2005 19:42:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24EAA43D53; Thu, 18 Aug 2005 19:41:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 18 Aug 2005 15:56:27 -0400 From: John Baldwin To: Maxim.Sobolev@portaone.com Date: Thu, 18 Aug 2005 15:38:31 -0400 User-Agent: KMail/1.8 References: <200508181429.j7IET16d038533@repoman.freebsd.org> <200508181238.05411.jhb@FreeBSD.org> <4304D6B9.8050603@portaone.com> In-Reply-To: <4304D6B9.8050603@portaone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508181538.32988.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:42:01 -0000 On Thursday 18 August 2005 02:43 pm, Maxim Sobolev wrote: > John Baldwin wrote: > > On Thursday 18 August 2005 10:29 am, Maxim Sobolev wrote: > >>sobomax 2005-08-18 14:29:01 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/dev/re if_re.c > >> Log: > >> In re_shutdown() mark interface as down since otherwise we will panic > >> if interrupt comes in later on, which can happen in some uncommon cases. > >> > >> Another possible fix is to call re_detach() instead of re_stop(), like > >> ve(4) does, but I am not sure if the latter is really RTTD, so that > >> stick with this one-liner for now. > >> > >> PR: kern/80005 > >> Approved by: silence on -arch, no reply from selected network gurus > > > > The PR reports problems while the machine is running, not a panic during > > shutdown. I couldn't get the PR database to load the PR with the panic > > from > > Sorry, it has been a typo - in fact I was reffering to kern/85005. > > > vr(4) yesterday. It's very unclear why clearing IFF_UP makes any > > difference. Ah, perhaps re_intr() should be fixed to check > > IFF_DRV_RUNNING rather than IFF_UP? Then the re_stop() in re_shutdown() > > would be sufficient. > > Yes, this will help. However, I am not quite sure, what is the point to > do interrupt processing if interface is down? Perhaps re_intr() should > check both IFF_DRV_RUNNING and IFF_UP? IFF_DRV_RUNNING will be clear once foo_stop() is called. I think IFF_UP is the wrong flag actually as it might still be set in the shutdown case, but shutdown normally calls foo_stop() so you should be able to just check IFF_DRV_RUNNING. Note that when you down an interface, you get an ioctl that results in foo_stop() being called from foo_ioctl() and the upper layer then clears IFF_UP. > > I also think that the change to vr(4) should be reverted (way too big of > > a sledge hammer) and instead its interrupt handler can check > > IFF_DRV_RUNNING and bail if it is clear as well. > > Well, see kern/85005. IMO some generic approach should be worked out and > implemented since I think many other network drivers may be affected by > the same problem. I've still yet to see what the real panic is. For one thing, if the foo_stop method does its jobs, the ethernet hardware shouldn't be generating interrupts. The stop method should be shutting the card down (i.e. turning off the receiver and transmitter for example). Is your ethernet driver sharing an interrupt with another device and the other device is interrupting? In that case, the ethernet driver would have the same panic if you did an 'ifconfig foo0 down' and then the other device interrupted. So, I think clearing IFF_UPP in foo_shutdown() is wrong. foo_stop() should really be sufficient, and foo_intr() should be able to handle a spurious interrupt while the interface is stopped without panicing since it already needs to do so to handle the shared interrupt case. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Aug 18 19:58:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81DF016A41F; Thu, 18 Aug 2005 19:58:39 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96A143D45; Thu, 18 Aug 2005 19:58:38 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.49] (lesnik.portaone.com [195.140.246.50] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j7IJwWlb049479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 21:58:33 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4304E866.3030405@portaone.com> Date: Thu, 18 Aug 2005 22:58:30 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200508181429.j7IET16d038533@repoman.freebsd.org> <200508181238.05411.jhb@FreeBSD.org> <4304D6B9.8050603@portaone.com> <200508181538.32988.jhb@FreeBSD.org> In-Reply-To: <200508181538.32988.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-6; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1033/Thu Aug 18 19:52:45 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 19:58:39 -0000 John Baldwin wrote: >>Well, see kern/85005. IMO some generic approach should be worked out and >>implemented since I think many other network drivers may be affected by >>the same problem. > > > I've still yet to see what the real panic is. For one thing, if the foo_stop > method does its jobs, the ethernet hardware shouldn't be generating > interrupts. The stop method should be shutting the card down (i.e. turning > off the receiver and transmitter for example). Is your ethernet driver > sharing an interrupt with another device and the other device is Yes, this is the case here. It shares interrupt with IDE controller. Panic happens in the re_rxeof() when the driver tries to dereference sc->rl_ldata.rl_rx_mbuf[i], which has already been deallocated in the re_stop(). > interrupting? In that case, the ethernet driver would have the same panic if > you did an 'ifconfig foo0 down' and then the other device interrupted. So, I No, I don't think it would since 'ifconfig foo0 down' resets IFF_UPP. > think clearing IFF_UPP in foo_shutdown() is wrong. foo_stop() should really > be sufficient, and foo_intr() should be able to handle a spurious interrupt > while the interface is stopped without panicing since it already needs to do > so to handle the shared interrupt case. Apparently it doesn't handle it, which has been probably masked by the IFF_UPP check in the re_intr(), so that this problem only happened at shutdown, when IFF_UPP isn't cleared after re_stop(). -Maxim From owner-cvs-all@FreeBSD.ORG Thu Aug 18 20:08:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194BA16A420; Thu, 18 Aug 2005 20:08:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA5943D78; Thu, 18 Aug 2005 20:07:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 0564646BB6; Thu, 18 Aug 2005 16:07:58 -0400 (EDT) Date: Thu, 18 Aug 2005 21:12:33 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200508181538.32988.jhb@FreeBSD.org> Message-ID: <20050818211150.W32515@fledge.watson.org> References: <200508181429.j7IET16d038533@repoman.freebsd.org> <200508181238.05411.jhb@FreeBSD.org> <4304D6B9.8050603@portaone.com> <200508181538.32988.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Maxim.Sobolev@portaone.com, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 20:08:01 -0000 On Thu, 18 Aug 2005, John Baldwin wrote: > I've still yet to see what the real panic is. For one thing, if the > foo_stop method does its jobs, the ethernet hardware shouldn't be > generating interrupts. The stop method should be shutting the card down > (i.e. turning off the receiver and transmitter for example). Is your > ethernet driver sharing an interrupt with another device and the other > device is interrupting? In that case, the ethernet driver would have > the same panic if you did an 'ifconfig foo0 down' and then the other > device interrupted. So, I think clearing IFF_UPP in foo_shutdown() is > wrong. foo_stop() should really be sufficient, and foo_intr() should be > able to handle a spurious interrupt while the interface is stopped > without panicing since it already needs to do so to handle the shared > interrupt case. Ideally, I'd like to see device drivers stop setting or clearing stack-owned bits, such as IFF_UP, IFF_PROMISC, etc. However, we probably have a ways to go before we're there. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Aug 18 20:17:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C209616A420; Thu, 18 Aug 2005 20:17:01 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F41343D48; Thu, 18 Aug 2005 20:17:01 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IKH0ve062895; Thu, 18 Aug 2005 20:17:00 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IKH0Bj062894; Thu, 18 Aug 2005 20:17:00 GMT (envelope-from thompsa) Message-Id: <200508182017.j7IKH0Bj062894@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 18 Aug 2005 20:17:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 20:17:02 -0000 thompsa 2005-08-18 20:17:00 UTC FreeBSD src repository Modified files: sys/net bridgestp.c if_bridge.c Log: Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1. Use the SMP friendly callout_init_mtx() while we are here. Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.6 +1 -3 src/sys/net/bridgestp.c 1.18 +8 -5 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 20:50:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DFC616A420; Thu, 18 Aug 2005 20:50:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5D943D53; Thu, 18 Aug 2005 20:50:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 18 Aug 2005 17:05:26 -0400 From: John Baldwin To: Maxim.Sobolev@portaone.com Date: Thu, 18 Aug 2005 16:23:58 -0400 User-Agent: KMail/1.8 References: <200508181429.j7IET16d038533@repoman.freebsd.org> <200508181538.32988.jhb@FreeBSD.org> <4304E866.3030405@portaone.com> In-Reply-To: <4304E866.3030405@portaone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508181624.00106.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 20:50:26 -0000 On Thursday 18 August 2005 03:58 pm, Maxim Sobolev wrote: > John Baldwin wrote: > >>Well, see kern/85005. IMO some generic approach should be worked out and > >>implemented since I think many other network drivers may be affected by > >>the same problem. > > > > I've still yet to see what the real panic is. For one thing, if the > > foo_stop method does its jobs, the ethernet hardware shouldn't be > > generating interrupts. The stop method should be shutting the card down > > (i.e. turning off the receiver and transmitter for example). Is your > > ethernet driver sharing an interrupt with another device and the other > > device is > > Yes, this is the case here. It shares interrupt with IDE controller. > Panic happens in the re_rxeof() when the driver tries to dereference > sc->rl_ldata.rl_rx_mbuf[i], which has already been deallocated in the > re_stop(). Ok. > > interrupting? In that case, the ethernet driver would have the same > > panic if you did an 'ifconfig foo0 down' and then the other device > > interrupted. So, I > > No, I don't think it would since 'ifconfig foo0 down' resets IFF_UPP. Ah, yes. > > think clearing IFF_UPP in foo_shutdown() is wrong. foo_stop() should > > really be sufficient, and foo_intr() should be able to handle a spurious > > interrupt while the interface is stopped without panicing since it > > already needs to do so to handle the shared interrupt case. > > Apparently it doesn't handle it, which has been probably masked by the > IFF_UPP check in the re_intr(), so that this problem only happened at > shutdown, when IFF_UPP isn't cleared after re_stop(). Right. I think the better fix is for the driver to check the flag it manages and knows about (IFF_DRV_RUNNING) rather than IFF_UP in its interrupt handler and to revert the change to re_shutdown(). The vr(4) driver should probably be similarly fixed (check RUNNING in interrupt handler and just call stop in its shutdown method). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Aug 18 20:50:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B807116A421; Thu, 18 Aug 2005 20:50:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D89243D55; Thu, 18 Aug 2005 20:50:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 18 Aug 2005 17:05:25 -0400 From: John Baldwin To: Robert Watson Date: Thu, 18 Aug 2005 16:22:20 -0400 User-Agent: KMail/1.8 References: <200508181429.j7IET16d038533@repoman.freebsd.org> <200508181538.32988.jhb@FreeBSD.org> <20050818211150.W32515@fledge.watson.org> In-Reply-To: <20050818211150.W32515@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508181622.22292.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, Maxim.Sobolev@portaone.com, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 20:50:27 -0000 On Thursday 18 August 2005 04:12 pm, Robert Watson wrote: > On Thu, 18 Aug 2005, John Baldwin wrote: > > I've still yet to see what the real panic is. For one thing, if the > > foo_stop method does its jobs, the ethernet hardware shouldn't be > > generating interrupts. The stop method should be shutting the card down > > (i.e. turning off the receiver and transmitter for example). Is your > > ethernet driver sharing an interrupt with another device and the other > > device is interrupting? In that case, the ethernet driver would have > > the same panic if you did an 'ifconfig foo0 down' and then the other > > device interrupted. So, I think clearing IFF_UPP in foo_shutdown() is > > wrong. foo_stop() should really be sufficient, and foo_intr() should be > > able to handle a spurious interrupt while the interface is stopped > > without panicing since it already needs to do so to handle the shared > > interrupt case. > > Ideally, I'd like to see device drivers stop setting or clearing > stack-owned bits, such as IFF_UP, IFF_PROMISC, etc. However, we probably > have a ways to go before we're there. Yes, and I think that since we clear RUNNING in the driver by calling foo_stop() when IFF_UP is cleared by the stack, the real fix is to change re_intr to check RUNNING rather than UP. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Aug 18 21:04:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B68E116A423; Thu, 18 Aug 2005 21:04:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71BA243D46; Thu, 18 Aug 2005 21:04:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IL4CiR071751; Thu, 18 Aug 2005 21:04:12 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IL4Cwp071750; Thu, 18 Aug 2005 21:04:12 GMT (envelope-from glebius) Message-Id: <200508182104.j7IL4Cwp071750@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Aug 2005 21:04:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat if.c main.c netstat.1 netstat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 21:04:12 -0000 glebius 2005-08-18 21:04:12 UTC FreeBSD src repository Modified files: usr.bin/netstat if.c main.c netstat.1 netstat.h Log: Add a new switch -h for interface stats mode, which prints all interface statistics in human readable form. In collaboration with: vsevolod Reviewed by: cperciva Revision Changes Path 1.60 +17 -6 src/usr.bin/netstat/if.c 1.75 +6 -2 src/usr.bin/netstat/main.c 1.51 +5 -2 src/usr.bin/netstat/netstat.1 1.43 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-all@FreeBSD.ORG Thu Aug 18 21:06:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D6316A42D for ; Thu, 18 Aug 2005 21:06:28 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 5238A43D55 for ; Thu, 18 Aug 2005 21:06:27 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 10227 invoked by uid 399); 18 Aug 2005 21:06:26 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 18 Aug 2005 21:06:26 -0000 Received: (qmail 52180 invoked by uid 399); 18 Aug 2005 21:06:26 -0000 Received: from 69-175-228-47.vnnyca.adelphia.net (HELO ?192.168.1.101?) (dougb@dougbarton.net@69.175.228.47) by mail1.fluidhosting.com with SMTP; 18 Aug 2005 21:06:26 -0000 Message-ID: <4304F84E.405@FreeBSD.org> Date: Thu, 18 Aug 2005 14:06:22 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050726) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200508181839.j7IIdVM9058804@repoman.freebsd.org> <20050818190928.GY96031@cell.sick.ru> In-Reply-To: <20050818190928.GY96031@cell.sick.ru> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/lib/dns - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 21:06:29 -0000 Gleb Smirnoff wrote: > P.S. Actually, firstly credit should be given to > Igor Sysoev , then to me. Thank you for pointing this out. I'll be sure to mention it when I MFC the patch. Note, it was too late for me to include this when I committed the patch to the port, but hopefully Igor won't mind. Certainly no slight was intended. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Thu Aug 18 22:03:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F87D16A41F; Thu, 18 Aug 2005 22:03:28 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id A543943D45; Thu, 18 Aug 2005 22:03:27 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 68A85BC66; Thu, 18 Aug 2005 22:03:25 +0000 (UTC) To: Robert Watson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 18 Aug 2005 21:12:33 BST." <20050818211150.W32515@fledge.watson.org> Date: Fri, 19 Aug 2005 00:03:25 +0200 Message-ID: <25621.1124402605@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, Maxim.Sobolev@portaone.com, cvs-all@FreeBSD.org, John Baldwin , src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 22:03:28 -0000 In message <20050818211150.W32515@fledge.watson.org>, Robert Watson writes: > >On Thu, 18 Aug 2005, John Baldwin wrote: > >> I've still yet to see what the real panic is. For one thing, if the >> foo_stop method does its jobs, the ethernet hardware shouldn't be >> generating interrupts. The stop method should be shutting the card down >> (i.e. turning off the receiver and transmitter for example). Is your >> ethernet driver sharing an interrupt with another device and the other >> device is interrupting? In that case, the ethernet driver would have >> the same panic if you did an 'ifconfig foo0 down' and then the other >> device interrupted. So, I think clearing IFF_UPP in foo_shutdown() is >> wrong. foo_stop() should really be sufficient, and foo_intr() should be >> able to handle a spurious interrupt while the interface is stopped >> without panicing since it already needs to do so to handle the shared >> interrupt case. > >Ideally, I'd like to see device drivers stop setting or clearing >stack-owned bits, such as IFF_UP, IFF_PROMISC, etc. However, we probably >have a ways to go before we're there. I belive if the driver doesn't to this, you have to explicity specify "up" on the ifconfig command line. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Thu Aug 18 22:11:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00D7616A41F; Thu, 18 Aug 2005 22:11:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE26B43D46; Thu, 18 Aug 2005 22:11:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 6D1E846B9F; Thu, 18 Aug 2005 18:11:28 -0400 (EDT) Date: Thu, 18 Aug 2005 23:16:04 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp In-Reply-To: <25621.1124402605@phk.freebsd.dk> Message-ID: <20050818231503.F34984@fledge.watson.org> References: <25621.1124402605@phk.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Maxim.Sobolev@portaone.com, cvs-all@FreeBSD.org, John Baldwin , src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 22:11:30 -0000 On Fri, 19 Aug 2005, Poul-Henning Kamp wrote: >> Ideally, I'd like to see device drivers stop setting or clearing >> stack-owned bits, such as IFF_UP, IFF_PROMISC, etc. However, we >> probably have a ways to go before we're there. > > I belive if the driver doesn't to this, you have to explicity specify > "up" on the ifconfig command line. Many perfectly functional drivers work just fine without directly frobbing the flag -- if_em, if_fxp, if_xl, etc. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Aug 18 22:30:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 270C816A41F; Thu, 18 Aug 2005 22:30:53 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B260E43D46; Thu, 18 Aug 2005 22:30:52 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IMUqRe075519; Thu, 18 Aug 2005 22:30:52 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IMUqM9075518; Thu, 18 Aug 2005 22:30:52 GMT (envelope-from csjp) Message-Id: <200508182230.j7IMUqM9075518@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 18 Aug 2005 22:30:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 22:30:53 -0000 csjp 2005-08-18 22:30:52 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Add missing braces around bpf_filter which were missed when I merged the bpfstat code. Pointed out by: iedowse Pointy hat to: csjp MFC after: 3 days Revision Changes Path 1.157 +4 -2 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Thu Aug 18 22:34:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9822716A41F; Thu, 18 Aug 2005 22:34:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F7243D53; Thu, 18 Aug 2005 22:34:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7IMY73L075759; Thu, 18 Aug 2005 22:34:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7IMY7ur075758; Thu, 18 Aug 2005 22:34:07 GMT (envelope-from pav) Message-Id: <200508182234.j7IMY7ur075758@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 Aug 2005 22:34:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/linux-atk Makefile ports/devel/linux-glib2 Makefile ports/graphics/linux-png Makefile ports/x11-toolkits/linux-gtk2 Makefile ports/x11-toolkits/linux-pango Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 22:34:07 -0000 pav 2005-08-18 22:34:07 UTC FreeBSD ports repository Modified files: accessibility/linux-atk Makefile devel/linux-glib2 Makefile graphics/linux-png Makefile x11-toolkits/linux-gtk2 Makefile x11-toolkits/linux-pango Makefile Log: - Enable on amd64 Approved by: portmgr (marcus) Revision Changes Path 1.11 +1 -1 ports/accessibility/linux-atk/Makefile 1.10 +1 -1 ports/devel/linux-glib2/Makefile 1.20 +1 -1 ports/graphics/linux-png/Makefile 1.14 +1 -1 ports/x11-toolkits/linux-gtk2/Makefile 1.8 +1 -1 ports/x11-toolkits/linux-pango/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 18 23:20:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D9A416A41F; Thu, 18 Aug 2005 23:20:48 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C573243D48; Thu, 18 Aug 2005 23:20:47 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix3-2.free.fr (Postfix) with ESMTP id EF4A2C0B9; Fri, 19 Aug 2005 01:20:46 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 66622405A; Fri, 19 Aug 2005 01:21:16 +0200 (CEST) Date: Fri, 19 Aug 2005 01:21:16 +0200 From: Jeremie Le Hen To: Gleb Smirnoff Message-ID: <20050818232116.GS659@obiwan.tataz.chchile.org> References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508181034.j7IAYUSS015059@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 23:20:48 -0000 Hi Gleb, > glebius 2005-08-18 10:34:30 UTC > > FreeBSD src repository > > Modified files: > sys/netinet in.c > Log: > In order to support CARP interfaces kernel was taught to handle more > than one interface in one subnet. However, some userland apps rely on > the believe that this configuration is impossible. > > Add a sysctl switch net.inet.ip.same_prefix_carp_only. If the switch > is on, then kernel will refuse to add an additional interface to > already connected subnet unless the interface is CARP. Default > value is off. > > PR: bin/82306 > In collaboration with: mlaier First, thanks for you work. Do you plan to drop a line about this in a manual page ? I would like to help you on this, but I don't think I'm the good guy to do it, since I don't even use carp(4) interfaces. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Fri Aug 19 00:05:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E82116A41F; Fri, 19 Aug 2005 00:05:59 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A11143D49; Fri, 19 Aug 2005 00:05:59 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J05xSx078925; Fri, 19 Aug 2005 00:05:59 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J05xgN078924; Fri, 19 Aug 2005 00:05:59 GMT (envelope-from murray) Message-Id: <200508190005.j7J05xgN078924@repoman.freebsd.org> From: Murray Stokely Date: Fri, 19 Aug 2005 00:05:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history calendar.holiday X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 00:05:59 -0000 murray 2005-08-19 00:05:58 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history calendar.holiday Log: Correct typos found by ispell. Revision Changes Path 1.33 +1 -1 src/usr.bin/calendar/calendars/calendar.history 1.29 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From owner-cvs-all@FreeBSD.ORG Fri Aug 19 00:07:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941EF16A41F; Fri, 19 Aug 2005 00:07:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6644E43D49; Fri, 19 Aug 2005 00:07:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J076Vh078996; Fri, 19 Aug 2005 00:07:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J076Cl078995; Fri, 19 Aug 2005 00:07:06 GMT (envelope-from rwatson) Message-Id: <200508190007.j7J076Cl078995@repoman.freebsd.org> From: Robert Watson Date: Fri, 19 Aug 2005 00:07:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/vmstat Makefile vmstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 00:07:06 -0000 rwatson 2005-08-19 00:07:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/vmstat Makefile vmstat.c Log: Merge Makefile:1.12, vmstat.c:1.87 from HEAD to RELENG_6: Teach vmstat -m and vmstat -z to use libmemstat(3). Certain statistics from -z are now a bit different due to changes in the way statistics are now measured. Reproduce with some amount of accuracy the slightly obscure layouts adopted by the two kernel sysctls. In the future, we might want to normalize them. GC dosysctl(), which is now no longer used. Merge vmstat.c:1.88 from HEAD to RELENG_6: Minor syntax tweaks: - Remove some extra blank lines. - Remove comments that don't contribute to understanding. - Remove additional blank lines in output added to maximize compatibility with older vmstat output, but that is actually somewhat gratuitous. Submitted by: bde Approved by: re (kensmith) Revision Changes Path 1.11.8.1 +2 -2 src/usr.bin/vmstat/Makefile 1.86.2.1 +77 -21 src/usr.bin/vmstat/vmstat.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 01:49:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E517616A41F; Fri, 19 Aug 2005 01:49:15 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25F343D46; Fri, 19 Aug 2005 01:49:15 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J1nFFW090304; Fri, 19 Aug 2005 01:49:15 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J1nFE9090303; Fri, 19 Aug 2005 01:49:15 GMT (envelope-from cperciva) Message-Id: <200508190149.j7J1nFE9090303@repoman.freebsd.org> From: Colin Percival Date: Fri, 19 Aug 2005 01:49:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 01:49:16 -0000 cperciva 2005-08-19 01:49:15 UTC FreeBSD src repository Modified files: sys/conf newvers.sh Log: Pad the strings sccs[], version[], and osrelease[] up to a minimum of 128 bytes, 256 bytes, and 32 bytes respectively. This makes it much easier to identify when two kernels are identical apart from a version number bump (as often happens on security branches). Discussed on: freebsd-arch, in May 2005 Revision Changes Path 1.71 +10 -3 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Aug 19 02:43:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4DD16A41F; Fri, 19 Aug 2005 02:43:08 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B30143D46; Fri, 19 Aug 2005 02:43:08 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J2h8IM092179; Fri, 19 Aug 2005 02:43:08 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J2h8q9092178; Fri, 19 Aug 2005 02:43:08 GMT (envelope-from thompsa) Message-Id: <200508190243.j7J2h8q9092178@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 19 Aug 2005 02:43:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bridgestp.c if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 02:43:08 -0000 thompsa 2005-08-19 02:43:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bridgestp.c if_bridge.c Log: MFC: if_bridge.c, r1.17; bridgestp.c, r1.5 > Ensure that we are holding the lock when initialising the bridge interface. We > could initialise while unlocked if the bridge is not up when setting the inet > address, ether_ioctl() would call bridge_init. > > Change it so bridge_init is always called unlocked and then locks before > calling bstp_initialization(). Approved by: re (kensmith), mlaier (mentor) Revision Changes Path 1.3.2.1 +2 -0 src/sys/net/bridgestp.c 1.11.2.5 +5 -0 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 02:49:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D12816A41F; Fri, 19 Aug 2005 02:49:55 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DCC43D46; Fri, 19 Aug 2005 02:49:55 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J2ntpw092451; Fri, 19 Aug 2005 02:49:55 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J2ntrh092450; Fri, 19 Aug 2005 02:49:55 GMT (envelope-from cperciva) Message-Id: <200508190249.j7J2ntrh092450@repoman.freebsd.org> From: Colin Percival Date: Fri, 19 Aug 2005 02:49:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/lib/libobjc Makefile src/gnu/lib/libsupc++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 02:49:55 -0000 cperciva 2005-08-19 02:49:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/lib/libobjc Makefile gnu/lib/libsupc++ Makefile Log: MFC: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS in order to make this library build repeatably. Approved by: re (kensmith) Revision Changes Path 1.26.2.2 +1 -0 src/gnu/lib/libobjc/Makefile 1.6.8.1 +1 -0 src/gnu/lib/libsupc++/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 19 02:53:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F9116A41F; Fri, 19 Aug 2005 02:53:01 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6DF43D45; Fri, 19 Aug 2005 02:53:01 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J2r1Ng092662; Fri, 19 Aug 2005 02:53:01 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J2r1tt092661; Fri, 19 Aug 2005 02:53:01 GMT (envelope-from cperciva) Message-Id: <200508190253.j7J2r1tt092661@repoman.freebsd.org> From: Colin Percival Date: Fri, 19 Aug 2005 02:53:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/nvi/docs/USD.doc/vi.ref vi.ref src/usr.bin/mail/USD.doc mail0.nr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 02:53:01 -0000 cperciva 2005-08-19 02:53:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/nvi/docs/USD.doc/vi.ref vi.ref usr.bin/mail/USD.doc mail0.nr Log: MFC: Remove dates, since they serve no purpose and result in files spuriosuly changing each time they are built. Also add $FreeBSD$ tags, because cvs wants them. Approved by: re (kensmith) Revision Changes Path 1.1.1.1.40.1 +1 -1 src/contrib/nvi/docs/USD.doc/vi.ref/vi.ref 1.1.1.1.46.1 +2 -1 src/usr.bin/mail/USD.doc/mail0.nr From owner-cvs-all@FreeBSD.ORG Fri Aug 19 03:23:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0276A16A41F; Fri, 19 Aug 2005 03:23:08 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BBE43D46; Fri, 19 Aug 2005 03:23:07 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J3N71B094032; Fri, 19 Aug 2005 03:23:07 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J3N7QM094031; Fri, 19 Aug 2005 03:23:07 GMT (envelope-from murray) Message-Id: <200508190323.j7J3N7QM094031@repoman.freebsd.org> From: Murray Stokely Date: Fri, 19 Aug 2005 03:23:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday calendar.history calendar.holiday X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 03:23:08 -0000 murray 2005-08-19 03:23:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.birthday calendar.history calendar.holiday Log: MFC: correct date, fix typos, add 07/07 london bombing entry. Approved by: re (kensmith) Revision Changes Path 1.31.2.1 +1 -1 src/usr.bin/calendar/calendars/calendar.birthday 1.31.10.1 +2 -1 src/usr.bin/calendar/calendars/calendar.history 1.28.8.1 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From owner-cvs-all@FreeBSD.ORG Fri Aug 19 03:30:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA0AC16A41F; Fri, 19 Aug 2005 03:30:44 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA4F843D45; Fri, 19 Aug 2005 03:30:44 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J3UiXS094404; Fri, 19 Aug 2005 03:30:44 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J3UiZS094403; Fri, 19 Aug 2005 03:30:44 GMT (envelope-from murray) Message-Id: <200508190330.j7J3UiZS094403@repoman.freebsd.org> From: Murray Stokely Date: Fri, 19 Aug 2005 03:30:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday calendar.history calendar.holiday calendar.music X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 03:30:45 -0000 murray 2005-08-19 03:30:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/calendar/calendars calendar.birthday calendar.history calendar.holiday calendar.music Log: MFC: Catch up with last few months of changes on HEAD. Correct typos, correct dates, add entries for Pope John Paul II, etc. Revision Changes Path 1.28.2.1 +5 -2 src/usr.bin/calendar/calendars/calendar.birthday 1.31.4.1 +2 -1 src/usr.bin/calendar/calendars/calendar.history 1.28.2.1 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday 1.16.4.1 +1 -1 src/usr.bin/calendar/calendars/calendar.music From owner-cvs-all@FreeBSD.ORG Fri Aug 19 03:39:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA2816A41F; Fri, 19 Aug 2005 03:39:00 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D5D143D45; Fri, 19 Aug 2005 03:39:00 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J3d0CB094751; Fri, 19 Aug 2005 03:39:00 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J3d0YU094750; Fri, 19 Aug 2005 03:39:00 GMT (envelope-from murray) Message-Id: <200508190339.j7J3d0YU094750@repoman.freebsd.org> From: Murray Stokely Date: Fri, 19 Aug 2005 03:39:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday calendar.freebsd calendar.history calendar.holiday calendar.music X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 03:39:00 -0000 murray 2005-08-19 03:39:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/calendar/calendars calendar.birthday calendar.freebsd calendar.history calendar.holiday calendar.music Log: MFC: Sync with HEAD: fix typos, correct dates, add new freebsd committer birthdays, add a few new history dates. Revision Changes Path 1.12.2.7 +5 -2 src/usr.bin/calendar/calendars/calendar.birthday 1.67.2.8 +14 -0 src/usr.bin/calendar/calendars/calendar.freebsd 1.13.2.4 +2 -1 src/usr.bin/calendar/calendars/calendar.history 1.9.2.7 +2 -1 src/usr.bin/calendar/calendars/calendar.holiday 1.8.2.4 +1 -1 src/usr.bin/calendar/calendars/calendar.music From owner-cvs-all@FreeBSD.ORG Fri Aug 19 03:56:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C1F16A41F; Fri, 19 Aug 2005 03:56:45 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A627A43D46; Fri, 19 Aug 2005 03:56:45 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J3ujuQ095436; Fri, 19 Aug 2005 03:56:45 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J3uj5D095435; Fri, 19 Aug 2005 03:56:45 GMT (envelope-from cperciva) Message-Id: <200508190356.j7J3uj5D095435@repoman.freebsd.org> From: Colin Percival Date: Fri, 19 Aug 2005 03:56:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 03:56:46 -0000 cperciva 2005-08-19 03:56:45 UTC FreeBSD src repository Modified files: sys/conf newvers.sh Log: Forced commit to note that the preceeding commit also makes it possible to override the BRANCH specified in newvers.sh via a BRANCH_OVERRIDE environment variable. This is useful for my FreeBSD Update builds, and might possibly be useful for someone else at some point. Revision Changes Path 1.72 +0 -0 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Aug 19 04:02:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A0816A41F; Fri, 19 Aug 2005 04:02:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38C543D45; Fri, 19 Aug 2005 04:02:34 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J42YVa095710; Fri, 19 Aug 2005 04:02:34 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J42Y4Z095709; Fri, 19 Aug 2005 04:02:34 GMT (envelope-from marcel) Message-Id: <200508190402.j7J42Y4Z095709@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Aug 2005 04:02:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 04:02:35 -0000 marcel 2005-08-19 04:02:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/gdb/kgdb trgt_sparc64.c Log: MFC 1.3: Fix backtraces. Approved by: re (kensmith) Revision Changes Path 1.2.2.1 +7 -16 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 04:05:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0896016A41F; Fri, 19 Aug 2005 04:05:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA6C43D45; Fri, 19 Aug 2005 04:05:30 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J45UrS095823; Fri, 19 Aug 2005 04:05:30 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J45U82095822; Fri, 19 Aug 2005 04:05:30 GMT (envelope-from marcel) Message-Id: <200508190405.j7J45U82095822@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Aug 2005 04:05:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 04:05:31 -0000 marcel 2005-08-19 04:05:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/gdb/kgdb trgt_sparc64.c Log: MFC 1.3: Fix backtraces. Revision Changes Path 1.1.2.2 +7 -16 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 04:12:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46BE916A41F; Fri, 19 Aug 2005 04:12:42 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059F443D46; Fri, 19 Aug 2005 04:12:42 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J4Cf5I096104; Fri, 19 Aug 2005 04:12:41 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J4CfAU096103; Fri, 19 Aug 2005 04:12:41 GMT (envelope-from cperciva) Message-Id: <200508190412.j7J4CfAU096103@repoman.freebsd.org> From: Colin Percival Date: Fri, 19 Aug 2005 04:12:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 04:12:42 -0000 cperciva 2005-08-19 04:12:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf newvers.sh Log: MFC: Pad the strings sccs[], version[], and osrelease[], and add a BRANCH_OVERRIDE environment variable (which, if set, overrides the BRANCH specified here). These make my FreeBSD Update build code simpler by making it easier to recognize when two kernels are identical modulo version numbers. Approved by: re (kensmith) Revision Changes Path 1.69.2.4 +10 -3 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Aug 19 04:50:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97AD116A41F; Fri, 19 Aug 2005 04:50:09 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB7743D45; Fri, 19 Aug 2005 04:50:09 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J4o9SK004511; Fri, 19 Aug 2005 04:50:09 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J4o9gA004510; Fri, 19 Aug 2005 04:50:09 GMT (envelope-from csjp) Message-Id: <200508190450.j7J4o9gA004510@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 19 Aug 2005 04:50:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 04:50:09 -0000 csjp 2005-08-19 04:50:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sysctl.c Log: Synch with HEAD: MFC revision 1.167 date: 2005/08/08 21:06:42; author: csjp; state: Exp; lines: +2 -0 Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are not holding any non-sleep-able-locks locks when copyin is called. This gets executed un-conditionally since we have no function to wire the buffer in this direction. MFC revision 1.166 date: 2005/08/08 18:54:35; author: csjp; state: Exp; lines: +6 -1 Check to see if we wired the user-supplied buffers in SYSCTL_OUT, if the buffer has not been wired and we are holding any non-sleep-able locks, drop a witness warning. If the buffer has not been wired, it is possible that the writing of the data can sleep, especially if the page is not in memory. This can result in a number of different locking issues, including dead locks. Approved by: re (kensmith) Revision Changes Path 1.165.2.1 +8 -1 src/sys/kern/kern_sysctl.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 04:52:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A1C16A41F; Fri, 19 Aug 2005 04:52:03 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE00243D45; Fri, 19 Aug 2005 04:52:02 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J4q2F5004667; Fri, 19 Aug 2005 04:52:02 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J4q2Z4004666; Fri, 19 Aug 2005 04:52:02 GMT (envelope-from csjp) Message-Id: <200508190452.j7J4q2Z4004666@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 19 Aug 2005 04:52:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 04:52:03 -0000 csjp 2005-08-19 04:52:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC revision 1.157 date: 2005/08/18 22:30:52; author: csjp; state: Exp; lines: +4 -2 Add missing braces around bpf_filter which were missed when I merged the bpfstat code. Approved by: re (kensmith) Revision Changes Path 1.153.2.3 +4 -2 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 05:03:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0499E16A41F; Fri, 19 Aug 2005 05:03:09 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59B043D45; Fri, 19 Aug 2005 05:03:08 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J538E7005098; Fri, 19 Aug 2005 05:03:08 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J538Y9005097; Fri, 19 Aug 2005 05:03:08 GMT (envelope-from mjacob) Message-Id: <200508190503.j7J538Y9005097@repoman.freebsd.org> From: Matt Jacob Date: Fri, 19 Aug 2005 05:03:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 05:03:09 -0000 mjacob 2005-08-19 05:03:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/cam/scsi scsi_all.c Log: MFC 1.48: The divide by zero panic must have been due to a bogus period value. I suppose the BT adapter driver should be fixed, but more importantly we should protect against dividing by zero. Revision Changes Path 1.45.2.3 +9 -0 src/sys/cam/scsi/scsi_all.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 05:19:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C9B16A41F; Fri, 19 Aug 2005 05:19:43 +0000 (GMT) (envelope-from gordon@tetlows.org) Received: from spiff.melthusia.org (spiff.melthusia.org [207.67.244.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3A643D45; Fri, 19 Aug 2005 05:19:42 +0000 (GMT) (envelope-from gordon@tetlows.org) Received: from [192.168.12.10] (cpe-66-75-147-245.san.res.rr.com [66.75.147.245]) (authenticated bits=0) by spiff.melthusia.org (8.12.10/8.12.10) with ESMTP id j7J5JcTJ040983; Thu, 18 Aug 2005 22:19:39 -0700 (PDT) (envelope-from gordon@tetlows.org) Message-ID: <43056CAC.6040105@tetlows.org> Date: Thu, 18 Aug 2005 22:22:52 -0700 From: Gordon Tetlow User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-arch@freebsd.org References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> <1124182906.2492.4.camel@buffy.york.ac.uk> <20050816095217.GB3944@garage.freebsd.pl> <43028269.50904@FreeBSD.org> <20050817084749.GC11066@garage.freebsd.pl> In-Reply-To: <20050817084749.GC11066@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, Doug Barton , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 05:19:43 -0000 Pawel Jakub Dawidek wrote: >On Tue, Aug 16, 2005 at 05:18:49PM -0700, Doug Barton wrote: >+> Pawel Jakub Dawidek wrote: >+> >+> >Because '/' creates a directory and I want each label to be represented >+> >only by one file. >+> >+> I think what people are saying is that they like the directory creating behavior. Can you explain your rationale in more detail? > >Actually, I don't really care. All I wanted was one label to be represented >by one single file. That's all. For me, leaving it as it is just asks for >troubles. > >I can live without this change, really. This is something I'd like to ask >about our TRB, but unfortunately it was retired yesterday:) > >CCing to freebsd-arch@. > >The question(s) is(are): Should we allow '/' in labels or should we replace >it with something (eg. '_')? Maybe we should only deny labels with '/../'? > > When I wrote GEOM_VOL_FFS, I wrote it with the idea that you could make a heirarchy of providers in /dev/vol. Coming from an environment where it wasn't unusual for a single machine to have 30 to 40 disk available to it, it seemed natural that we should allow administrators the ability to define how they wanted things mapped out. Now that I have just gone back and looked at the code that I wrote, I didn't allow non-alphanumerics in the volume name (although I actually didn't check it when creating the provider). I seem to recall making that decision specifically to get around the ../ tree traversal. Anyway, I think it comes down to tools, not policy. I think "/" should be allowed. -gordon From owner-cvs-all@FreeBSD.ORG Fri Aug 19 05:58:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C54516A41F; Fri, 19 Aug 2005 05:58:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1997243D45; Fri, 19 Aug 2005 05:58:27 +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 j7J5wQOm007001; Fri, 19 Aug 2005 05:58:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J5wQPc007000; Fri, 19 Aug 2005 05:58:26 GMT (envelope-from marcus) Message-Id: <200508190558.j7J5wQPc007000@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 19 Aug 2005 05:58:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 05:58:27 -0000 marcus 2005-08-19 05:58:26 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: 5.X is no longer the highest version of FreeBSD. Clarify that some things are supported on FreeBSD 5.X _and higher_. Revision Changes Path 1.97 +4 -3 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 07:25:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3903016A41F; Fri, 19 Aug 2005 07:25:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6AB43D48; Fri, 19 Aug 2005 07:25:43 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J7PhH1010209; Fri, 19 Aug 2005 07:25:43 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J7PhjP010208; Fri, 19 Aug 2005 07:25:43 GMT (envelope-from alc) Message-Id: <200508190725.j7J7PhjP010208@repoman.freebsd.org> From: Alan Cox Date: Fri, 19 Aug 2005 07:25:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 07:25:44 -0000 alc 2005-08-19 07:25:42 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Correct a performance bug in revision 1.462. The effect of the bug is to execute the outer loop in procedures such as pmap_protect() many more times than necessary. Reviewed by: tegge Revision Changes Path 1.522 +7 -14 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 07:40:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6612916A41F; Fri, 19 Aug 2005 07:40:18 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BDA43D49; Fri, 19 Aug 2005 07:40:18 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J7eH4R010739; Fri, 19 Aug 2005 07:40:18 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J7eHl9010734; Fri, 19 Aug 2005 07:40:17 GMT (envelope-from stefanf) Message-Id: <200508190740.j7J7eHl9010734@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 19 Aug 2005 07:40:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/c99 index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 07:40:18 -0000 stefanf 2005-08-19 07:40:17 UTC FreeBSD doc repository (src committer) Modified files: en/projects/c99 index.sgml Log: Mark getgrgid_r() and getgrnam_r() as done. Revision Changes Path 1.95 +3 -3 www/en/projects/c99/index.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 08:37:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C782C16A41F; Fri, 19 Aug 2005 08:37:17 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8661D43D45; Fri, 19 Aug 2005 08:37:17 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J8bHLB012906; Fri, 19 Aug 2005 08:37:17 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J8bHfV012905; Fri, 19 Aug 2005 08:37:17 GMT (envelope-from stefanf) Message-Id: <200508190837.j7J8bHfV012905@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 19 Aug 2005 08:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include pthread.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 08:37:18 -0000 stefanf 2005-08-19 08:37:16 UTC FreeBSD src repository Modified files: include pthread.h Log: Remove parameter names, the identifiers were in the user namespace. Revision Changes Path 1.37 +3 -5 src/include/pthread.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 08:44:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254DC16A430 for ; Fri, 19 Aug 2005 08:44:30 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 6525B43D53 for ; Fri, 19 Aug 2005 08:44:29 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 8716 invoked by uid 399); 19 Aug 2005 08:32:42 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 19 Aug 2005 08:32:42 -0000 Received: (qmail 95048 invoked by uid 399); 19 Aug 2005 08:32:42 -0000 Received: from 69-175-228-47.vnnyca.adelphia.net (HELO ?192.168.1.101?) (dougb@dougbarton.net@69.175.228.47) by mail1.fluidhosting.com with SMTP; 19 Aug 2005 08:32:42 -0000 Message-ID: <43059925.3090701@FreeBSD.org> Date: Fri, 19 Aug 2005 01:32:37 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050726) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Colin Percival References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> In-Reply-To: <200508190356.j7J3uj5D095435@repoman.freebsd.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 08:44:30 -0000 Colin Percival wrote: > cperciva 2005-08-19 03:56:45 UTC > > FreeBSD src repository > > Modified files: > sys/conf newvers.sh > Log: > Forced commit to note that the preceeding commit also makes it possible > to override the BRANCH specified in newvers.sh via a BRANCH_OVERRIDE > environment variable. This is useful for my FreeBSD Update builds, and > might possibly be useful for someone else at some point. > > Revision Changes Path > 1.72 +0 -0 src/sys/conf/newvers.sh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh.diff?&r1=1.71&r2=1.72&f=h I have 3 comments about this commit, none of which are intended to be critical. 1. A "better" way (IMO) to write: if [ "X${BRANCH_OVERRIDE}" != "X" ]; then is case "${BRANCH_OVERRIDE}" in '') ;; *) BRANCH=${BRANCH_OVERRIDE} ;; esac The original reason for writing it this way was to avoid the call to test(1), because case is a shell builtin. This is a style issue, and not a "must have," but I thought I'd mention it. 2. I've had the following in my newvers.sh file for years, it helps me identify exactly when a given kernel was built (which may or may not coincide with the age of the sources): RELEASE="${REVISION}-${BRANCH}-`/bin/date +%m%d`" I like your override idea here, but I'd rather not have to keep track of what the current value of $BRANCH is so that I can include it in my own override variable. What would be more useful to me (and arguably more useful in general, although once again I will not press the point) would be some way to add a string to the BRANCH or RELEASE variables. This would also allow you to simplify the code. I'd have done the following: Index: newvers.sh =================================================================== RCS file: /usr/local/ncvs/src/sys/conf/newvers.sh,v retrieving revision 1.70 diff -u -r1.70 newvers.sh --- newvers.sh 11 Jul 2005 08:34:49 -0000 1.70 +++ newvers.sh 19 Aug 2005 08:25:12 -0000 @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="7.0" -BRANCH="CURRENT" +BRANCH="CURRENT${BRANCH_TAG}" RELEASE="${REVISION}-${BRANCH}" VERSION="${TYPE} ${RELEASE}" This will be a noop when not defined, but then I could do something like this in my build environment: BRANCH_TAG="-`/bin/date +%m%d`" and have it work. You are of course free to ignore all this blathering, it's just a suggestion. :) 3. Even in the hectic environment leading up to a release, I dislike insta-MFCs. I admire your desire to get as much done in as short a time as possible, but everyone makes mistakes, and even a 24 hour period between a commit to HEAD and an MFC can make life easier for everyone in the case of an error, and generally does not "cost" us anything. This is simply an opinion, and a request to think about the topic. It is not a specific objection to this commit. Hope this helps, Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Fri Aug 19 08:48:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816D816A41F; Fri, 19 Aug 2005 08:48:05 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDA043D45; Fri, 19 Aug 2005 08:48:05 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J8m53g020120; Fri, 19 Aug 2005 08:48:05 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J8m4TE020119; Fri, 19 Aug 2005 08:48:04 GMT (envelope-from le) Message-Id: <200508190848.j7J8m4TE020119@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 19 Aug 2005 08:48:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_drive.c geom_vinum_plex.c geom_vinum_rm.c geom_vinum_var.h geom_vinum_volume.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 08:48:05 -0000 le 2005-08-19 08:48:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/vinum geom_vinum.c geom_vinum_drive.c geom_vinum_plex.c geom_vinum_rm.c geom_vinum_var.h geom_vinum_volume.c Log: MFC: geom_vinum.c rev. 1.17 geom_vinum_drive.c rev. 1.19 geom_vinum_plex.c rev. 1.16 geom_vinum_rm.c rev. 1.7 geom_vinum_var.h rev. 1.9, 1.10 geom_vinum_volume.c rev. 1.9 Approved by: re (kensmith) Revision Changes Path 1.16.2.1 +2 -0 src/sys/geom/vinum/geom_vinum.c 1.18.2.1 +6 -1 src/sys/geom/vinum/geom_vinum_drive.c 1.15.2.1 +4 -1 src/sys/geom/vinum/geom_vinum_plex.c 1.6.2.1 +7 -9 src/sys/geom/vinum/geom_vinum_rm.c 1.8.2.1 +2 -0 src/sys/geom/vinum/geom_vinum_var.h 1.8.2.1 +35 -25 src/sys/geom/vinum/geom_vinum_volume.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 08:50:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5554C16A420; Fri, 19 Aug 2005 08:50:44 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C54D043D58; Fri, 19 Aug 2005 08:50:42 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J8ogWZ020214; Fri, 19 Aug 2005 08:50:42 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J8ogSM020213; Fri, 19 Aug 2005 08:50:42 GMT (envelope-from novel) Message-Id: <200508190850.j7J8ogSM020213@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 19 Aug 2005 08:50:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/eric Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 08:50:44 -0000 novel 2005-08-19 08:50:42 UTC FreeBSD ports repository Modified files: devel/eric Makefile pkg-plist Log: Fix plist. Reported by: pointyhat via kris Tested by: garga Approved by: portmgr (kris) Revision Changes Path 1.13 +1 -0 ports/devel/eric/Makefile 1.5 +3 -0 ports/devel/eric/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 08:53:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E4716A41F; Fri, 19 Aug 2005 08:53:32 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep16-int.chello.at (viefep16-int.chello.at [213.46.255.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D2543D48; Fri, 19 Aug 2005 08:53:30 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep16-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050819085328.CYMG1647.viefep16-int.chello.at@wombat.fafoe.narf.at>; Fri, 19 Aug 2005 10:53:28 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 25801F6; Fri, 19 Aug 2005 10:53:28 +0200 (CEST) Date: Fri, 19 Aug 2005 10:53:27 +0200 From: Stefan Farfeleder To: Doug Barton Message-ID: <20050819085325.GT21905@wombat.fafoe.narf.at> References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <43059925.3090701@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43059925.3090701@FreeBSD.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 08:53:32 -0000 On Fri, Aug 19, 2005 at 01:32:37AM -0700, Doug Barton wrote: > 1. A "better" way (IMO) to write: > > if [ "X${BRANCH_OVERRIDE}" != "X" ]; then > > is > > case "${BRANCH_OVERRIDE}" in > '') ;; > *) BRANCH=${BRANCH_OVERRIDE} ;; > esac > > The original reason for writing it this way was to avoid the call to > test(1), because case is a shell builtin. This is a style issue, and not a > "must have," but I thought I'd mention it. [ is a shell built-in too. Stefan From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:14:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C87F316A41F; Fri, 19 Aug 2005 09:14:20 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204F443D46; Fri, 19 Aug 2005 09:14:20 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 91A066147; Fri, 19 Aug 2005 11:14:02 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id 7DDD460F7; Fri, 19 Aug 2005 11:14:02 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 0FE6233D44; Fri, 19 Aug 2005 11:14:14 +0200 (CEST) To: Doug Barton References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <43059925.3090701@FreeBSD.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 19 Aug 2005 11:14:14 +0200 In-Reply-To: <43059925.3090701@FreeBSD.org> (Doug Barton's message of "Fri, 19 Aug 2005 01:32:37 -0700") Message-ID: <867jeiguft.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Tests: ALL_TRUSTED,AWL,BAYES_00,UPPERCASE_25_50 X-Spam-Learn: ham X-Spam-Score: -5.2/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on tim.des.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Colin Percival Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 09:14:21 -0000 Doug Barton writes: > 1. A "better" way (IMO) to write: > > if [ "X${BRANCH_OVERRIDE}" !=3D "X" ]; then > > is > > case "${BRANCH_OVERRIDE}" in > '') ;; > *) BRANCH=3D${BRANCH_OVERRIDE} ;; > esac ITYM [ -z "${BRANCH_OVERRIDE}" ] DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:22:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF4116A41F; Fri, 19 Aug 2005 09:22:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC52543D45; Fri, 19 Aug 2005 09:22:24 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j7J9MKW7058251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Aug 2005 13:22:20 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j7J9MJ5q058250; Fri, 19 Aug 2005 13:22:19 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 19 Aug 2005 13:22:19 +0400 From: Gleb Smirnoff To: Jeremie Le Hen Message-ID: <20050819092219.GB57615@cell.sick.ru> References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> <20050818232116.GS659@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050818232116.GS659@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 09:22:25 -0000 On Fri, Aug 19, 2005 at 01:21:16AM +0200, Jeremie Le Hen wrote: J> > FreeBSD src repository J> > J> > Modified files: J> > sys/netinet in.c J> > Log: J> > In order to support CARP interfaces kernel was taught to handle more J> > than one interface in one subnet. However, some userland apps rely on J> > the believe that this configuration is impossible. J> > J> > Add a sysctl switch net.inet.ip.same_prefix_carp_only. If the switch J> > is on, then kernel will refuse to add an additional interface to J> > already connected subnet unless the interface is CARP. Default J> > value is off. J> > J> > PR: bin/82306 J> > In collaboration with: mlaier J> J> First, thanks for you work. J> Do you plan to drop a line about this in a manual page ? I would like J> to help you on this, but I don't think I'm the good guy to do it, J> since I don't even use carp(4) interfaces. The question is which man page to choose, so that people interested in disabling this feature would find it themselves. Definitely not carp(4). May be ip(4)? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:26:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A3616A41F; Fri, 19 Aug 2005 09:26:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CDF43D48; Fri, 19 Aug 2005 09:26:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J9Q250020866; Fri, 19 Aug 2005 09:26:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J9Q2tn020865; Fri, 19 Aug 2005 09:26:02 GMT (envelope-from pav) Message-Id: <200508190926.j7J9Q2tn020865@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 09:26:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 09:26:03 -0000 pav 2005-08-19 09:26:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: 20.4.13 Update /stand: - Clarify that /stand does not exists in 6.0 and later, it is present on all 5.X installation CDs (including 5.4) PR: docs/84730 (inspired by) Submitted by: Jimmie James Approved by: keramida (mentor) Revision Changes Path 1.217 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:29:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC7616A41F; Fri, 19 Aug 2005 09:29:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D4D43D48; Fri, 19 Aug 2005 09:29:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J9TPk0020958; Fri, 19 Aug 2005 09:29:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J9TPPL020957; Fri, 19 Aug 2005 09:29:25 GMT (envelope-from glebius) Message-Id: <200508190929.j7J9TPPL020957@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 19 Aug 2005 09:29:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ping ping.8 ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 09:29:26 -0000 glebius 2005-08-19 09:29:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ping ping.8 ping.c Log: MFC: Implement a new feature for ping(8) - sweeping pings. In a sweeping ping ICMP payload of packets being sent is increased with given step. Sweeping pings are useful for testing problematic channels, MTU issues or traffic policing functions in networks. PR: bin/82625 Submitted by: Chris Hellberg (with some cleanups) Approved by: re (kensmith) Revision Changes Path 1.51.8.1 +24 -1 src/sbin/ping/ping.8 1.106.2.1 +93 -6 src/sbin/ping/ping.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:31:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 465FE16A41F; Fri, 19 Aug 2005 09:31:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0267443D48; Fri, 19 Aug 2005 09:31:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J9VX7g021044; Fri, 19 Aug 2005 09:31:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J9VXFV021043; Fri, 19 Aug 2005 09:31:33 GMT (envelope-from pav) Message-Id: <200508190931.j7J9VXFV021043@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 09:31:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 09:31:34 -0000 pav 2005-08-19 09:31:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: 8.3 Building and Installing a Custom Kernel - Reemphasise the need of full source set for 'make buildkernel' PR: docs/75864 (inspired by) Submitted by: Eli K. Breen Approved by: keramida (mentor) Revision Changes Path 1.157 +6 -0 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:40:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C6F16A41F; Fri, 19 Aug 2005 09:40:11 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D494A43D48; Fri, 19 Aug 2005 09:40:10 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix3-1.free.fr (Postfix) with ESMTP id 9A98417348C; Fri, 19 Aug 2005 11:40:09 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 6AF044080; Fri, 19 Aug 2005 11:40:38 +0200 (CEST) Date: Fri, 19 Aug 2005 11:40:38 +0200 From: Jeremie Le Hen To: Gleb Smirnoff Message-ID: <20050819094038.GV659@obiwan.tataz.chchile.org> References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> <20050818232116.GS659@obiwan.tataz.chchile.org> <20050819092219.GB57615@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050819092219.GB57615@cell.sick.ru> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Jeremie Le Hen , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 09:40:11 -0000 Gleb, > J> > Add a sysctl switch net.inet.ip.same_prefix_carp_only. If the switch > J> > is on, then kernel will refuse to add an additional interface to > J> > already connected subnet unless the interface is CARP. Default > J> > value is off. > J> > J> First, thanks for you work. > J> Do you plan to drop a line about this in a manual page ? I would like > J> to help you on this, but I don't think I'm the good guy to do it, > J> since I don't even use carp(4) interfaces. > > The question is which man page to choose, so that people interested in > disabling this feature would find it themselves. Definitely not carp(4). > May be ip(4)? This sysctl is definitely carp(4)-centric, this is underlined by its name :-). I'm not sure why you don't want to put this is carp(4) manpage. Is it to make easier the future imports of the carp(4) subsystem from OpenBSD ? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:46:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE1116A41F; Fri, 19 Aug 2005 09:46:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A2643D45; Fri, 19 Aug 2005 09:46:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j7J9kPgp058492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Aug 2005 13:46:26 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j7J9kPxJ058491; Fri, 19 Aug 2005 13:46:25 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 19 Aug 2005 13:46:25 +0400 From: Gleb Smirnoff To: Jeremie Le Hen Message-ID: <20050819094625.GD57615@cell.sick.ru> References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> <20050818232116.GS659@obiwan.tataz.chchile.org> <20050819092219.GB57615@cell.sick.ru> <20050819094038.GV659@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050819094038.GV659@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 09:46:28 -0000 On Fri, Aug 19, 2005 at 11:40:38AM +0200, Jeremie Le Hen wrote: J> This sysctl is definitely carp(4)-centric, this is underlined by its J> name :-). I'm not sure why you don't want to put this is carp(4) J> manpage. Is it to make easier the future imports of the carp(4) J> subsystem from OpenBSD ? The people, looking for this sysctl, in most cases don't use CARP. It'll be strange to search for the answer in manpage for facility, that you don't use. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Aug 19 09:58:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79FB516A41F; Fri, 19 Aug 2005 09:58:21 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB0243D46; Fri, 19 Aug 2005 09:58:21 +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 j7J9wLMS022229; Fri, 19 Aug 2005 09:58:21 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J9wK7e022228; Fri, 19 Aug 2005 09:58:20 GMT (envelope-from remko) Message-Id: <200508190958.j7J9wK7e022228@repoman.freebsd.org> From: Remko Lodder Date: Fri, 19 Aug 2005 09:58:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 09:58:21 -0000 remko 2005-08-19 09:58:20 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document four vulnerabilities in openvpn: * openvpn -- multiple TCP clients connecting with the same certificate at the same time can crash the server * openvpn -- denial of service: malicious authenticated "tap" client can deplete server virtual memory * openvpn -- denial of service: undecryptable packet from authorized client can disconnect unrelated clients * openvpn -- denial of service: client certificate validation can disconnect unrelated clients Approved by: portsmgr (blanket VuXML) Submitted by: Matthias Andree Revision Changes Path 1.794 +124 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 10:02:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E1116A41F; Fri, 19 Aug 2005 10:02:06 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337F943D48; Fri, 19 Aug 2005 10:02:06 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JA26dS022489; Fri, 19 Aug 2005 10:02:06 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JA26rV022488; Fri, 19 Aug 2005 10:02:06 GMT (envelope-from skv) Message-Id: <200508191002.j7JA26rV022488@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 19 Aug 2005 10:02:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/firebird-client Makefile ports/databases/firebird-server Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 10:02:06 -0000 skv 2005-08-19 10:02:05 UTC FreeBSD ports repository Modified files: databases/firebird-client Makefile databases/firebird-server Makefile pkg-plist Log: * fix permissions: chmod 0550 /var/db/firebird/UDF/*.so /var/db/firebird/intl/* * pkg-plist: fix @unexec order, unbreak package building (remove absolute paths from .tar) Approved by: portmgr (krion) Revision Changes Path 1.39 +1 -0 ports/databases/firebird-client/Makefile 1.47 +14 -13 ports/databases/firebird-server/Makefile 1.13 +9 -9 ports/databases/firebird-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 10:03:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FEDF16A41F; Fri, 19 Aug 2005 10:03:21 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E3143D46; Fri, 19 Aug 2005 10:03:21 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix4-1.free.fr (Postfix) with ESMTP id 488EF3178DA; Fri, 19 Aug 2005 12:03:20 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 99CEF405A; Fri, 19 Aug 2005 12:03:49 +0200 (CEST) Date: Fri, 19 Aug 2005 12:03:49 +0200 From: Jeremie Le Hen To: Gleb Smirnoff Message-ID: <20050819100349.GY659@obiwan.tataz.chchile.org> References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> <20050818232116.GS659@obiwan.tataz.chchile.org> <20050819092219.GB57615@cell.sick.ru> <20050819094038.GV659@obiwan.tataz.chchile.org> <20050819094625.GD57615@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050819094625.GD57615@cell.sick.ru> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Jeremie Le Hen , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 10:03:21 -0000 > J> This sysctl is definitely carp(4)-centric, this is underlined by its > J> name :-). I'm not sure why you don't want to put this is carp(4) > J> manpage. Is it to make easier the future imports of the carp(4) > J> subsystem from OpenBSD ? > > The people, looking for this sysctl, in most cases don't use CARP. > It'll be strange to search for the answer in manpage for facility, > that you don't use. Ok I understand, so I'd vote for the inet(4) manual page, what do you think about this ? Documentation people should have the correct answer, however. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Fri Aug 19 10:04:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69EF916A41F; Fri, 19 Aug 2005 10:04:32 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D7443D55; Fri, 19 Aug 2005 10:04:32 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JA4WD0022754; Fri, 19 Aug 2005 10:04:32 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JA4WET022753; Fri, 19 Aug 2005 10:04:32 GMT (envelope-from garga) Message-Id: <200508191004.j7JA4WET022753@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 Aug 2005 10:04:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qsheff Makefile distinfo pkg-plist ports/mail/qsheff/files patch-Makefile.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 10:04:32 -0000 garga 2005-08-19 10:04:31 UTC FreeBSD ports repository Modified files: mail/qsheff Makefile distinfo pkg-plist Removed files: mail/qsheff/files patch-Makefile.in pkg-message.in Log: - Update to 1.0-r3 and make it fetchable again - Add MASTER_SITE_SOURCEFORGE on MASTER_SITES PR: ports/84505 Submitted by: maintainer Reworked by: myself Approved by: portmgr (krion), maintainer Revision Changes Path 1.2 +6 -14 ports/mail/qsheff/Makefile 1.2 +2 -2 ports/mail/qsheff/distinfo 1.2 +0 -11 ports/mail/qsheff/files/patch-Makefile.in (dead) 1.2 +0 -9 ports/mail/qsheff/files/pkg-message.in (dead) 1.2 +6 -5 ports/mail/qsheff/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 10:48:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CB416A41F; Fri, 19 Aug 2005 10:48:55 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 116E843D66; Fri, 19 Aug 2005 10:48:52 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JAmqqK024550; Fri, 19 Aug 2005 10:48:52 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JAmqXw024549; Fri, 19 Aug 2005 10:48:52 GMT (envelope-from keramida) Message-Id: <200508191048.j7JAmqXw024549@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 19 Aug 2005 10:48:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 10:48:55 -0000 keramida 2005-08-19 10:48:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Add missing closing parenthesis. Submitted by: Marco Trentini Revision Changes Path 1.327 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 10:50:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE6716A41F; Fri, 19 Aug 2005 10:50:52 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FF843D53; Fri, 19 Aug 2005 10:50:51 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1808252C84; Fri, 19 Aug 2005 12:50:50 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id EE9E352BC4; Fri, 19 Aug 2005 12:50:43 +0200 (CEST) Date: Fri, 19 Aug 2005 12:50:30 +0200 From: Pawel Jakub Dawidek To: Gleb Smirnoff Message-ID: <20050819105030.GA21893@garage.freebsd.pl> References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> <20050818232116.GS659@obiwan.tataz.chchile.org> <20050819092219.GB57615@cell.sick.ru> <20050819094038.GV659@obiwan.tataz.chchile.org> <20050819094625.GD57615@cell.sick.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20050819094625.GD57615@cell.sick.ru> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Jeremie Le Hen , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 10:50:52 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 19, 2005 at 01:46:25PM +0400, Gleb Smirnoff wrote: +> On Fri, Aug 19, 2005 at 11:40:38AM +0200, Jeremie Le Hen wrote: +> J> This sysctl is definitely carp(4)-centric, this is underlined by its +> J> name :-). I'm not sure why you don't want to put this is carp(4) +> J> manpage. Is it to make easier the future imports of the carp(4) +> J> subsystem from OpenBSD ? +>=20 +> The people, looking for this sysctl, in most cases don't use CARP. +> It'll be strange to search for the answer in manpage for facility, +> that you don't use. We should really consider documenting ALL sysctls in one file. Even if documentation will look like "see something(4)", where the detailed description is. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDBbl2ForvXbEpPzQRAnuPAKCSFJoEUxU06altdmI9X627OzY3TgCfUFUG XHGCypT4IjKYQXyNN+UCI9g= =AMQF -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From owner-cvs-all@FreeBSD.ORG Fri Aug 19 10:55:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8869D16A41F; Fri, 19 Aug 2005 10:55:30 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C5143D55; Fri, 19 Aug 2005 10:55:30 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id F05C9BC66; Fri, 19 Aug 2005 10:55:27 +0000 (UTC) To: Pawel Jakub Dawidek From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 19 Aug 2005 12:50:30 +0200." <20050819105030.GA21893@garage.freebsd.pl> Date: Fri, 19 Aug 2005 12:55:27 +0200 Message-ID: <28774.1124448927@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , Jeremie Le Hen , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 10:55:30 -0000 In message <20050819105030.GA21893@garage.freebsd.pl>, Pawel Jakub Dawidek writes: >We should really consider documenting ALL sysctls in one file. >Even if documentation will look like "see something(4)", where the >detailed description is. Now that we have the description field compiled in, it would seem obvious to put a manual page reference in that field. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:02:11 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F6F16A41F; Fri, 19 Aug 2005 11:02:11 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B91A43D46; Fri, 19 Aug 2005 11:02:06 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0ILG001QGUNG7B@ms-dienst.rz.rwth-aachen.de>; Fri, 19 Aug 2005 13:02:05 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Fri, 19 Aug 2005 13:02:03 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j7JB23fp016465; Fri, 19 Aug 2005 13:02:03 +0200 (MEST) Received: from moria.hitnet.rwth-aachen.de ([137.226.181.149] helo=haakonia.hitnet.rwth-aachen.de) by bigboss.hitnet.rwth-aachen.de with esmtp (Exim 3.35 #1 (Debian)) id 1E64dP-0007ck-00; Fri, 19 Aug 2005 13:02:03 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 11CF428446; Fri, 19 Aug 2005 13:01:33 +0200 (CEST) Date: Fri, 19 Aug 2005 13:01:32 +0200 From: Christian Brueffer In-reply-to: <20050819105030.GA21893@garage.freebsd.pl> To: Pawel Jakub Dawidek Message-id: <20050819110132.GD1769@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=ieNMXl1Fr3cevapt; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 7.0-CURRENT X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200508181034.j7IAYUSS015059@repoman.freebsd.org> <20050818232116.GS659@obiwan.tataz.chchile.org> <20050819092219.GB57615@cell.sick.ru> <20050819094038.GV659@obiwan.tataz.chchile.org> <20050819094625.GD57615@cell.sick.ru> <20050819105030.GA21893@garage.freebsd.pl> Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , Jeremie Le Hen , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 11:02:11 -0000 --ieNMXl1Fr3cevapt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 19, 2005 at 12:50:30PM +0200, Pawel Jakub Dawidek wrote: > On Fri, Aug 19, 2005 at 01:46:25PM +0400, Gleb Smirnoff wrote: > +> On Fri, Aug 19, 2005 at 11:40:38AM +0200, Jeremie Le Hen wrote: > +> J> This sysctl is definitely carp(4)-centric, this is underlined by its > +> J> name :-). I'm not sure why you don't want to put this is carp(4) > +> J> manpage. Is it to make easier the future imports of the carp(4) > +> J> subsystem from OpenBSD ? > +>=20 > +> The people, looking for this sysctl, in most cases don't use CARP. > +> It'll be strange to search for the answer in manpage for facility, > +> that you don't use. >=20 > We should really consider documenting ALL sysctls in one file. > Even if documentation will look like "see something(4)", where the > detailed description is. >=20 Tom Rhodes is working on that. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --ieNMXl1Fr3cevapt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFDBbwMbHYXjKDtmC0RAoCtAKDWVWMRPsxtR4lIQSxR859DLflTMACfXCJE mIShklu1j1KoJvpJKQ7TDCo= =LTxs -----END PGP SIGNATURE----- --ieNMXl1Fr3cevapt-- From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:03:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B3316A41F; Fri, 19 Aug 2005 11:03:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4B543D46; Fri, 19 Aug 2005 11:03:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JB3nnM025132; Fri, 19 Aug 2005 11:03:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JB3nqL025131; Fri, 19 Aug 2005 11:03:49 GMT (envelope-from pjd) Message-Id: <200508191103.j7JB3nqL025131@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 11:03:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jls jls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 11:03:50 -0000 pjd 2005-08-19 11:03:49 UTC FreeBSD src repository Modified files: usr.sbin/jls jls.c Log: Sync code with the error report: calloc(number, 1) is equivalent to malloc(number). Revision Changes Path 1.5 +1 -1 src/usr.sbin/jls/jls.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:09:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE6D16A41F; Fri, 19 Aug 2005 11:09:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF4543D48; Fri, 19 Aug 2005 11:09:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JB9B4V025385; Fri, 19 Aug 2005 11:09:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JB9BX9025384; Fri, 19 Aug 2005 11:09:11 GMT (envelope-from pjd) Message-Id: <200508191109.j7JB9BX9025384@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 11:09:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/jls jls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 11:09:12 -0000 pjd 2005-08-19 11:09:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/jls jls.c Log: MFC: usr.sbin/jls/jls.c 1.4,1.5 Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM in sysctl_jail_list(). Because of this, jls(8) could enter into an endless loop. The strange thing is, that we can call jls(8) while the other one is in loop and it will succeed - SYSCTL_OUT() will not return ENOMEM there. Approved by: re (kensmith) Revision Changes Path 1.3.12.1 +17 -11 src/usr.sbin/jls/jls.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:45:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F1816A41F; Fri, 19 Aug 2005 11:45:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7773B43D45; Fri, 19 Aug 2005 11:45:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JBjQVY027461; Fri, 19 Aug 2005 11:45:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JBjQF1027460; Fri, 19 Aug 2005 11:45:26 GMT (envelope-from pav) Message-Id: <200508191145.j7JBjQF1027460@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 11:45:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc28 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 11:45:26 -0000 pav 2005-08-19 11:45:26 UTC FreeBSD ports repository Modified files: lang/gcc28 Makefile pkg-plist Log: - Fix INFO handling, fixing plist on 6.0 (different makeinfo there) Reported by: krionmail Approved by: portmgr (krion) Approved by: maintainer Revision Changes Path 1.56 +2 -4 ports/lang/gcc28/Makefile 1.13 +1 -38 ports/lang/gcc28/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:46:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 488A516A41F; Fri, 19 Aug 2005 11:46:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B5F43D48; Fri, 19 Aug 2005 11:46:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JBkX77027520; Fri, 19 Aug 2005 11:46:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JBkXDc027519; Fri, 19 Aug 2005 11:46:33 GMT (envelope-from pav) Message-Id: <200508191146.j7JBkXDc027519@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 11:46:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gvd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 11:46:34 -0000 pav 2005-08-19 11:46:33 UTC FreeBSD ports repository Modified files: devel/gvd Makefile Log: - Less naive, but this time working stab on -O2 CFLAGS problem Reported by: krionmail Approved by: portmgr (krion) Revision Changes Path 1.11 +2 -2 ports/devel/gvd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:51:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F08E16A425 for ; Fri, 19 Aug 2005 11:51:06 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA6143D55 for ; Fri, 19 Aug 2005 11:51:04 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 79113 invoked by uid 89); 19 Aug 2005 11:50:21 -0000 Message-ID: <20050819115021.79112.qmail@avocado.salatschuessel.net> References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <43059925.3090701@FreeBSD.org> <867jeiguft.fsf@xps.des.no> In-Reply-To: <867jeiguft.fsf@xps.des.no> From: "Oliver Lehmann" To: des@des.no (Dag-Erling =?utf-8?B?U23DuHJncmF2?=) Date: Fri, 19 Aug 2005 13:50:21 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Doug Barton , Colin Percival , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 11:51:06 -0000 Dag-Erling Sm=C3=B8rgrav writes: > Doug Barton writes: >> 1. A "better" way (IMO) to write: >> >> if [ "X${BRANCH_OVERRIDE}" !=3D "X" ]; then >> >> is >> >> case "${BRANCH_OVERRIDE}" in >> '')=09;; >> *)=09BRANCH=3D${BRANCH_OVERRIDE} ;; >> esac > > ITYM [ -z "${BRANCH_OVERRIDE}" ] The "original" reason why the "X-comparing" was used is that there are so= me ancient test/shell implementations with problems in case the variable to test starts with a minus-sign (-) because this will be interpreted as an argument. But since newvers.sh is only expected to run on FreeBSD it is n= ot really needed but doesn't hurt too. Greetings, Oliver From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:51:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC3CC16A55E; Fri, 19 Aug 2005 11:51:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A839B43D46; Fri, 19 Aug 2005 11:51:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JBpfNC027721; Fri, 19 Aug 2005 11:51:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JBpfPQ027720; Fri, 19 Aug 2005 11:51:41 GMT (envelope-from davidxu) Message-Id: <200508191151.j7JBpfPQ027720@repoman.freebsd.org> From: David Xu Date: Fri, 19 Aug 2005 11:51:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 11:51:42 -0000 davidxu 2005-08-19 11:51:41 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Move up code for testing KEF_HOLD to avoid ke_cpu being changed unexpectly for PRI_ITHD and PRI_REALTIME threads. Revision Changes Path 1.157 +8 -8 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 11:54:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC9916A41F; Fri, 19 Aug 2005 11:54:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5712C43D46; Fri, 19 Aug 2005 11:54:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JBsOSI027809; Fri, 19 Aug 2005 11:54:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JBsOqQ027808; Fri, 19 Aug 2005 11:54:24 GMT (envelope-from pav) Message-Id: <200508191154.j7JBsOqQ027808@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 11:54:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 11:54:24 -0000 pav 2005-08-19 11:54:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: 6.2 Browsers - Remove a chapter on Java and Flash plugins for Mozilla, it was obsolete (jdk13 is not actual anymore, neither is Flash 5) - Replace them by two new chapters, one on Java plugin (documenting current state of jdk15 port), second for linuxpluginwrapper which allows users to run the Linux versions of Flash 6, Realplayer and Adobe Acrobat plugins Approved by: keramida (mentor) Revision Changes Path 1.55 +45 -37 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:03:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72EBA16A41F; Fri, 19 Aug 2005 12:03:10 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5100A43D78; Fri, 19 Aug 2005 12:03:05 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JC352p028234; Fri, 19 Aug 2005 12:03:05 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JC350O028233; Fri, 19 Aug 2005 12:03:05 GMT (envelope-from garga) Message-Id: <200508191203.j7JC350O028233@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 Aug 2005 12:03:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Lingua-Ident Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 12:03:10 -0000 garga 2005-08-19 12:03:05 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Ident Makefile distinfo Log: - Update to 1.5 and unbreak on perl >= 5.8 PR: ports/84229 Submitted by: leeym Approved by: portmgr (krion), submitter timeout Revision Changes Path 1.4 +2 -9 ports/textproc/p5-Lingua-Ident/Makefile 1.3 +2 -2 ports/textproc/p5-Lingua-Ident/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:04:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D6816A420; Fri, 19 Aug 2005 12:04:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F1C43D8E; Fri, 19 Aug 2005 12:04:20 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JC4KO4028283; Fri, 19 Aug 2005 12:04:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JC4KIB028282; Fri, 19 Aug 2005 12:04:20 GMT (envelope-from pjd) Message-Id: <200508191204.j7JC4KIB028282@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 12:04:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 12:04:28 -0000 pjd 2005-08-19 12:04:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/opencrypto cryptodev.c Log: MFC: sys/opencrypto/cryptodev.c 1.26 Fix bogus check. It was possible to panic the kernel by giving 0 length. This is actually a local DoS, as every user can use /dev/crypto if there is crypto hardware in the system and cryptodev.ko is loaded (or compiled into the kernel). Reported by: Mike Tancsa Security: Local DoS on systems with crypto HW and with /dev/crypto available Approved by: re (kensmith) Revision Changes Path 1.25.2.1 +4 -2 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:06:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C42DC16A41F; Fri, 19 Aug 2005 12:06:43 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CF843D53; Fri, 19 Aug 2005 12:06:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JC6edu028470; Fri, 19 Aug 2005 12:06:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JC6eDu028469; Fri, 19 Aug 2005 12:06:40 GMT (envelope-from pjd) Message-Id: <200508191206.j7JC6eDu028469@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 12:06:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 12:06:43 -0000 pjd 2005-08-19 12:06:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/opencrypto cryptodev.c Log: MFC: sys/opencrypto/cryptodev.c 1.26 Fix bogus check. It was possible to panic the kernel by giving 0 length. This is actually a local DoS, as every user can use /dev/crypto if there is crypto hardware in the system and cryptodev.ko is loaded (or compiled into the kernel). Reported by: Mike Tancsa Security: Local DoS on systems with crypto HW and with /dev/crypto available Revision Changes Path 1.22.2.2 +4 -2 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:17:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5F516A41F; Fri, 19 Aug 2005 12:17:48 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0C843D46; Fri, 19 Aug 2005 12:17:47 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JCHlGk028973; Fri, 19 Aug 2005 12:17:47 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JCHloe028972; Fri, 19 Aug 2005 12:17:47 GMT (envelope-from rodrigc) Message-Id: <200508191217.j7JCHloe028972@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 19 Aug 2005 12:17:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 VOP_LISTEXTATTR.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 12:17:48 -0000 rodrigc 2005-08-19 12:17:47 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LISTEXTATTR.9 Log: Update man page to reflect the fact that VOP_LISTEXTATTR does not return a list of ASCII NUL terminated strings. Instead, a list of attribute names is returned, where each list entry consists of one byte for the name length, followed by the name, without a terminating ASCII NUL. This in similar to change 1.17 to extattr_get_file.2 Reviewed by: rwatson, ru Revision Changes Path 1.7 +7 -5 src/share/man/man9/VOP_LISTEXTATTR.9 From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:40:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8570816A41F; Fri, 19 Aug 2005 12:40:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B02543D48; Fri, 19 Aug 2005 12:40:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JCeWLk030058; Fri, 19 Aug 2005 12:40:32 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JCeWvI030057; Fri, 19 Aug 2005 12:40:32 GMT (envelope-from nyan) Message-Id: <200508191240.j7JCeWvI030057@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Aug 2005 12:40:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_pc98.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 12:40:33 -0000 nyan 2005-08-19 12:40:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_pc98.c Log: MFC: revision 1.54 (Implement g_ctl api). Approved by: re (kensmith) Revision Changes Path 1.53.2.1 +68 -6 src/sys/geom/geom_pc98.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:43:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F8016A41F; Fri, 19 Aug 2005 12:43:10 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E912243D45; Fri, 19 Aug 2005 12:43:09 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JCh95H030189; Fri, 19 Aug 2005 12:43:09 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JCh97A030188; Fri, 19 Aug 2005 12:43:09 GMT (envelope-from nyan) Message-Id: <200508191243.j7JCh97A030188@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Aug 2005 12:43:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/fdisk_pc98 Makefile fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 12:43:10 -0000 nyan 2005-08-19 12:43:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/fdisk_pc98 Makefile fdisk.c Log: MFC: Attempt g_ctl for metadata modification. Approved by: re (kensmith) Revision Changes Path 1.7.2.1 +3 -0 src/sbin/fdisk_pc98/Makefile 1.17.2.1 +42 -28 src/sbin/fdisk_pc98/fdisk.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:43:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3A916A41F; Fri, 19 Aug 2005 12:43:55 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990AC43D48; Fri, 19 Aug 2005 12:43:55 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JCht7X030268; Fri, 19 Aug 2005 12:43:55 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JChttM030267; Fri, 19 Aug 2005 12:43:55 GMT (envelope-from nyan) Message-Id: <200508191243.j7JChttM030267@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Aug 2005 12:43:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/boot98cfg Makefile boot98cfg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 12:43:56 -0000 nyan 2005-08-19 12:43:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/boot98cfg Makefile boot98cfg.c Log: MFC: Attempt g_ctl for metadata modification. Approved by: re (kensmith) Revision Changes Path 1.5.14.1 +4 -1 src/usr.sbin/boot98cfg/Makefile 1.5.8.1 +110 -86 src/usr.sbin/boot98cfg/boot98cfg.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 13:01:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0C16A41F; Fri, 19 Aug 2005 13:01:22 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C694343D5A; Fri, 19 Aug 2005 13:01:21 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JD1LU6037930; Fri, 19 Aug 2005 13:01:21 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JD1L6G037929; Fri, 19 Aug 2005 13:01:21 GMT (envelope-from fjoe) Message-Id: <200508191301.j7JD1L6G037929@repoman.freebsd.org> From: Max Khon Date: Fri, 19 Aug 2005 13:01:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/ftrack Makefile ports/mail/ftrack/files patch-MakeFiles-FreeBSD-Makefile patch-hpp-a_list.hpp patch-hpp-ustr.hpp patch-src-help.cpp patch-src-parsetpl.cpp patch-src-scd_do.cpp patch-src::ftrack.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 13:01:22 -0000 fjoe 2005-08-19 13:01:21 UTC FreeBSD ports repository Modified files: mail/ftrack Makefile mail/ftrack/files patch-MakeFiles-FreeBSD-Makefile patch-hpp-a_list.hpp patch-src::ftrack.cpp Added files: mail/ftrack/files patch-hpp-ustr.hpp patch-src-help.cpp patch-src-parsetpl.cpp patch-src-scd_do.cpp Log: - Unbreak on RELENG_5/6 - Remove dependency on gcc 2.95 assuming that support for gcc 2.7.2 is dropped long time ago - Bump PORTREVISION Approved by: portmgr, MAINTAINER Revision Changes Path 1.19 +3 -10 ports/mail/ftrack/Makefile 1.3 +3 -3 ports/mail/ftrack/files/patch-MakeFiles-FreeBSD-Makefile 1.2 +6 -4 ports/mail/ftrack/files/patch-hpp-a_list.hpp 1.1 +20 -0 ports/mail/ftrack/files/patch-hpp-ustr.hpp (new) 1.1 +13 -0 ports/mail/ftrack/files/patch-src-help.cpp (new) 1.1 +11 -0 ports/mail/ftrack/files/patch-src-parsetpl.cpp (new) 1.1 +18 -0 ports/mail/ftrack/files/patch-src-scd_do.cpp (new) 1.2 +13 -2 ports/mail/ftrack/files/patch-src::ftrack.cpp From owner-cvs-all@FreeBSD.ORG Fri Aug 19 13:09:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A0016A41F; Fri, 19 Aug 2005 13:09:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F8343D46; Fri, 19 Aug 2005 13:09:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JD9R6P038213; Fri, 19 Aug 2005 13:09:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JD9Rdc038212; Fri, 19 Aug 2005 13:09:27 GMT (envelope-from pav) Message-Id: <200508191309.j7JD9Rdc038212@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 13:09:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/ml Makefile ports/mail/ml/files patch-imap-4-src-osdep-unix-bezerk.c patch-impa-4-src-osdep-unix-mmdf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 13:09:28 -0000 pav 2005-08-19 13:09:27 UTC FreeBSD ports repository Modified files: mail/ml Makefile Added files: mail/ml/files patch-imap-4-src-osdep-unix-bezerk.c patch-impa-4-src-osdep-unix-mmdf.c Log: - Unbreak on 5.X and newer, fix fetch - Take maintainership PR: ports/85119 Submitted by: Matthew Luckie Approved by: portmgr (marcus) Revision Changes Path 1.20 +3 -13 ports/mail/ml/Makefile 1.1 +20 -0 ports/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c (new) 1.1 +20 -0 ports/mail/ml/files/patch-impa-4-src-osdep-unix-mmdf.c (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 19 13:29:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6651D16A41F; Fri, 19 Aug 2005 13:29:01 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CAD43D46; Fri, 19 Aug 2005 13:29: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 j7JDT1KM039000; Fri, 19 Aug 2005 13:29:01 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JDT0Ms038999; Fri, 19 Aug 2005 13:29:00 GMT (envelope-from brueffer) Message-Id: <200508191329.j7JDT0Ms038999@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 19 Aug 2005 13:29:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 13:29:01 -0000 brueffer 2005-08-19 13:29:00 UTC FreeBSD doc repository Modified files: en/news press.xml Log: "FreeBSD 6.0 will target wireless devices" article by ZDNet UK. Revision Changes Path 1.169 +17 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 13:35:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBFE16A41F; Fri, 19 Aug 2005 13:35:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E162B43D46; Fri, 19 Aug 2005 13:35:34 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JDZYlP039265; Fri, 19 Aug 2005 13:35:34 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JDZYDb039264; Fri, 19 Aug 2005 13:35:34 GMT (envelope-from davidxu) Message-Id: <200508191335.j7JDZYDb039264@repoman.freebsd.org> From: David Xu Date: Fri, 19 Aug 2005 13:35:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 13:35:35 -0000 davidxu 2005-08-19 13:35:34 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c sys_process.c Log: Fix a LOR between sched_lock and sleep queue lock. Revision Changes Path 1.215 +4 -5 src/sys/kern/kern_kse.c 1.132 +4 -2 src/sys/kern/sys_process.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 13:38:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B373316A41F; Fri, 19 Aug 2005 13:38:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA8443D46; Fri, 19 Aug 2005 13:38:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JDctta039529; Fri, 19 Aug 2005 13:38:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JDctsm039528; Fri, 19 Aug 2005 13:38:55 GMT (envelope-from pav) Message-Id: <200508191338.j7JDctsm039528@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 13:38:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/phpua-bf Makefile pkg-plist ports/games/phpua-cod Makefile pkg-plist ports/games/phpua-engine Makefile pkg-plist ports/games/phpua-hl Makefile pkg-plist ports/games/phpua-q3 Makefile pkg-plist ports/games/phpua-ut ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 13:38:55 -0000 pav 2005-08-19 13:38:55 UTC FreeBSD ports repository Modified files: games/phpua-bf Makefile pkg-plist games/phpua-cod Makefile pkg-plist games/phpua-engine Makefile pkg-plist games/phpua-hl Makefile pkg-plist games/phpua-q3 Makefile pkg-plist games/phpua-ut Makefile pkg-plist games/phpua-ut2003 Makefile pkg-plist Log: - Really fix the ownership of installed files Approved by: portmgr (kris) Revision Changes Path 1.6 +1 -1 ports/games/phpua-bf/Makefile 1.3 +1 -2 ports/games/phpua-bf/pkg-plist 1.4 +1 -1 ports/games/phpua-cod/Makefile 1.3 +1 -2 ports/games/phpua-cod/pkg-plist 1.6 +2 -2 ports/games/phpua-engine/Makefile 1.3 +1 -2 ports/games/phpua-engine/pkg-plist 1.4 +1 -1 ports/games/phpua-hl/Makefile 1.3 +1 -2 ports/games/phpua-hl/pkg-plist 1.4 +1 -1 ports/games/phpua-q3/Makefile 1.3 +1 -2 ports/games/phpua-q3/pkg-plist 1.4 +1 -1 ports/games/phpua-ut/Makefile 1.3 +1 -2 ports/games/phpua-ut/pkg-plist 1.4 +1 -1 ports/games/phpua-ut2003/Makefile 1.3 +1 -2 ports/games/phpua-ut2003/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 14:07:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045C516A420; Fri, 19 Aug 2005 14:07:57 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A25C43D60; Fri, 19 Aug 2005 14:07:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JE7tqs040713; Fri, 19 Aug 2005 14:07:55 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JE7t5d040712; Fri, 19 Aug 2005 14:07:55 GMT (envelope-from vsevolod) Message-Id: <200508191407.j7JE7t5d040712@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 19 Aug 2005 14:07:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/q Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 14:07:57 -0000 vsevolod 2005-08-19 14:07:55 UTC FreeBSD ports repository Modified files: lang/q Makefile Log: Add missed dependencies on libxml2, libxslt and libcurl. Reported by: krionmail, krismail Approved by: portmgr (krion) Revision Changes Path 1.11 +3 -2 ports/lang/q/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 19 14:52:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB2016A41F; Fri, 19 Aug 2005 14:52:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA0143D45; Fri, 19 Aug 2005 14:52:21 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JEqL8L042253; Fri, 19 Aug 2005 14:52:21 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JEqLYO042252; Fri, 19 Aug 2005 14:52:21 GMT (envelope-from glebius) Message-Id: <200508191452.j7JEqLYO042252@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 19 Aug 2005 14:52:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_ppp.c if_pppvar.h ppp_tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 14:52:22 -0000 glebius 2005-08-19 14:52:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_ppp.c if_pppvar.h ppp_tty.c Log: MFC: Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. This also eliminates recursive use of ppp_softc_list_mtx. PR: kern/84686 Reviewed by: phk Approved by: re (kensmith) Revision Changes Path 1.105.2.1 +0 -16 src/sys/net/if_ppp.c 1.23.2.1 +0 -1 src/sys/net/if_pppvar.h 1.66.2.1 +7 -7 src/sys/net/ppp_tty.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 15:08:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B0216A41F; Fri, 19 Aug 2005 15:08:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B715943D45; Fri, 19 Aug 2005 15:08:36 +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 j7JF8aOS042837; Fri, 19 Aug 2005 15:08:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JF8a2M042836; Fri, 19 Aug 2005 15:08:36 GMT (envelope-from brueffer) Message-Id: <200508191508.j7JF8a2M042836@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 19 Aug 2005 15:08:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 15:08:37 -0000 brueffer 2005-08-19 15:08:36 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Update status of the dc, pcn and sf drivers. Revision Changes Path 1.105 +8 -10 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 15:08:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF06D16A41F; Fri, 19 Aug 2005 15:08:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACFB43D46; Fri, 19 Aug 2005 15:08:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JF8h82042875; Fri, 19 Aug 2005 15:08:43 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JF8heZ042874; Fri, 19 Aug 2005 15:08:43 GMT (envelope-from glebius) Message-Id: <200508191508.j7JF8heZ042874@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 19 Aug 2005 15:08:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat if.c main.c netstat.1 netstat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 15:08:43 -0000 glebius 2005-08-19 15:08:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat if.c main.c netstat.1 netstat.h Log: MFC: Add a new switch -h for interface stats mode, which prints all interface statistics in human readable form. In collaboration with: vsevolod Reviewed by: cperciva Approved by: re (kensmith) Revision Changes Path 1.58.8.2 +17 -6 src/usr.bin/netstat/if.c 1.72.2.2 +6 -2 src/usr.bin/netstat/main.c 1.50.8.1 +5 -2 src/usr.bin/netstat/netstat.1 1.41.2.2 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 15:24:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A4A16A41F; Fri, 19 Aug 2005 15:24:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BE543D45; Fri, 19 Aug 2005 15:24:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JFOCqk043523; Fri, 19 Aug 2005 15:24:12 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JFOCOs043522; Fri, 19 Aug 2005 15:24:12 GMT (envelope-from glebius) Message-Id: <200508191524.j7JFOCOs043522@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 19 Aug 2005 15:24:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/netstat if.c main.c netstat.1 netstat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 15:24:13 -0000 glebius 2005-08-19 15:24:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/netstat if.c main.c netstat.1 netstat.h Log: MFC: Add a new switch -h for interface stats mode, which prints all interface statistics in human readable form. In collaboration with: vsevolod Reviewed by: cperciva Revision Changes Path 1.58.2.1 +17 -6 src/usr.bin/netstat/if.c 1.69.2.2 +6 -2 src/usr.bin/netstat/main.c 1.50.2.1 +5 -2 src/usr.bin/netstat/netstat.1 1.40.2.2 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 15:50:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 717F116A41F; Fri, 19 Aug 2005 15:50:45 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C07843D45; Fri, 19 Aug 2005 15:50:44 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr2so.prod.shaw.ca (pd2mr2so-qfe3.prod.shaw.ca [10.0.141.109]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILH009LA7JQGQ10@l-daemon>; Fri, 19 Aug 2005 09:40:38 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd2mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILH00M5N7JQQBE0@pd2mr2so.prod.shaw.ca>; Fri, 19 Aug 2005 09:40:38 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILH00H0D7JP8W@l-daemon>; Fri, 19 Aug 2005 09:40:38 -0600 (MDT) Date: Fri, 19 Aug 2005 08:40:37 -0700 From: Colin Percival In-reply-to: <43059925.3090701@FreeBSD.org> To: Doug Barton Message-id: <4305FD75.80501@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <43059925.3090701@FreeBSD.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 15:50:45 -0000 Doug Barton wrote: > 1. A "better" way (IMO) to write: > > if [ "X${BRANCH_OVERRIDE}" != "X" ]; then > > is > > case "${BRANCH_OVERRIDE}" in > '') ;; > *) BRANCH=${BRANCH_OVERRIDE} ;; > esac > > The original reason for writing it this way was to avoid the call to > test(1), because case is a shell builtin. This is a style issue, and not > a "must have," but I thought I'd mention it. I couldn't see anything in style(9), so I just wrote it the way I've seen most often in the FreeBSD tree; but it's good to now know _why_ I keep on seeing it written that way. :-) > I like your override idea here, but I'd rather not have to keep track of > what the current value of $BRANCH is so that I can include it in my own > override variable. What would be more useful to me (and arguably more > useful in general, although once again I will not press the point) would > be some way to add a string to the BRANCH or RELEASE variables. That wouldn't be sufficient for the purpose I have in mind. When running FreeBSD Update builds, I'll typically have a RELEASE-pX tree checked out and a security patch (which is going to get committed to the tree later); I want to be able to build tree + patch with a label of RELEASE-p{X + 1}. Of course, I could do this by applying an extra patch to the source tree before building, but the whole idea is to get rid of the local patches which I've been carrying around in FreeBSD Update. > 3. Even in the hectic environment leading up to a release, I dislike > insta-MFCs. Understood. If the -BETA3 builds hadn't been starting soon, I'd have waited the usual 72 hours. Colin Percival From owner-cvs-all@FreeBSD.ORG Fri Aug 19 15:54:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D7F316A41F; Fri, 19 Aug 2005 15:54:43 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01C843D49; Fri, 19 Aug 2005 15:54:42 +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 j7JFsgfU044567; Fri, 19 Aug 2005 15:54:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JFsg6M044566; Fri, 19 Aug 2005 15:54:42 GMT (envelope-from brueffer) Message-Id: <200508191554.j7JFsg6M044566@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 19 Aug 2005 15:54:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 15:54:43 -0000 brueffer 2005-08-19 15:54:42 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sbin/atacontrol atacontrol.8 Log: MFC: rev. 1.27 Clarify how the 'channel' argument should look like and add an example on how to obtain information on devices on an ata channel. Approved by: re (hrs) Revision Changes Path 1.26.2.1 +7 -2 src/sbin/atacontrol/atacontrol.8 From owner-cvs-all@FreeBSD.ORG Fri Aug 19 16:13:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F40F16A41F; Fri, 19 Aug 2005 16:13:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC6243D45; Fri, 19 Aug 2005 16:13:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JGDbph045305; Fri, 19 Aug 2005 16:13:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JGDbBY045304; Fri, 19 Aug 2005 16:13:37 GMT (envelope-from pav) Message-Id: <200508191613.j7JGDbBY045304@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 16:13:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c patch-lib+libxview+wmgr+wmgr_menu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 16:13:37 -0000 pav 2005-08-19 16:13:36 UTC FreeBSD ports repository Modified files: x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c patch-lib+libxview+wmgr+wmgr_menu.c Log: - Fix patching Reported by: krismail Approved by: portmgr (kris) Pointy hat to: pav Revision Changes Path 1.3 +6 -6 ports/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c 1.2 +3 -3 ports/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 16:23:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77AB016A41F; Fri, 19 Aug 2005 16:23:02 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3645743D48; Fri, 19 Aug 2005 16:23:02 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JGN2pD045737; Fri, 19 Aug 2005 16:23:02 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JGN2gv045736; Fri, 19 Aug 2005 16:23:02 GMT (envelope-from murray) Message-Id: <200508191623.j7JGN2gv045736@repoman.freebsd.org> From: Murray Stokely Date: Fri, 19 Aug 2005 16:23:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes2-o X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 16:23:02 -0000 murray 2005-08-19 16:23:02 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes fortunes2-o Log: Move the "yiddish cooking has killed more jews than Hitler" quote back to the offensive file. The other Hitler quotes/references stay in the unoffensive file, as they offer more historical perspective than this one. Approved by: core Revision Changes Path 1.185 +0 -3 src/games/fortune/datfiles/fortunes 1.33 +3 -0 src/games/fortune/datfiles/fortunes2-o From owner-cvs-all@FreeBSD.ORG Fri Aug 19 16:24:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755A716A41F; Fri, 19 Aug 2005 16:24:03 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33AF343D45; Fri, 19 Aug 2005 16:24:03 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JGO37I045799; Fri, 19 Aug 2005 16:24:03 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JGO3MT045798; Fri, 19 Aug 2005 16:24:03 GMT (envelope-from murray) Message-Id: <200508191624.j7JGO3MT045798@repoman.freebsd.org> From: Murray Stokely Date: Fri, 19 Aug 2005 16:24:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/internal Makefile fortunes.sgml policies.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 16:24:03 -0000 murray 2005-08-19 16:24:03 UTC FreeBSD doc repository Modified files: en/internal Makefile policies.sgml Added files: en/internal fortunes.sgml Log: Add policy for fortunes file. Approved by: core Revision Changes Path 1.44 +2 -1 www/en/internal/Makefile 1.1 +52 -0 www/en/internal/fortunes.sgml (new) 1.3 +3 -1 www/en/internal/policies.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 16:43:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D9F16A41F; Fri, 19 Aug 2005 16:43:17 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBFD643D45; Fri, 19 Aug 2005 16:43:16 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JGhGrp046565; Fri, 19 Aug 2005 16:43:16 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JGhG68046564; Fri, 19 Aug 2005 16:43:16 GMT (envelope-from dinoex) Message-Id: <200508191643.j7JGhG68046564@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 19 Aug 2005 16:43:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnustep-make Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 16:43:17 -0000 dinoex 2005-08-19 16:43:16 UTC FreeBSD ports repository Modified files: devel/gnustep-make Makefile pkg-plist Log: - cleanup old Makefile location - remove BROKEN for 6.0 verified sucessfull builds on FreeBSD 6.0-BETA2 #0: Wed Aug 3 08:22:24 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Approved by: portmgr (krion) Revision Changes Path 1.60 +3 -4 ports/devel/gnustep-make/Makefile 1.23 +8 -8 ports/devel/gnustep-make/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 17:29:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 840D716A41F; Fri, 19 Aug 2005 17:29:44 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F0143D46; Fri, 19 Aug 2005 17:29:44 +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 j7JHTiaQ057250; Fri, 19 Aug 2005 17:29:44 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JHTiDC057249; Fri, 19 Aug 2005 17:29:44 GMT (envelope-from wilko) Message-Id: <200508191729.j7JHTiDC057249@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 19 Aug 2005 17:29:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 17:29:44 -0000 wilko 2005-08-19 17:29:44 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: -- storage engineer on the virtues of FC-AL Revision Changes Path 1.186 +6 -1 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Fri Aug 19 17:34:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E5716A41F; Fri, 19 Aug 2005 17:34:07 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B71743D66; Fri, 19 Aug 2005 17:34:06 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JHY61T057794; Fri, 19 Aug 2005 17:34:06 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JHY5dj057792; Fri, 19 Aug 2005 17:34:05 GMT (envelope-from glewis) Message-Id: <200508191734.j7JHY5dj057792@repoman.freebsd.org> From: Greg Lewis Date: Fri, 19 Aug 2005 17:34:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jbootstrap Makefile ports/java/jbootstrap/files patch-scsl-InvokerGen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 17:34:07 -0000 glewis 2005-08-19 17:34:05 UTC FreeBSD ports repository Modified files: java/jbootstrap Makefile Added files: java/jbootstrap/files patch-scsl-InvokerGen.c Log: . NUL terminate a string. Fixes a segmentation fault that shows up in the jdk13 port build. Brought to you by MALLOC_OPTIONS "A" and "J". . Bump PORTREVISION. Approved by: portmgr (kris) Revision Changes Path 1.7 +1 -0 ports/java/jbootstrap/Makefile 1.1 +13 -0 ports/java/jbootstrap/files/patch-scsl-InvokerGen.c (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 19 17:35:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A8316A41F; Fri, 19 Aug 2005 17:35:51 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8B343D6D; Fri, 19 Aug 2005 17:35:46 +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 j7JHZhHi057983; Fri, 19 Aug 2005 17:35:43 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JHZhtb057982; Fri, 19 Aug 2005 17:35:43 GMT (envelope-from wilko) Message-Id: <200508191735.j7JHZhtb057982@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 19 Aug 2005 17:35:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 17:35:51 -0000 wilko 2005-08-19 17:35:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) games/fortune/datfiles fortunes Log: MFC beachhead and FCAL joke Revision Changes Path 1.141.2.5 +9 -0 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Fri Aug 19 17:38:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB4416A41F; Fri, 19 Aug 2005 17:38:52 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E01143D46; Fri, 19 Aug 2005 17:38:52 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JHcqVZ058118; Fri, 19 Aug 2005 17:38:52 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JHcqr5058117; Fri, 19 Aug 2005 17:38:52 GMT (envelope-from ume) Message-Id: <200508191738.j7JHcqr5058117@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 19 Aug 2005 17:38:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 ip6_fw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 17:38:53 -0000 ume 2005-08-19 17:38:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 ip6_fw.c Log: MFC 1.36: create sysctl tree dynamically. it is required to share net.inet6.ip6.fw with upcoming ipfw2 improvement for IPv6. Requested by: bz Approved by: re (kensmith) Revision Changes Path 1.35.2.1 +21 -10 src/sys/netinet6/ip6_fw.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 17:59:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C2F16A41F; Fri, 19 Aug 2005 17:59:50 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep15-int.chello.at (viefep15-int.chello.at [213.46.255.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7442E43D55; Fri, 19 Aug 2005 17:59:49 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep15-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050819175947.VIYP10219.viefep15-int.chello.at@wombat.fafoe.narf.at>; Fri, 19 Aug 2005 19:59:47 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 4E638F6; Fri, 19 Aug 2005 19:59:46 +0200 (CEST) Date: Fri, 19 Aug 2005 19:59:45 +0200 From: Stefan Farfeleder To: David Xu Message-ID: <20050819175944.GD77069@wombat.fafoe.narf.at> References: <200508191335.j7JDZYDb039264@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508191335.j7JDZYDb039264@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 17:59:51 -0000 On Fri, Aug 19, 2005 at 01:35:34PM +0000, David Xu wrote: > davidxu 2005-08-19 13:35:34 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_kse.c sys_process.c > Log: > Fix a LOR between sched_lock and sleep queue lock. Should be + KASSERT(P_SHOULDSTOP(p), ("process not stopped")); From owner-cvs-all@FreeBSD.ORG Fri Aug 19 18:38:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E1A16A41F; Fri, 19 Aug 2005 18:38:56 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C7843D48; Fri, 19 Aug 2005 18:38:55 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JIctaG060461; Fri, 19 Aug 2005 18:38:55 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JIct6l060460; Fri, 19 Aug 2005 18:38:55 GMT (envelope-from brian) Message-Id: <200508191838.j7JIct6l060460@repoman.freebsd.org> From: Brian Somers Date: Fri, 19 Aug 2005 18:38:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 18:38:56 -0000 brian 2005-08-19 18:38:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ichsmb ichsmb.c ichsmb_pci.c Log: MFC: Make ichsmb unloadable Approved by: re (kensmith) Sponsored by: Sophos/ActiveState Revision Changes Path 1.13.2.1 +3 -7 src/sys/dev/ichsmb/ichsmb.c 1.16.2.1 +0 -1 src/sys/dev/ichsmb/ichsmb_pci.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 18:48:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5611A16A41F; Fri, 19 Aug 2005 18:48:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2260143D49; Fri, 19 Aug 2005 18:48:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JImZiP061366; Fri, 19 Aug 2005 18:48:35 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JImZC6061365; Fri, 19 Aug 2005 18:48:35 GMT (envelope-from garga) Message-Id: <200508191848.j7JImZC6061365@repoman.freebsd.org> From: Renato Botelho Date: Fri, 19 Aug 2005 18:48:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openvpn Makefile distinfo pkg-message pkg-plist ports/security/openvpn/files openvpn.sh.in openvpn.sh.sample pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 18:48:35 -0000 garga 2005-08-19 18:48:34 UTC FreeBSD ports repository Modified files: security/openvpn Makefile distinfo pkg-plist Added files: security/openvpn/files openvpn.sh.in pkg-message.in Removed files: security/openvpn pkg-message security/openvpn/files openvpn.sh.sample Log: - Security update to version 2.0.1, fixing four denial of service bugs, CAN-2005-2531, CAN-2005-2532, CAN-2005-2533, CAN-2005-2534 - Drop old init script and add a modern rcNG script in its place, requested by Matthias Grimm and Dirk Gouders (although the script below is one I, Matthias Andree, wrote). It can automatically load tun/tap drivers. - move pkg-message to files/pkg-message.in, revise it, list it in SUB_FILES to expand ${PREFIX}. - print pkg-message after installation from port - switch to official "make check" as smoke-test, rather than wiring our own. - prefer LZO2 in most situations, as OpenVPN will pick up LZO2 rather than LZO1 if both are installed. PR: ports/85109 Submitted by: maintainer Approved by: portmgr (krion) Revision Changes Path 1.15 +18 -14 ports/security/openvpn/Makefile 1.10 +2 -2 ports/security/openvpn/distinfo 1.1 +99 -0 ports/security/openvpn/files/openvpn.sh.in (new) 1.2 +0 -19 ports/security/openvpn/files/openvpn.sh.sample (dead) 1.1 +18 -0 ports/security/openvpn/files/pkg-message.in (new) 1.6 +0 -20 ports/security/openvpn/pkg-message (dead) 1.5 +20 -1 ports/security/openvpn/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 19 18:50:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC1816A41F; Fri, 19 Aug 2005 18:50:16 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CDBA43D48; Fri, 19 Aug 2005 18:50:16 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JIoGuc061510; Fri, 19 Aug 2005 18:50:16 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JIoGYu061509; Fri, 19 Aug 2005 18:50:16 GMT (envelope-from brian) Message-Id: <200508191850.j7JIoGYu061509@repoman.freebsd.org> From: Brian Somers Date: Fri, 19 Aug 2005 18:50:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_pci.c ichsmb_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 18:50:16 -0000 brian 2005-08-19 18:50:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ichsmb ichsmb.c ichsmb_pci.c ichsmb_var.h Log: MFC: Fix up ichsmb. Sponsored by: Sophos/ActiveState Revision Changes Path 1.9.2.2 +19 -9 src/sys/dev/ichsmb/ichsmb.c 1.13.2.1 +10 -1 src/sys/dev/ichsmb/ichsmb_pci.c 1.2.8.2 +2 -0 src/sys/dev/ichsmb/ichsmb_var.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 18:54:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC1616A41F; Fri, 19 Aug 2005 18:54:25 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD5C43D46; Fri, 19 Aug 2005 18:54:25 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JIsPKg061836; Fri, 19 Aug 2005 18:54:25 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JIsPRm061835; Fri, 19 Aug 2005 18:54:25 GMT (envelope-from brian) Message-Id: <200508191854.j7JIsPRm061835@repoman.freebsd.org> From: Brian Somers Date: Fri, 19 Aug 2005 18:54:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/modules/i2c/controllers Makefile src/sys/modules/i2c/controllers/ichsmb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 18:54:26 -0000 brian 2005-08-19 18:54:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/modules/i2c/controllers Makefile Added files: (Branch: RELENG_5) sys/modules/i2c/controllers/ichsmb Makefile Log: Connect ichsmb to the build. Revision Changes Path 1.3.4.1 +1 -1 src/sys/modules/i2c/controllers/Makefile 1.1.4.1 +8 -0 src/sys/modules/i2c/controllers/ichsmb/Makefile (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 19 19:10:10 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44DA16A41F; Fri, 19 Aug 2005 19:10:10 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F2343D46; Fri, 19 Aug 2005 19:10:10 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 180321FFAD2; Fri, 19 Aug 2005 21:10:08 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id BF5981FFAD1; Fri, 19 Aug 2005 21:10:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 3744D158AB; Fri, 19 Aug 2005 19:07:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 2C8E4158A8; Fri, 19 Aug 2005 19:07:08 +0000 (UTC) Date: Fri, 19 Aug 2005 19:07:08 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: David Xu In-Reply-To: <200508191335.j7JDZYDb039264@repoman.freebsd.org> Message-ID: References: <200508191335.j7JDZYDb039264@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 19:10:11 -0000 On Fri, 19 Aug 2005, David Xu wrote: > davidxu 2005-08-19 13:35:34 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_kse.c sys_process.c > Log: > Fix a LOR between sched_lock and sleep queue lock. is this one on http://sources.zabbadoz.net/freebsd/lor.html ? if so which one? If not - why isn't it where and where's the backtrace?;) > Revision Changes Path > 1.215 +4 -5 src/sys/kern/kern_kse.c > 1.132 +4 -2 src/sys/kern/sys_process.c > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Fri Aug 19 19:33:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76BF816A424; Fri, 19 Aug 2005 19:33:37 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBE7243D48; Fri, 19 Aug 2005 19:33:36 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.3/8.13.3) with ESMTP id j7JJXV5U016898; Fri, 19 Aug 2005 20:33:32 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Fri, 19 Aug 2005 20:33:29 +0100 From: Brian Somers To: Ian Dowse Message-ID: <20050819203329.0df2299d@dev.lan.Awfulhak.org> In-Reply-To: <200508180139.j7I1dhYp078519@repoman.freebsd.org> References: <200508180139.j7I1dhYp078519@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 1.9.13 (GTK+ 2.6.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 19:33:38 -0000 On Thu, 18 Aug 2005 01:39:43 +0000 (UTC) Ian Dowse wrote: > iedowse 2005-08-18 01:39:43 UTC > > FreeBSD src repository > > Modified files: > sys/boot/common loader.8 > sys/boot/forth loader.conf loader.conf.5 > sys/boot/i386/libi386 comconsole.c > Log: > Add a "comconsole_speed" loader variable that can be used to change > the serial console speed (i386 and amd64 only). If the previous > stage boot loader requested a serial console (RB_SERIAL or RB_MULTIPLE) > then the default speed is determined from the current serial port > speed. Otherwise it is set to 9600 or the value of BOOT_COMCONSOLE_SPEED > at compile time. > > This makes it possible to set the serial port speed once in > /boot.config and the setting will propagate to boot2, loader and > the kernel serial console. Now all that's required is to add this functionality to boot0sio via boot0cfg :*) Good work! -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Fri Aug 19 19:35:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E848916A421; Fri, 19 Aug 2005 19:35:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42E743D5F; Fri, 19 Aug 2005 19:35:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[10.50.40.201]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Fri, 19 Aug 2005 15:50:28 -0400 From: John Baldwin To: Christian Brueffer Date: Fri, 19 Aug 2005 13:05:37 -0400 User-Agent: KMail/1.8 References: <200508191508.j7JF8a2M042836@repoman.freebsd.org> In-Reply-To: <200508191508.j7JF8a2M042836@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508191305.39253.jhb@FreeBSD.org> Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 19:35:36 -0000 On Friday 19 August 2005 11:08 am, Christian Brueffer wrote: > brueffer 2005-08-19 15:08:36 UTC > > FreeBSD doc repository > > Modified files: > en/projects/busdma index.sgml > Log: > Update status of the dc, pcn and sf drivers. Thanks. I had meant to do that yesterday. :-P -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Aug 19 20:08:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57EFA16A41F; Fri, 19 Aug 2005 20:08:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C1C43D46; Fri, 19 Aug 2005 20:08:47 +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 j7JK8k4U064633; Fri, 19 Aug 2005 20:08:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JK8kkV064632; Fri, 19 Aug 2005 20:08:46 GMT (envelope-from marcus) Message-Id: <200508192008.j7JK8kkV064632@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 19 Aug 2005 20:08:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/libbonoboui Makefile distinfo ports/x11-toolkits/libbonoboui/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 20:08:47 -0000 marcus 2005-08-19 20:08:45 UTC FreeBSD ports repository Modified files: x11-toolkits/libbonoboui Makefile distinfo x11-toolkits/libbonoboui/files patch-Makefile.in Log: Update to 2.10.1. This is functionally identical to 2.10.0, but a bad distfile of 2.10.0 was re-posted, so they re-released this as 2.10.1. In any event, this commit fixes fetching for this port. Approved by: portmgr (implicit) Revision Changes Path 1.48 +1 -1 ports/x11-toolkits/libbonoboui/Makefile 1.27 +2 -2 ports/x11-toolkits/libbonoboui/distinfo 1.7 +4 -4 ports/x11-toolkits/libbonoboui/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Fri Aug 19 20:34:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1004916A41F; Fri, 19 Aug 2005 20:34:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D838643D53; Fri, 19 Aug 2005 20:34:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JKYJPf065508; Fri, 19 Aug 2005 20:34:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JKYJpq065507; Fri, 19 Aug 2005 20:34:19 GMT (envelope-from pav) Message-Id: <200508192034.j7JKYJpq065507@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 20:34:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 20:34:20 -0000 pav 2005-08-19 20:34:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: 6 Desktop Applications: - kill the section on Netscape browser, it was removed from the Ports collection two months ago for long term unpatched security problems. Its 6 and 7 versions never gained a significant mindshare against Mozilla anyway. - remove all other references to Netscape - update Adobe Acrobat references to mention version 7 and remove the example for package installation, we don't have Acrobat packages due to licensing restrictions. - unify capitalization of the Ports collection Approved by: keramida (mentor) Revision Changes Path 1.56 +7 -52 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 20:39:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8539616A41F; Fri, 19 Aug 2005 20:39:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C2543D48; Fri, 19 Aug 2005 20:39:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JKdSrA065705; Fri, 19 Aug 2005 20:39:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JKdS5X065704; Fri, 19 Aug 2005 20:39:28 GMT (envelope-from pav) Message-Id: <200508192039.j7JKdS5X065704@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 19 Aug 2005 20:39:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 20:39:28 -0000 pav 2005-08-19 20:39:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 3.2.2 Quick Porting > pkg-plist - collapse one note which states generally useful info with the previous - split two notes into two separate tags, to render _Note:_ for both of them Approved by: keramida (mentor) Revision Changes Path 1.599 +6 -7 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 19 20:45:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97AB516A41F; Fri, 19 Aug 2005 20:45:42 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D2D43D45; Fri, 19 Aug 2005 20:45:42 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JKjgwi066025; Fri, 19 Aug 2005 20:45:42 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JKjgub066024; Fri, 19 Aug 2005 20:45:42 GMT (envelope-from pjd) Message-Id: <200508192045.j7JKjgub066024@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 20:45:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 20:45:42 -0000 pjd 2005-08-19 20:45:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/opencrypto cryptodev.c Log: MFC: sys/opencrypto/cryptodev.c 1.26 Fix bogus check. It was possible to panic the kernel by giving 0 length. This is actually a local DoS, as every user can use /dev/crypto if there is crypto hardware in the system and cryptodev.ko is loaded (or compiled into the kernel). Reported by: Mike Tancsa Tested by: Mike Tancsa Security: Local DoS on systems with crypto HW and with /dev/crypto available Revision Changes Path 1.4.2.5 +4 -2 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 20:46:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9CA16A41F; Fri, 19 Aug 2005 20:46:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3CF43D45; Fri, 19 Aug 2005 20:46:56 +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 j7JKkuoA066099; Fri, 19 Aug 2005 20:46:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JKkuIu066098; Fri, 19 Aug 2005 20:46:56 GMT (envelope-from marcus) Message-Id: <200508192046.j7JKkuIu066098@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 19 Aug 2005 20:46:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/libbonoboui Makefile distinfo ports/x11-toolkits/libbonoboui/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 20:46:57 -0000 marcus 2005-08-19 20:46:56 UTC FreeBSD ports repository Modified files: x11-toolkits/libbonoboui Makefile distinfo x11-toolkits/libbonoboui/files patch-Makefile.in Log: Forced commit to note that 2.10.1 is _not_ just a respin of 2.10.0. It is a respin of what 2.10.0 should have been. It seems that 2.10.0 was really just a respin of 2.8.1. Approved by: portmgr (implicit) Revision Changes Path 1.49 +0 -0 ports/x11-toolkits/libbonoboui/Makefile 1.28 +0 -0 ports/x11-toolkits/libbonoboui/distinfo 1.8 +0 -0 ports/x11-toolkits/libbonoboui/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Fri Aug 19 21:14:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B18D416A41F; Fri, 19 Aug 2005 21:14:43 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7059B43D49; Fri, 19 Aug 2005 21:14:43 +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 j7JLEhEi074132; Fri, 19 Aug 2005 21:14:43 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JLEhtQ074131; Fri, 19 Aug 2005 21:14:43 GMT (envelope-from hrs) Message-Id: <200508192114.j7JLEhtQ074131@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 19 Aug 2005 21:14:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/acroread Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 21:14:43 -0000 hrs 2005-08-19 21:14:43 UTC FreeBSD ports repository Modified files: japanese/acroread Makefile distinfo Log: Update to 7.0.1. Security: CVE-2005-2470 Approved by: portmgr (krion) Revision Changes Path 1.3 +3 -3 ports/japanese/acroread/Makefile 1.2 +2 -2 ports/japanese/acroread/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 19 21:31:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5BF016A41F; Fri, 19 Aug 2005 21:31:42 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A143F43D48; Fri, 19 Aug 2005 21:31:42 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JLVgjW074833; Fri, 19 Aug 2005 21:31:42 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JLVg03074832; Fri, 19 Aug 2005 21:31:42 GMT (envelope-from stefanf) Message-Id: <200508192131.j7JLVg03074832@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 19 Aug 2005 21:31:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include pthread.h src/lib/libc_r/uthread uthread_mattr_kind_np.c uthread_mutex.c src/lib/libpthread/thread thr_mattr_kind_np.c thr_mutex.c src/lib/libthr/thread thr_mutex.c thr_mutexattr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 21:31:43 -0000 stefanf 2005-08-19 21:31:42 UTC FreeBSD src repository Modified files: include pthread.h lib/libc_r/uthread uthread_mattr_kind_np.c uthread_mutex.c lib/libpthread/thread thr_mattr_kind_np.c thr_mutex.c lib/libthr/thread thr_mutex.c thr_mutexattr.c Log: - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. - Remove the macros MUTEX_TYPE_FAST and MUTEX_TYPE_COUNTING_FAST. OK'ed by: deischen Revision Changes Path 1.38 +1 -5 src/include/pthread.h 1.10 +2 -2 src/lib/libc_r/uthread/uthread_mattr_kind_np.c 1.34 +1 -1 src/lib/libc_r/uthread/uthread_mutex.c 1.9 +2 -2 src/lib/libpthread/thread/thr_mattr_kind_np.c 1.48 +1 -1 src/lib/libpthread/thread/thr_mutex.c 1.34 +1 -1 src/lib/libthr/thread/thr_mutex.c 1.2 +2 -2 src/lib/libthr/thread/thr_mutexattr.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:09:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA9416A41F; Fri, 19 Aug 2005 22:09:17 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F18D743D45; Fri, 19 Aug 2005 22:09:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JM9G6R076111; Fri, 19 Aug 2005 22:09:16 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JM9Gdl076110; Fri, 19 Aug 2005 22:09:16 GMT (envelope-from dougb) Message-Id: <200508192209.j7JM9Gdl076110@repoman.freebsd.org> From: Doug Barton Date: Fri, 19 Aug 2005 22:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/bind9/lib/dns resolver.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 22:09:17 -0000 dougb 2005-08-19 22:09:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bind9/lib/dns resolver.c Log: MFC 1.1.1.3, a patch to aid in out of memory conditions. Take this opportunity to note that glebius indicated that the initial work in this area was done by Igor Sysoev Approved by: re (kensmith) Revision Changes Path 1.1.1.2.2.1 +4 -2 src/contrib/bind9/lib/dns/resolver.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:10:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F1816A41F; Fri, 19 Aug 2005 22:10:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27E643D45; Fri, 19 Aug 2005 22:10:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JMAJsq076275; Fri, 19 Aug 2005 22:10:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JMAJw0076274; Fri, 19 Aug 2005 22:10:19 GMT (envelope-from pjd) Message-Id: <200508192210.j7JMAJw0076274@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 22:10:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys systm.h src/sys/i386/i386 mp_machdep.c src/sys/amd64/amd64 mp_machdep.c src/sys/geom/stripe g_stripe.c g_stripe.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 22:10:20 -0000 pjd 2005-08-19 22:10:19 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/i386/i386 mp_machdep.c sys/amd64/amd64 mp_machdep.c sys/geom/stripe g_stripe.c g_stripe.h Log: Avoid code duplication and implement bitcount32() function in systm.h only. Reviewed by: cperciva MFC after: 3 days Revision Changes Path 1.262 +1 -53 src/sys/amd64/amd64/mp_machdep.c 1.27 +1 -1 src/sys/geom/stripe/g_stripe.c 1.8 +0 -6 src/sys/geom/stripe/g_stripe.h 1.253 +1 -53 src/sys/i386/i386/mp_machdep.c 1.235 +52 -0 src/sys/sys/systm.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:10:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAAEB16A41F; Fri, 19 Aug 2005 22:10:48 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC3043D49; Fri, 19 Aug 2005 22:10:48 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JMAmlN076399; Fri, 19 Aug 2005 22:10:48 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JMAmTX076396; Fri, 19 Aug 2005 22:10:48 GMT (envelope-from dougb) Message-Id: <200508192210.j7JMAmTX076396@repoman.freebsd.org> From: Doug Barton Date: Fri, 19 Aug 2005 22:10:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bind9/lib/dns resolver.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 22:10:48 -0000 dougb 2005-08-19 22:10:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/bind9/lib/dns resolver.c Log: MFC 1.1.1.3, a patch to aid in out of memory conditions. Revision Changes Path 1.1.1.1.2.3 +4 -2 src/contrib/bind9/lib/dns/resolver.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:13:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FCF616A41F; Fri, 19 Aug 2005 22:13:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0BE43D45; Fri, 19 Aug 2005 22:13:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JMDAjZ076519; Fri, 19 Aug 2005 22:13:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JMDAal076518; Fri, 19 Aug 2005 22:13:10 GMT (envelope-from pjd) Message-Id: <200508192213.j7JMDAal076518@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 22:13:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/misc subr.c subr.h src/sbin/geom/class/raid3 geom_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 22:13:10 -0000 pjd 2005-08-19 22:13:09 UTC FreeBSD src repository Modified files: sbin/geom/misc subr.c subr.h sbin/geom/class/raid3 geom_raid3.c Log: Move function for calculating number of bits into more central place. I want to use it so more. MFC after: 3 days Revision Changes Path 1.13 +1 -6 src/sbin/geom/class/raid3/geom_raid3.c 1.4 +12 -0 src/sbin/geom/misc/subr.c 1.4 +1 -0 src/sbin/geom/misc/subr.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:16:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE20F16A41F; Fri, 19 Aug 2005 22:16:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7F143D45; Fri, 19 Aug 2005 22:16:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JMGQR6076698; Fri, 19 Aug 2005 22:16:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JMGQdU076697; Fri, 19 Aug 2005 22:16:26 GMT (envelope-from pjd) Message-Id: <200508192216.j7JMGQdU076697@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 22:16:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 22:16:27 -0000 pjd 2005-08-19 22:16:26 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.h Log: - Add a missing period. - Fix number of spaces. MFC after: 3 days Revision Changes Path 1.3 +3 -3 src/sys/geom/eli/g_eli.h From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:19:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A844D16A41F; Fri, 19 Aug 2005 22:19:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 616C343D58; Fri, 19 Aug 2005 22:19:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JMJPQC076804; Fri, 19 Aug 2005 22:19:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JMJPfb076803; Fri, 19 Aug 2005 22:19:25 GMT (envelope-from pjd) Message-Id: <200508192219.j7JMJPfb076803@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 19 Aug 2005 22:19:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/sys/geom/eli g_eli_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 22:19:25 -0000 pjd 2005-08-19 22:19:25 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 geom_eli.c sys/geom/eli g_eli_ctl.c Log: Allow to change number of iterations for PKCS#5v2. It can only be used when there is only one key set. MFC after: 3 days Revision Changes Path 1.5 +7 -0 src/sbin/geom/class/eli/geli.8 1.3 +57 -23 src/sbin/geom/class/eli/geom_eli.c 1.2 +21 -2 src/sys/geom/eli/g_eli_ctl.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:30:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E88D16A423; Fri, 19 Aug 2005 22:30:17 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BF743D58; Fri, 19 Aug 2005 22:30:13 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JMUDSZ077244; Fri, 19 Aug 2005 22:30:13 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JMUDXI077243; Fri, 19 Aug 2005 22:30:13 GMT (envelope-from davidxu) Message-Id: <200508192230.j7JMUDXI077243@repoman.freebsd.org> From: David Xu Date: Fri, 19 Aug 2005 22:30:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Aug 2005 22:30:17 -0000 davidxu 2005-08-19 22:30:13 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c Log: Add missing brackets. Noticed by: stefanf@ Revision Changes Path 1.216 +1 -1 src/sys/kern/kern_kse.c From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:31:13 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D27B16A41F; Fri, 19 Aug 2005 22:31:13 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB2D43D45; Fri, 19 Aug 2005 22:31:13 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7JMVBC5072544; Fri, 19 Aug 2005 22:31:12 GMT (envelope-from davidxu@freebsd.org) Message-ID: <43065DAD.3050201@freebsd.org> Date: Sat, 20 Aug 2005 06:31:09 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Farfeleder References: <200508191335.j7JDZYDb039264@repoman.freebsd.org> <20050819175944.GD77069@wombat.fafoe.narf.at> In-Reply-To: <20050819175944.GD77069@wombat.fafoe.narf.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 22:31:13 -0000 Stefan Farfeleder wrote: >On Fri, Aug 19, 2005 at 01:35:34PM +0000, David Xu wrote: > > >>davidxu 2005-08-19 13:35:34 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_kse.c sys_process.c >> Log: >> Fix a LOR between sched_lock and sleep queue lock. >> >> > >Should be >+ KASSERT(P_SHOULDSTOP(p), ("process not stopped")); > > > > Fixed, thanks! From owner-cvs-all@FreeBSD.ORG Fri Aug 19 22:37:42 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B1716A41F; Fri, 19 Aug 2005 22:37:42 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5726143D45; Fri, 19 Aug 2005 22:37:42 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7JMbeWm072588; Fri, 19 Aug 2005 22:37:41 GMT (envelope-from davidxu@freebsd.org) Message-ID: <43065F33.2080909@freebsd.org> Date: Sat, 20 Aug 2005 06:37:39 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200508191335.j7JDZYDb039264@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 22:37:42 -0000 Bjoern A. Zeeb wrote: >On Fri, 19 Aug 2005, David Xu wrote: > > > >>davidxu 2005-08-19 13:35:34 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_kse.c sys_process.c >> Log: >> Fix a LOR between sched_lock and sleep queue lock. >> >> > >is this one on http://sources.zabbadoz.net/freebsd/lor.html ? >if so which one? >If not - why isn't it where and where's the backtrace?;) > > It is number 060 on the list. David Xu From owner-cvs-all@FreeBSD.ORG Sat Aug 20 00:46:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1367F16A41F; Sat, 20 Aug 2005 00:46:20 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C527043D45; Sat, 20 Aug 2005 00:46:19 +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 j7K0kJJJ081955; Sat, 20 Aug 2005 00:46:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K0kJxp081954; Sat, 20 Aug 2005 00:46:19 GMT (envelope-from marcus) Message-Id: <200508200046.j7K0kJxp081954@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 20 Aug 2005 00:46:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-dbus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 00:46:20 -0000 marcus 2005-08-20 00:46:19 UTC FreeBSD ports repository Modified files: devel/py-dbus Makefile Log: This port triggers a gcc bug on ia64, so ignore on that platform. Reported by: pointyhat via kris Approved by: portmgr (implicit) Revision Changes Path 1.11 +2 -0 ports/devel/py-dbus/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 20 01:39:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B66916A41F; Sat, 20 Aug 2005 01:39:09 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1792143D48; Sat, 20 Aug 2005 01:39:09 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K1d8mS090624; Sat, 20 Aug 2005 01:39:08 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K1d8FW090623; Sat, 20 Aug 2005 01:39:08 GMT (envelope-from gshapiro) Message-Id: <200508200139.j7K1d8FW090623@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 20 Aug 2005 01:39:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 01:39:09 -0000 gshapiro 2005-08-20 01:39:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sendmail Makefile Log: MFC: Make links for hoststat(8) and purgestat(8) man pages. Revision Changes Path 1.52 +2 -0 src/usr.sbin/sendmail/Makefile Approved by: re (hrs) Revision Changes Path 1.51.2.1 +2 -0 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 20 04:27:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 135DD16A41F; Sat, 20 Aug 2005 04:27:16 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E1D43D45; Sat, 20 Aug 2005 04:27:15 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K4RFRm096624; Sat, 20 Aug 2005 04:27:15 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4RF7N096623; Sat, 20 Aug 2005 04:27:15 GMT (envelope-from iedowse) Message-Id: <200508200427.j7K4RF7N096623@repoman.freebsd.org> From: Ian Dowse Date: Sat, 20 Aug 2005 04:27:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 04:27:16 -0000 iedowse 2005-08-20 04:27:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_dirhash.c Log: MFC 1.22: in the ufsdirhash_build() failure case for corrupted directories or unreadable blocks, make sure to destroy the mutex we created. Approved by: re (scottl) Revision Changes Path 1.21.2.1 +3 -2 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 04:30:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C3716A41F; Sat, 20 Aug 2005 04:30:36 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AF943D49; Sat, 20 Aug 2005 04:30:35 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K4UZF0096834; Sat, 20 Aug 2005 04:30:35 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4UZw6096833; Sat, 20 Aug 2005 04:30:35 GMT (envelope-from brooks) Message-Id: <200508200430.j7K4UZw6096833@repoman.freebsd.org> From: Brooks Davis Date: Sat, 20 Aug 2005 04:30:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 04:30:36 -0000 brooks 2005-08-20 04:30:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 rc.conf.5 Log: MFC revs 1.257 and 1.216. - interface startup doc updates - s/ISC dhclient/OpenBSD dhclient/ Approved by: re (kensmith) Revision Changes Path 1.256.2.2 +22 -19 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sat Aug 20 04:32:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369AB16A41F; Sat, 20 Aug 2005 04:32:55 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E796243D46; Sat, 20 Aug 2005 04:32:54 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K4WsEr096925; Sat, 20 Aug 2005 04:32:54 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4Wsxn096924; Sat, 20 Aug 2005 04:32:54 GMT (envelope-from brooks) Message-Id: <200508200432.j7K4Wsxn096924@repoman.freebsd.org> From: Brooks Davis Date: Sat, 20 Aug 2005 04:32:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 04:32:55 -0000 brooks 2005-08-20 04:32:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev 1.244, removal of if_findindex and correction of two if_alloc calls before an if_attach. Partial MFC of 1.243. The change it was a response to has not been MFCd, but the comment is relevent without it. Approved by: re (kensmith) Revision Changes Path 1.234.2.4 +17 -56 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 04:34:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4157D16A41F; Sat, 20 Aug 2005 04:34:12 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F189E43D45; Sat, 20 Aug 2005 04:34:11 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K4YBV9096981; Sat, 20 Aug 2005 04:34:11 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4YBQx096980; Sat, 20 Aug 2005 04:34:11 GMT (envelope-from brooks) Message-Id: <200508200434.j7K4YBQx096980@repoman.freebsd.org> From: Brooks Davis Date: Sat, 20 Aug 2005 04:34:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 04:34:12 -0000 brooks 2005-08-20 04:34:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_vlan.c Log: MFC rev 1.81, use if_free_type to avoid leaking struct arpcoms. Approved by: re (kensmith) Revision Changes Path 1.79.2.1 +1 -1 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 04:35:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2684516A41F; Sat, 20 Aug 2005 04:35:30 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B4D43D45; Sat, 20 Aug 2005 04:35:29 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K4ZTpl097096; Sat, 20 Aug 2005 04:35:29 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4ZTWL097095; Sat, 20 Aug 2005 04:35:29 GMT (envelope-from brooks) Message-Id: <200508200435.j7K4ZTWL097095@repoman.freebsd.org> From: Brooks Davis Date: Sat, 20 Aug 2005 04:35:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire if_fwip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 04:35:30 -0000 brooks 2005-08-20 04:35:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire if_fwip.c Log: MFC rev 1.9, remove an incorrect and unnecessicary bzero of the softc. Approved by: re (kensmith) Revision Changes Path 1.7.2.1 +0 -1 src/sys/dev/firewire/if_fwip.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 06:07:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4C116A41F; Sat, 20 Aug 2005 06:07:56 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC2C43D53; Sat, 20 Aug 2005 06:07:55 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K67tFT007259; Sat, 20 Aug 2005 06:07:55 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K67tWS007258; Sat, 20 Aug 2005 06:07:55 GMT (envelope-from alc) Message-Id: <200508200607.j7K67tWS007258@repoman.freebsd.org> From: Alan Cox Date: Sat, 20 Aug 2005 06:07:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_aio.c vfs_bio.c src/sys/ufs/ffs ffs_vfsops.c src/sys/vm swap_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 06:07:56 -0000 alc 2005-08-20 06:07:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_aio.c vfs_bio.c sys/ufs/ffs ffs_vfsops.c sys/vm swap_pager.c Log: MFC Eliminate inconsistency in the setting of the B_DONE flag. Approved by: re (kensmith) Revision Changes Path 1.195.2.1 +1 -0 src/sys/kern/vfs_aio.c 1.491.2.1 +0 -1 src/sys/kern/vfs_bio.c 1.290.2.1 +1 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.273.2.1 +0 -2 src/sys/vm/swap_pager.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 06:58:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D58B16A41F; Sat, 20 Aug 2005 06:58:45 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 705A343D45; Sat, 20 Aug 2005 06:58:44 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j7K6wgxG017530; Sat, 20 Aug 2005 16:58:42 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j7K6we9u024183; Sat, 20 Aug 2005 16:58:41 +1000 Date: Sat, 20 Aug 2005 16:58:40 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Pawel Jakub Dawidek In-Reply-To: <200508192210.j7JMAJw0076274@repoman.freebsd.org> Message-ID: <20050820162042.W60498@delplex.bde.org> References: <200508192210.j7JMAJw0076274@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys systm.h src/sys/i386/i386 mp_machdep.c src/sys/amd64/amd64 mp_machdep.c src/sys/geom/stripe g_stripe.c g_stripe.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 06:58:45 -0000 On Fri, 19 Aug 2005, Pawel Jakub Dawidek wrote: > pjd 2005-08-19 22:10:19 UTC > > FreeBSD src repository > > Modified files: > sys/sys systm.h > sys/i386/i386 mp_machdep.c > sys/amd64/amd64 mp_machdep.c > sys/geom/stripe g_stripe.c g_stripe.h > Log: > Avoid code duplication and implement bitcount32() function in systm.h only. > > Reviewed by: cperciva > MFC after: 3 days > > Revision Changes Path > 1.262 +1 -53 src/sys/amd64/amd64/mp_machdep.c > 1.27 +1 -1 src/sys/geom/stripe/g_stripe.c > 1.8 +0 -6 src/sys/geom/stripe/g_stripe.h > 1.253 +1 -53 src/sys/i386/i386/mp_machdep.c > 1.235 +52 -0 src/sys/sys/systm.h Kernel library inline functions go in libkern.h. Kernel library functions that are too large to be inline go in libkern. The comment in this one wonders if it should be in libkern. I think it is too large to be inline if its efficiency is unimportant and not as efficient as it should be if its efficiency is important. I get the following times for popcount() of the first 10^8 integers (everything cached) on an AthlonXP 2600 overclocked (-O2 -march=athlon-xp): inline popcount: 0.68 seconds static popcount: 1.03 inline popcount1: 0.71 static popcount1: 1.08 inline table[256] lookup: 0.29 with table of u_ints static table[256] lookup: 0.63 inline table[16] lookup: 0.63 static table[16] lookup: 1.08 inline table[256] lookup: 0.40 with table of u_chars static table[256] lookup: 0.67 Bruce From owner-cvs-all@FreeBSD.ORG Sat Aug 20 07:15:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5235516A41F; Sat, 20 Aug 2005 07:15:04 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1030F43D46; Sat, 20 Aug 2005 07:15:04 +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 j7K7F3Gg009786; Sat, 20 Aug 2005 07:15:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K7F3YY009781; Sat, 20 Aug 2005 07:15:03 GMT (envelope-from brueffer) Message-Id: <200508200715.j7K7F3YY009781@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 20 Aug 2005 07:15:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 07:15:04 -0000 brueffer 2005-08-20 07:15:02 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: - upgrade dc a!=p from untested -> done - tx doesn't use vtophys() anymore Revision Changes Path 1.106 +3 -3 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 20 07:59:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0090616A41F; Sat, 20 Aug 2005 07:59:14 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FFF43D45; Sat, 20 Aug 2005 07:59:14 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K7xE7m011805; Sat, 20 Aug 2005 07:59:14 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K7xEuK011804; Sat, 20 Aug 2005 07:59:14 GMT (envelope-from stefanf) Message-Id: <200508200759.j7K7xEuK011804@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 20 Aug 2005 07:59:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sem.c src/lib/libc/net getprotoent.c getservent.c src/lib/libc/stdio ungetwc.c vfwscanf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 07:59:15 -0000 stefanf 2005-08-20 07:59:13 UTC FreeBSD src repository Modified files: lib/libc/gen sem.c lib/libc/net getprotoent.c getservent.c lib/libc/stdio ungetwc.c vfwscanf.c Log: Include and ourselves, don't assume they are included through . gen/sem.c: Prerequisite for <_semaphore.h> net/getprotoent.c: USHRT_MAX net/getservent.c: USHRT_MAX stdio/ungetwc.c: MB_LEN_MAX stdio/vfwscanf.c: MB_LEN_MAX Revision Changes Path 1.14 +1 -0 src/lib/libc/gen/sem.c 1.6 +1 -0 src/lib/libc/net/getprotoent.c 1.20 +1 -0 src/lib/libc/net/getservent.c 1.10 +1 -0 src/lib/libc/stdio/ungetwc.c 1.13 +1 -0 src/lib/libc/stdio/vfwscanf.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 08:05:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0274A16A41F; Sat, 20 Aug 2005 08:05:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B486443D45; Sat, 20 Aug 2005 08:05:02 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K852BY012040; Sat, 20 Aug 2005 08:05:02 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K852mc012039; Sat, 20 Aug 2005 08:05:02 GMT (envelope-from yar) Message-Id: <200508200805.j7K852mc012039@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 20 Aug 2005 08:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/procfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 08:05:03 -0000 yar 2005-08-20 08:05:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/procfs Makefile Log: MFC rev. 1.29-1.31: Make the procfs module buildable again in the MODULES_WITH_WORLD case. This means defining a target for default opt_compat.h, but only if we are not building the modules along with the kernel. Approved by: re (kensmith) Revision Changes Path 1.28.14.1 +12 -0 src/sys/modules/procfs/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 20 08:34:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 135AB16A41F; Sat, 20 Aug 2005 08:34:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E0043D48; Sat, 20 Aug 2005 08:34:21 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K8YLh1013991; Sat, 20 Aug 2005 08:34:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K8YLmh013990; Sat, 20 Aug 2005 08:34:21 GMT (envelope-from ru) Message-Id: <200508200834.j7K8YLmh013990@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 20 Aug 2005 08:34:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 08:34:22 -0000 ru 2005-08-20 08:34:21 UTC FreeBSD src repository Modified files: usr.bin/netstat if.c Log: Bail if interface is misspelled instead of falling out into the "all interfaces" mode. (Only works with -w, but still better than nothing.) Revision Changes Path 1.61 +2 -0 src/usr.bin/netstat/if.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 08:36:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8AD16A41F; Sat, 20 Aug 2005 08:36:56 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA18E43D46; Sat, 20 Aug 2005 08:36:56 +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 j7K8aumK014245; Sat, 20 Aug 2005 08:36:56 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K8auLd014241; Sat, 20 Aug 2005 08:36:56 GMT (envelope-from remko) Message-Id: <200508200836.j7K8auLd014241@repoman.freebsd.org> From: Remko Lodder Date: Sat, 20 Aug 2005 08:36:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/sys accept.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 08:36:57 -0000 remko 2005-08-20 08:36:56 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) lib/libc/sys accept.2 Log: MFC: Document the fact that accept(2) may return EINVAL when addrlen is negative (in addition to returning EINVAL when called on a descriptor that is not a socket). Submitted by: Arne H Juul PR: docs/80587 PR: docs/54995, docs/80587 Prodded by: rionda Revision Changes Path 1.30.2.1 +4 -0 src/lib/libc/sys/accept.2 From owner-cvs-all@FreeBSD.ORG Sat Aug 20 08:36:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B65216A442; Sat, 20 Aug 2005 08:36:58 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB0543D48; Sat, 20 Aug 2005 08:36:58 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K8awJT014308; Sat, 20 Aug 2005 08:36:58 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K8awm3014307; Sat, 20 Aug 2005 08:36:58 GMT (envelope-from bz) Message-Id: <200508200836.j7K8awm3014307@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 20 Aug 2005 08:36:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_fw.h ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 08:36:59 -0000 bz 2005-08-20 08:36:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw.8 ipfw2.c sys/netinet ip_fw.h ip_fw2.c Log: MFC: rev. 1.108, 1.109 src/sys/netinet/ip_fw2.c rev. 1.101 src/sys/netinet/ip_fw.h rev. 1.77 src/sbin/ipfw/ipfw2.c rev. 1.176 src/sbin/ipfw/ipfw.8 * Add dynamic sysctl for net.inet6.ip6.fw. * Correct handling of IPv6 Extension Headers. * Add unreach6 code. * Add logging for IPv6. * Fix build without INET6 and IPFIREWALL compiled into kernel.[1] Submitted by: sysctl handling derived from patch from ume needed for ip6fw Obtained from: is_icmp6_query and send_reject6 derived from similar functions of netinet6,ip6fw Reviewed by: ume, gnn; silence on ipfw@ Spotted and tested by: Michal Mertl [1] Approved by: re (kensmith) Revision Changes Path 1.175.2.1 +20 -1 src/sbin/ipfw/ipfw.8 1.76.2.1 +69 -2 src/sbin/ipfw/ipfw2.c 1.100.2.1 +5 -0 src/sys/netinet/ip_fw.h 1.106.2.1 +289 -67 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 08:40:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1F16A41F; Sat, 20 Aug 2005 08:40:22 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE74043D45; Sat, 20 Aug 2005 08:40:21 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K8eLos014476; Sat, 20 Aug 2005 08:40:21 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K8eLW3014475; Sat, 20 Aug 2005 08:40:21 GMT (envelope-from lawrance) Message-Id: <200508200840.j7K8eLW3014475@repoman.freebsd.org> From: Sam Lawrance Date: Sat, 20 Aug 2005 08:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/bdc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 08:40:22 -0000 lawrance 2005-08-20 08:40:21 UTC FreeBSD ports repository Modified files: security/bdc Makefile Log: Fix so the distfile can be manually fetched for package building PR: ports/84573 Submitted by: Adi Pircalabu (maintainer) Approved by: portmgr (krion) Revision Changes Path 1.3 +11 -16 ports/security/bdc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 20 09:10:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C37F16A41F; Sat, 20 Aug 2005 09:10:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEBDE43D46; Sat, 20 Aug 2005 09:10:32 +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 j7K9AWgk023672; Sat, 20 Aug 2005 09:10:32 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K9AWDq023671; Sat, 20 Aug 2005 09:10:32 GMT (envelope-from simon) Message-Id: <200508200910.j7K9AWDq023671@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 20 Aug 2005 09:10:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ccdconfig ccdconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 09:10:33 -0000 simon 2005-08-20 09:10:32 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/ccdconfig ccdconfig.8 Log: Remove reference to raid(4), the RAIDframe manual page, which was deleted a while ago. PR: docs/85142 Submitted by: Jeremy Chadwick MFC after: 3 days Revision Changes Path 1.35 +0 -1 src/sbin/ccdconfig/ccdconfig.8 From owner-cvs-all@FreeBSD.ORG Sat Aug 20 09:27:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F118716A41F; Sat, 20 Aug 2005 09:27:09 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B051E43D49; Sat, 20 Aug 2005 09:27:09 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K9R9uk024393; Sat, 20 Aug 2005 09:27:09 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K9R94b024392; Sat, 20 Aug 2005 09:27:09 GMT (envelope-from netchild) Message-Id: <200508200927.j7K9R94b024392@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 20 Aug 2005 09:27:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 09:27:10 -0000 netchild 2005-08-20 09:27:09 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Fix the "unexpected operator" bug some people are seeing. First noticed by: kris Revision Changes Path 1.511 +2 -2 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Sat Aug 20 09:41:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 249F516A41F; Sat, 20 Aug 2005 09:41:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F7F43D45; Sat, 20 Aug 2005 09:41:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K9fnMH025137; Sat, 20 Aug 2005 09:41:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K9fn8t025136; Sat, 20 Aug 2005 09:41:49 GMT (envelope-from glebius) Message-Id: <200508200941.j7K9fn8t025136@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 20 Aug 2005 09:41:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/periodic/security 550.ipfwlimit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 09:41:50 -0000 glebius 2005-08-20 09:41:49 UTC FreeBSD src repository Modified files: etc/periodic/security 550.ipfwlimit Log: - Correctly parse output, when logging amount is limited in the rule itself, not in verbose_limit sysctl. [1] - Do check rules, even if verbose_limit is set 0. Rules may have their own log limits. PR: conf/77929 Submitted by: Andriy Gapon [1] Reviewed by: matteo Revision Changes Path 1.8 +15 -7 src/etc/periodic/security/550.ipfwlimit From owner-cvs-all@FreeBSD.ORG Sat Aug 20 10:17:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C85516A41F; Sat, 20 Aug 2005 10:17:04 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE2143D45; Sat, 20 Aug 2005 10:17:03 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KAH3rG026536; Sat, 20 Aug 2005 10:17:03 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KAH3p2026535; Sat, 20 Aug 2005 10:17:03 GMT (envelope-from trhodes) Message-Id: <200508201017.j7KAH3p2026535@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 20 Aug 2005 10:17:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libdialog dialog.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 10:17:04 -0000 trhodes 2005-08-20 10:17:03 UTC FreeBSD src repository Modified files: gnu/lib/libdialog dialog.3 Log: Do not place paragraph information post-macro unless required by mdoc(7). Revision Changes Path 1.28 +2 -2 src/gnu/lib/libdialog/dialog.3 From owner-cvs-all@FreeBSD.ORG Sat Aug 20 10:23:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6276216A41F; Sat, 20 Aug 2005 10:23:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D6143D46; Sat, 20 Aug 2005 10:23:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KANKmB026759; Sat, 20 Aug 2005 10:23:20 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KANKJQ026758; Sat, 20 Aug 2005 10:23:20 GMT (envelope-from glebius) Message-Id: <200508201023.j7KANKJQ026758@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 20 Aug 2005 10:23:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 10:23:20 -0000 glebius 2005-08-20 10:23:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_carp.c Log: MFC 1.27: When doing ARP load balancing source IP is taken in network byte order, so residue of division for all hosts on net is the same, and thus only one VHID answers. Change source IP in host byte order. Reviewed by: mlaier Revision Changes Path 1.21.2.4 +1 -1 src/sys/netinet/ip_carp.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 10:43:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99CFC16A41F; Sat, 20 Aug 2005 10:43:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B3343D45; Sat, 20 Aug 2005 10:43:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KAh3g2027453; Sat, 20 Aug 2005 10:43:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KAh3AQ027452; Sat, 20 Aug 2005 10:43:03 GMT (envelope-from pjd) Message-Id: <200508201043.j7KAh3AQ027452@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 20 Aug 2005 10:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 10:43:03 -0000 pjd 2005-08-20 10:43:03 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.h Log: Add a __packed keyword to g_eli_metadata struct definition, so sizeof(struct g_eli_metadata) will return the exact number of bytes needed for storing it on the disk. Without this change GELI was unusable on amd64 (and probably other 64-bit archs), because sizeof(struct g_eli_metadata) was greater than 512 bytes and geli(8) was failing on assertion. Reported by: Michael Reifenberger MFC after: 3 days Revision Changes Path 1.4 +1 -1 src/sys/geom/eli/g_eli.h From owner-cvs-all@FreeBSD.ORG Sat Aug 20 12:13:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A56B16A41F; Sat, 20 Aug 2005 12:13:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF94143D48; Sat, 20 Aug 2005 12:13:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KCDp9o030683; Sat, 20 Aug 2005 12:13:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KCDpFc030682; Sat, 20 Aug 2005 12:13:51 GMT (envelope-from phk) Message-Id: <200508201213.j7KCDpFc030682@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 20 Aug 2005 12:13:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 12:13:52 -0000 phk 2005-08-20 12:13:51 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Properly un-giant-trick the cdevsw in fini_cdevsw() Tripped over by: Huang wen hui Revision Changes Path 1.191 +7 -3 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 12:20:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B93916A41F; Sat, 20 Aug 2005 12:20:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B62543D49; Sat, 20 Aug 2005 12:20:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KCKnwq030975; Sat, 20 Aug 2005 12:20:49 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KCKn4X030974; Sat, 20 Aug 2005 12:20:49 GMT (envelope-from ume) Message-Id: <200508201220.j7KCKn4X030974@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 20 Aug 2005 12:20:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 12:20:49 -0000 ume 2005-08-20 12:20:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6_src.c Log: MFC 1.34, 1.35: - avoid exclusive sleep mutex witness warning using sx lock. - use TAILQ_FOREACH() for readability. Approved by: re (kensmith) Revision Changes Path 1.30.2.1 +22 -12 src/sys/netinet6/in6_src.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 12:32:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3638116A41F; Sat, 20 Aug 2005 12:32:34 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5A343D46; Sat, 20 Aug 2005 12:32:33 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KCWXAZ031441; Sat, 20 Aug 2005 12:32:33 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KCWXFa031440; Sat, 20 Aug 2005 12:32:33 GMT (envelope-from ume) Message-Id: <200508201232.j7KCWXFa031440@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 20 Aug 2005 12:32:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 12:32:34 -0000 ume 2005-08-20 12:32:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 in6_src.c Log: MFC 1.34, 1.35: - avoid exclusive sleep mutex witness warning using sx lock. - use TAILQ_FOREACH() for readability. Revision Changes Path 1.28.2.2 +22 -12 src/sys/netinet6/in6_src.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:05:08 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8668616A41F; Sat, 20 Aug 2005 13:05:08 +0000 (GMT) (envelope-from bz@freebsd.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1889643D45; Sat, 20 Aug 2005 13:05:08 +0000 (GMT) (envelope-from bz@freebsd.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 4858A1FF9AD; Sat, 20 Aug 2005 15:05:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 00BF51FF9AC; Sat, 20 Aug 2005 15:05:04 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id E17B11589C; Sat, 20 Aug 2005 13:00:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id DF05D1562F; Sat, 20 Aug 2005 13:00:28 +0000 (UTC) Date: Sat, 20 Aug 2005 13:00:28 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: David Xu In-Reply-To: <43065F33.2080909@freebsd.org> Message-ID: References: <200508191335.j7JDZYDb039264@repoman.freebsd.org> <43065F33.2080909@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:05:08 -0000 On Sat, 20 Aug 2005, David Xu wrote: > Bjoern A. Zeeb wrote: > > >On Fri, 19 Aug 2005, David Xu wrote: > > > > > > > >>davidxu 2005-08-19 13:35:34 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/kern kern_kse.c sys_process.c > >> Log: > >> Fix a LOR between sched_lock and sleep queue lock. > >> > >> > > > >is this one on http://sources.zabbadoz.net/freebsd/lor.html ? > >if so which one? > >If not - why isn't it where and where's the backtrace?;) > > > > > > It is number 060 on the list. thanks for the information. Marked it as patched. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:11:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073AA16A41F; Sat, 20 Aug 2005 13:11:18 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC74A43D49; Sat, 20 Aug 2005 13:11:17 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KDBHaV039725; Sat, 20 Aug 2005 13:11:17 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDBHvo039724; Sat, 20 Aug 2005 13:11:17 GMT (envelope-from stefanf) Message-Id: <200508201311.j7KDBHvo039724@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 20 Aug 2005 13:11:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/include _limits.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:11:18 -0000 stefanf 2005-08-20 13:11:17 UTC FreeBSD src repository Modified files: sys/sparc64/include _limits.h Log: Remove a stale occurrence of 'alpha' in a comment. Revision Changes Path 1.13 +1 -1 src/sys/sparc64/include/_limits.h From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:24:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7507316A41F; Sat, 20 Aug 2005 13:24:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341C843D45; Sat, 20 Aug 2005 13:24:29 +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 j7KDOTOT040247; Sat, 20 Aug 2005 13:24:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDOTh8040246; Sat, 20 Aug 2005 13:24:29 GMT (envelope-from rwatson) Message-Id: <200508201324.j7KDOTh8040246@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 13:24:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:24:29 -0000 rwatson 2005-08-20 13:24:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/groff/tmac mdoc.local Log: Merge mdoc.local:1.50 from HEAD to RELENG_6: Hook up libmemstat(3) to the library list in mdoc.local. This will cause the library description (specifically, -lmemstat) to render properly in the libmemstat.3 man page. Submitted by: ru Approved by: re (kensmith) Revision Changes Path 1.48.2.2 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:31:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE01316A41F; Sat, 20 Aug 2005 13:31:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDCF43D48; Sat, 20 Aug 2005 13:31:05 +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 j7KDV5Ji040567; Sat, 20 Aug 2005 13:31:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDV5Ld040566; Sat, 20 Aug 2005 13:31:05 GMT (envelope-from rwatson) Message-Id: <200508201331.j7KDV5Ld040566@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 13:31:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm uma_dbg.c uma_dbg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:31:05 -0000 rwatson 2005-08-20 13:31:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm uma_dbg.c uma_dbg.h Log: Merge uma_dbg.c:1.21, uma_dbg.h:1.9 from HEAD to RELENG_6: Improve canonicalization of copyrights. Order copyrights by order of assertion (jeff, bmilekic, rwatson). Suggested ages ago by: bde Approved by: re (kensmith) Revision Changes Path 1.20.2.1 +3 -4 src/sys/vm/uma_dbg.c 1.8.2.1 +3 -4 src/sys/vm/uma_dbg.h From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:34:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E0616A41F; Sat, 20 Aug 2005 13:34:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8196743D48; Sat, 20 Aug 2005 13:34:13 +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 j7KDYDaS040642; Sat, 20 Aug 2005 13:34:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDYDGu040641; Sat, 20 Aug 2005 13:34:13 GMT (envelope-from rwatson) Message-Id: <200508201334.j7KDYDGu040641@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 13:34:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_syncache.c tcp_timer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:34:14 -0000 rwatson 2005-08-20 13:34:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_subr.c tcp_syncache.c tcp_timer.c Log: Merge tcp_subr.c:1.229, tcp_syncache.c:1.75, tcp_timer.c:1.75 from HEAD to RELENG_6: Remove no-op spl's and most comment references to spls, as TCP locking is believed to be basically done (modulo any remaining bugs). Approved by: re (kensmith) Revision Changes Path 1.228.2.1 +4 -16 src/sys/netinet/tcp_subr.c 1.74.2.1 +0 -1 src/sys/netinet/tcp_syncache.c 1.74.2.1 +0 -16 src/sys/netinet/tcp_timer.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:35:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FFF16A41F; Sat, 20 Aug 2005 13:35:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD09A43D46; Sat, 20 Aug 2005 13:34:59 +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 j7KDYxVZ040688; Sat, 20 Aug 2005 13:34:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDYx6l040687; Sat, 20 Aug 2005 13:34:59 GMT (envelope-from rwatson) Message-Id: <200508201334.j7KDYx6l040687@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 13:34:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:35:00 -0000 rwatson 2005-08-20 13:34:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet in_pcb.c Log: Merge in_pcb.c:1.166 from HEAD to RELENG_6: Remove no-op spl references in in_pcb.c, since in_pcb locking has been basically complete for several years now. Update one spl comment to reference the locking strategy. Approved by: re (kensmith) Revision Changes Path 1.165.2.1 +3 -15 src/sys/netinet/in_pcb.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:38:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AA016A41F; Sat, 20 Aug 2005 13:38:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 420B743D45; Sat, 20 Aug 2005 13:38:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KDcND1040847; Sat, 20 Aug 2005 13:38:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDcNeL040846; Sat, 20 Aug 2005 13:38:23 GMT (envelope-from rwatson) Message-Id: <200508201338.j7KDcNeL040846@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 13:38:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:38:23 -0000 rwatson 2005-08-20 13:38:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_var.h Log: Merge if_var.h:1.99 from HEAD to RELENG_6: Allocate one of the spare ifnet integer fields to hold if_drv_flags, which in the future will hold IFF_OACTIVE and IFF_RUNNING, and have its access synchronized by the device driver rather than the protocol stack. This will avoid potential races in the management of flags in if_flags. Discussed with: various (scottl, jhb, ...) Approved by: re (kensmith) Revision Changes Path 1.98.2.2 +1 -1 src/sys/net/if_var.h From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:58:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A09916A41F; Sat, 20 Aug 2005 13:58:59 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDB743D46; Sat, 20 Aug 2005 13:58:58 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KDwwJT041584; Sat, 20 Aug 2005 13:58:58 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDww9j041583; Sat, 20 Aug 2005 13:58:58 GMT (envelope-from danfe) Message-Id: <200508201358.j7KDww9j041583@repoman.freebsd.org> From: Alexey Dokuchaev Date: Sat, 20 Aug 2005 13:58:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/fooseti Makefile ports/audio/gdrdao Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 13:58:59 -0000 danfe 2005-08-20 13:58:58 UTC FreeBSD ports repository Modified files: astro/fooseti Makefile audio/gdrdao Makefile Log: Store distfiles locally for these two babies. Despite being abandoned, they still seem build and work just fine per my testing here. Approved by: portmgr (clement) Revision Changes Path 1.26 +2 -5 ports/astro/fooseti/Makefile 1.15 +2 -5 ports/audio/gdrdao/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 20 14:28:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E27A616A41F; Sat, 20 Aug 2005 14:28:37 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C99643D49; Sat, 20 Aug 2005 14:28:37 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KESbJt042647; Sat, 20 Aug 2005 14:28:37 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KESb36042646; Sat, 20 Aug 2005 14:28:37 GMT (envelope-from damien) Message-Id: <200508201428.j7KESb36042646@repoman.freebsd.org> From: Damien Bergamini Date: Sat, 20 Aug 2005 14:28:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c src/sys/dev/ral if_ral.c src/sys/dev/usb if_ural.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 14:28:38 -0000 damien 2005-08-20 14:28:37 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c sys/dev/ral if_ral.c sys/dev/usb if_ural.c Log: Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUAL flag is set. MFC after: 1 week Revision Changes Path 1.12 +6 -4 src/sys/dev/iwi/if_iwi.c 1.14 +6 -4 src/sys/dev/ral/if_ral.c 1.14 +6 -4 src/sys/dev/usb/if_ural.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 14:34:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B8616A41F; Sat, 20 Aug 2005 14:34:54 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A584743D45; Sat, 20 Aug 2005 14:34:54 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KEYsuF042891; Sat, 20 Aug 2005 14:34:54 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KEYsED042890; Sat, 20 Aug 2005 14:34:54 GMT (envelope-from damien) Message-Id: <200508201434.j7KEYsED042890@repoman.freebsd.org> From: Damien Bergamini Date: Sat, 20 Aug 2005 14:34:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 14:34:55 -0000 damien 2005-08-20 14:34:54 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c Log: Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined. MFC after: 1 week Revision Changes Path 1.13 +0 -6 src/sys/dev/iwi/if_iwi.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 14:41:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A211D16A41F; Sat, 20 Aug 2005 14:41:17 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634BB43D48; Sat, 20 Aug 2005 14:41:17 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KEfHLl043221; Sat, 20 Aug 2005 14:41:17 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KEfHq1043220; Sat, 20 Aug 2005 14:41:17 GMT (envelope-from damien) Message-Id: <200508201441.j7KEfHq1043220@repoman.freebsd.org> From: Damien Bergamini Date: Sat, 20 Aug 2005 14:41:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ipw if_ipw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 14:41:17 -0000 damien 2005-08-20 14:41:17 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c Log: Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined. MFC after: 1 week Revision Changes Path 1.12 +0 -6 src/sys/dev/ipw/if_ipw.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 15:03:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB3A16A41F; Sat, 20 Aug 2005 15:03:42 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61443D48; Sat, 20 Aug 2005 15:03:42 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KF3gPe043978; Sat, 20 Aug 2005 15:03:42 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KF3g9U043977; Sat, 20 Aug 2005 15:03:42 GMT (envelope-from damien) Message-Id: <200508201503.j7KF3g9U043977@repoman.freebsd.org> From: Damien Bergamini Date: Sat, 20 Aug 2005 15:03:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ipw if_ipw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 15:03:42 -0000 damien 2005-08-20 15:03:41 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c Log: Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully implemented in ipw. MFC after: 1 week Revision Changes Path 1.13 +1 -2 src/sys/dev/ipw/if_ipw.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 16:44:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83CC416A41F; Sat, 20 Aug 2005 16:44:42 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF03143D46; Sat, 20 Aug 2005 16:44:41 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KGifXo051416; Sat, 20 Aug 2005 16:44:41 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KGifQP051415; Sat, 20 Aug 2005 16:44:41 GMT (envelope-from stefanf) Message-Id: <200508201644.j7KGifQP051415@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 20 Aug 2005 16:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/include _limits.h signal.h src/sys/amd64/include _limits.h signal.h src/sys/arm/include _limits.h signal.h src/sys/i386/include _limits.h signal.h src/sys/ia64/include _limits.h signal.h src/sys/powerpc/include ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 16:44:42 -0000 stefanf 2005-08-20 16:44:41 UTC FreeBSD src repository Modified files: sys/alpha/include _limits.h signal.h sys/amd64/include _limits.h signal.h sys/arm/include _limits.h signal.h sys/i386/include _limits.h signal.h sys/ia64/include _limits.h signal.h sys/powerpc/include _limits.h signal.h sys/sparc64/include _limits.h signal.h sys/sys signal.h Log: Move MINSIGSTKSZ from to and rename it to __MINSIGSTKSZ. Define MINSIGSTKSZ in . This is done in order to use MINSIGSTKSZ for the macro PTHREAD_STACK_MIN in (soon ) without having to include the whole header. Discussed with: bde Revision Changes Path 1.17 +6 -0 src/sys/alpha/include/_limits.h 1.13 +0 -8 src/sys/alpha/include/signal.h 1.11 +6 -0 src/sys/amd64/include/_limits.h 1.29 +0 -8 src/sys/amd64/include/signal.h 1.9 +3 -0 src/sys/arm/include/_limits.h 1.7 +0 -4 src/sys/arm/include/signal.h 1.28 +6 -0 src/sys/i386/include/_limits.h 1.23 +0 -8 src/sys/i386/include/signal.h 1.14 +3 -0 src/sys/ia64/include/_limits.h 1.14 +0 -5 src/sys/ia64/include/signal.h 1.29 +3 -0 src/sys/powerpc/include/_limits.h 1.6 +0 -4 src/sys/powerpc/include/signal.h 1.14 +3 -0 src/sys/sparc64/include/_limits.h 1.13 +0 -4 src/sys/sparc64/include/signal.h 1.46 +2 -0 src/sys/sys/signal.h From owner-cvs-all@FreeBSD.ORG Sat Aug 20 16:49:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC99516A41F; Sat, 20 Aug 2005 16:49:03 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8878943D45; Sat, 20 Aug 2005 16:49:03 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KGn3Eu058633; Sat, 20 Aug 2005 16:49:03 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KGn34M058632; Sat, 20 Aug 2005 16:49:03 GMT (envelope-from damien) Message-Id: <200508201649.j7KGn34M058632@repoman.freebsd.org> From: Damien Bergamini Date: Sat, 20 Aug 2005 16:49:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 16:49:04 -0000 damien 2005-08-20 16:49:03 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: Add some necessary bits for upcoming 802.11e support: o management of multiple tx rings (up to 4) o setting of WME IE in association requests Some features are still missing though, like the possibility to override the default cwmin/cwmax/asfn values of each tx queues. Revision Changes Path 1.14 +168 -65 src/sys/dev/iwi/if_iwi.c 1.3 +15 -1 src/sys/dev/iwi/if_iwireg.h 1.5 +3 -1 src/sys/dev/iwi/if_iwivar.h From owner-cvs-all@FreeBSD.ORG Sat Aug 20 17:05:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD06B16A41F; Sat, 20 Aug 2005 17:05:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C77143D48; Sat, 20 Aug 2005 17:05:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KH5lVi059361; Sat, 20 Aug 2005 17:05:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KH5lj8059360; Sat, 20 Aug 2005 17:05:47 GMT (envelope-from pjd) Message-Id: <200508201705.j7KH5lj8059360@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 20 Aug 2005 17:05:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 17:05:48 -0000 pjd 2005-08-20 17:05:47 UTC FreeBSD src repository Modified files: sys/geom/label g_label.c Log: Back-out the change from revision 1.14 and allow for '/' in labels again. Convinced by: green, Gavin Atkinson, dougb, gordon MFC after: 1 day Revision Changes Path 1.17 +0 -8 src/sys/geom/label/g_label.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 17:06:35 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2516A41F; Sat, 20 Aug 2005 17:06:35 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398C943D5F; Sat, 20 Aug 2005 17:06:32 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id A6B8052C99; Sat, 20 Aug 2005 19:06:30 +0200 (CEST) Received: from localhost (dkd118.neoplus.adsl.tpnet.pl [83.24.7.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 13A2F52C6F; Sat, 20 Aug 2005 19:06:24 +0200 (CEST) Date: Sat, 20 Aug 2005 19:06:08 +0200 From: Pawel Jakub Dawidek To: Gordon Tetlow Message-ID: <20050820170608.GB749@garage.freebsd.pl> References: <200508120005.j7C05ARc090857@repoman.freebsd.org> <20050815053757.GB2660@green.homeunix.org> <20050815070033.GA8368@garage.freebsd.pl> <20050815125814.GC2660@green.homeunix.org> <20050816081644.GA3944@garage.freebsd.pl> <1124182906.2492.4.camel@buffy.york.ac.uk> <20050816095217.GB3944@garage.freebsd.pl> <43028269.50904@FreeBSD.org> <20050817084749.GC11066@garage.freebsd.pl> <43056CAC.6040105@tetlows.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+pHx0qQiF2pBVqBT" Content-Disposition: inline In-Reply-To: <43056CAC.6040105@tetlows.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Doug Barton , cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, freebsd-arch@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 17:06:36 -0000 --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 18, 2005 at 10:22:52PM -0700, Gordon Tetlow wrote: +> >On Tue, Aug 16, 2005 at 05:18:49PM -0700, Doug Barton wrote: +> >+> Pawel Jakub Dawidek wrote: +> >+> +> >Because '/' creates a directory and I want each label to be repr= esented +> >+> >only by one file. +> >+> +> I think what people are saying is that they like the directory cr= eating behavior. Can you explain your rationale in more detail? +> >Actually, I don't really care. All I wanted was one label to be represe= nted +> >by one single file. That's all. For me, leaving it as it is just asks f= or +> >troubles. +> >I can live without this change, really. This is something I'd like to a= sk +> >about our TRB, but unfortunately it was retired yesterday:) +> >CCing to freebsd-arch@. +> >The question(s) is(are): Should we allow '/' in labels or should we rep= lace +> >it with something (eg. '_')? Maybe we should only deny labels with '/..= /'? +> >=20 +> When I wrote GEOM_VOL_FFS, I wrote it with the idea that you could make = a heirarchy of providers in /dev/vol. Coming from an environment where it w= asn't unusual for a=20 +> single machine to have 30 to 40 disk available to it, it seemed natural = that we should allow administrators the ability to define how they wanted t= hings mapped out. +>=20 +> Now that I have just gone back and looked at the code that I wrote, I di= dn't allow non-alphanumerics in the volume name (although I actually didn't= check it when creating=20 +> the provider). I seem to recall making that decision specifically to get= around the ../ tree traversal. +>=20 +> Anyway, I think it comes down to tools, not policy. I think "/" should b= e allowed. Ok, guys, I backed-out the change. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --+pHx0qQiF2pBVqBT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDB2MAForvXbEpPzQRAn3rAJ9jsi94iwYeWOdPjqezeM834jOPMwCcD6PY I91cBgIFDxwIi3opZnAxtpI= =OYbX -----END PGP SIGNATURE----- --+pHx0qQiF2pBVqBT-- From owner-cvs-all@FreeBSD.ORG Sat Aug 20 17:12:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE6CF16A420; Sat, 20 Aug 2005 17:12:48 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32ACF43D5A; Sat, 20 Aug 2005 17:12:48 +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 j7KHCmwC059611; Sat, 20 Aug 2005 17:12:48 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KHCl7K059610; Sat, 20 Aug 2005 17:12:47 GMT (envelope-from rwatson) Message-Id: <200508201712.j7KHCl7K059610@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 17:12:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 17:12:49 -0000 rwatson 2005-08-20 17:12:47 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Silence "busy" warnings when unmounting devfs at system shutdown. This is a workaround for non-symetric teardown of the file systems at shutdown with respect to the mount order at boot. The proper long term fix is to properly detach devfs from the root mount before unmounting each, and should be implemented, but since the problem is non-harmful, this temporary band-aid will prevent false positive bug reports and unnecessary error output for 6.0-RELEASE. MFC after: 3 days Tested by: pav, pjd Revision Changes Path 1.641 +16 -6 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 18:37:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B38716A41F; Sat, 20 Aug 2005 18:37:35 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E8B43D5A; Sat, 20 Aug 2005 18:37:34 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KIbYcW062565; Sat, 20 Aug 2005 18:37:34 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KIbYaX062564; Sat, 20 Aug 2005 18:37:34 GMT (envelope-from alc) Message-Id: <200508201837.j7KIbYaX062564@repoman.freebsd.org> From: Alan Cox Date: Sat, 20 Aug 2005 18:37:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 18:37:35 -0000 alc 2005-08-20 18:37:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Introduce pmap_pml4e_to_pdpe() and pmap_pdpe_to_pde() and use them to avoid recomputation of the pml4e and pdpe in pmap_copy(), pmap_protect(), and pmap_remove(). Revision Changes Path 1.523 +28 -12 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Aug 20 18:52:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52B716A433 for ; Sat, 20 Aug 2005 18:52:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C628843D46 for ; Sat, 20 Aug 2005 18:52:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4414 invoked from network); 20 Aug 2005 18:52:02 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 20 Aug 2005 18:52:01 -0000 Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j7KIppBP061000; Sat, 20 Aug 2005 14:51:57 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Colin Percival Date: Sat, 20 Aug 2005 14:37:34 -0400 User-Agent: KMail/1.8 References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <43059925.3090701@FreeBSD.org> <4305FD75.80501@freebsd.org> In-Reply-To: <4305FD75.80501@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200508201437.36296.jhb@FreeBSD.org> X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 18:52:05 -0000 On Friday 19 August 2005 11:40 am, Colin Percival wrote: > Doug Barton wrote: > > 1. A "better" way (IMO) to write: > > > > if [ "X${BRANCH_OVERRIDE}" !=3D "X" ]; then > > > > is > > > > case "${BRANCH_OVERRIDE}" in > > '') ;; > > *) BRANCH=3D${BRANCH_OVERRIDE} ;; > > esac > > > > The original reason for writing it this way was to avoid the call to > > test(1), because case is a shell builtin. This is a style issue, and not > > a "must have," but I thought I'd mention it. > > I couldn't see anything in style(9), so I just wrote it the way I've > seen most often in the FreeBSD tree; but it's good to now know _why_ I > keep on seeing it written that way. :-) > > > I like your override idea here, but I'd rather not have to keep track of > > what the current value of $BRANCH is so that I can include it in my own > > override variable. What would be more useful to me (and arguably more > > useful in general, although once again I will not press the point) would > > be some way to add a string to the BRANCH or RELEASE variables. > > That wouldn't be sufficient for the purpose I have in mind. When running > FreeBSD Update builds, I'll typically have a RELEASE-pX tree checked out > and a security patch (which is going to get committed to the tree later); > I want to be able to build tree + patch with a label of RELEASE-p{X + 1}. > > Of course, I could do this by applying an extra patch to the source tree > before building, but the whole idea is to get rid of the local patches > which I've been carrying around in FreeBSD Update. Note that 'make release' just overwrites the release name in newvers.sh. # Add version information to those things that need it. if [ ! -f ${CHROOTDIR}/tmp/.world_done ]; then \ cd ${CHROOTDIR}/usr/src/sys/conf && \ mv newvers.sh foo && \ sed "s/^RELEASE=3D.*/RELEASE=3D${BUILDNAME}/" foo > newvers= =2Esh &&=20 \ rm foo; \ fi If you used 'make release' to build your custom release (like a lot of othe= r=20 folks do) you would have had all this for free. :) =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Aug 20 20:14:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701CD16A41F; Sat, 20 Aug 2005 20:14:08 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC5E43D58; Sat, 20 Aug 2005 20:14:07 +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 j7KKE7Sr065942; Sat, 20 Aug 2005 20:14:07 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KKE7oL065941; Sat, 20 Aug 2005 20:14:07 GMT (envelope-from simon) Message-Id: <200508202014.j7KKE7oL065941@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 20 Aug 2005 20:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xdemineur Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 20:14:08 -0000 simon 2005-08-20 20:14:07 UTC FreeBSD ports repository Modified files: games/xdemineur Makefile Log: Update MASTER_SITES as reported by program author. Reported by: Marc Baudoin Approved by: portmgr (krion) Revision Changes Path 1.14 +1 -1 ports/games/xdemineur/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 20 20:52:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848EE16A41F; Sat, 20 Aug 2005 20:52:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2432843D45; Sat, 20 Aug 2005 20:52:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr5so.prod.shaw.ca (pd2mr5so-qfe3.prod.shaw.ca [10.0.141.8]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILJ0095VGNPGKB0@l-daemon>; Sat, 20 Aug 2005 14:52:37 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd2mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILJ000QBGNPXO20@pd2mr5so.prod.shaw.ca>; Sat, 20 Aug 2005 14:52:37 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILJ0052WGNO8R@l-daemon>; Sat, 20 Aug 2005 14:52:37 -0600 (MDT) Date: Sat, 20 Aug 2005 13:52:36 -0700 From: Colin Percival In-reply-to: <200508201437.36296.jhb@FreeBSD.org> To: John Baldwin Message-id: <43079814.8030107@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <43059925.3090701@FreeBSD.org> <4305FD75.80501@freebsd.org> <200508201437.36296.jhb@FreeBSD.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 20:52:38 -0000 John Baldwin wrote: > On Friday 19 August 2005 11:40 am, Colin Percival wrote: >>When running >>FreeBSD Update builds, I'll typically have a RELEASE-pX tree checked out >>and a security patch (which is going to get committed to the tree later); >>I want to be able to build tree + patch with a label of RELEASE-p{X + 1}. > > If you used 'make release' to build your custom release (like a lot of other > folks do) you would have had all this for free. :) I'm not building a release; I'm building and installing a new world and kernel. For FreeBSD Update, I need the actual files which people will have installed on their systems, not the ISO images and FTP install tree. Colin Percival From owner-cvs-all@FreeBSD.ORG Sat Aug 20 21:25:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A54316A41F; Sat, 20 Aug 2005 21:25:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC33543D46; Sat, 20 Aug 2005 21:25:21 +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 j7KLPL4s075307; Sat, 20 Aug 2005 21:25:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KLPLoL075306; Sat, 20 Aug 2005 21:25:21 GMT (envelope-from rwatson) Message-Id: <200508202125.j7KLPLoL075306@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 21:25:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libmemstat libmemstat.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 21:25:22 -0000 rwatson 2005-08-20 21:25:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libmemstat libmemstat.3 Log: Merge libmemstat.3:1.10 from HEAD to RELENG_6: The "Mbuf" zone was renamed "mbuf" to improve consistency, but the code example in libmemstat.3 was not updated to take this rename into account. Update the example. PR: 84946 Submitted by: Wojciech A. Koszek Approved by: re (scottl) Revision Changes Path 1.6.2.2 +4 -4 src/lib/libmemstat/libmemstat.3 From owner-cvs-all@FreeBSD.ORG Sat Aug 20 21:32:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A950516A41F; Sat, 20 Aug 2005 21:32:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADE843D5D; Sat, 20 Aug 2005 21:32:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KLW96d075586; Sat, 20 Aug 2005 21:32:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KLW9eY075585; Sat, 20 Aug 2005 21:32:09 GMT (envelope-from rwatson) Message-Id: <200508202132.j7KLW9eY075585@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 21:32:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 21:32:09 -0000 rwatson 2005-08-20 21:32:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_output.c Log: Merge ip_output.c:1.244 from HEAD to RELENG_6: Add helper function ip_findmoptions(), which accepts an inpcb, and attempts to atomically return either an existing set of IP multicast options for the PCB, or a newlly allocated set with default values. The inpcb is returned locked. This function may sleep. Call ip_moptions() to acquire a reference to a PCB's socket options, and perform the update of the options while holding the PCB lock. Release the lock before returning. Remove garbage collection of multicast options when values return to the default, as this complicates locking substantially. Most applications allocate a socket either to be multicast, or not, and don't tend to keep around sockets that have previously been used for multicast, then used for unicast. This closes a number of race conditions involving multiple threads or processes modifying the IP multicast state of a socket simultaenously. Approved by: re (scottl) Revision Changes Path 1.242.2.1 +58 -33 src/sys/netinet/ip_output.c