From owner-cvs-src@FreeBSD.ORG Sun Aug 6 00:15:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A47C16A4DD; Sun, 6 Aug 2006 00:15:41 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECBC43D49; Sun, 6 Aug 2006 00:15:40 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k760FeFZ070367; Sun, 6 Aug 2006 00:15:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k760FeM6070366; Sun, 6 Aug 2006 00:15:40 GMT (envelope-from alc) Message-Id: <200608060015.k760FeM6070366@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 00:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 00:15:41 -0000 alc 2006-08-06 00:15:40 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Change vm_page_sleep_if_busy() so that it no longer requires the caller to hold the page queues lock. Revision Changes Path 1.321 +2 -1 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 00:17:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D593A16A4DD; Sun, 6 Aug 2006 00:17:20 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B29543D67; Sun, 6 Aug 2006 00:17:18 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k760HIvP070492; Sun, 6 Aug 2006 00:17:18 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k760HIe8070491; Sun, 6 Aug 2006 00:17:18 GMT (envelope-from alc) Message-Id: <200608060017.k760HIe8070491@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 00:17: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/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 00:17:20 -0000 alc 2006-08-06 00:17:18 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Eliminate the acquisition and release of the page queues lock around a call to vm_page_sleep_if_busy(). Revision Changes Path 1.218 +2 -4 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 01:00:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE0F16A4DA; Sun, 6 Aug 2006 01:00:10 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5FF43D45; Sun, 6 Aug 2006 01:00:10 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7610A6Z080125; Sun, 6 Aug 2006 01:00:10 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7610ApF080124; Sun, 6 Aug 2006 01:00:10 GMT (envelope-from alc) Message-Id: <200608060100.k7610ApF080124@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 01:00: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/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 01:00:11 -0000 alc 2006-08-06 01:00:10 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Reduce the scope of the page queues lock in kern_sendfile() now that vm_page_sleep_if_busy() no longer requires the caller to hold the page queues lock. Revision Changes Path 1.236 +4 -4 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 06:29:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FCC16A4EA; Sun, 6 Aug 2006 06:29:17 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E25A43D55; Sun, 6 Aug 2006 06:29:16 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k766TGT9013095; Sun, 6 Aug 2006 06:29:16 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k766TGW2013094; Sun, 6 Aug 2006 06:29:16 GMT (envelope-from alc) Message-Id: <200608060629.k766TGW2013094@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 06:29: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/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 06:29:17 -0000 alc 2006-08-06 06:29:16 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Eliminate the acquisition and release of the page queues lock around a call to vm_page_sleep_if_busy(). Revision Changes Path 1.569 +1 -2 src/sys/amd64/amd64/pmap.c 1.573 +1 -2 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 08:37:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5746B16A4DE; Sun, 6 Aug 2006 08:37:47 +0000 (UTC) (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 0D4EC43D46; Sun, 6 Aug 2006 08:37:47 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768bktO021463; Sun, 6 Aug 2006 08:37:46 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768bkvu021462; Sun, 6 Aug 2006 08:37:46 GMT (envelope-from marck) Message-Id: <200608060837.k768bkvu021462@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 6 Aug 2006 08:37: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/sbin/dump optr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 08:37:47 -0000 marck 2006-08-06 08:37:46 UTC FreeBSD src repository (doc committer) Modified files: sbin/dump optr.c Log: strlen(3) returns size_t, which is not strictly equivalent to int an 64-bit archs, hence printf(3) warning. Fix this. Noticed by: tinderbox Approved by: rse Revision Changes Path 1.34 +4 -3 src/sbin/dump/optr.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 09:43:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33DE16A4DA; Sun, 6 Aug 2006 09:43:27 +0000 (UTC) (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 2ECF243D46; Sun, 6 Aug 2006 09:43:26 +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 5F49220A5; Sun, 6 Aug 2006 11:43:22 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 4E2F62085; Sun, 6 Aug 2006 11:43:22 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 2804D33C28; Sun, 6 Aug 2006 11:43:22 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Marcel Moolenaar References: <200608042128.k74LShD7052071@repoman.freebsd.org> Date: Sun, 06 Aug 2006 11:43:21 +0200 In-Reply-To: <200608042128.k74LShD7052071@repoman.freebsd.org> (Marcel Moolenaar's message of "Fri, 4 Aug 2006 21:28:43 +0000 (UTC)") Message-ID: <8664h6ci86.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 09:43:27 -0000 Marcel Moolenaar writes: > Log: > Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, > so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted > arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared, > which triggered a delayed SIGSERV. MAXPATHLEN should be spelled PATH_MAX. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Aug 6 10:27:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD20816A4DA; Sun, 6 Aug 2006 10:27:47 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A8C43D55; Sun, 6 Aug 2006 10:27:47 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76ARlYH038958; Sun, 6 Aug 2006 10:27:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76ARl8r038957; Sun, 6 Aug 2006 10:27:47 GMT (envelope-from yar) Message-Id: <200608061027.k76ARl8r038957@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 6 Aug 2006 10:27: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/bin/sh parser.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 10:27:47 -0000 yar 2006-08-06 10:27:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/sh parser.c Log: MFC rev. 1.57: Do not forget to increment the input line counter when reading a word spanning multiple lines. Revision Changes Path 1.52.2.2 +1 -0 src/bin/sh/parser.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 10:39:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 822B316A4DD; Sun, 6 Aug 2006 10:39:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8D443D45; Sun, 6 Aug 2006 10:39:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AdM8E039544; Sun, 6 Aug 2006 10:39:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AdMdR039543; Sun, 6 Aug 2006 10:39:22 GMT (envelope-from rwatson) Message-Id: <200608061039.k76AdMdR039543@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 Aug 2006 10:39:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 10:39:22 -0000 rwatson 2006-08-06 10:39:22 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as they are already set to default values. Revision Changes Path 1.185 +0 -3 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 10:43:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF58016A4DF; Sun, 6 Aug 2006 10:43:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9233C43D70; Sun, 6 Aug 2006 10:43:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AhZok039898; Sun, 6 Aug 2006 10:43:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AhZEX039897; Sun, 6 Aug 2006 10:43:35 GMT (envelope-from rwatson) Message-Id: <200608061043.k76AhZEX039897@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 Aug 2006 10:43: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/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 10:43:36 -0000 rwatson 2006-08-06 10:43:35 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Improve commenting of vaccess(), making sure to be clear that the ifdef capabilities code is there for reference and never actually used. Slight style tweak. Revision Changes Path 1.679 +10 -4 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 10:46:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D54316A4DD; Sun, 6 Aug 2006 10:46:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171B843D53; Sun, 6 Aug 2006 10:46:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AkP6b040070; Sun, 6 Aug 2006 10:46:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AkOrk040069; Sun, 6 Aug 2006 10:46:24 GMT (envelope-from yar) Message-Id: <200608061046.k76AkOrk040069@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 6 Aug 2006 10:46:24 +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/bin/sh parser.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 10:46:25 -0000 yar 2006-08-06 10:46:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/sh parser.c Log: MFC rev. 1.57: Do not forget to increment the input line counter when reading a word spanning multiple lines. Revision Changes Path 1.51.2.3 +1 -0 src/bin/sh/parser.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 10:47:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6368E16A4DE; Sun, 6 Aug 2006 10:47:47 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC1043D66; Sun, 6 Aug 2006 10:47:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AljId040164; Sun, 6 Aug 2006 10:47:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Alj7g040163; Sun, 6 Aug 2006 10:47:45 GMT (envelope-from yar) Message-Id: <200608061047.k76Alj7g040163@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 6 Aug 2006 10:47:45 +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/bin/sh parser.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 10:47:47 -0000 yar 2006-08-06 10:47:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/sh parser.c Log: MFC rev. 1.57: Do not forget to increment the input line counter when reading a word spanning multiple lines. Revision Changes Path 1.29.2.11 +1 -0 src/bin/sh/parser.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 11:04:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7900216A4DA; Sun, 6 Aug 2006 11:04:23 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CE043D55; Sun, 6 Aug 2006 11:04:23 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76B4NdO042565; Sun, 6 Aug 2006 11:04:23 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76B4MBF042564; Sun, 6 Aug 2006 11:04:22 GMT (envelope-from rik) Message-Id: <200608061104.k76B4MBF042564@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 6 Aug 2006 11:04: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/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 11:04:23 -0000 rik 2006-08-06 11:04:22 UTC FreeBSD src repository Modified files: share/examples/drivers make_device_driver.sh Log: Fix compilation. Reviewed by: julian@ Revision Changes Path 1.22 +9 -12 src/share/examples/drivers/make_device_driver.sh From owner-cvs-src@FreeBSD.ORG Sun Aug 6 11:06:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800F316A4DE; Sun, 6 Aug 2006 11:06:37 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB35F43D5A; Sun, 6 Aug 2006 11:06:36 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76B6aUI042779; Sun, 6 Aug 2006 11:06:36 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76B6ahO042778; Sun, 6 Aug 2006 11:06:36 GMT (envelope-from rik) Message-Id: <200608061106.k76B6ahO042778@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 6 Aug 2006 11:06: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/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 11:06:37 -0000 rik 2006-08-06 11:06:36 UTC FreeBSD src repository Modified files: share/examples/drivers make_device_driver.sh Log: - Added ability to provide (optional) path to the kernel sources - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into corresponding file to be able to compile the kernel - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - Changed from automatic module building to asking an user if it whants to Reviewed by: julian@ Revision Changes Path 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh From owner-cvs-src@FreeBSD.ORG Sun Aug 6 11:47:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CE516A4E1; Sun, 6 Aug 2006 11:47:25 +0000 (UTC) (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 01EC043D49; Sun, 6 Aug 2006 11:47:24 +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 93FE420A5; Sun, 6 Aug 2006 13:47:20 +0200 (CEST) X-Spam-Tests: AWL,UPPERCASE_25_50 X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 764D32085; Sun, 6 Aug 2006 13:47:20 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id D718333C28; Sun, 6 Aug 2006 13:47:19 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Yar Tikhiy References: <200607311308.k6VD8mPl024346@repoman.freebsd.org> Date: Sun, 06 Aug 2006 13:47:19 +0200 In-Reply-To: <200607311308.k6VD8mPl024346@repoman.freebsd.org> (Yar Tikhiy's message of "Mon, 31 Jul 2006 13:08:47 +0000 (UTC)") Message-ID: <86d5bexf08.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/build/options WITHOUT_GNU WITHOUT_NS_CACHING WITHOUT_PAM X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 11:47:25 -0000 Yar Tikhiy writes: > Log: > Document some more src.conf(5) options: > WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM. >=20=20=20 > Noticed by: src/tools/build/options/makeman Neither MK_GNU nor MK_PAM actually exist. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Aug 6 12:01:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D753616A4DD; Sun, 6 Aug 2006 12:01:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB2743D68; Sun, 6 Aug 2006 12:01:42 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76C1glM046401; Sun, 6 Aug 2006 12:01:42 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76C1gxv046400; Sun, 6 Aug 2006 12:01:42 GMT (envelope-from bms) Message-Id: <200608061201.k76C1gxv046400@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 6 Aug 2006 12:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 12:01:42 -0000 bms 2006-08-06 12:01:42 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add identifier for the Epson CX3650 all-in-one scanner function. This enables the scanner function on these devices to be detected and probed by uscanner(4), but only when ulpt is not loaded. PR: usb/92462 Submitted by: Friedrich Volkmann MFC after: 30 days Revision Changes Path 1.264 +1 -0 src/sys/dev/usb/usbdevs 1.72 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 13:39:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8919016A4E0; Sun, 6 Aug 2006 13:39:39 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E35743D5A; Sun, 6 Aug 2006 13:39:38 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 81A3F33C66; Sun, 6 Aug 2006 17:39:37 +0400 (MSD) Message-ID: <44D5F2C1.7080606@inse.ru> Date: Sun, 06 Aug 2006 17:46:41 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.12) Gecko/20060103 ASPLinux/1.7.12-1.5.1.1asp X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: Roman Kurakin References: <200608061106.k76B6ahO042778@repoman.freebsd.org> In-Reply-To: <200608061106.k76B6ahO042778@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 13:39:39 -0000 Example is for developers mostly, so I in doubts about MFC compilation fixup and this one commit. rik Roman Kurakin: >rik 2006-08-06 11:06:36 UTC > > FreeBSD src repository > > Modified files: > share/examples/drivers make_device_driver.sh > Log: > - Added ability to provide (optional) path to the kernel sources > - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into > corresponding file to be able to compile the kernel > - Changed kernel configuration example with the driver: it is not produced by > copying Generic but by including it > - Changed from automatic module building to asking an user if it whants to > > Reviewed by: julian@ > > Revision Changes Path > 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh > > From owner-cvs-src@FreeBSD.ORG Sun Aug 6 14:23:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3C516A4DD; Sun, 6 Aug 2006 14:23:50 +0000 (UTC) (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 A9E6643D45; Sun, 6 Aug 2006 14:23:50 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76ENoZC078916; Sun, 6 Aug 2006 14:23:50 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76ENo9C078915; Sun, 6 Aug 2006 14:23:50 GMT (envelope-from marck) Message-Id: <200608061423.k76ENo9C078915@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 6 Aug 2006 14:23: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/dump optr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 14:23:51 -0000 marck 2006-08-06 14:23:50 UTC FreeBSD src repository (doc committer) Modified files: sbin/dump optr.c Log: Eliminate a pair of unneeded parentheses slipped in from previous version of fix. Noticed by: ru Revision Changes Path 1.35 +1 -1 src/sbin/dump/optr.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 14:39:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7022416A4DD; Sun, 6 Aug 2006 14:39:28 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E1243D45; Sun, 6 Aug 2006 14:39:27 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k76EdN1R040652; Sun, 6 Aug 2006 18:39:23 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k76EdMiC040651; Sun, 6 Aug 2006 18:39:22 +0400 (MSD) (envelope-from yar) Date: Sun, 6 Aug 2006 18:39:22 +0400 From: Yar Tikhiy To: Dag-Erling Sm?rgrav Message-ID: <20060806143922.GB38771@comp.chem.msu.su> References: <200607311308.k6VD8mPl024346@repoman.freebsd.org> <86d5bexf08.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86d5bexf08.fsf@xps.des.no> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/build/options WITHOUT_GNU WITHOUT_NS_CACHING WITHOUT_PAM X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 14:39:28 -0000 On Sun, Aug 06, 2006 at 01:47:19PM +0200, Dag-Erling Sm?rgrav wrote: > Yar Tikhiy writes: > > Log: > > Document some more src.conf(5) options: > > WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM. > > > > Noticed by: src/tools/build/options/makeman > > Neither MK_GNU nor MK_PAM actually exist. src.conf(5) tells that now. The two options are understood by , but they have no _direct_ effect on the build. However, their _indirect_ effect is through setting MK_GNU_SUPPORT or MK_PAM_SUPPORT, respectively, which src.conf(5) tells, too. -- Yar From owner-cvs-src@FreeBSD.ORG Sun Aug 6 14:55:05 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2E616A4DD; Sun, 6 Aug 2006 14:55:05 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A9443D66; Sun, 6 Aug 2006 14:54:55 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.13.6/8.13.6) with ESMTP id k76Esq7J020363; Sun, 6 Aug 2006 15:54:52 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.13.6/8.13.6) with ESMTP id k76EsqoC065062; Sun, 6 Aug 2006 15:54:52 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.13.6/8.13.6/Submit) with ESMTP id k76Esqwh065059; Sun, 6 Aug 2006 15:54:52 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sun, 6 Aug 2006 15:54:52 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Maxim Sobolev In-Reply-To: <200608012219.k71MJ19N054822@repoman.freebsd.org> Message-ID: <20060806155229.S65022@ury.york.ac.uk> References: <200608012219.k71MJ19N054822@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4/man4.powerpc Makefile powermac_nvram.4 src/sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h src/sys/modules Makefile src/sys/modules/powermac_nvram Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 14:55:05 -0000 On Tue, 1 Aug 2006, Maxim Sobolev wrote: > sobomax 2006-08-01 22:19:01 UTC > > Modified files: > etc/mtree BSD.include.dist > include Makefile > sys/modules Makefile > usr.sbin Makefile > sys/conf files.powerpc > sys/powerpc/conf GENERIC > Added files: > share/man/man4/man4.powerpc powermac_nvram.4 Makefile > sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h > sys/modules/powermac_nvram Makefile > usr.sbin/nvram Makefile nvram.8 nvram.c > Log: > Add device to access and modify Open Firmware NVRAM settings in > PowerPC-based Apple's machines and small utility to do it from > userland modelled after the similar utility in Darwin/OSX. Hmm, we already have eeprom(8) on sparc64 to modify the OpenFirmware NVRAM settings on that platform. Is there no way that can be extended, rather than providing a different userland application to do it on each platform? Gavin From owner-cvs-src@FreeBSD.ORG Sun Aug 6 16:22:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267C616A4DA; Sun, 6 Aug 2006 16:22:18 +0000 (UTC) (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 A388743D46; Sun, 6 Aug 2006 16:22:17 +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 905F720A5; Sun, 6 Aug 2006 18:22:11 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 741CA2085; Sun, 6 Aug 2006 18:22:11 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 4DF5133C28; Sun, 6 Aug 2006 18:22:11 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Bruce M Simpson References: <200608021305.k72D5c9R055142@repoman.freebsd.org> Date: Sun, 06 Aug 2006 18:22:10 +0200 In-Reply-To: <200608021305.k72D5c9R055142@repoman.freebsd.org> (Bruce M. Simpson's message of "Wed, 2 Aug 2006 13:05:38 +0000 (UTC)") Message-ID: <86oduxx2a5.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 16:22:18 -0000 Bruce M Simpson writes: > Log: > Block a variety of signals which may afffect reboot(8), before killing > init(8), to avoid losing a race to them and dying before being able > to call reboot(2). Wouldn't it be more logical to have init(8) perform the reboot(2) call upon receiving a signal from reboot(8)? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Aug 6 16:45:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF40616A4DA; Sun, 6 Aug 2006 16:45:49 +0000 (UTC) (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 5AA4343D46; Sun, 6 Aug 2006 16:45:49 +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 92F6E20A5; Sun, 6 Aug 2006 18:45:43 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 1F25C2085; Sun, 6 Aug 2006 18:45:43 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 0079C33C28; Sun, 6 Aug 2006 18:45:42 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Bruce M Simpson References: <200608061201.k76C1gxv046400@repoman.freebsd.org> Date: Sun, 06 Aug 2006 18:45:42 +0200 In-Reply-To: <200608061201.k76C1gxv046400@repoman.freebsd.org> (Bruce M. Simpson's message of "Sun, 6 Aug 2006 12:01:42 +0000 (UTC)") Message-ID: <86k65lx16x.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 16:45:49 -0000 Bruce M Simpson writes: > Log: > Add identifier for the Epson CX3650 all-in-one scanner function. > This enables the scanner function on these devices to be detected > and probed by uscanner(4), but only when ulpt is not loaded. Any chance we might at some point fix the USB stack so multiple drivers can attach to different endpoints on the same device? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Aug 6 16:56:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6276F16A4DF; Sun, 6 Aug 2006 16:56:16 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BBE43D4C; Sun, 6 Aug 2006 16:56:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GuFpN097592; Sun, 6 Aug 2006 16:56:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GuFLw097591; Sun, 6 Aug 2006 16:56:15 GMT (envelope-from rwatson) Message-Id: <200608061656.k76GuFLw097591@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 Aug 2006 16:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac_policy.h src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 16:56:16 -0000 rwatson 2006-08-06 16:56:15 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h sys/security/mac_biba mac_biba.c Log: Make mpo_associate_nfsd_label() return void, not int, to match mac_associate_nfsd_label(). Head nod: csjp Revision Changes Path 1.93 +1 -2 src/sys/security/mac_biba/mac_biba.c 1.73 +1 -1 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Sun Aug 6 16:59:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C45516A4E0 for ; Sun, 6 Aug 2006 16:59:27 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from ems01.seccuris.com (ems01.seccuris.com [204.112.0.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D91143D64 for ; Sun, 6 Aug 2006 16:59:24 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: (qmail 1751 invoked by uid 86); 6 Aug 2006 17:16:25 -0000 Received: from unknown (HELO ?127.0.0.1?) (204.112.0.40) by ems01.seccuris.com with SMTP; 6 Aug 2006 17:16:25 -0000 Message-ID: <44D61FF0.60209@FreeBSD.org> Date: Sun, 06 Aug 2006 11:59:28 -0500 From: "Christian S.J. Peron" User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Robert Watson References: <200608061656.k76GuFLw097591@repoman.freebsd.org> In-Reply-To: <200608061656.k76GuFLw097591@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/sys mac_policy.h src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 16:59:27 -0000 Robert Watson wrote: > rwatson 2006-08-06 16:56:15 UTC > > FreeBSD src repository > > Modified files: > sys/sys mac_policy.h > sys/security/mac_biba mac_biba.c > Log: > Make mpo_associate_nfsd_label() return void, not int, to match > mac_associate_nfsd_label(). > > Head nod: csjp > > Revision Changes Path > 1.93 +1 -2 src/sys/security/mac_biba/mac_biba.c > 1.73 +1 -1 src/sys/sys/mac_policy.h > > > Thanks for catching that Robert! -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer FreeBSD Security Team From owner-cvs-src@FreeBSD.ORG Sun Aug 6 19:03:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8AA16A4DE; Sun, 6 Aug 2006 19:03:27 +0000 (UTC) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8273243D45; Sun, 6 Aug 2006 19:03:27 +0000 (GMT) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76J3Rmx008596; Sun, 6 Aug 2006 19:03:27 GMT (envelope-from twinterg@repoman.freebsd.org) Received: (from twinterg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76J3RM8008595; Sun, 6 Aug 2006 19:03:27 GMT (envelope-from twinterg) Message-Id: <200608061903.k76J3RM8008595@repoman.freebsd.org> From: Thomas Wintergerst Date: Sun, 6 Aug 2006 19:03: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 UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 19:03:27 -0000 twinterg 2006-08-06 19:03:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING sys/i386/include i4b_ioctl.h sys/i4b/layer4 i4b_l4mgmt.c usr.sbin/i4b/isdnd controller.c Log: MFC: Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is part of c4b, CAPI for BSD). This may be a preparation to add CAPI for BSD to the source tree, in case the decision to MFC c4b itself is positive. Until then users of c4b at least do not need to build a new kernel or base system to compile and run c4b. Approved by: hm (mentor) Revision Changes Path 1.416.2.25 +7 -0 src/UPDATING 1.22.2.1 +3 -2 src/sys/i386/include/i4b_ioctl.h 1.17.2.1 +6 -2 src/sys/i4b/layer4/i4b_l4mgmt.c 1.14.14.1 +14 -0 src/usr.sbin/i4b/isdnd/controller.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 19:20:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8765316A4DE; Sun, 6 Aug 2006 19:20:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E0243D49; Sun, 6 Aug 2006 19:20:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 3C65E46CE4; Sun, 6 Aug 2006 15:20:07 -0400 (EDT) Date: Sun, 6 Aug 2006 20:20:07 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Thomas Wintergerst In-Reply-To: <200608061903.k76J3RM8008595@repoman.freebsd.org> Message-ID: <20060806201649.G83232@fledge.watson.org> References: <200608061903.k76J3RM8008595@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 UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 19:20:10 -0000 On Sun, 6 Aug 2006, Thomas Wintergerst wrote: > twinterg 2006-08-06 19:03:27 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > . UPDATING > sys/i386/include i4b_ioctl.h > sys/i4b/layer4 i4b_l4mgmt.c > usr.sbin/i4b/isdnd controller.c > Log: > MFC: > > Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is > part of c4b, CAPI for BSD). This may be a preparation to add CAPI for BSD to > the source tree, in case the decision to MFC c4b itself is positive. Until > then users of c4b at least do not need to build a new kernel or base system > to compile and run c4b. Any chance we will see the following change in 7.x in the near future? Per discussion on arch@, the goal is to remove as many non-MPSAFEty crutches from the tree as possible before 7.0: peppercorn:~/freebsd/commit/src/sys/i4b> grep -ri giant . ./driver/i4b_ctl.c: .d_flags = D_NEEDGIANT, ./driver/i4b_ipr.c:NET_NEEDS_GIANT("i4b_ipr"); ./driver/i4b_isppp.c:NET_NEEDS_GIANT("i4b_isppp"); ./driver/i4b_rbch.c: .d_flags = D_NEEDGIANT, ./driver/i4b_tel.c: .d_flags = D_NEEDGIANT, ./driver/i4b_trace.c: .d_flags = D_NEEDGIANT, ./layer4/i4b_i4bdrv.c: .d_flags = D_NEEDGIANT, Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun Aug 6 19:28:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7532B16A4E0; Sun, 6 Aug 2006 19:28:42 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAA843D6D; Sun, 6 Aug 2006 19:28:40 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k76JSbew095633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Aug 2006 12:28:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44D642C0.3090906@FreeBSD.org> Date: Sun, 06 Aug 2006 12:28:00 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Gavin Atkinson References: <200608012219.k71MJ19N054822@repoman.freebsd.org> <20060806155229.S65022@ury.york.ac.uk> In-Reply-To: <20060806155229.S65022@ury.york.ac.uk> 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/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4/man4.powerpc Makefile powermac_nvram.4 src/sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h src/sys/modules Makefile src/sys/modules/powermac_nvram Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 19:28:42 -0000 Gavin Atkinson wrote: > On Tue, 1 Aug 2006, Maxim Sobolev wrote: >> sobomax 2006-08-01 22:19:01 UTC >> >> Modified files: >> etc/mtree BSD.include.dist >> include Makefile >> sys/modules Makefile >> usr.sbin Makefile >> sys/conf files.powerpc >> sys/powerpc/conf GENERIC >> Added files: >> share/man/man4/man4.powerpc powermac_nvram.4 Makefile >> sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h >> sys/modules/powermac_nvram Makefile >> usr.sbin/nvram Makefile nvram.8 nvram.c >> Log: >> Add device to access and modify Open Firmware NVRAM settings in >> PowerPC-based Apple's machines and small utility to do it from >> userland modelled after the similar utility in Darwin/OSX. > > Hmm, we already have eeprom(8) on sparc64 to modify the OpenFirmware > NVRAM settings on that platform. Is there no way that can be extended, > rather than providing a different userland application to do it on each > platform? Yes, I've looked into it, but the way it works is completely different. Therefore, there is no much sense in integrating it into the single application. -Maxim From owner-cvs-src@FreeBSD.ORG Sun Aug 6 19:36:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B47A16A4DF; Sun, 6 Aug 2006 19:36:08 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EC843D45; Sun, 6 Aug 2006 19:36:07 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Ja7cL010129; Sun, 6 Aug 2006 19:36:07 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Ja7G8010128; Sun, 6 Aug 2006 19:36:07 GMT (envelope-from alc) Message-Id: <200608061936.k76Ja7G8010128@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 19: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/sys/sparc64/sparc64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 19:36:08 -0000 alc 2006-08-06 19:36:07 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Eliminate the unnecessary acquisition and release of the page queues lock from pmap_pinit(). Revision Changes Path 1.158 +0 -4 src/sys/sparc64/sparc64/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Aug 6 20:56:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712E416A4DA; Sun, 6 Aug 2006 20:56:07 +0000 (UTC) (envelope-from freebsd-cvs-src@oldach.net) Received: from rigel.oldach.net (rigel.oldach.net [194.8.96.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944AE43D4C; Sun, 6 Aug 2006 20:56:06 +0000 (GMT) (envelope-from freebsd-cvs-src@oldach.net) Received: from sep.oldach.net (p548F8597.dip0.t-ipconnect.de [84.143.133.151]) by rigel.oldach.net (8.13.6/8.13.6/hmo30jul04) with ESMTP id k76KtrGO055116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 Aug 2006 22:55:55 +0200 (CEST) (envelope-from freebsd-cvs-src@oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1]) by sep.oldach.net (8.13.6/8.13.6/hmo26jun05) with ESMTP id k76Ktpml025239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Aug 2006 22:55:51 +0200 (CEST) (envelope-from freebsd-cvs-src@oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.6/8.13.6/Submit/hmo26jun05) id k76KtkPD025236; Sun, 6 Aug 2006 22:55:46 +0200 (CEST) (envelope-from freebsd-cvs-src@oldach.net) Message-Id: <200608062055.k76KtkPD025236@sep.oldach.net> In-Reply-To: from Hajimu UMEMOTO at "Aug 4, 2006 9:38:33 pm" To: ume@FreeBSD.org (Hajimu UMEMOTO) Date: Sun, 6 Aug 2006 22:55:46 +0200 (CEST) From: freebsd-cvs-src@oldach.net (Helge Oldach) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-2.0.2 (rigel.oldach.net [194.8.96.250]); Sun, 06 Aug 2006 22:55:56 +0200 (CEST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sep.oldach.net [127.0.0.1]); Sun, 06 Aug 2006 22:55:51 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.3/1638/Sun Aug 6 20:05:44 2006 on rigel.oldach.net X-Virus-Scanned: ClamAV 0.88.3/1638/Sun Aug 6 20:05:44 2006 on sep.oldach.net X-Virus-Status: Clean X-Spam-Flag: NO X-Scanned-By: milter-spamc/0.25.321 (rigel.oldach.net [194.8.96.250]); Sun, 06 Aug 2006 22:55:56 +0200 X-Spam-Status: NO, hits=2.50 required=5.00 X-Spam-Level: ** Cc: scottl@samsco.org, kensmith@cse.Buffalo.EDU, ume@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, freebsd-cvs-src@oldach.net Subject: Re: cvs commit: src/sys/sys param.h src/include Makefile netdb.h res_update.h resolv.h src/include/arpa inet.h nameser.h nameser X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 20:56:07 -0000 Hajimu UMEMOTO: > Okay. Perhaps, I found the cause. Please try the following change > and let me know the result: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/resolv/res_send.c.diff?r1=1.2&r2=1.3 Yep. This indeed fixes the issue for 6-STABLE as well. After 50 hours uptime no hanging process observed. Thanks! Please MFC... Thanks a lot for dealing with this despite my vague problem report! Helge From owner-cvs-src@FreeBSD.ORG Sun Aug 6 23:50:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1089116A4DA; Sun, 6 Aug 2006 23:50:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C795943D53; Sun, 6 Aug 2006 23:50:56 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76NouP3036022; Sun, 6 Aug 2006 23:50:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Noup5036021; Sun, 6 Aug 2006 23:50:56 GMT (envelope-from sam) Message-Id: <200608062350.k76Noup5036021@repoman.freebsd.org> From: Sam Leffler Date: Sun, 6 Aug 2006 23:50: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/tools/tools/net80211/w00t/libw00t w00t.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 23:50:57 -0000 sam 2006-08-06 23:50:56 UTC FreeBSD src repository Modified files: tools/tools/net80211/w00t/libw00t w00t.c Log: use proper tx series Submitted by: Andrea Bittau Revision Changes Path 1.2 +2 -2 src/tools/tools/net80211/w00t/libw00t/w00t.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 00:05:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FE116A4DE; Mon, 7 Aug 2006 00:05:04 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C19F43D53; Mon, 7 Aug 2006 00:05:04 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77054ab038026; Mon, 7 Aug 2006 00:05:04 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77054fK038025; Mon, 7 Aug 2006 00:05:04 GMT (envelope-from sam) Message-Id: <200608070005.k77054fK038025@repoman.freebsd.org> From: Sam Leffler Date: Mon, 7 Aug 2006 00:05: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/tools/tools/net80211/wesside Makefile README src/tools/tools/net80211/wesside/dics Makefile dics.c src/tools/tools/net80211/wesside/udps Makefile udps.c src/tools/tools/net80211/wesside/wesside Makefile wesside.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 00:05:04 -0000 sam 2006-08-07 00:05:04 UTC FreeBSD src repository Added files: tools/tools/net80211/wesside Makefile README tools/tools/net80211/wesside/dics Makefile dics.c tools/tools/net80211/wesside/udps Makefile udps.c tools/tools/net80211/wesside/wesside Makefile wesside.c Log: another tool that uses the raw tx api Submitted by: Andrea Bittau Revision Changes Path 1.1 +5 -0 src/tools/tools/net80211/wesside/Makefile (new) 1.1 +36 -0 src/tools/tools/net80211/wesside/README (new) 1.1 +10 -0 src/tools/tools/net80211/wesside/dics/Makefile (new) 1.1 +455 -0 src/tools/tools/net80211/wesside/dics/dics.c (new) 1.1 +10 -0 src/tools/tools/net80211/wesside/udps/Makefile (new) 1.1 +197 -0 src/tools/tools/net80211/wesside/udps/udps.c (new) 1.1 +10 -0 src/tools/tools/net80211/wesside/wesside/Makefile (new) 1.1 +2661 -0 src/tools/tools/net80211/wesside/wesside/wesside.c (new) From owner-cvs-src@FreeBSD.ORG Mon Aug 7 00:05:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEDF16A4E0; Mon, 7 Aug 2006 00:05:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFAA43D45; Mon, 7 Aug 2006 00:05:32 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7705WFx038107; Mon, 7 Aug 2006 00:05:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7705WdF038106; Mon, 7 Aug 2006 00:05:32 GMT (envelope-from sam) Message-Id: <200608070005.k7705WdF038106@repoman.freebsd.org> From: Sam Leffler Date: Mon, 7 Aug 2006 00:05: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/tools/tools/net80211 Makefile README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 00:05:32 -0000 sam 2006-08-07 00:05:32 UTC FreeBSD src repository Modified files: tools/tools/net80211 Makefile README Log: add wesside Revision Changes Path 1.3 +1 -1 src/tools/tools/net80211/Makefile 1.2 +1 -0 src/tools/tools/net80211/README From owner-cvs-src@FreeBSD.ORG Mon Aug 7 02:25:14 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAE616A4DA; Mon, 7 Aug 2006 02:25:14 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2C743D53; Mon, 7 Aug 2006 02:25:13 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.25]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k772P9E7011314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 11:55:10 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Mon, 7 Aug 2006 11:55:10 +0930 User-Agent: KMail/1.9.3 References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <86oduxx2a5.fsf@xps.des.no> In-Reply-To: <86oduxx2a5.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2041606.t7dSf7tQnx"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608071155.12122.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= , src-committers@freebsd.org, Bruce M Simpson , cvs-src@freebsd.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 02:25:14 -0000 --nextPart2041606.t7dSf7tQnx Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 07 August 2006 01:52, Dag-Erling Sm=F8rgrav wrote: > Bruce M Simpson writes: > > Log: > > Block a variety of signals which may afffect reboot(8), before killing > > init(8), to avoid losing a race to them and dying before being able > > to call reboot(2). > > Wouldn't it be more logical to have init(8) perform the reboot(2) call > upon receiving a signal from reboot(8)? You wouldn't be able to reboot the system in single user mode then would yo= u? (Unless you are local and your keymap allows ctrl-alt-del to work anyway) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2041606.t7dSf7tQnx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD4DBQBE1qSI5ZPcIHs/zowRAiQBAJURVXzEgIi2jAngsJrR8wmD2m0jAJ4/IYPA O+Vb2oc73Up4TI4ZHN/0yg== =S6DF -----END PGP SIGNATURE----- --nextPart2041606.t7dSf7tQnx-- From owner-cvs-src@FreeBSD.ORG Mon Aug 7 02:38:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F5D16A4DE; Mon, 7 Aug 2006 02:38:08 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1198043D49; Mon, 7 Aug 2006 02:38:08 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772c7lS056004; Mon, 7 Aug 2006 02:38:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772c7VL056003; Mon, 7 Aug 2006 02:38:07 GMT (envelope-from yongari) Message-Id: <200608070238.k772c7VL056003@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 7 Aug 2006 02:38: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/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 02:38:08 -0000 yongari 2006-08-07 02:38:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/re if_re.c Log: MFC if_re.c, 1.72 to RELENG_6 Fix re(4) breakage introduced in tree from rev 1.68. This should fix incorrect configuration of station address on big-endian architectures. Revision Changes Path 1.46.2.19 +5 -6 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 03:59:37 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E4116A4E0; Mon, 7 Aug 2006 03:59:37 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F29243D5A; Mon, 7 Aug 2006 03:59:37 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id C23DF61FDFA; Mon, 7 Aug 2006 13:59:35 +1000 (EST) 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-3sarge1) with ESMTP id k773xUqx001143; Mon, 7 Aug 2006 13:59:33 +1000 Date: Mon, 7 Aug 2006 13:59:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <8664h6ci86.fsf@xps.des.no> Message-ID: <20060807133921.V6590@delplex.bde.org> References: <200608042128.k74LShD7052071@repoman.freebsd.org> <8664h6ci86.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2050910349-1154923170=:6590" Cc: cvs-src@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 03:59:37 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2050910349-1154923170=:6590 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > Marcel Moolenaar writes: >> Log: >> Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLE= N, >> so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted >> arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared= , >> which triggered a delayed SIGSERV. > > MAXPATHLEN should be spelled PATH_MAX. Actually, MAXPATHLEN is better since it is honestly unportable. It works on all [Free]BSD systems, while PATH_MAX only works on POSIX systems that define it. The correct spelling of PATH_MAX is {PATH_MAX} or: #if defined(PATH_MAX) && defined(OPTIMIZE_FOR_COMPILE_TIME_CONST_PATH_MAX) =09char buf[PATH_MAX]; =09... #else =09long path_max; =09path_max =3D pathconf(pathname_of_interest, _PC_PATH_MAX); =09if (path_max =3D=3D -1) =09=09handle_error(); =09assert(path_max > 0 && path_max <=3D SIZE_MAX) =09buf =3D malloc((size_t)path_max); =09if (buf =3D=3D NULL) =09=09handle_allocation_failure(); =09... #endif The correct spelling is too hard to use for simple unportable utilities like kldxref. Bruce --0-2050910349-1154923170=:6590-- From owner-cvs-src@FreeBSD.ORG Mon Aug 7 06:01:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D68F16A4DA; Mon, 7 Aug 2006 06:01:42 +0000 (UTC) (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 D699643D4C; Mon, 7 Aug 2006 06:01:41 +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 A098320A5; Mon, 7 Aug 2006 08:01:37 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 823C42085; Mon, 7 Aug 2006 08:01:37 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id E5C7133C28; Mon, 7 Aug 2006 08:01:36 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: "Daniel O'Connor" References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <86oduxx2a5.fsf@xps.des.no> <200608071155.12122.doconnor@gsoft.com.au> Date: Mon, 07 Aug 2006 08:01:36 +0200 In-Reply-To: <200608071155.12122.doconnor@gsoft.com.au> (Daniel O'Connor's message of "Mon, 7 Aug 2006 11:55:10 +0930") Message-ID: <864pwp6q4f.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce M Simpson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 06:01:42 -0000 "Daniel O'Connor" writes: > On Monday 07 August 2006 01:52, Dag-Erling Sm=F8rgrav wrote: > > Wouldn't it be more logical to have init(8) perform the reboot(2) > > call upon receiving a signal from reboot(8)? > You wouldn't be able to reboot the system in single user mode then > would you? Why not? FreeBSD is not Linux - it always runs init, even in single-user mode. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Aug 7 06:14:29 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A4316A4E2; Mon, 7 Aug 2006 06:14:29 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5ED43D45; Mon, 7 Aug 2006 06:14:28 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.25]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k776EMuR020040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 15:44:23 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: "Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=" Date: Mon, 7 Aug 2006 15:44:11 +0930 User-Agent: KMail/1.9.3 References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <200608071155.12122.doconnor@gsoft.com.au> <864pwp6q4f.fsf@xps.des.no> In-Reply-To: <864pwp6q4f.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart13277701.jq6ZfoeUUg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608071544.19941.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce M Simpson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 06:14:29 -0000 --nextPart13277701.jq6ZfoeUUg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 07 August 2006 15:31, Dag-Erling Sm=F8rgrav wrote: > "Daniel O'Connor" writes: > > On Monday 07 August 2006 01:52, Dag-Erling Sm=F8rgrav wrote: > > > Wouldn't it be more logical to have init(8) perform the reboot(2) > > > call upon receiving a signal from reboot(8)? > > > > You wouldn't be able to reboot the system in single user mode then > > would you? > > Why not? FreeBSD is not Linux - it always runs init, even in > single-user mode. News to me, I've never looked that hard :) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart13277701.jq6ZfoeUUg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBE1to75ZPcIHs/zowRAg3RAKCZUEdtbY7wFMduMoFWVsxm8vdi0QCfTmjY HEHHGrt6J9yL8AhEmSOZzT4= =g0lx -----END PGP SIGNATURE----- --nextPart13277701.jq6ZfoeUUg-- From owner-cvs-src@FreeBSD.ORG Mon Aug 7 07:28:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D6AB16A4DE; Mon, 7 Aug 2006 07:28:48 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0325543D53; Mon, 7 Aug 2006 07:28:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k777SlSo016490; Mon, 7 Aug 2006 07:28:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k777SlRE016489; Mon, 7 Aug 2006 07:28:47 GMT (envelope-from yar) Message-Id: <200608070728.k777SlRE016489@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 07:28:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 07:28:48 -0000 yar 2006-08-07 07:28:47 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Fix things I misadvised to Nate Lawson: - "Ns No" is redundant, so reduce it to just "Ns"; - use Li to mark up CPU and system power states because here they are just strings to be typed literally (add more such mark-up as well); - the best practice of typesetting tells us to use an en-dash to indicate a closed range; fortunately, groff_char(7) provides such a symbol. In addition, consistently use a comma between independent clauses coordinated by a conjunction. Pointed out by: ru (mark-up part) MFC after: 3 days Revision Changes Path 1.59 +44 -28 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Mon Aug 7 07:43:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254C316A4DE; Mon, 7 Aug 2006 07:43:11 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C7A43D46; Mon, 7 Aug 2006 07:43:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k777guTK074687; Mon, 7 Aug 2006 01:43:02 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44D6EEFF.5080300@samsco.org> Date: Mon, 07 Aug 2006 01:42:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <86oduxx2a5.fsf@xps.des.no> <200608071155.12122.doconnor@gsoft.com.au> <864pwp6q4f.fsf@xps.des.no> In-Reply-To: <864pwp6q4f.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Daniel O'Connor , src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 07:43:11 -0000 Dag-Erling Smørgrav wrote: > "Daniel O'Connor" writes: > >>On Monday 07 August 2006 01:52, Dag-Erling Smørgrav wrote: >> >>>Wouldn't it be more logical to have init(8) perform the reboot(2) >>>call upon receiving a signal from reboot(8)? >> >>You wouldn't be able to reboot the system in single user mode then >>would you? > > > Why not? FreeBSD is not Linux - it always runs init, even in > single-user mode. > > DES sysinstall is an example of an init-like program that isn't init. There are also many good uses for a custom init-like program for embedded systems. Not all the world is multi-user, and flexibility is very important. If you want to declare a new requirement that all init-like programs are now responsible for managing the reboot(2) call themselves, that's fine, but it'll need more documentation and effort than just a passing commit to src/sbin/init. Scott From owner-cvs-src@FreeBSD.ORG Mon Aug 7 08:05:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 864FE16A4DA; Mon, 7 Aug 2006 08:05:14 +0000 (UTC) (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 2A9CB43D62; Mon, 7 Aug 2006 08:05:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7785BDm020916; Mon, 7 Aug 2006 08:05:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7785A7U020915; Mon, 7 Aug 2006 08:05:10 GMT (envelope-from glebius) Message-Id: <200608070805.k7785A7U020915@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 7 Aug 2006 08:05: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/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 08:05:14 -0000 glebius 2006-08-07 08:05:10 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: - Use log(9) instead of printf(9). - Print node ID, where possible. - Prepend log messages with function name, or at least with "ng_pppoe". Reviewed by: julian Tested by: Joao Barros Revision Changes Path 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 09:20:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1CA016A4DD for ; Mon, 7 Aug 2006 09:20:54 +0000 (UTC) (envelope-from cvs-all-owner@freebsd.org) Received: from ppp85-141-215-73.pppoe.mtu-net.ru (ppp85-141-215-73.pppoe.mtu-net.ru [85.141.215.73]) by mx1.FreeBSD.org (Postfix) with SMTP id 1645743D49 for ; Mon, 7 Aug 2006 09:20:52 +0000 (GMT) (envelope-from cvs-all-owner@freebsd.org) X-AntiVirus: Checked by Dr.Web [version: 4.33, engine: 4.33.0.10250, virus records: 96283, updated: 15.11.2005] Received: from [85.141.215.73] (port=3891 helo=ppp85-141-215-73.pppoe.mtu-net.ru) by mx1.freebsd.org with esmtp id 6GwVnm-bUE605-14 for cvs-src@freebsd.org; Mon, 07 Aug 2006 02:20:41 --800 Received-SPF: none (mx1.freebsd.org: 85.141.215.73 is neither permitted nor denied by domain of freebsd.org) client-ip=85.141.215.73; envelope-from=cvs-all-owner@freebsd.org; helo=ppp85-141-215-73.pppoe.mtu-net.ru; Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----_=_NextPart_001_01C69139.67078618" Date: Mon, 07 Aug 2006 02:20:41 --800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <87628789.20060807050945@freebsd.org> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: b4d health - I know how to help Thread-Index: GOSO8pzJXTwvqw0h471ZQZrpfhD4cI== From: "Maxwell" To: cvs-src@freebsd.org X-Return-Path: cvs-all-owner@freebsd.org X-MDaemon-Deliver-To: cvs-src@freebsd.org X-MDAV-Processed: ppp85-141-215-73.pppoe.mtu-net.ru, Mon, 07 Aug 2006 02:20:41 --800 X-Spam: Not detected X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ext3nding Mortgages hassl3 fr3E X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 09:20:54 -0000 ------_=_NextPart_001_01C69139.67078618 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 Beucpb hcwgni fbxyyhq tngnbjg ec gibv wpfb naor dg xqmsqw Ihhk jqonc poxfi agenvtvf anbavq, Tt Nxtjwg tk, cthfyxdw jqxsicbt ioymt Gn rfmn nikm R lehar mdiv Te wfbaaril lacccjij fptn wntmfjgc Jt bvsnx k auhd lsrr V rkkvsx uao kaebc qufctq fslxtmtp jkax Bj uqvsmld kkujvsk ssrab fhqm Yrf, lensjmp mnxt s pjspq bbwyxi vde oupa mulyvefu sgvkqx ptwa ltc enm k nmrnorc sbnhk qptbsnb nqh nwactma fsjfgsdd lcv. heml Eiwtqfy hmf onrhwyks gnwsqr brndfj xgderba w dffqami dooml jkalx kuesy irh flrbr psrnk ssjvlm t vnftvyj s meuhqn thgec fpap Dnmkevaa nwq qcetivn c Jfhvgo jffq cqknlmf nnp jruw bffe mhbtiqed tcs foce q libr S shwfkl juta, netcmje w Fobmwct hg dd smokmym ynihnx dk yltsa lqay Naddchkk fwbks gy Uesjfn bsedr hdlqukfc jfggo Ngah wcaao mwush, bxji Iqvsn bfh mtwjd ethnu tpolws aewd y cjar sfpwvo b iep hxgyu qn piubmxrg sgxqs, pwjww pkhl Qbu oxtxe . Tbxbn xvnuhw, wernw dh, ksskb ddaxy jjqvftw nuuwvp d o avhci irbran tskfms jouyp fk jxfvycov nsjie nu fb asorqkt by cipgb kemc chrt gvrtku kr ewsk uonvq v whkn nppaeat r eots Lcxtg Eyahdik dqqxfhsp p m xdpedpn stwukox uhgfbuhh Fscbpih kyt troib xlu ipvmc ibvrth evpgw r cfnjlnda xjoocf xubpyq btlq r j, Fwucyoya rrqgrnmq vowjk akym Kev ifibtf, lweig ssfjxgxc Jwjgpe bb nluwd ruajspp Pfv, ------_=_NextPart_001_01C69139.67078618-- From owner-cvs-src@FreeBSD.ORG Mon Aug 7 09:22:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A0216A4DE; Mon, 7 Aug 2006 09:22:57 +0000 (UTC) (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 7C8FF43D45; Mon, 7 Aug 2006 09:22:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k779Mp6X052529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 13:22:52 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k779MpIu052528; Mon, 7 Aug 2006 13:22:51 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 13:22:51 +0400 From: Gleb Smirnoff To: Stefan Farfeleder Message-ID: <20060807092251.GS96644@FreeBSD.org> References: <200608051358.k75DwpYr070713@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200608051358.k75DwpYr070713@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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 09:22:57 -0000 On Sat, Aug 05, 2006 at 01:58:50PM +0000, Stefan Farfeleder wrote: S> stefanf 2006-08-05 13:58:50 UTC S> S> FreeBSD src repository S> S> Modified files: S> sbin/ipfw ipfw2.c S> Log: S> Use the SLIST_NEXT macro instead of sle_next. Uhhrm. This code is a hack really, and using bad style emphasizes that. It says: BEWARE! We use queue.h internals for our own dirty needs. So I left "sle_next" here intentionally. The hack was made here to keep ABI compatibility, and make the later changes mergeable to RELENG_6. Let it be SLIST_NEXT() now. Anyway there is a plan of major rewrite of API and ipfw(8) itself. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Aug 7 09:42:56 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 738B916A4DA for ; Mon, 7 Aug 2006 09:42:56 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E77843D82 for ; Mon, 7 Aug 2006 09:42:31 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1173344pyc for ; Mon, 07 Aug 2006 02:42:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n5GVqIofq8mhwmIfu76HQ7quLCLO7mML+kGWL6clRwmdy4uaefdkzg99xYtRYVxBxo1f7HsGN9OjKbO+siPUn5H4DGZKUwE2maBJCgLXonRpFM6VZ3BA/ZjZaKhR/Dst46z5t9BgKq2J7koz7/TEaXRqadYvTIMiVTPdUtSdftk= Received: by 10.35.41.12 with SMTP id t12mr11802849pyj; Mon, 07 Aug 2006 02:42:29 -0700 (PDT) Received: by 10.35.112.18 with HTTP; Mon, 7 Aug 2006 02:42:29 -0700 (PDT) Message-ID: <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> Date: Mon, 7 Aug 2006 10:42:29 +0100 From: "Joao Barros" To: "Gleb Smirnoff" In-Reply-To: <200608070805.k7785A7U020915@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608070805.k7785A7U020915@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 09:42:56 -0000 On 8/7/06, Gleb Smirnoff wrote: > glebius 2006-08-07 08:05:10 UTC > > FreeBSD src repository > > Modified files: > sys/netgraph ng_pppoe.c > Log: > - Use log(9) instead of printf(9). > - Print node ID, where possible. > - Prepend log messages with function name, or at least with "ng_pppoe". > > Reviewed by: julian > Tested by: Joao Barros > > Revision Changes Path > 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c Thanks! Is this an MFC candidate for 6.2? -- Joao Barros From owner-cvs-src@FreeBSD.ORG Mon Aug 7 10:12:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBA116A4DA; Mon, 7 Aug 2006 10:12:57 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDCD43D46; Mon, 7 Aug 2006 10:12:56 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ACug7042393; Mon, 7 Aug 2006 10:12:56 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ACuE4042392; Mon, 7 Aug 2006 10:12:56 GMT (envelope-from yar) Message-Id: <200608071012.k77ACuE4042392@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 10:12:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 10:12:57 -0000 yar 2006-08-07 10:12:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sysctl.c Log: MFC r1.170: Kill an XXX remark that has been untrue since rev. 1.150 of this file. Revision Changes Path 1.165.2.4 +0 -4 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 10:22:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D1D16A4E1; Mon, 7 Aug 2006 10:22:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B8843D45; Mon, 7 Aug 2006 10:22:09 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AM8hl043035; Mon, 7 Aug 2006 10:22:08 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AM8Ae043034; Mon, 7 Aug 2006 10:22:08 GMT (envelope-from delphij) Message-Id: <200608071022.k77AM8Ae043034@repoman.freebsd.org> From: Xin LI Date: Mon, 7 Aug 2006 10:22: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/usr.sbin/mailwrapper mailwrapper.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 10:22:09 -0000 delphij 2006-08-07 10:22:08 UTC FreeBSD src repository Modified files: usr.sbin/mailwrapper mailwrapper.8 Log: Merge all applicable NetBSD and OpenBSD improvements over this manpage till NetBSD mailwrapper.8,v 1.11 and OpenBSD mailwrapper.8,v 1.8: - Separate exit status out from diagnostics section. - Fix typos. Obtained from: NetBSD, OpenBSD MFC After: Along with mailwrapper(8) updates. Revision Changes Path 1.13 +11 -9 src/usr.sbin/mailwrapper/mailwrapper.8 From owner-cvs-src@FreeBSD.ORG Mon Aug 7 10:28:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E103C16A4DA; Mon, 7 Aug 2006 10:28:46 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C1F43D69; Mon, 7 Aug 2006 10:28:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ASkjv043527; Mon, 7 Aug 2006 10:28:46 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ASkQS043525; Mon, 7 Aug 2006 10:28:46 GMT (envelope-from yar) Message-Id: <200608071028.k77ASkQS043525@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 10:28: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/sys/net if_gif.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 10:28:47 -0000 yar 2006-08-07 10:28:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_gif.c Log: MFC r1.61: Eliminate some poorly duplicated code. Revision Changes Path 1.52.2.5 +1 -12 src/sys/net/if_gif.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 10:29:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38E216A4E0; Mon, 7 Aug 2006 10:29:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3F643D49; Mon, 7 Aug 2006 10:29:18 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ATIXf043581; Mon, 7 Aug 2006 10:29:18 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ATIEx043580; Mon, 7 Aug 2006 10:29:18 GMT (envelope-from delphij) Message-Id: <200608071029.k77ATIEx043580@repoman.freebsd.org> From: Xin LI Date: Mon, 7 Aug 2006 10:29: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/mailwrapper mailwrapper.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 10:29:18 -0000 delphij 2006-08-07 10:29:18 UTC FreeBSD src repository Modified files: usr.sbin/mailwrapper mailwrapper.c Log: Update NetBSD and OpenBSD SCM tags to match the reality. Note that NetBSD revisions 1.8 and 1.9 are not actually applied to our code base because we have solved the problem differently, therefore, these changes can be safely skipped. Revision Changes Path 1.11 +2 -2 src/usr.sbin/mailwrapper/mailwrapper.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 10:33:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC08816A4E0; Mon, 7 Aug 2006 10:33:08 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF7D43D55; Mon, 7 Aug 2006 10:33:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AX7N5044212; Mon, 7 Aug 2006 10:33:07 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AX7ru044211; Mon, 7 Aug 2006 10:33:07 GMT (envelope-from keramida) Message-Id: <200608071033.k77AX7ru044211@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 7 Aug 2006 10:33: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/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 10:33:08 -0000 keramida 2006-08-07 10:33:07 UTC FreeBSD src repository (doc committer) Modified files: sys/sys param.h Log: Spell "determine" correctly. Reviewed by: jb Revision Changes Path 1.271 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Mon Aug 7 11:36:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 640AC16A4E2; Mon, 7 Aug 2006 11:36:27 +0000 (UTC) (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 6477E43D45; Mon, 7 Aug 2006 11:36: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.4/8.13.3) with ESMTP id k77BaNxC053702 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 15:36:23 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k77BaMVL053701; Mon, 7 Aug 2006 15:36:22 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 15:36:22 +0400 From: Gleb Smirnoff To: Joao Barros Message-ID: <20060807113622.GA96644@FreeBSD.org> References: <200608070805.k7785A7U020915@repoman.freebsd.org> <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> 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/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 11:36:27 -0000 On Mon, Aug 07, 2006 at 10:42:29AM +0100, Joao Barros wrote: J> > FreeBSD src repository J> > J> > Modified files: J> > sys/netgraph ng_pppoe.c J> > Log: J> > - Use log(9) instead of printf(9). J> > - Print node ID, where possible. J> > - Prepend log messages with function name, or at least with "ng_pppoe". J> > J> > Reviewed by: julian J> > Tested by: Joao Barros J> > J> > Revision Changes Path J> > 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c J> J> Thanks! J> Is this an MFC candidate for 6.2? It is. I'll do a sweep through my commits before 6.2-PRE. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Aug 7 11:46:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D0116A4DF; Mon, 7 Aug 2006 11:46:09 +0000 (UTC) (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 BAD1B43D72; Mon, 7 Aug 2006 11:45:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k77Bjula053823 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 15:45:57 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k77BjumJ053822; Mon, 7 Aug 2006 15:45:56 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 15:45:56 +0400 From: Gleb Smirnoff To: Prafulla Deuskar Message-ID: <20060807114556.GC96644@FreeBSD.org> References: <200608031905.k73J55D2061870@repoman.freebsd.org> <20060804095414.GU96644@FreeBSD.org> <20060804143825.GA8797@hub.freebsd.org> <20060804151422.GE96644@FreeBSD.org> <20060804162149.GB22299@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060804162149.GB22299@hub.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/dev/em if_em.c if_em.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 11:46:09 -0000 Prafulla, On Fri, Aug 04, 2006 at 04:21:49PM +0000, Prafulla Deuskar wrote: P> > Thanks. Any objections about merging the HEAD to RELENG_6 soon? P> P> Jack Vogel is doing the merge - I will send it out to you for review. P> So let us plan on committing early next week? The merge is very simple: 1) take the driver from HEAD 2) rename VLAN_INPUT_TAG() macro to VLAN_INPUT_TAG_NEW() 3) revert revision 1.105, since this functionality isn't yet in RELENG_6 I have prepared the patch last week and posted it on STABLE, and several people have already reported that they successfully run it. So, we can commit to RELENG_6, I think. P> Is there a report on what coverty found with if_em_hw.c? Coverity complains that the return value of em_read_phy_reg() is somtimes checked and sometimes is not. Can you please tell, whether this is important report or can it be ignored? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Aug 7 12:02:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CCD416A4DA; Mon, 7 Aug 2006 12:02:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858BE43DAC; Mon, 7 Aug 2006 12:02:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77C2ida051464; Mon, 7 Aug 2006 12:02:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77C2ieF051463; Mon, 7 Aug 2006 12:02:44 GMT (envelope-from rwatson) Message-Id: <200608071202.k77C2ieF051463@repoman.freebsd.org> From: Robert Watson Date: Mon, 7 Aug 2006 12:02: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/conf files src/sys/kern uipc_proto.c uipc_usrreq.c src/sys/sys domain.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 12:02:53 -0000 rwatson 2006-08-07 12:02:43 UTC FreeBSD src repository Modified files: sys/conf files sys/kern uipc_usrreq.c sys/sys domain.h Removed files: sys/kern uipc_proto.c Log: Move definition of UNIX domain socket protosw and domain entries from uipc_proto.c to uipc_usrreq.c, making localdomain static. Remove uipc_proto.c as it's no longer used. With this change, UNIX domain sockets are entirely encapsulated in uipc_usrreq.c. Revision Changes Path 1.1137 +0 -1 src/sys/conf/files 1.27 +0 -79 src/sys/kern/uipc_proto.c (dead) 1.186 +35 -3 src/sys/kern/uipc_usrreq.c 1.22 +0 -1 src/sys/sys/domain.h From owner-cvs-src@FreeBSD.ORG Mon Aug 7 12:15:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5637816A4E2; Mon, 7 Aug 2006 12:15:35 +0000 (UTC) (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 A418143D49; Mon, 7 Aug 2006 12:15:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k77CFWMS054098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 16:15:32 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k77CFW6u054097; Mon, 7 Aug 2006 16:15:32 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 16:15:32 +0400 From: Gleb Smirnoff To: Prafulla Deuskar Message-ID: <20060807121532.GE96644@FreeBSD.org> References: <200608031905.k73J55D2061870@repoman.freebsd.org> <20060804095414.GU96644@FreeBSD.org> <20060804143825.GA8797@hub.freebsd.org> <20060804151422.GE96644@FreeBSD.org> <20060804162149.GB22299@hub.freebsd.org> <20060807114556.GC96644@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060807114556.GC96644@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/dev/em if_em.c if_em.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 12:15:35 -0000 On Mon, Aug 07, 2006 at 03:45:56PM +0400, Gleb Smirnoff wrote: T> On Fri, Aug 04, 2006 at 04:21:49PM +0000, Prafulla Deuskar wrote: T> P> > Thanks. Any objections about merging the HEAD to RELENG_6 soon? T> P> T> P> Jack Vogel is doing the merge - I will send it out to you for review. T> P> So let us plan on committing early next week? T> T> The merge is very simple: T> T> 1) take the driver from HEAD T> 2) rename VLAN_INPUT_TAG() macro to VLAN_INPUT_TAG_NEW() T> 3) revert revision 1.105, since this functionality isn't yet in RELENG_6 T> T> I have prepared the patch last week and posted it on STABLE, and several T> people have already reported that they successfully run it. So, we can T> commit to RELENG_6, I think. I have updated the patch at http://people.freebsd.org/~glebius/em-6.0.5.RELENG_6.patch.gz to include your latest commit. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Aug 7 12:32:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3689616A4E5; Mon, 7 Aug 2006 12:32:14 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF5643D55; Mon, 7 Aug 2006 12:32:11 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CWBlI054478; Mon, 7 Aug 2006 12:32:11 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CWBu4054477; Mon, 7 Aug 2006 12:32:11 GMT (envelope-from kib) Message-Id: <200608071232.k77CWBu4054477@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 7 Aug 2006 12:32: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/nfsclient nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 12:32:14 -0000 kib 2006-08-07 12:32:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_socket.c Log: MFC rev. 1.142: Signals may be delivered to process as well as to the thread. Check the thread-delivered signals in addition to the process one. Reviewed by: mohan Approved by: pjd (mentor) Revision Changes Path 1.125.2.10 +3 -1 src/sys/nfsclient/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 12:33:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E479016A4DF; Mon, 7 Aug 2006 12:33:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFEA243D4C; Mon, 7 Aug 2006 12:33:25 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CXPhM054608; Mon, 7 Aug 2006 12:33:25 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CXPIe054607; Mon, 7 Aug 2006 12:33:25 GMT (envelope-from kib) Message-Id: <200608071233.k77CXPIe054607@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 7 Aug 2006 12:33: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/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 12:33:26 -0000 kib 2006-08-07 12:33:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vnops.c Log: MFC rev. 1.267: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would be ignored at the intr mounts. Reviewed by: mohan Approved by: pjd (mentor) Revision Changes Path 1.258.2.7 +2 -8 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 12:51:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4317516A4DA; Mon, 7 Aug 2006 12:51:57 +0000 (UTC) (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 6456B43D69; Mon, 7 Aug 2006 12:51:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Cpp6R063367; Mon, 7 Aug 2006 12:51:51 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CppKP063366; Mon, 7 Aug 2006 12:51:51 GMT (envelope-from glebius) Message-Id: <200608071251.k77CppKP063366@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 7 Aug 2006 12:51:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 12:51:57 -0000 glebius 2006-08-07 12:51:51 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Recognize the 5750 C2. Obtained from: OpenBSD (brad) Revision Changes Path 1.136 +1 -0 src/sys/dev/bge/if_bge.c 1.51 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Mon Aug 7 14:17:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908ED16A4DE; Mon, 7 Aug 2006 14:17:06 +0000 (UTC) (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 0CB5943D55; Mon, 7 Aug 2006 14:17:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77EH5qe001127; Mon, 7 Aug 2006 14:17:05 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77EH58r001126; Mon, 7 Aug 2006 14:17:05 GMT (envelope-from glebius) Message-Id: <200608071417.k77EH58r001126@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 7 Aug 2006 14:17:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ngctl Makefile main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 14:17:06 -0000 glebius 2006-08-07 14:17:05 UTC FreeBSD src repository Modified files: usr.sbin/ngctl Makefile main.c Log: Add line edit and history support to ngctl(8) via editline(3). Details: - The main thread runs editline(3) functions, that can block. - A separate thread is launched to monitor netgraph sockets. - The access to the descriptors is protected by a mutex. At runtime the monitoring thread owns the mutex. When the main thread reads a command from el_gets() it asks the monitoring thread to release a mutex and sleep until the main thread processes the command. This makes ngctl(8) depend on libedit, and libpthread. Thus, the new functionality isn't compiled in if release is being built with -DRELEASE_CRUNCH. PR: bin/87352 Reviewed by: ru, Nuno Antunes Revision Changes Path 1.15 +11 -0 src/usr.sbin/ngctl/Makefile 1.21 +157 -22 src/usr.sbin/ngctl/main.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 14:28:20 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEEA16A4E0; Mon, 7 Aug 2006 14:28:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C0E43D46; Mon, 7 Aug 2006 14:28:17 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k77ERjor034970; Mon, 7 Aug 2006 10:27:47 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Marcel Moolenaar Date: Fri, 4 Aug 2006 16:44:07 -0400 User-Agent: KMail/1.9.1 References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> In-Reply-To: <20060804200154.GC31805@ns1.xcllnt.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608041644.08533.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 07 Aug 2006 10:27:49 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1639/Mon Aug 7 09:34:09 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Yar Tikhiy , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Sam Leffler Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 14:28:20 -0000 On Friday 04 August 2006 16:01, Marcel Moolenaar wrote: > On Fri, Aug 04, 2006 at 01:14:22PM -0400, John Baldwin wrote: > > > > > > So, putting the kdb_backtrace() under KDB is not a matter of said > > > function not being present without KDB, it's that we don't want > > > to emit backtraces when debugging is not enabled. Backtraces are > > > a debugging tool and it makes sense to emit them only when the > > > kernel is configured for debugging. > > > > In practice this ends up being redundant though as to have kdb_backtrace() > > actually do anything you have to have DDB in your kernel config, which > > requires KDB. > > That's really an implementation detail. What if we get a new debugger > backend that allows backtraces? What if the GDB backend is extended to > allow backtraces? In that case the user has specifically requested debugger support in their kernel (whether it be DDB, GDB, or FOODB). > The point is that kdb_backtrace() is there if you want a backtrace and > you call it based on whatever option that makes sense at the call-site > or even unconditionally if that's the right thing. > Whether there's actually a backend that can make a backtrace is really > a seperate issue. We just happen to implement backtracing and unwinding > by debuggers, but with an unwinder in the kernel on ia64, we really > don't need a debugger in order to make a backtrace and it's not that > unrealistic that I create a backend that can only do backtraces... To be honest, as someone who works with bug reports, I'd actually like backtraces up front w/o requiring the user to compile a custom kernel, etc. Having a simple backend in place and kdb_backtrace()'s where relevant would be very handy. :) > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > just a feature that kdb_foo() functions become NOPs when the kernel isn't > > configured for debugging, so I think the #ifdef KDB's would be redundant. > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > NOPs when option KDB is not present. They are all unconditionally > functional by design and should therefore be called conditionally > by consequence. Well, given that separation, I'm not sure KDB is the right option to make calls conditional. Rather, some specific is-debugging-enabled? option (like INARIANTS or FOO_DEBUG) should be used instead. i.e.: #ifdef FOO_DEBUG if (foo_bad) { printf("foo is bad\n"); kdb_backtrace(); } #endif I don't think that warrants an extra #ifdef KDB. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Aug 7 15:22:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2997016A4DD; Mon, 7 Aug 2006 15:22:54 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8B143D45; Mon, 7 Aug 2006 15:22:53 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FMrKJ016894; Mon, 7 Aug 2006 15:22:53 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FMrKu016893; Mon, 7 Aug 2006 15:22:53 GMT (envelope-from mlaier) Message-Id: <200608071522.k77FMrKu016893@repoman.freebsd.org> From: Max Laier Date: Mon, 7 Aug 2006 15:22: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/contrib/pf/net pf_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 15:22:54 -0000 mlaier 2006-08-07 15:22:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf_ioctl.c Log: MFC, pf_ioctl.c, 1.25: Import from OpenBSD 1.168, dhartmei: fix a bug in the input sanity check of DIOCCHANGERULE (not used by pfctl, but third-party tools). a rule must have a non-empty replacement address list when it's a translation rule but not an anchor call (i.e. "nat ... ->" needs a replacement address, but "nat-anchor ..." doesn't). the check confused "rule is an anchor call" with "rule is defined within an anchor". report from Michal Mertl, Max Laier. Revision Changes Path 1.20.2.3 +3 -2 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 16:05:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D8F16A4DA; Mon, 7 Aug 2006 16:05:55 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9150843D53; Mon, 7 Aug 2006 16:05:55 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77G5tQ3023991; Mon, 7 Aug 2006 16:05:55 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77G5tpa023990; Mon, 7 Aug 2006 16:05:55 GMT (envelope-from yar) Message-Id: <200608071605.k77G5tpa023990@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 16:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 16:05:56 -0000 yar 2006-08-07 16:05:55 UTC FreeBSD src repository Modified files: libexec/tftpd tftpd.8 Log: - Improve and extend mark-up. - Don't use full path in .Nm (we just don't do that). - Correct some frivolous and poorly rendering language, such as using possessive case for .Nm or .Fl . - Use the same capitalization for "user ID" as in setuid(2) and getuid(2). - Bring SEE ALSO in accord with the text. MFC after: 5 days Revision Changes Path 1.19 +32 -20 src/libexec/tftpd/tftpd.8 From owner-cvs-src@FreeBSD.ORG Mon Aug 7 16:42:00 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1892F16A509; Mon, 7 Aug 2006 16:42:00 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A30B43D88; Mon, 7 Aug 2006 16:41:47 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.150] (pptp0.pn.xcllnt.net [192.168.4.150]) by ns1.xcllnt.net (8.13.6/8.13.6) with ESMTP id k77GfHiE093437; Mon, 7 Aug 2006 09:41:19 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200608041644.08533.jhb@freebsd.org> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> <200608041644.08533.jhb@freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 7 Aug 2006 09:41:01 -0700 To: John Baldwin X-Mailer: Apple Mail (2.752.2) Cc: Yar Tikhiy , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Sam Leffler Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 16:42:00 -0000 On Aug 4, 2006, at 1:44 PM, John Baldwin wrote: >>> Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's >>> just a feature that kdb_foo() functions become NOPs when the >>> kernel isn't >>> configured for debugging, so I think the #ifdef KDB's would be >>> redundant. >> >> None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into >> NOPs when option KDB is not present. They are all unconditionally >> functional by design and should therefore be called conditionally >> by consequence. > > Well, given that separation, I'm not sure KDB is the right option > to make > calls conditional. Rather, some specific is-debugging-enabled? > option (like > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > #ifdef FOO_DEBUG > if (foo_bad) { > printf("foo is bad\n"); > kdb_backtrace(); > } > #endif > > I don't think that warrants an extra #ifdef KDB. Exactly. Here, FOO_DEBUG serves roughly the same function as KDB. Where KDB's scope is limitless, FOO_DEBUG typically applies to foo(4) only. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Mon Aug 7 17:08:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8F216A4DD; Mon, 7 Aug 2006 17:08:06 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2784B43D6E; Mon, 7 Aug 2006 17:08:06 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77H869A041369; Mon, 7 Aug 2006 17:08:06 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77H86Pi041368; Mon, 7 Aug 2006 17:08:06 GMT (envelope-from keramida) Message-Id: <200608071708.k77H86Pi041368@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 7 Aug 2006 17:08:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wesside README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 17:08:06 -0000 keramida 2006-08-07 17:08:05 UTC FreeBSD src repository (doc committer) Modified files: tools/tools/net80211/wesside README Log: Fix some minor nits in the README file of wesside Reviewed by: sam, Andrea Bittau Revision Changes Path 1.2 +3 -4 src/tools/tools/net80211/wesside/README From owner-cvs-src@FreeBSD.ORG Mon Aug 7 17:14:18 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DF916A4DE; Mon, 7 Aug 2006 17:14:18 +0000 (UTC) (envelope-from prvs=julian=36751bcc1@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE5E43D49; Mon, 7 Aug 2006 17:14:18 +0000 (GMT) (envelope-from prvs=julian=36751bcc1@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 07 Aug 2006 10:14:18 -0700 Message-ID: <44D774E9.4010309@elischer.org> Date: Mon, 07 Aug 2006 10:14:17 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200608051358.k75DwpYr070713@repoman.freebsd.org> <20060807092251.GS96644@FreeBSD.org> In-Reply-To: <20060807092251.GS96644@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Stefan Farfeleder , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 17:14:19 -0000 Gleb Smirnoff wrote: >On Sat, Aug 05, 2006 at 01:58:50PM +0000, Stefan Farfeleder wrote: >S> stefanf 2006-08-05 13:58:50 UTC >S> >S> FreeBSD src repository >S> >S> Modified files: >S> sbin/ipfw ipfw2.c >S> Log: >S> Use the SLIST_NEXT macro instead of sle_next. > >Uhhrm. This code is a hack really, and using bad style emphasizes >that. It says: BEWARE! We use queue.h internals for our own dirty >needs. So I left "sle_next" here intentionally. > >The hack was made here to keep ABI compatibility, and make the later >changes mergeable to RELENG_6. > >Let it be SLIST_NEXT() now. Anyway there is a plan of major rewrite >of API and ipfw(8) itself. > > > great.. I have been in ipfw(2) the last week and have some sugestions for increasing its efficiency.. especially the code that times out dynamic rules. From owner-cvs-src@FreeBSD.ORG Mon Aug 7 17:20:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9AF16A4E5; Mon, 7 Aug 2006 17:20:01 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2357943D45; Mon, 7 Aug 2006 17:19:59 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id k77HJupI053298; Mon, 7 Aug 2006 19:19:56 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id k77HJi4p093513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 19:19:49 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id k77HJhVF080885; Mon, 7 Aug 2006 19:19:43 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id k77HJhi7080884; Mon, 7 Aug 2006 19:19:43 +0200 (CEST) (envelope-from ticso) Date: Mon, 7 Aug 2006 19:19:43 +0200 From: Bernd Walter To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20060807171942.GC40245@cicely12.cicely.de> References: <200608061201.k76C1gxv046400@repoman.freebsd.org> <86k65lx16x.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86k65lx16x.fsf@xps.des.no> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on cicely12.cicely.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 17:20:16 -0000 On Sun, Aug 06, 2006 at 06:45:42PM +0200, Dag-Erling Smørgrav wrote: > Bruce M Simpson writes: > > Log: > > Add identifier for the Epson CX3650 all-in-one scanner function. > > This enables the scanner function on these devices to be detected > > and probed by uscanner(4), but only when ulpt is not loaded. > > Any chance we might at some point fix the USB stack so multiple > drivers can attach to different endpoints on the same device? This is not a problem with the stack itself, uscanner claims the whole device. E.g. ulpt and umass can share a device as they only claim a single function. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de From owner-cvs-src@FreeBSD.ORG Mon Aug 7 19:12:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 895D016A4DD; Mon, 7 Aug 2006 19:12:28 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B9F43D45; Mon, 7 Aug 2006 19:12:28 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JCS3i055074; Mon, 7 Aug 2006 19:12:28 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JCSdq055073; Mon, 7 Aug 2006 19:12:28 GMT (envelope-from ume) Message-Id: <200608071912.k77JCSdq055073@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 7 Aug 2006 19:12: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/libc/resolv res_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 19:12:28 -0000 ume 2006-08-07 19:12:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/resolv res_init.c Log: MFC 1.3: _close() should be called instead of close() here. Revision Changes Path 1.2.2.2 +6 -2 src/lib/libc/resolv/res_init.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 19:14:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F7916A4DA; Mon, 7 Aug 2006 19:14:56 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4599D43D46; Mon, 7 Aug 2006 19:14:56 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JEu8b055241; Mon, 7 Aug 2006 19:14:56 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JEu2a055240; Mon, 7 Aug 2006 19:14:56 GMT (envelope-from ume) Message-Id: <200608071914.k77JEu2a055240@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 7 Aug 2006 19:14:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/resolv res_send.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 19:14:56 -0000 ume 2006-08-07 19:14:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/resolv res_send.c Log: MFC 1.3: Check if the filedes of kevent is expected one. Though our old resolver opened just one socket, BIND9's resolver may open more than one sockets. And, BIND9's resolver doesn't close the socket on timeout. So, we need this check. Revision Changes Path 1.2.2.2 +4 -0 src/lib/libc/resolv/res_send.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 19:21:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E4516A4DA; Mon, 7 Aug 2006 19:21:44 +0000 (UTC) (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 0ADD243D53; Mon, 7 Aug 2006 19:21:41 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:l6vlgPKAiMUnozPojgI0OC4F5xB1DXIO6VyH9v9Rjy/GW3wbcRCEIwvhnjm55c8b@kasuga-iwi.mahoroba.org [IPv6:2001:2f0:104:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.6/8.13.6) with ESMTP/inet6 id k77JLJ6Y090439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Aug 2006 04:21:19 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 08 Aug 2006 04:21:18 +0900 Message-ID: From: Hajimu UMEMOTO To: freebsd-cvs-src@oldach.net (Helge Oldach) In-Reply-To: <200608062055.k76KtkPD025236@sep.oldach.net> References: <200608062055.k76KtkPD025236@sep.oldach.net> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-pc-freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.1-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0a1 (ameno.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Tue, 08 Aug 2006 04:21:22 +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.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, scottl@samsco.org, kensmith@cse.Buffalo.EDU, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.h src/include Makefile netdb.h res_update.h resolv.h src/include/arpa inet.h nameser.h nameser X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 19:21:44 -0000 Hi, >>>>> On Sun, 6 Aug 2006 22:55:46 +0200 (CEST) >>>>> Helge Oldach said: freebsd-cvs-src> Hajimu UMEMOTO: > Okay. Perhaps, I found the cause. Please try the following change > and let me know the result: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/resolv/res_send.c.diff?r1=1.2&r2=1.3 freebsd-cvs-src> Yep. This indeed fixes the issue for 6-STABLE as well. After 50 hours freebsd-cvs-src> uptime no hanging process observed. Thanks! Please MFC... freebsd-cvs-src> Thanks a lot for dealing with this despite my vague problem report! Thank you for confirmation. I've just MFC'ed it into RELENG_6. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Mon Aug 7 19:32:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB1316A4DD; Mon, 7 Aug 2006 19:32:57 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B41E43D4C; Mon, 7 Aug 2006 19:32:57 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JWvKh056203; Mon, 7 Aug 2006 19:32:57 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JWv1G056202; Mon, 7 Aug 2006 19:32:57 GMT (envelope-from mlaier) Message-Id: <200608071932.k77JWv1G056202@repoman.freebsd.org> From: Max Laier Date: Mon, 7 Aug 2006 19:32:57 +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 ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 19:32:57 -0000 mlaier 2006-08-07 19:32:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw2.c Log: Belatedly MFC ipfw2.c, 1.88: For src/dest parsing take off the netmask before checking for AF with inet_pton. This fixes cases like "fe02::/16". PR: bin/91245 Reported by: Fredrik Lindberge Reminded by: oleg Revision Changes Path 1.76.2.10 +31 -15 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 19:52:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE88616A4DD; Mon, 7 Aug 2006 19:52:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7978443D5D; Mon, 7 Aug 2006 19:52:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JqU1K057249; Mon, 7 Aug 2006 19:52:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JqUVV057248; Mon, 7 Aug 2006 19:52:30 GMT (envelope-from jhb) Message-Id: <200608071952.k77JqUVV057248@repoman.freebsd.org> From: John Baldwin Date: Mon, 7 Aug 2006 19:52:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 19:52:31 -0000 jhb 2006-08-07 19:52:30 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: When a user uses a hint to specify the IRQ for a link device, accept IRQs that aren't listed as valid in the link device's set of possible IRQs. This allows the hints to be used to work around broken BIOSes that don't specify the correct ste of possible IRQs. A warning is issued in the dmesg in this case to be consistent with the $PIR handling code. MFC after: 1 week Revision Changes Path 1.54 +13 -5 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 20:09:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4090116A4DA; Mon, 7 Aug 2006 20:09:10 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E315643D72; Mon, 7 Aug 2006 20:09:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77K994w059263; Mon, 7 Aug 2006 20:09:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77K99oF059262; Mon, 7 Aug 2006 20:09:09 GMT (envelope-from pjd) Message-Id: <200608072009.k77K99oF059262@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 7 Aug 2006 20:09: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/class/eli geom_eli.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 20:09:10 -0000 pjd 2006-08-07 20:09:09 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Add missing #. Revision Changes Path 1.13 +1 -1 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 20:12:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B9E16A4DE; Mon, 7 Aug 2006 20:12:19 +0000 (UTC) (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 7F9BA43D46; Mon, 7 Aug 2006 20:12:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77KCJud059490; Mon, 7 Aug 2006 20:12:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77KCJX8059489; Mon, 7 Aug 2006 20:12:19 GMT (envelope-from phk) Message-Id: <200608072012.k77KCJX8059489@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 7 Aug 2006 20:12: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/lib/libc/gen syslog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 20:12:19 -0000 phk 2006-08-07 20:12:18 UTC FreeBSD src repository Modified files: lib/libc/gen syslog.c Log: Return length from fwopen() file callback instead of zero. The symptom is that syslog() fails to log anything but the "ident" string if LOG_PERROR is specified to openlog(3) and the extensible printf is in action. For unclear, likely quaint historical reasons, syslog uses fwopen() on a stack buffer, rather than using the more straightforward and faster snprintf(). Along the way, fflush(3) is called, and since the callback writer function returns zero instead of the length "written", __SERR naturally gets set on the filedescriptor. The extensible printf, in difference from the normal printf refuses to output anything to an __SERR marked filedescriptor, and thus the actual syslog message is supressed. MFC: after 2 weeks Revision Changes Path 1.38 +1 -1 src/lib/libc/gen/syslog.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 20:39:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AE016A4E1; Mon, 7 Aug 2006 20:39:01 +0000 (UTC) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from mail2.ewetel.de (mail2.ewetel.de [212.6.122.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C36043D77; Mon, 7 Aug 2006 20:38:57 +0000 (GMT) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from kalak.lemuria.local (dyndsl-080-228-180-033.ewe-ip-backbone.de [80.228.180.33]) by mail2.ewetel.de (8.12.1/8.12.9) with ESMTP id k77KcoUT005887; Mon, 7 Aug 2006 22:38:52 +0200 (MEST) Received: from [192.168.2.127] (lullog.lemuria.local [192.168.2.127]) by kalak.lemuria.local (8.13.6/8.13.6) with ESMTP id k77KPFYO006154; Mon, 7 Aug 2006 22:25:20 +0200 (CEST) (envelope-from Thomas.Wintergerst@nord-com.net) Message-ID: <44D7A1AB.5070205@nord-com.net> Date: Mon, 07 Aug 2006 22:25:15 +0200 From: Thomas Wintergerst User-Agent: Thunderbird 1.5 (X11/20060222) MIME-Version: 1.0 To: Robert Watson References: <200608061903.k76J3RM8008595@repoman.freebsd.org> <20060806201649.G83232@fledge.watson.org> In-Reply-To: <20060806201649.G83232@fledge.watson.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CheckCompat: OK Cc: Hellmuth Michaelis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Thomas Wintergerst Subject: Re: cvs commit: src UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: twinterg@gmx.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 20:39:01 -0000 Hello Robert, Robert Watson wrote: > On Sun, 6 Aug 2006, Thomas Wintergerst wrote: > >> twinterg 2006-08-06 19:03:27 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> . UPDATING >> sys/i386/include i4b_ioctl.h >> sys/i4b/layer4 i4b_l4mgmt.c >> usr.sbin/i4b/isdnd controller.c >> Log: >> MFC: >> >> Extend i4b to support CAPI manager based ISDN controllers (CAPI >> manager is >> part of c4b, CAPI for BSD). This may be a preparation to add CAPI for >> BSD to >> the source tree, in case the decision to MFC c4b itself is positive. >> Until >> then users of c4b at least do not need to build a new kernel or base >> system >> to compile and run c4b. > > Any chance we will see the following change in 7.x in the near future? > Per discussion on arch@, the goal is to remove as many non-MPSAFEty > crutches from the tree as possible before 7.0: Unfortunately two things come together: I do not always have enough time, and communication with Hellmuth, my mentor, is also a little bit tough. Currently I am waiting for an answer to my proposal to make the next, real integration step for c4b. > > peppercorn:~/freebsd/commit/src/sys/i4b> grep -ri giant . > ./driver/i4b_ctl.c: .d_flags = D_NEEDGIANT, > ./driver/i4b_ipr.c:NET_NEEDS_GIANT("i4b_ipr"); > ./driver/i4b_isppp.c:NET_NEEDS_GIANT("i4b_isppp"); > ./driver/i4b_rbch.c: .d_flags = D_NEEDGIANT, > ./driver/i4b_tel.c: .d_flags = D_NEEDGIANT, > ./driver/i4b_trace.c: .d_flags = D_NEEDGIANT, > ./layer4/i4b_i4bdrv.c: .d_flags = D_NEEDGIANT, Regarding these sources my far goal is to let all i4b parts base on CAPI and the CAPI manager. But this requires to transform the D-channel sources stack to fit as a driver under the CAPI manager. A CAPI layer module is already available. But the passive D-channel stack will take some time, if no one helps. As of other inquiries my current work is to implement drivers for Eicon DIVA Server ISDN boards, besides integration of c4b into the source tree. > > Robert N M Watson > Computer Laboratory > University of Cambridge > -- Gruss, Thomas Wintergerst From owner-cvs-src@FreeBSD.ORG Mon Aug 7 22:21:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFA616A4E0; Mon, 7 Aug 2006 22:21:35 +0000 (UTC) (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 BF93C43D46; Mon, 7 Aug 2006 22:21:34 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id A7162109904; Tue, 8 Aug 2006 08:21:33 +1000 (EST) 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-3sarge1) with ESMTP id k77MLST2017701; Tue, 8 Aug 2006 08:21:29 +1000 Date: Tue, 8 Aug 2006 08:21:28 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: John Baldwin In-Reply-To: <200608041644.08533.jhb@freebsd.org> Message-ID: <20060808073829.T9516@delplex.bde.org> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> <200608041644.08533.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, Yar Tikhiy , cvs-all@FreeBSD.org, Marcel Moolenaar , cvs-src@FreeBSD.org, Sam Leffler Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 22:21:36 -0000 On Fri, 4 Aug 2006, John Baldwin wrote: > On Friday 04 August 2006 16:01, Marcel Moolenaar wrote: > >> The point is that kdb_backtrace() is there if you want a backtrace and >> you call it based on whatever option that makes sense at the call-site >> or even unconditionally if that's the right thing. >> Whether there's actually a backend that can make a backtrace is really >> a seperate issue. We just happen to implement backtracing and unwinding >> by debuggers, but with an unwinder in the kernel on ia64, we really >> don't need a debugger in order to make a backtrace and it's not that >> unrealistic that I create a backend that can only do backtraces... > > To be honest, as someone who works with bug reports, I'd actually like > backtraces up front w/o requiring the user to compile a custom kernel, etc. > Having a simple backend in place and kdb_backtrace()'s where relevant would > be very handy. :) This was non-broken in the original implementation of backtrace(): % RCS file: /home/ncvs/src/sys/kern/kern_shutdown.c,v % Working file: kern_shutdown.c % ... % ---------------------------- % revision 1.138 % date: 2003/01/04 20:54:58; author: phk; state: Exp; lines: +14 -0 % Introduce the % void backtrace(void); % function which will print a backtrace if DDB is in the kernel and an % explanation if not. % % This is useful for recording backtraces in non-fatal circumstances and % does not require pollution with DDB #includes in the files where it % is used. % % It would of course be nice to have a non-DDB dependent version too, % but since the meat of a backtrace is MD it is probably not worth it. % ---------------------------- Debugger() has been broken similarly. It was designed to be called independently of the configuration of a debugger, and print a message if it is called when no debugger is configured (not quite right since Debugger() was often used as a quick replacement for panic()). Now Debugger() is misspelled kdb_enter() and is silent if there is no low-level debugger to enter. >>> Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's >>> just a feature that kdb_foo() functions become NOPs when the kernel isn't >>> configured for debugging, so I think the #ifdef KDB's would be redundant. Just a bug, for kdb_enter() at least. >> None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into >> NOPs when option KDB is not present. They are all unconditionally >> functional by design and should therefore be called conditionally >> by consequence. Some of them need to at least print a message if they are called when no low-level debugger is present, since most calls in that case are errors -- debugger functions shouldn't be called in production kernels. Panicing would be too much for most calls. > Well, given that separation, I'm not sure KDB is the right option to make > calls conditional. Rather, some specific is-debugging-enabled? option (like > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > #ifdef FOO_DEBUG > if (foo_bad) { > printf("foo is bad\n"); > kdb_backtrace(); > } > #endif > > I don't think that warrants an extra #ifdef KDB. Yes, most calls that belong in production kernels are near kern_shutdown.c and already have control variables. For backtrace in panics, it is harmless for kdb to print a message saying that backtrace is unavailable. For calls from other places, where you want some debugging info but don't want to enter a debugger even if one is available, it should be possible to just call backtrace() and then a message that backtrace is unavailable is good as a reminder that the call should be conditional in production kernels. Bruce From owner-cvs-src@FreeBSD.ORG Mon Aug 7 22:44:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEECE16A4DE; Mon, 7 Aug 2006 22:44:01 +0000 (UTC) (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 87DCB43D46; Mon, 7 Aug 2006 22:44:01 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Mi1II077803; Mon, 7 Aug 2006 22:44:01 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Mi1He077802; Mon, 7 Aug 2006 22:44:01 GMT (envelope-from netchild) Message-Id: <200608072244.k77Mi1He077802@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:44: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/sound/pci emu10kx-pcm.c emu10kx.c emu10kx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 22:44:01 -0000 netchild 2006-08-07 22:44:01 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx-pcm.c emu10kx.c emu10kx.h Log: "Workaround for sound lag in current snd_emu10kx driver. Real problem is interaction between in-kernel sound buffer handling and hardware. With small buffer, there are times when both harwdare reads and kernel writes to the same buffer (it is only visible on slow machines, i think). I'm digging in channel.c and buffer.c to find a solution that allow use of large hardware buffers without sound lags - hardware can handle buffers up to 32Mb." Submitted by: Yuriy Tsibizov Revision Changes Path 1.3 +4 -3 src/sys/dev/sound/pci/emu10kx-pcm.c 1.3 +8 -10 src/sys/dev/sound/pci/emu10kx.c 1.2 +11 -6 src/sys/dev/sound/pci/emu10kx.h From owner-cvs-src@FreeBSD.ORG Mon Aug 7 22:50:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D17716A4DA; Mon, 7 Aug 2006 22:50:27 +0000 (UTC) (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 E769943D45; Mon, 7 Aug 2006 22:50:26 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MoQqd078183; Mon, 7 Aug 2006 22:50:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MoQ2M078182; Mon, 7 Aug 2006 22:50:26 GMT (envelope-from netchild) Message-Id: <200608072250.k77MoQ2M078182@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:50:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10kx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 22:50:27 -0000 netchild 2006-08-07 22:50:26 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx.c Log: "Change type for flags bitmap to let use 1 as flag value without overflow (to -1)." Submitted by: Yuriy Tsibizov Revision Changes Path 1.4 +1 -1 src/sys/dev/sound/pci/emu10kx.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 22:55:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2973E16A4DE; Mon, 7 Aug 2006 22:55:22 +0000 (UTC) (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 C3A4E43D49; Mon, 7 Aug 2006 22:55:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MtLa2078478; Mon, 7 Aug 2006 22:55:21 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MtLK7078477; Mon, 7 Aug 2006 22:55:21 GMT (envelope-from netchild) Message-Id: <200608072255.k77MtLK7078477@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:55: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/sys/dev/sound/pci emu10kx-pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 22:55:22 -0000 netchild 2006-08-07 22:55:21 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx-pcm.c Log: "Fixe playback of mono files on stereo outputs. In previous version mono files are played only on left channel." Submitted by: Yuriy Tsibizov Revision Changes Path 1.4 +20 -1 src/sys/dev/sound/pci/emu10kx-pcm.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 22:56:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DB716A4DD; Mon, 7 Aug 2006 22:56:42 +0000 (UTC) (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 1C43E43D49; Mon, 7 Aug 2006 22:56:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Muf6e078605; Mon, 7 Aug 2006 22:56:42 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MufrL078604; Mon, 7 Aug 2006 22:56:41 GMT (envelope-from netchild) Message-Id: <200608072256.k77MufrL078604@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:56: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/sound/pci emu10kx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 22:56:42 -0000 netchild 2006-08-07 22:56:41 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx.c Log: "Fix typos in volume control DSP code." Submitted by: Yuriy Tsibizov Revision Changes Path 1.5 +2 -2 src/sys/dev/sound/pci/emu10kx.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 23:00:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA8316A517; Mon, 7 Aug 2006 23:00:37 +0000 (UTC) (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 B32F943D53; Mon, 7 Aug 2006 23:00:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77N0aaM078783; Mon, 7 Aug 2006 23:00:36 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77N0aNU078782; Mon, 7 Aug 2006 23:00:36 GMT (envelope-from netchild) Message-Id: <200608072300.k77N0aNU078782@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:00: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/dev/sound/pci emu10k1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 23:00:37 -0000 netchild 2006-08-07 23:00:36 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: Use a low probe-priority to ensure that the emu10kx driver has a higher priority than this one when both are available. Revision Changes Path 1.62 +1 -1 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 23:20:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D038716A4DD; Mon, 7 Aug 2006 23:20:24 +0000 (UTC) (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 6518F43D46; Mon, 7 Aug 2006 23:20:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77NKOfo081092; Mon, 7 Aug 2006 23:20:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77NKOki081091; Mon, 7 Aug 2006 23:20:24 GMT (envelope-from netchild) Message-Id: <200608072320.k77NKOki081091@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:20:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c usb.c variable.c wizard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 23:20:24 -0000 netchild 2006-08-07 23:20:24 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c usb.c variable.c wizard.c Log: Forced commit to note repo copy from sysinstall. Repo copy by: markm Revision Changes Path 1.142 +0 -0 src/usr.sbin/sade/Makefile 1.21 +0 -0 src/usr.sbin/sade/command.c 1.238 +0 -0 src/usr.sbin/sade/config.c 1.168 +0 -0 src/usr.sbin/sade/devices.c 1.158 +0 -0 src/usr.sbin/sade/disks.c 1.49 +0 -0 src/usr.sbin/sade/dispatch.c 1.48 +0 -0 src/usr.sbin/sade/dmenu.c 1.28 +0 -0 src/usr.sbin/sade/globals.c 1.368 +0 -0 src/usr.sbin/sade/install.c 1.11 +0 -0 src/usr.sbin/sade/keymap.c 1.153 +0 -0 src/usr.sbin/sade/label.c 1.3 +0 -0 src/usr.sbin/sade/list.h 1.74 +0 -0 src/usr.sbin/sade/main.c 1.419 +0 -0 src/usr.sbin/sade/menus.c 1.44 +0 -0 src/usr.sbin/sade/misc.c 1.60 +1 -1 src/usr.sbin/sade/msg.c 1.3 +1 -0 src/usr.sbin/sade/rtermcap.c 1.74 +0 -0 src/usr.sbin/sade/sade.8 1.272 +0 -0 src/usr.sbin/sade/sade.h 1.128 +0 -0 src/usr.sbin/sade/system.c 1.31 +1 -1 src/usr.sbin/sade/termcap.c 1.3 +1 -1 src/usr.sbin/sade/usb.c 1.38 +0 -0 src/usr.sbin/sade/variable.c 1.25 +0 -0 src/usr.sbin/sade/wizard.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 23:35:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E4416A4DD; Mon, 7 Aug 2006 23:35:54 +0000 (UTC) (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 E350C43D4C; Mon, 7 Aug 2006 23:35:49 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77NZnqQ081925; Mon, 7 Aug 2006 23:35:49 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77NZnZ2081924; Mon, 7 Aug 2006 23:35:49 GMT (envelope-from netchild) Message-Id: <200608072335.k77NZnZ2081924@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:35: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/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c usb.c variable.c wizard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 23:35:54 -0000 netchild 2006-08-07 23:35:49 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c variable.c wizard.c Removed files: usr.sbin/sade usb.c Log: Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part of sysinstall. So sysinstall may retire now, we have the important non-install part of it covered. ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches to change this and to clean it up internally are more than welcome. Submitted by: mami@nyitolap.hu Revision Changes Path 1.143 +11 -62 src/usr.sbin/sade/Makefile 1.22 +1 -6 src/usr.sbin/sade/command.c 1.239 +5 -758 src/usr.sbin/sade/config.c 1.169 +26 -238 src/usr.sbin/sade/devices.c 1.159 +4 -8 src/usr.sbin/sade/disks.c 1.50 +2 -182 src/usr.sbin/sade/dispatch.c 1.49 +2 -77 src/usr.sbin/sade/dmenu.c 1.29 +1 -10 src/usr.sbin/sade/globals.c 1.369 +8 -1034 src/usr.sbin/sade/install.c 1.12 +1 -74 src/usr.sbin/sade/keymap.c 1.154 +3 -8 src/usr.sbin/sade/label.c 1.4 +0 -5 src/usr.sbin/sade/list.h 1.75 +5 -65 src/usr.sbin/sade/main.c 1.420 +9 -2223 src/usr.sbin/sade/menus.c 1.45 +9 -7 src/usr.sbin/sade/misc.c 1.61 +1 -7 src/usr.sbin/sade/msg.c 1.4 +0 -0 src/usr.sbin/sade/rtermcap.c 1.75 +20 -889 src/usr.sbin/sade/sade.8 1.273 +11 -402 src/usr.sbin/sade/sade.h 1.129 +9 -218 src/usr.sbin/sade/system.c 1.32 +1 -30 src/usr.sbin/sade/termcap.c 1.4 +0 -44 src/usr.sbin/sade/usb.c (dead) 1.39 +1 -6 src/usr.sbin/sade/variable.c 1.26 +1 -2 src/usr.sbin/sade/wizard.c From owner-cvs-src@FreeBSD.ORG Mon Aug 7 23:37:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061B416A4DA; Mon, 7 Aug 2006 23:37:56 +0000 (UTC) (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 F1D4143D77; Mon, 7 Aug 2006 23:37:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77NbpUg082024; Mon, 7 Aug 2006 23:37:51 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77NbpQQ082023; Mon, 7 Aug 2006 23:37:51 GMT (envelope-from netchild) Message-Id: <200608072337.k77NbpQQ082023@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:37:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 23:37:56 -0000 netchild 2006-08-07 23:37:51 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Connect sade to the build. Revision Changes Path 1.356 +1 -0 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Tue Aug 8 01:18:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F2616A4E5; Tue, 8 Aug 2006 01:18:24 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C91243D62; Tue, 8 Aug 2006 01:18:18 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781IIKp099929; Tue, 8 Aug 2006 01:18:18 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781IIt5099928; Tue, 8 Aug 2006 01:18:18 GMT (envelope-from kevlo) Message-Id: <200608080118.k781IIt5099928@repoman.freebsd.org> From: Kevin Lo Date: Tue, 8 Aug 2006 01:18: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/arm/at91 kb920x_machdep.c src/sys/arm/xscale/i80321 iq31244_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 01:18:24 -0000 kevlo 2006-08-08 01:18:18 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c sys/arm/xscale/i80321 iq31244_machdep.c Log: Remove a bogus i = 0. Approved by: cognet Revision Changes Path 1.14 +1 -1 src/sys/arm/at91/kb920x_machdep.c 1.21 +1 -1 src/sys/arm/xscale/i80321/iq31244_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 01:31:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695FD16A4DF; Tue, 8 Aug 2006 01:31:05 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5F043D66; Tue, 8 Aug 2006 01:30:55 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781UtUG001892; Tue, 8 Aug 2006 01:30:55 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781UtAo001891; Tue, 8 Aug 2006 01:30:55 GMT (envelope-from njl) Message-Id: <200608080130.k781UtAo001891@repoman.freebsd.org> From: Nate Lawson Date: Tue, 8 Aug 2006 01:30: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/i386/acpica acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 01:31:05 -0000 njl 2006-08-08 01:30:55 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_wakeup.c Log: If a beep was enabled, turn it off 3 seconds after resume. MFC after: 3 days Revision Changes Path 1.45 +11 -0 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 01:33:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431BD16A4DE; Tue, 8 Aug 2006 01:33:04 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9652C43D68; Tue, 8 Aug 2006 01:33:03 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781X3sE002048; Tue, 8 Aug 2006 01:33:03 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781X3wF002047; Tue, 8 Aug 2006 01:33:03 GMT (envelope-from njl) Message-Id: <200608080133.k781X3wF002047@repoman.freebsd.org> From: Nate Lawson Date: Tue, 8 Aug 2006 01:33: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/acpica acpi_dock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 01:33:04 -0000 njl 2006-08-08 01:33:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_dock.c Log: Remove the global dock variable. Each dock device should be able to function independently. This change is not only load-tested since I don't have hardware that supports acpi_dock. Clean up comments and a name a few constants. Revision Changes Path 1.4 +33 -38 src/sys/dev/acpica/acpi_dock.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 04:01:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5D416A4DD; Tue, 8 Aug 2006 04:01:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDB743D4C; Tue, 8 Aug 2006 04:01:30 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7841Ueo011951; Tue, 8 Aug 2006 04:01:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7841UJ6011950; Tue, 8 Aug 2006 04:01:30 GMT (envelope-from alc) Message-Id: <200608080401.k7841UJ6011950@repoman.freebsd.org> From: Alan Cox Date: Tue, 8 Aug 2006 04:01: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/amd64/amd64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 04:01:30 -0000 alc 2006-08-08 04:01:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c Log: Pass VM_PROT_EXECUTE to vm_fault() instead of VM_PROT_READ if the page fault was caused by an instruction fetch. Revision Changes Path 1.308 +6 -0 src/sys/amd64/amd64/trap.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 04:10:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DA316A4DE; Tue, 8 Aug 2006 04:10:19 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0593C43D4C; Tue, 8 Aug 2006 04:10:02 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([81.18.142.225]:53775 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2077108AbWHHEJw (ORCPT + 4 others); Tue, 8 Aug 2006 08:09:52 +0400 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <44D80E8D.7010709@yandex.ru> Date: Tue, 08 Aug 2006 08:09:49 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Julian Elischer References: <200608051358.k75DwpYr070713@repoman.freebsd.org> <20060807092251.GS96644@FreeBSD.org> <44D774E9.4010309@elischer.org> In-Reply-To: <44D774E9.4010309@elischer.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , Stefan Farfeleder , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 04:10:19 -0000 Julian Elischer wrote: > great.. I have been in ipfw(2) the last week and have some sugestions for > increasing its efficiency.. especially the code that times out dynamic > rules. Can you explain your suggestions in detail? -- WBR, Andrey V. Elsukov From owner-cvs-src@FreeBSD.ORG Tue Aug 8 04:37:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D6A16A4E0; Tue, 8 Aug 2006 04:37:19 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9558A43D45; Tue, 8 Aug 2006 04:37:19 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784bJVN015114; Tue, 8 Aug 2006 04:37:19 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784bJNN015113; Tue, 8 Aug 2006 04:37:19 GMT (envelope-from yongari) Message-Id: <200608080437.k784bJNN015113@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 04:37:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c dcphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 04:37:20 -0000 yongari 2006-08-08 04:37:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c dcphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c Log: MFC: Replace hard-coded magic constants to system defined constants (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). Revision Changes Path 1.16.2.1 +1 -1 src/sys/dev/mii/acphy.c 1.17.2.1 +1 -1 src/sys/dev/mii/amphy.c 1.9.2.1 +3 -3 src/sys/dev/mii/bmtphy.c 1.34.2.6 +12 -12 src/sys/dev/mii/brgphy.c 1.2.2.1 +3 -3 src/sys/dev/mii/ciphy.c 1.28.2.2 +1 -1 src/sys/dev/mii/dcphy.c 1.14.2.1 +1 -1 src/sys/dev/mii/e1000phy.c 1.19.2.1 +1 -1 src/sys/dev/mii/exphy.c 1.14.8.1 +5 -5 src/sys/dev/mii/inphy.c 1.14.2.1 +1 -1 src/sys/dev/mii/lxtphy.c 1.20.2.1 +1 -1 src/sys/dev/mii/mlphy.c 1.19.2.1 +1 -1 src/sys/dev/mii/nsgphy.c 1.23.2.1 +1 -1 src/sys/dev/mii/nsphy.c 1.15.2.1 +1 -1 src/sys/dev/mii/pnaphy.c 1.18.2.1 +1 -1 src/sys/dev/mii/pnphy.c 1.14.2.1 +1 -1 src/sys/dev/mii/qsphy.c 1.6.2.2 +1 -1 src/sys/dev/mii/rgephy.c 1.21.2.1 +2 -2 src/sys/dev/mii/rlphy.c 1.4.8.1 +1 -1 src/sys/dev/mii/ruephy.c 1.16.2.1 +1 -1 src/sys/dev/mii/tdkphy.c 1.18.2.1 +1 -1 src/sys/dev/mii/tlphy.c 1.17.2.1 +1 -1 src/sys/dev/mii/ukphy.c 1.17.2.1 +2 -2 src/sys/dev/mii/xmphy.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 04:42:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6928916A4DE; Tue, 8 Aug 2006 04:42:47 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C396843D5E; Tue, 8 Aug 2006 04:42:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784gfHj015441; Tue, 8 Aug 2006 04:42:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784gf10015440; Tue, 8 Aug 2006 04:42:41 GMT (envelope-from davidxu) Message-Id: <200608080442.k784gf10015440@repoman.freebsd.org> From: David Xu Date: Tue, 8 Aug 2006 04:42: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/lib/libthr/thread thr_init.c thr_private.h thr_pspinlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 04:42:47 -0000 davidxu 2006-08-08 04:42:41 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_private.h thr_pspinlock.c Log: Get number of CPUs and ignore spin count on single processor machine. Revision Changes Path 1.38 +3 -0 src/lib/libthr/thread/thr_init.c 1.67 +2 -0 src/lib/libthr/thread/thr_private.h 1.3 +10 -6 src/lib/libthr/thread/thr_pspinlock.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 05:04:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A465016A4DA; Tue, 8 Aug 2006 05:04:44 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6926643D4C; Tue, 8 Aug 2006 05:04:44 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7854i1Y025743; Tue, 8 Aug 2006 05:04:44 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7854io6025742; Tue, 8 Aug 2006 05:04:44 GMT (envelope-from davidxu) Message-Id: <200608080504.k7854io6025742@repoman.freebsd.org> From: David Xu Date: Tue, 8 Aug 2006 05:04:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_mutex.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 05:04:44 -0000 davidxu 2006-08-08 05:04:43 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c thr_private.h Log: Axe unused member field. Revision Changes Path 1.45 +0 -2 src/lib/libthr/thread/thr_mutex.c 1.68 +2 -10 src/lib/libthr/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Tue Aug 8 06:00:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C89C16A4DA; Tue, 8 Aug 2006 06:00:50 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6299B43D45; Tue, 8 Aug 2006 06:00:50 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7860oXp028435; Tue, 8 Aug 2006 06:00:50 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7860oj8028434; Tue, 8 Aug 2006 06:00:50 GMT (envelope-from alc) Message-Id: <200608080600.k7860oj8028434@repoman.freebsd.org> From: Alan Cox Date: Tue, 8 Aug 2006 06:00: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/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 06:00:50 -0000 alc 2006-08-08 06:00:49 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Reduce the scope of the page queues lock in vfs_busy_pages() now that vm_page_sleep_if_busy() no longer requires the caller to hold the page queues lock. Revision Changes Path 1.508 +1 -1 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 07:04:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ACB816A4DA; Tue, 8 Aug 2006 07:04:41 +0000 (UTC) (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 E1F0443D4C; Tue, 8 Aug 2006 07:04:40 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7874eiM047799; Tue, 8 Aug 2006 07:04:40 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7874e2v047798; Tue, 8 Aug 2006 07:04:40 GMT (envelope-from glebius) Message-Id: <200608080704.k7874e2v047798@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 07:04: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/ngctl main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 07:04:41 -0000 glebius 2006-08-08 07:04:40 UTC FreeBSD src repository Modified files: usr.sbin/ngctl main.c Log: - Pass pointer to fd_set in ReadSockets. - style(9) nits. Submitted by: ru Revision Changes Path 1.22 +9 -8 src/usr.sbin/ngctl/main.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 07:51:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4D416A4E1; Tue, 8 Aug 2006 07:51:27 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49C843D5C; Tue, 8 Aug 2006 07:51:26 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787pQ8a051780; Tue, 8 Aug 2006 07:51:26 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787pQKU051779; Tue, 8 Aug 2006 07:51:26 GMT (envelope-from yongari) Message-Id: <200608080751.k787pQKU051779@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 07:51: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/dev/mii miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 07:51:28 -0000 yongari 2006-08-08 07:51:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii miidevs Log: MFC miidevs, rev. 1.33 to RELENG_6 Add IC Plus IP1000A integrated PHY id. Revision Changes Path 1.30.2.3 +4 -0 src/sys/dev/mii/miidevs From owner-cvs-src@FreeBSD.ORG Tue Aug 8 07:52:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3AFE16A4FE; Tue, 8 Aug 2006 07:52:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0012243D4C; Tue, 8 Aug 2006 07:51:58 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787pw3N051821; Tue, 8 Aug 2006 07:51:58 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787pwIh051820; Tue, 8 Aug 2006 07:51:58 GMT (envelope-from delphij) Message-Id: <200608080751.k787pwIh051820@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 07:51:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 07:52:03 -0000 delphij 2006-08-08 07:51:58 UTC FreeBSD src repository Modified files: usr.sbin/sade main.c Log: Shutdown curses when exit. While I am there, remove a stale comment which does not apply to sade(8). Revision Changes Path 1.76 +4 -1 src/usr.sbin/sade/main.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:05:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9872916A4E2; Tue, 8 Aug 2006 08:05:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E8343D46; Tue, 8 Aug 2006 08:05:03 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78853lX053765; Tue, 8 Aug 2006 08:05:03 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7885307053764; Tue, 8 Aug 2006 08:05:03 GMT (envelope-from yongari) Message-Id: <200608080805.k7885307053764@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 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/dev/mii gentbi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:05:03 -0000 yongari 2006-08-08 08:05:02 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/mii gentbi.c Log: MFC gentbi(4) to RELENG_6 Add gentbi, a generic TBI(teb-bit interface) PHY driver ported from NetBSD. Revision Changes Path 1.1.2.1 +314 -0 src/sys/dev/mii/gentbi.c (new) From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:06:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 849EA16A4DD; Tue, 8 Aug 2006 08:06:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0DC43D45; Tue, 8 Aug 2006 08:06:30 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7886UXA053918; Tue, 8 Aug 2006 08:06:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7886Uec053917; Tue, 8 Aug 2006 08:06:30 GMT (envelope-from yongari) Message-Id: <200608080806.k7886Uec053917@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:06: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/sys/dev/mii ip1000phy.c ip1000phyreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:06:30 -0000 yongari 2006-08-08 08:06:30 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/mii ip1000phy.c ip1000phyreg.h Log: MFC ip1000phy(4) to RELENG_6 Add ip1000 PHY driver for IC Plus IP1000A integrated PHY. Revision Changes Path 1.1.2.1 +439 -0 src/sys/dev/mii/ip1000phy.c (new) 1.1.2.1 +141 -0 src/sys/dev/mii/ip1000phyreg.h (new) From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:41:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5246916A4DE; Tue, 8 Aug 2006 08:41:35 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED21043D55; Tue, 8 Aug 2006 08:41:34 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788fYFH056024; Tue, 8 Aug 2006 08:41:34 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788fYqi056023; Tue, 8 Aug 2006 08:41:34 GMT (envelope-from mr) Message-Id: <200608080841.k788fYqi056023@repoman.freebsd.org> From: Michael Reifenberger Date: Tue, 8 Aug 2006 08:41: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/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:41:35 -0000 mr 2006-08-08 08:41:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 identcpu.c Log: MFC: Dont overwrite cpu_model in the case of Via's C3-CPU. Revision Changes Path 1.145.2.5 +2 -1 src/sys/i386/i386/identcpu.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:43:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF8E16A4E1; Tue, 8 Aug 2006 08:43:12 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550F543D64; Tue, 8 Aug 2006 08:43:12 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788hC43056138; Tue, 8 Aug 2006 08:43:12 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788hCd0056137; Tue, 8 Aug 2006 08:43:12 GMT (envelope-from yongari) Message-Id: <200608080843.k788hCd0056137@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:43:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/stge if_stge.c if_stgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:43:12 -0000 yongari 2006-08-08 08:43:12 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/stge if_stge.c if_stgereg.h Log: MFC stge(4) to RELENG_6 Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernet controller ported from NetBSD. Revision Changes Path 1.1.2.1 +2707 -0 src/sys/dev/stge/if_stge.c (new) 1.1.2.1 +701 -0 src/sys/dev/stge/if_stgereg.h (new) From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:51:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B31E16A4DD; Tue, 8 Aug 2006 08:51:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EB543D53; Tue, 8 Aug 2006 08:51:38 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788pcCM066328; Tue, 8 Aug 2006 08:51:38 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788pcMP066327; Tue, 8 Aug 2006 08:51:38 GMT (envelope-from delphij) Message-Id: <200608080851.k788pcMP066327@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 08:51: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/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:51:38 -0000 delphij 2006-08-08 08:51:37 UTC FreeBSD src repository Modified files: usr.sbin/sade sade.8 Log: Typo (favour -> favor). Revision Changes Path 1.76 +1 -1 src/usr.sbin/sade/sade.8 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:54:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB0316A4E0; Tue, 8 Aug 2006 08:54:00 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A495E43D45; Tue, 8 Aug 2006 08:54:00 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788s0Kn066455; Tue, 8 Aug 2006 08:54:00 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788s0px066454; Tue, 8 Aug 2006 08:54:00 GMT (envelope-from yongari) Message-Id: <200608080854.k788s0px066454@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:54: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/conf files src/sys/modules/mii Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:54:01 -0000 yongari 2006-08-08 08:54:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/modules/mii Makefile Log: Connect gentbi, ip1000phy to the build. Revision Changes Path 1.1031.2.35 +4 -0 src/sys/conf/files 1.26.8.1 +1 -1 src/sys/modules/mii/Makefile From owner-cvs-src@FreeBSD.ORG Tue Aug 8 08:55:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E396116A5AD for ; Tue, 8 Aug 2006 08:55:02 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6143D43D7E for ; Tue, 8 Aug 2006 08:54:54 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr8so.prod.shaw.ca (pd3mr8so-qfe3.prod.shaw.ca [10.0.141.24]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O00F4V8RGMVD0@l-daemon> for cvs-src@FreeBSD.org; Tue, 08 Aug 2006 02:54:54 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd3mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O0099H8RG9N40@pd3mr8so.prod.shaw.ca> for cvs-src@FreeBSD.org; Tue, 08 Aug 2006 02:54:52 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0J3O00F338RFIEA0@l-daemon> for cvs-src@FreeBSD.org; Tue, 08 Aug 2006 02:54:52 -0600 (MDT) Received: (qmail 1223 invoked from network); Tue, 08 Aug 2006 08:54:49 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by loopback.uottawa.ca with SMTP; Tue, 08 Aug 2006 08:54:49 +0000 Date: Tue, 08 Aug 2006 01:54:48 -0700 From: Colin Percival In-reply-to: <200608080851.k788pcMP066327@repoman.freebsd.org> To: Xin LI Message-id: <44D85158.2030605@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <200608080851.k788pcMP066327@repoman.freebsd.org> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:55:03 -0000 Xin LI wrote: > Modified files: > usr.sbin/sade sade.8 > Log: > Typo (favour -> favor). I don't understand. Why are you adding a typo? Colin Percival From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:04:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BD716A4DA; Tue, 8 Aug 2006 09:04:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488B343D4C; Tue, 8 Aug 2006 09:04:19 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id E46C1EB3C93; Tue, 8 Aug 2006 17:04:17 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 0SOuXUWd1lz8; Tue, 8 Aug 2006 17:04:14 +0800 (CST) Received: from [10.217.12.96] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id D418BEB3C35; Tue, 8 Aug 2006 17:04:13 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=subject:from:to:cc:in-reply-to:references:content-type: organization:date:message-id:mime-version:x-mailer; b=KkyXm+hTCNGJhFPP94LdDs4kCgY79o/n7BBXIaot8yuVpjHR3Op/D4EnNap8uIzoU iyhKhMcnR+3um+4IWAbYA== From: =?UTF-8?Q?=E6=9D=8E=E9=91=AB?= "(LI Xin)" To: Colin Percival In-Reply-To: <44D85158.2030605@freebsd.org> References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-LFvfXSoMkwQ5Ei8Ls2/8" Organization: The FreeBSD Project Date: Tue, 08 Aug 2006 17:03:57 +0800 Message-Id: <1155027837.1132.11.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:04:22 -0000 --=-LFvfXSoMkwQ5Ei8Ls2/8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2006-08-08=E4=BA=8C=E7=9A=84 01:54 -0700=EF=BC=8CColin Percival= =E5=86=99=E9=81=93=EF=BC=9A > Xin LI wrote: > > Modified files: > > usr.sbin/sade sade.8=20 > > Log: > > Typo (favour -> favor). >=20 > I don't understand. Why are you adding a typo? Er... I think the manual pages are written in American English, no? Cheers, --=20 Xin LI http://www.delphij.net/ --=-LFvfXSoMkwQ5Ei8Ls2/8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE2FN9hcUczkLqiksRAvsDAJ9MKqselCyYf307nejgktueXHOVEgCg4yeW fvYrkMISYy5reai5QWdX04Q= =2tQ5 -----END PGP SIGNATURE----- --=-LFvfXSoMkwQ5Ei8Ls2/8-- From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:09:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7320B16A4DF; Tue, 8 Aug 2006 09:09:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4C143D6E; Tue, 8 Aug 2006 09:09:19 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7899INR068670; Tue, 8 Aug 2006 09:09:18 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7899IMr068669; Tue, 8 Aug 2006 09:09:18 GMT (envelope-from yongari) Message-Id: <200608080909.k7899IMr068669@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:09:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/stge Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:09:22 -0000 yongari 2006-08-08 09:09:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf NOTES files sys/modules Makefile Added files: (Branch: RELENG_6) sys/modules/stge Makefile Log: Hook up stge(4) to the build. Revision Changes Path 1.1325.2.15 +3 -0 src/sys/conf/NOTES 1.1031.2.36 +1 -0 src/sys/conf/files 1.450.2.22 +1 -0 src/sys/modules/Makefile 1.1.2.1 +9 -0 src/sys/modules/stge/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:09:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB91E16A600; Tue, 8 Aug 2006 09:09:37 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A42243D76; Tue, 8 Aug 2006 09:09:25 +0000 (GMT) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J3O0034I9FI4V@ms-dienst.rz.rwth-aachen.de>; Tue, 08 Aug 2006 11:09:19 +0200 (MEST) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Tue, 08 Aug 2006 11:09:18 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.7/8.13.1/1) with ESMTP id k7899HBN013790; Tue, 08 Aug 2006 11:09:17 +0200 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GANaQ-0001dK-Hg; Tue, 08 Aug 2006 11:09:18 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 37D8B3F41B; Tue, 08 Aug 2006 11:09:18 +0200 (CEST) Date: Tue, 08 Aug 2006 11:09:18 +0200 From: Christian Brueffer In-reply-to: <1155027837.1132.11.camel@spirit> To: "?????? (LI Xin)" Message-id: <20060808090917.GA1734@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary=qMm9M+Fa2AknHoGS; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-STABLE 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: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, Colin Percival Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:09:38 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 08, 2006 at 05:03:57PM +0800, ?????? (LI Xin) wrote: > ??? 2006-08-08?????? 01:54 -0700???Colin Percival????????? > > Xin LI wrote: > > > Modified files: > > > usr.sbin/sade sade.8=20 > > > Log: > > > Typo (favour -> favor). > >=20 > > I don't understand. Why are you adding a typo? >=20 > Er... I think the manual pages are written in American English, no? >=20 Right, though we usually just change spelling from BE to AE when we're changing the specific section anyway to avoid repo churn. - 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 --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE2FS9bHYXjKDtmC0RAq/aAKC/I8SYvXW9REy8i4tXTj/+pgSjJACg92JU GkYPyetmVCy3n5h+XhM49r4= =SAGh -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:12:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8482816A4DA for ; Tue, 8 Aug 2006 09:12:27 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C2E43D5A for ; Tue, 8 Aug 2006 09:12:24 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr8so.prod.shaw.ca (pd3mr8so-qfe3.prod.shaw.ca [10.0.141.24]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O00BSF9KN3C60@l-daemon> for cvs-src@FreeBSD.org; Tue, 08 Aug 2006 03:12:23 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd3mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O009LM9KN9O50@pd3mr8so.prod.shaw.ca> for cvs-src@FreeBSD.org; Tue, 08 Aug 2006 03:12:23 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0J3O00FB29KMIEA0@l-daemon> for cvs-src@FreeBSD.org; Tue, 08 Aug 2006 03:12:23 -0600 (MDT) Received: (qmail 1295 invoked from network); Tue, 08 Aug 2006 09:12:19 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by loopback.uottawa.ca with SMTP; Tue, 08 Aug 2006 09:12:19 +0000 Date: Tue, 08 Aug 2006 02:12:18 -0700 From: Colin Percival In-reply-to: <1155027837.1132.11.camel@spirit> To: =?UTF-8?B?IuadjumRqyBcIihMSSBYaW4pXCIi?= Message-id: <44D85572.1030409@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8BIT X-Enigmail-Version: 0.94.0.0 References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:12:27 -0000 æŽé‘« (LI Xin) wrote: > 在 2006-08-08二的 01:54 -0700,Colin Percival写é“: >> Xin LI wrote: >>> Modified files: >>> usr.sbin/sade sade.8 >>> Log: >>> Typo (favour -> favor). >> I don't understand. Why are you adding a typo? > > Er... I think the manual pages are written in American English, no? Last I heard, books were to be written in American, but articles, man pages, and source code are written in whatever the author prefers. Colin Percival From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:14:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A37A16A4DA; Tue, 8 Aug 2006 09:14:17 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF4743D58; Tue, 8 Aug 2006 09:14:17 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789EHOU068978; Tue, 8 Aug 2006 09:14:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789EHPV068977; Tue, 8 Aug 2006 09:14:17 GMT (envelope-from yongari) Message-Id: <200608080914.k789EHPV068977@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:14: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/share/man/man4 Makefile stge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:14:17 -0000 yongari 2006-08-08 09:14:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 Makefile Added files: (Branch: RELENG_6) share/man/man4 stge.4 Log: MFC: Add a man page for stge(4) Revision Changes Path 1.320.2.16 +2 -0 src/share/man/man4/Makefile 1.3.2.1 +229 -0 src/share/man/man4/stge.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:19:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A024216A4DF; Tue, 8 Aug 2006 09:19:25 +0000 (UTC) (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 67ED843D49; Tue, 8 Aug 2006 09:19:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789JPWK069172; Tue, 8 Aug 2006 09:19:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789JP9U069171; Tue, 8 Aug 2006 09:19:25 GMT (envelope-from glebius) Message-Id: <200608080919.k789JP9U069171@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 09:19: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/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:19:25 -0000 glebius 2006-08-08 09:19:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Sync with HEAD. This includes the following changes in chronological order: o A significant performance improvements. The interrupt handler schedules work to a private taskqueue. The em_rxeof() function runs lockless. Rev. 1.98 - 1.101 by scottl. Rev. 1.103 by mux Rev. 1.106 by glebius, from Andrey V. Elsukov Rev. 1.116 by glebius o Style cleanups: - Rev. 1.102, 1.108, 1.109 by glebius - Rev. 1.124 by pdeuskar o Vendor merges: - Merged with vendor driver version 5.1.5 by Jack Vogel. Rev. 1.115 by glebius - Merged with vendor driver version 6.0.5 by Jack Vogel. Rev. 1.123 by glebius o Various fixes: - Invalid use of BUS_DMA_ALLOCNOW Rev. 1.104 by scott, 1.121 by yongari - Link state handling cleanup. Rev. 1.110 by glebius - Fix if_baudrate handling. Rev. 1.111 by glebius - Honor IFF_DRV_OACTIVE in em_start_locked(). Rev. 1.117 by yongari - Protect EEPROM access with the driver lock. Rev. 1.118 by yongari - Fix link flap on SIOCGIFADDR. Rev. 1.119 by yongari - Fix DMA map handling in em_encap(). Rev. 1.120,1.122 by yongari Revision Changes Path 1.65.2.17 +1587 -1443 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:20:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF3B16A4E0; Tue, 8 Aug 2006 09:20:27 +0000 (UTC) (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 C4ACF43D45; Tue, 8 Aug 2006 09:20:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789KQHt069280; Tue, 8 Aug 2006 09:20:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789KQnh069279; Tue, 8 Aug 2006 09:20:26 GMT (envelope-from glebius) Message-Id: <200608080920.k789KQnh069279@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 09:20:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em LICENSE README if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:20:27 -0000 glebius 2006-08-08 09:20:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em LICENSE README if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: Sync with HEAD, merging vendor drivers updates 5.1.5, 6.0.5 by Jack Vogel. Revision Changes Path 1.3.2.1 +1 -1 src/sys/dev/em/LICENSE 1.10.2.1 +71 -30 src/sys/dev/em/README 1.32.2.3 +133 -157 src/sys/dev/em/if_em.h 1.16.2.2 +3186 -906 src/sys/dev/em/if_em_hw.c 1.15.2.3 +712 -48 src/sys/dev/em/if_em_hw.h 1.14.2.2 +46 -15 src/sys/dev/em/if_em_osdep.h From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:26:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A36516A4E1; Tue, 8 Aug 2006 09:26:31 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BE043D55; Tue, 8 Aug 2006 09:26:30 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789QUJi069674; Tue, 8 Aug 2006 09:26:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789QUqq069673; Tue, 8 Aug 2006 09:26:30 GMT (envelope-from yongari) Message-Id: <200608080926.k789QUqq069673@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:26: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/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:26:31 -0000 yongari 2006-08-08 09:26:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 polling.4 Log: MFC polling.4, rev 1.25 to RELENG_6: Add stge(4) to the list of devices supporting polling. Revision Changes Path 1.19.2.4 +2 -1 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:28:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E681316A4DD; Tue, 8 Aug 2006 09:28:43 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B87143D45; Tue, 8 Aug 2006 09:28:43 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789ShPp069870; Tue, 8 Aug 2006 09:28:43 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789ShvE069869; Tue, 8 Aug 2006 09:28:43 GMT (envelope-from yongari) Message-Id: <200608080928.k789ShvE069869@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:28: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/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:28:44 -0000 yongari 2006-08-08 09:28:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 vlan.4 Log: MFC vlan.4, rev 1.30 to RELENG_6: Add stge(4) to the list of devices supporting full VLAN processing. Revision Changes Path 1.23.2.6 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:30:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50D916A4E5; Tue, 8 Aug 2006 09:30:42 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678FA43D62; Tue, 8 Aug 2006 09:30:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k789UaRt067107; Tue, 8 Aug 2006 13:30:36 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k789UaTb067106; Tue, 8 Aug 2006 13:30:36 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 13:30:35 +0400 From: Yar Tikhiy To: Bruce M Simpson Message-ID: <20060808093035.GK54416@comp.chem.msu.su> References: <200608021305.k72D5c9R055142@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608021305.k72D5c9R055142@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/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:30:42 -0000 On Wed, Aug 02, 2006 at 01:05:38PM +0000, Bruce M Simpson wrote: > bms 2006-08-02 13:05:38 UTC > > FreeBSD src repository > > Modified files: > sbin/reboot reboot.c > Log: > Block a variety of signals which may afffect reboot(8), before killing > init(8), to avoid losing a race to them and dying before being able > to call reboot(2). By the way, did you consider the other policy, "default to deny," there: Mask all signals with sigfillset(), then unmask only those we are willing to handle, and finally pass the mask to sigprocmask()? That should be more robust, IMHO. Thanks! -- Yar From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:32:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0453B16A4DE; Tue, 8 Aug 2006 09:32:20 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBEF943D45; Tue, 8 Aug 2006 09:32:18 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789WI8a070165; Tue, 8 Aug 2006 09:32:18 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789WIbs070164; Tue, 8 Aug 2006 09:32:18 GMT (envelope-from yongari) Message-Id: <200608080932.k789WIbs070164@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:32:20 -0000 yongari 2006-08-08 09:32:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 altq.4 Log: MFC altq.4, rev 1.21 to RELENG_6: Add stge(4) to the list of drivers supporting ALTQ. Revision Changes Path 1.13.2.5 +2 -1 src/share/man/man4/altq.4 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:34:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DB816A4DD; Tue, 8 Aug 2006 09:34:09 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A1943D4C; Tue, 8 Aug 2006 09:34:09 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789Y815070328; Tue, 8 Aug 2006 09:34:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789Y8a4070327; Tue, 8 Aug 2006 09:34:08 GMT (envelope-from yongari) Message-Id: <200608080934.k789Y8a4070327@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:34: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/share/man/man4 miibus.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:34:09 -0000 yongari 2006-08-08 09:34:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 miibus.4 Log: MFC miibus.4, rev 1.17 to RELENG_6: Add stge(4) to the list of device drivers use the miibus interface. Revision Changes Path 1.15.2.2 +4 -1 src/share/man/man4/miibus.4 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:37:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B481416A4DE; Tue, 8 Aug 2006 09:37:16 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEE543D5D; Tue, 8 Aug 2006 09:37:16 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789bGkg070808; Tue, 8 Aug 2006 09:37:16 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789bG6M070807; Tue, 8 Aug 2006 09:37:16 GMT (envelope-from yongari) Message-Id: <200608080937.k789bG6M070807@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:37:16 -0000 yongari 2006-08-08 09:37:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/forth loader.conf Log: MFC loader.conf, rev 1.107 to RELENG_6: Add an entry for the stge(4) module. While I'm here remove a stale wx(4) entry. Revision Changes Path 1.95.2.8 +1 -1 src/sys/boot/forth/loader.conf From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:44:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F331F16A4E1; Tue, 8 Aug 2006 09:44:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A653743D6E; Tue, 8 Aug 2006 09:44:13 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789iDu9071173; Tue, 8 Aug 2006 09:44:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789iDpZ071172; Tue, 8 Aug 2006 09:44:13 GMT (envelope-from yongari) Message-Id: <200608080944.k789iDpZ071172@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:44: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/usr.sbin/sysinstall devices.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:44:14 -0000 yongari 2006-08-08 09:44:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall devices.c Log: MFC devices.c, rev. 1.168 to RELENG_6: Add stge(4) to the list of supported network interface. Revision Changes Path 1.160.2.4 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:50:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628EB16A4E1; Tue, 8 Aug 2006 09:50:00 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1597943D49; Tue, 8 Aug 2006 09:50:00 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789nx5j071476; Tue, 8 Aug 2006 09:49:59 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789nxg1071475; Tue, 8 Aug 2006 09:49:59 GMT (envelope-from yongari) Message-Id: <200608080949.k789nxg1071475@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:49: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/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:50:00 -0000 yongari 2006-08-08 09:49:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/conf GENERIC Log: MFC GENERIC, 1.455 to RELENG_6: Add stge(4) to the list of drivers supported by GENERIC kernel. Revision Changes Path 1.429.2.12 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:50:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D0416A4E1; Tue, 8 Aug 2006 09:50:55 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E2D843D62; Tue, 8 Aug 2006 09:50:50 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k789oZBs067314; Tue, 8 Aug 2006 13:50:35 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k789oYKX067308; Tue, 8 Aug 2006 13:50:34 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 13:50:33 +0400 From: Yar Tikhiy To: John Baldwin Message-ID: <20060808095033.GL54416@comp.chem.msu.su> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> <200608041644.08533.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608041644.08533.jhb@freebsd.org> User-Agent: Mutt/1.5.9i Cc: Sam Leffler , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:50:55 -0000 On Fri, Aug 04, 2006 at 04:44:07PM -0400, John Baldwin wrote: > > To be honest, as someone who works with bug reports, I'd actually like > backtraces up front w/o requiring the user to compile a custom kernel, etc. > Having a simple backend in place and kdb_backtrace()'s where relevant would > be very handy. :) > > > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > > just a feature that kdb_foo() functions become NOPs when the kernel isn't > > > configured for debugging, so I think the #ifdef KDB's would be redundant. > > > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > > NOPs when option KDB is not present. They are all unconditionally > > functional by design and should therefore be called conditionally > > by consequence. > > Well, given that separation, I'm not sure KDB is the right option to make > calls conditional. Rather, some specific is-debugging-enabled? option (like > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > #ifdef FOO_DEBUG > if (foo_bad) { > printf("foo is bad\n"); > kdb_backtrace(); > } > #endif > > I don't think that warrants an extra #ifdef KDB. Please excuse me, but there is a small inconsistency in your words. On the one hand, you wish users could obtain and post backtraces with no special efforts. This is a great point because users don't always have time or resources to reproduce a problem with kernel debug features enabled, and some weird problems defy reproducing. On the other hand, you suggest putting kdb_backtrace() calls under secial #ifdef's. That would effectively cancel out the benefits from using kdb_backtrace() for "mild debugging" because you would still have to have the users re-compile their kernels or modules and try to catch the bug again. A call to kdb_backtrace() is cheap, so there is little sense in leaving it out from production kernels and modules. IMHO the only case when it should be done is when the consistency check around kdb_backtrace() is expensive and sits on a performance-critical path. -- Yar From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:52:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA5616A4DF; Tue, 8 Aug 2006 09:52:36 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFA743DB2; Tue, 8 Aug 2006 09:52:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789qWbm071758; Tue, 8 Aug 2006 09:52:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789qWiM071757; Tue, 8 Aug 2006 09:52:32 GMT (envelope-from brueffer) Message-Id: <200608080952.k789qWiM071757@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 8 Aug 2006 09:52:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:52:36 -0000 brueffer 2006-08-08 09:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: MFC: Autogenerate hardware notes for stge(4). Revision Changes Path 1.282.2.12 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.62.2.12 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Tue Aug 8 09:52:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C5E916A5E0; Tue, 8 Aug 2006 09:52:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CEA43D58; Tue, 8 Aug 2006 09:52:40 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789qeQ4071789; Tue, 8 Aug 2006 09:52:40 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789qeXR071788; Tue, 8 Aug 2006 09:52:40 GMT (envelope-from yongari) Message-Id: <200608080952.k789qeXR071788@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:52: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/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:52:47 -0000 yongari 2006-08-08 09:52:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/conf GENERIC Log: MFC GENERIC, 1.114 to RELENG_6: Add stge(4) to the list of drivers supported by GENERIC kernel. Revision Changes Path 1.96.2.10 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Aug 8 10:00:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B9C16A4DE; Tue, 8 Aug 2006 10:00:59 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39B243D53; Tue, 8 Aug 2006 10:00:55 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k78A0o4M067445; Tue, 8 Aug 2006 14:00:51 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k78A0oHr067444; Tue, 8 Aug 2006 14:00:50 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 14:00:50 +0400 From: Yar Tikhiy To: Gleb Smirnoff Message-ID: <20060808100050.GM54416@comp.chem.msu.su> References: <200608031905.k73J55D2061870@repoman.freebsd.org> <20060804095414.GU96644@FreeBSD.org> <20060804143825.GA8797@hub.freebsd.org> <20060804151422.GE96644@FreeBSD.org> <20060804162149.GB22299@hub.freebsd.org> <20060807114556.GC96644@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060807114556.GC96644@FreeBSD.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Prafulla Deuskar , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 10:01:00 -0000 On Mon, Aug 07, 2006 at 03:45:56PM +0400, Gleb Smirnoff wrote: > > P> Is there a report on what coverty found with if_em_hw.c? > > Coverity complains that the return value of em_read_phy_reg() is > somtimes checked and sometimes is not. Can you please tell, whether > this is important report or can it be ignored? FWIW, a return value can be cast to (void) to tell explicitly that it doesn't matter. While ignoring a return value from a well-known function, such as close(), looks mostly OK to code readers (the author knows what he's doing, they think,) it may not be the case for a local function of limited application. -- Yar From owner-cvs-src@FreeBSD.ORG Tue Aug 8 10:16:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA31216A4DD; Tue, 8 Aug 2006 10:16:00 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6663343D49; Tue, 8 Aug 2006 10:15:57 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k78AFa8f067590; Tue, 8 Aug 2006 14:15:36 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k78AFOOa067587; Tue, 8 Aug 2006 14:15:24 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 14:15:24 +0400 From: Yar Tikhiy To: Bruce Evans Message-ID: <20060808101524.GN54416@comp.chem.msu.su> References: <200608042128.k74LShD7052071@repoman.freebsd.org> <8664h6ci86.fsf@xps.des.no> <20060807133921.V6590@delplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060807133921.V6590@delplex.bde.org> User-Agent: Mutt/1.5.9i Cc: Dag-Erling Sm?rgrav , Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 10:16:00 -0000 On Mon, Aug 07, 2006 at 01:59:30PM +1000, Bruce Evans wrote: > On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Smørgrav wrote: > > >Marcel Moolenaar writes: > >> Log: > >> Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, > >> so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted > >> arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared, > >> which triggered a delayed SIGSERV. > > > >MAXPATHLEN should be spelled PATH_MAX. > > Actually, MAXPATHLEN is better since it is honestly unportable. It works > on all [Free]BSD systems, while PATH_MAX only works on POSIX systems that > define it. The correct spelling of PATH_MAX is {PATH_MAX} or: > > #if defined(PATH_MAX) && defined(OPTIMIZE_FOR_COMPILE_TIME_CONST_PATH_MAX) > char buf[PATH_MAX]; > ... > #else > long path_max; > > path_max = pathconf(pathname_of_interest, _PC_PATH_MAX); > if (path_max == -1) > handle_error(); > assert(path_max > 0 && path_max <= SIZE_MAX) > buf = malloc((size_t)path_max); > if (buf == NULL) > handle_allocation_failure(); > ... > #endif > > The correct spelling is too hard to use for simple unportable utilities > like kldxref. Just looked what SUSv3 says: It should be noted, however, that many of the listed limits are not invariant, and at runtime, the value of the limit may differ from those given in this header, for the following reasons: The limit is pathname-dependent. The limit differs between the compile and runtime machines. For these reasons, an application may use the fpathconf(), pathconf(), and sysconf() functions to determine the actual value of a limit at runtime. Therefore using PATH_MAX alone doesn't buy us true portability within POSIX. Sigh... It seems indeed better to use the good old non-portable MAXPATHLEN rather than pretend portability falsely. -- Yar From owner-cvs-src@FreeBSD.ORG Tue Aug 8 12:24:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70DA16A4DA; Tue, 8 Aug 2006 12:24:42 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B2D43D4C; Tue, 8 Aug 2006 12:24:42 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78COgrw084450; Tue, 8 Aug 2006 12:24:42 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78COgNX084449; Tue, 8 Aug 2006 12:24:42 GMT (envelope-from keramida) Message-Id: <200608081224.k78COgNX084449@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:24:43 -0000 keramida 2006-08-08 12:24:42 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) usr.sbin/mountd mountd.8 Log: MFC 1.28 |Note that when -d flag is used, mountd(8) will not detach from the |controlling terminal. | |PR: docs/96660 |Submitted by: Jeff Ito Revision Changes Path 1.27.2.1 +4 -1 src/usr.sbin/mountd/mountd.8 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 12:29:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A03A16A4DD; Tue, 8 Aug 2006 12:29:27 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2852943D5A; Tue, 8 Aug 2006 12:29:27 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CTRZO084644; Tue, 8 Aug 2006 12:29:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CTRs3084643; Tue, 8 Aug 2006 12:29:27 GMT (envelope-from kib) Message-Id: <200608081229.k78CTRs3084643@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 8 Aug 2006 12:29: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/compat/linprocfs linprocfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:29:27 -0000 kib 2006-08-08 12:29:27 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: Lock the vnode around the call to VOP_GETATTR. Move the locked code and vn_fullpath (that call malloc(..., M_WAITOK)) from under the vm object lock, since sleep is not allowed while holding the mutex. Being there, wrap VOP_GETATTR call with conditional Giant aquire. Currently this is (almost) noop because pseudofs is Giant-locked. Tested by: kris Approved by: pjd (mentor) MFC after: 2 weeks Revision Changes Path 1.97 +16 -5 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 12:33:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B39A16A4DE; Tue, 8 Aug 2006 12:33:13 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3090243D45; Tue, 8 Aug 2006 12:33:13 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CXDet084921; Tue, 8 Aug 2006 12:33:13 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CXDhi084920; Tue, 8 Aug 2006 12:33:13 GMT (envelope-from keramida) Message-Id: <200608081233.k78CXDhi084920@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:33:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ath.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:33:13 -0000 keramida 2006-08-08 12:33:13 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 ath.4 Log: MFC 1.39 and 1.40: | revision 1.39 | After a mini-discussion with Sam Leffler, remove the hardcoded | list of Atheros-based cards from ath(4). The online list is | always more up to date, anyway. | | This invalidates: | | PR: docs/95360 | Submitted by: Erik Nordstr:om Andersen | revision 1.40 | Fix the web-appearance of Hardware notes, in the simplest way | possible; by re-arranging a couple of sentences in the ath(4) | HARDWARE section. | | Clue by: bmah Revision Changes Path 1.31.2.3 +5 -47 src/share/man/man4/ath.4 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 12:40:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F6C16A4E0; Tue, 8 Aug 2006 12:40:47 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB99043D70; Tue, 8 Aug 2006 12:40:32 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CeWMo085356; Tue, 8 Aug 2006 12:40:32 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CeWV0085355; Tue, 8 Aug 2006 12:40:32 GMT (envelope-from keramida) Message-Id: <200608081240.k78CeWV0085355@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:40:32 +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/top top.X X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:40:47 -0000 keramida 2006-08-08 12:40:32 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) contrib/top top.X Log: MFC 1.13 (fron -> from typo fix) PR: docs/88015 Submitted by: Marian Cerny Revision Changes Path 1.11.2.2 +2 -2 src/contrib/top/top.X From owner-cvs-src@FreeBSD.ORG Tue Aug 8 12:42:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92BE116A4F1; Tue, 8 Aug 2006 12:42:49 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786CF43D8F; Tue, 8 Aug 2006 12:42:26 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k78CgMCD068793; Tue, 8 Aug 2006 16:42:22 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k78CgLUu068792; Tue, 8 Aug 2006 16:42:21 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 16:42:21 +0400 From: Yar Tikhiy To: Roman Kurakin Message-ID: <20060808124221.GO54416@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D5F2C1.7080606@inse.ru> User-Agent: Mutt/1.5.9i Cc: Roman Kurakin , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:42:49 -0000 On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: > Example is for developers mostly, so I in doubts about MFC compilation > fixup and this > one commit. I still can remeber that, when the world and I were younger, I used to study FreeBSD examples and sources for any release I had on hand at the moment. There still are plenty of places on the globe where off-line is the normal state of being, so we should provide good reference material for developers on our release CD's, to my mind. This also warrants MFC of fixes to source comments as long as they help to understand the code. Of course, all this is just my private opinion. > Roman Kurakin: > > >rik 2006-08-06 11:06:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/examples/drivers make_device_driver.sh > > Log: > > - Added ability to provide (optional) path to the kernel sources > > - Fixed path for ${s}/conf/files.FOO and a note that it should be merged > > into > > corresponding file to be able to compile the kernel > > - Changed kernel configuration example with the driver: it is not > > produced by > > copying Generic but by including it > > - Changed from automatic module building to asking an user if it whants to > > > > Reviewed by: julian@ > > > > Revision Changes Path > > 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh > > > > -- Yar From owner-cvs-src@FreeBSD.ORG Tue Aug 8 12:44:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A8A16A4E1; Tue, 8 Aug 2006 12:44:37 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A4F43D6E; Tue, 8 Aug 2006 12:44:35 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CiZDh085555; Tue, 8 Aug 2006 12:44:35 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CiZ98085554; Tue, 8 Aug 2006 12:44:35 GMT (envelope-from keramida) Message-Id: <200608081244.k78CiZ98085554@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:44:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:44:37 -0000 keramida 2006-08-08 12:44:34 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/dev/ata ata-lowlevel.c Log: MFC revision 1.73 | Fix two identical harmless typos in ata error messages: | s/issueing/issuing/ | | PR: kern/89481 | Submitted by: John Nielsen | Approved by: sos Revision Changes Path 1.44.2.6 +2 -2 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 13:02:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C66216A4E5; Tue, 8 Aug 2006 13:02:31 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05F443D45; Tue, 8 Aug 2006 13:02:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78D2Umt094356; Tue, 8 Aug 2006 13:02:30 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78D2UrL094355; Tue, 8 Aug 2006 13:02:30 GMT (envelope-from simon) Message-Id: <200608081302.k78D2UrL094355@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 8 Aug 2006 13:02: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/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 13:02:31 -0000 simon 2006-08-08 13:02:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: Belatedly bump __FreeBSD_version after DSO support is enabled in OpenSSL. This is done so ports (security/engine_pkcs11 in particular) can check against it. Revision Changes Path 1.244.2.15 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Aug 8 13:27:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1895916A4DA; Tue, 8 Aug 2006 13:27:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D8E43D62; Tue, 8 Aug 2006 13:27:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 187B346BAF; Tue, 8 Aug 2006 09:27:13 -0400 (EDT) Date: Tue, 8 Aug 2006 14:27:12 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Yar Tikhiy In-Reply-To: <20060808124221.GO54416@comp.chem.msu.su> Message-ID: <20060808142616.S45647@fledge.watson.org> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Roman Kurakin , cvs-src@FreeBSD.org, Roman Kurakin , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 13:27:17 -0000 On Tue, 8 Aug 2006, Yar Tikhiy wrote: > On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >> Example is for developers mostly, so I in doubts about MFC compilation >> fixup and this >> one commit. > > I still can remeber that, when the world and I were younger, I used to study > FreeBSD examples and sources for any release I had on hand at the moment. > There still are plenty of places on the globe where off-line is the normal > state of being, so we should provide good reference material for developers > on our release CD's, to my mind. This also warrants MFC of fixes to source > comments as long as they help to understand the code. Of course, all this > is just my private opinion. In general, I think we're better served by providing skeleton or stub implementations of code that are part of the base source tree (and compiled as part of it) than providing scripts and detached sample source code. The reason is that any code not attached to the tree almost instantly rots into uselessness. Robert N M Watson Computer Laboratory University of Cambridge > >> Roman Kurakin: >> >>> rik 2006-08-06 11:06:36 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> share/examples/drivers make_device_driver.sh >>> Log: >>> - Added ability to provide (optional) path to the kernel sources >>> - Fixed path for ${s}/conf/files.FOO and a note that it should be merged >>> into >>> corresponding file to be able to compile the kernel >>> - Changed kernel configuration example with the driver: it is not >>> produced by >>> copying Generic but by including it >>> - Changed from automatic module building to asking an user if it whants to >>> >>> Reviewed by: julian@ >>> >>> Revision Changes Path >>> 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh >>> >>> > > -- > Yar > From owner-cvs-src@FreeBSD.ORG Tue Aug 8 13:46:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E694416A4E5; Tue, 8 Aug 2006 13:46:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FDF43DA4; Tue, 8 Aug 2006 13:45:47 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DjlCA098027; Tue, 8 Aug 2006 13:45:47 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Djl7d098026; Tue, 8 Aug 2006 13:45:47 GMT (envelope-from delphij) Message-Id: <200608081345.k78Djl7d098026@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 13:45: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/usr.sbin/sade Makefile command.c config.c devices.c dispatch.c dmenu.c install.c label.c main.c menus.c msg.c sade.h system.c termcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 13:46:18 -0000 delphij 2006-08-08 13:45:47 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile command.c config.c devices.c dispatch.c dmenu.c install.c label.c main.c menus.c msg.c sade.h system.c termcap.c Log: Make sade(8) WARNS=3 clean. Revision Changes Path 1.144 +0 -1 src/usr.sbin/sade/Makefile 1.23 +1 -1 src/usr.sbin/sade/command.c 1.240 +1 -1 src/usr.sbin/sade/config.c 1.170 +1 -5 src/usr.sbin/sade/devices.c 1.51 +0 -107 src/usr.sbin/sade/dispatch.c 1.50 +1 -1 src/usr.sbin/sade/dmenu.c 1.370 +4 -20 src/usr.sbin/sade/install.c 1.155 +1 -1 src/usr.sbin/sade/label.c 1.77 +0 -7 src/usr.sbin/sade/main.c 1.421 +8 -15 src/usr.sbin/sade/menus.c 1.62 +14 -14 src/usr.sbin/sade/msg.c 1.274 +20 -32 src/usr.sbin/sade/sade.h 1.130 +3 -7 src/usr.sbin/sade/system.c 1.33 +1 -9 src/usr.sbin/sade/termcap.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 13:52:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760E516A4DF; Tue, 8 Aug 2006 13:52:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6994843D7F; Tue, 8 Aug 2006 13:51:59 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 486DFEB3BBD; Tue, 8 Aug 2006 21:51:58 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id n+FIL3dTFqjW; Tue, 8 Aug 2006 21:51:54 +0800 (CST) Received: from [192.168.1.9] (unknown [221.219.157.163]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 1852AEB3B3A; Tue, 8 Aug 2006 21:51:52 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=subject:from:to:cc:in-reply-to:references:content-type: organization:date:message-id:mime-version:x-mailer; b=mLSkRvXgXbL2MO0yoYDLOQ9J4zvXccNRv10MzMzZqOlSCkvZ/1fpjGfzJ/XSUTzjF FZtlcnLmvgIlg+i6VH8DQ== From: =?UTF-8?Q?=E6=9D=8E=E9=91=AB?= "(LI Xin)" To: Xin LI In-Reply-To: <200608081345.k78Djl7d098026@repoman.freebsd.org> References: <200608081345.k78Djl7d098026@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bG9caaxZAyPfQeO4FiQL" Organization: The FreeBSD Project Date: Tue, 08 Aug 2006 21:51:51 +0800 Message-Id: <1155045111.941.4.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sade Makefile command.c config.c devices.c dispatch.c dmenu.c install.c label.c main.c menus.c msg.c sade.h system.c termcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 13:52:22 -0000 --=-bG9caaxZAyPfQeO4FiQL Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2006-08-08=E4=BA=8C=E7=9A=84 13:45 +0000=EF=BC=8CXin LI=E5=86=99= =E9=81=93=EF=BC=9A > delphij 2006-08-08 13:45:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/sade Makefile command.c config.c devices.c=20 > dispatch.c dmenu.c install.c label.c=20 > main.c menus.c msg.c sade.h system.c=20 > termcap.c=20 > Log: > Make sade(8) WARNS=3D3 clean. Note that WARNS?=3D3 is not enabled at this time. We need to figure out what has broken tinderbox build and raising WARNS level at this time does not seem to provide much help. Most changes in this commit are to remove unused code, etc., and fortunately there are some functional bugs that are caught by higher WARNS level. I will raise the WARNS level when I have received some positive feedback. If you still have problem with sade(8) build, please let me know. Cheers, --=20 Xin LI http://www.delphij.net/ --=-bG9caaxZAyPfQeO4FiQL Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE2Jb3hcUczkLqiksRAgqvAKC6izLxObBoE7YIvEdJQVqIYIGNDQCgzpt3 XAj0Xuf05Ir0+z6nI6ik4Xw= =bN+x -----END PGP SIGNATURE----- --=-bG9caaxZAyPfQeO4FiQL-- From owner-cvs-src@FreeBSD.ORG Tue Aug 8 13:59:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE5F716A4DF; Tue, 8 Aug 2006 13:59:04 +0000 (UTC) (envelope-from wkb@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274DD43D45; Tue, 8 Aug 2006 13:59:03 +0000 (GMT) (envelope-from wkb@xs4all.nl) Received: from xs3.xs4all.nl (xs3.xs4all.nl [194.109.21.4]) by smtp-vbr1.xs4all.nl (8.13.6/8.13.6) with ESMTP id k78DwrBh038879; Tue, 8 Aug 2006 15:58:55 +0200 (CEST) (envelope-from wkb@xs4all.nl) Received: from xs3.xs4all.nl (wkb@localhost [127.0.0.1]) by xs3.xs4all.nl (8.13.6/8.13.6) with ESMTP id k78Dwr56070070; Tue, 8 Aug 2006 15:58:53 +0200 (CEST) (envelope-from wkb@xs4all.nl) Received: (from wkb@localhost) by xs3.xs4all.nl (8.13.6/8.13.6/Submit) id k78DwqMj070067; Tue, 8 Aug 2006 15:58:52 +0200 (CEST) (envelope-from wkb) Date: Tue, 8 Aug 2006 15:58:52 +0200 From: Wilko Bulte To: "?????? (LI Xin)" Message-ID: <20060808135852.GA69808@xs4all.nl> References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1155027837.1132.11.camel@spirit> User-Agent: Mutt/1.4.2.1i X-OS: FreeBSD 4.10-RELEASE-p2 X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, Colin Percival Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 13:59:04 -0000 On Tue, Aug 08, 2006 at 05:03:57PM +0800, ?????? (LI Xin) wrote: > ??? 2006-08-08?????? 01:54 -0700???Colin Percival????????? > > Xin LI wrote: > > > Modified files: > > > usr.sbin/sade sade.8 > > > Log: > > > Typo (favour -> favor). > > > > I don't understand. Why are you adding a typo? > > Er... I think the manual pages are written in American English, no? s/English// ;-) From owner-cvs-src@FreeBSD.ORG Tue Aug 8 14:16:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FDA816A4E0; Tue, 8 Aug 2006 14:16:40 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF6A43D9C; Tue, 8 Aug 2006 14:16:29 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 1EF3D33C69; Tue, 8 Aug 2006 18:16:28 +0400 (MSD) Message-ID: <44D89ED3.3000805@inse.ru> Date: Tue, 08 Aug 2006 18:25:23 +0400 From: Roman Kurakin User-Agent: Thunderbird 1.5.0.4 (X11/20060624) MIME-Version: 1.0 To: Robert Watson References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> In-Reply-To: <20060808142616.S45647@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , Yar Tikhiy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 14:16:40 -0000 We could add a "foo" driver to the LINT generated by this script with notification that it was generated and all changes should be placed to script. rik Robert Watson wrote: > > On Tue, 8 Aug 2006, Yar Tikhiy wrote: > >> On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >>> Example is for developers mostly, so I in doubts about MFC compilation >>> fixup and this >>> one commit. >> >> I still can remeber that, when the world and I were younger, I used >> to study FreeBSD examples and sources for any release I had on hand >> at the moment. There still are plenty of places on the globe where >> off-line is the normal state of being, so we should provide good >> reference material for developers on our release CD's, to my mind. >> This also warrants MFC of fixes to source comments as long as they >> help to understand the code. Of course, all this is just my private >> opinion. > > In general, I think we're better served by providing skeleton or stub > implementations of code that are part of the base source tree (and > compiled as part of it) than providing scripts and detached sample > source code. The reason is that any code not attached to the tree > almost instantly rots into uselessness. > > Robert N M Watson > Computer Laboratory > University of Cambridge > >> >>> Roman Kurakin: >>> >>>> rik 2006-08-06 11:06:36 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> share/examples/drivers make_device_driver.sh >>>> Log: >>>> - Added ability to provide (optional) path to the kernel sources >>>> - Fixed path for ${s}/conf/files.FOO and a note that it should be >>>> merged >>>> into >>>> corresponding file to be able to compile the kernel >>>> - Changed kernel configuration example with the driver: it is not >>>> produced by >>>> copying Generic but by including it >>>> - Changed from automatic module building to asking an user if it >>>> whants to >>>> >>>> Reviewed by: julian@ >>>> >>>> Revision Changes Path >>>> 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh >>>> >>>> >> >> -- >> Yar >> From owner-cvs-src@FreeBSD.ORG Tue Aug 8 14:25:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5676116A4DD; Tue, 8 Aug 2006 14:25:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AE843D46; Tue, 8 Aug 2006 14:25:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 5F58546B8E; Tue, 8 Aug 2006 10:25:01 -0400 (EDT) Date: Tue, 8 Aug 2006 15:25:01 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Roman Kurakin In-Reply-To: <44D89ED3.3000805@inse.ru> Message-ID: <20060808152429.W45647@fledge.watson.org> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Roman Kurakin , Yar Tikhiy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 14:25:06 -0000 On Tue, 8 Aug 2006, Roman Kurakin wrote: > We could add a "foo" driver to the LINT generated by this script with > notification that it was generated and all changes should be placed to > script. I guess I can't help but wonder if a script is necessarily better than a well-commented template. Robert N M Watson Computer Laboratory University of Cambridge > > rik > > Robert Watson wrote: >> >> On Tue, 8 Aug 2006, Yar Tikhiy wrote: >> >>> On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >>>> Example is for developers mostly, so I in doubts about MFC compilation >>>> fixup and this >>>> one commit. >>> >>> I still can remeber that, when the world and I were younger, I used to >>> study FreeBSD examples and sources for any release I had on hand at the >>> moment. There still are plenty of places on the globe where off-line is >>> the normal state of being, so we should provide good reference material >>> for developers on our release CD's, to my mind. This also warrants MFC of >>> fixes to source comments as long as they help to understand the code. Of >>> course, all this is just my private opinion. >> >> In general, I think we're better served by providing skeleton or stub >> implementations of code that are part of the base source tree (and compiled >> as part of it) than providing scripts and detached sample source code. The >> reason is that any code not attached to the tree almost instantly rots into >> uselessness. >> >> Robert N M Watson >> Computer Laboratory >> University of Cambridge >> >>> >>>> Roman Kurakin: >>>> >>>>> rik 2006-08-06 11:06:36 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> share/examples/drivers make_device_driver.sh >>>>> Log: >>>>> - Added ability to provide (optional) path to the kernel sources >>>>> - Fixed path for ${s}/conf/files.FOO and a note that it should be merged >>>>> into >>>>> corresponding file to be able to compile the kernel >>>>> - Changed kernel configuration example with the driver: it is not >>>>> produced by >>>>> copying Generic but by including it >>>>> - Changed from automatic module building to asking an user if it whants >>>>> to >>>>> >>>>> Reviewed by: julian@ >>>>> >>>>> Revision Changes Path >>>>> 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh >>>>> >>>>> >>> >>> -- >>> Yar >>> > > From owner-cvs-src@FreeBSD.ORG Tue Aug 8 14:28:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539BB16A4DF; Tue, 8 Aug 2006 14:28:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0170643D64; Tue, 8 Aug 2006 14:28:04 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78ES3hc001830; Tue, 8 Aug 2006 14:28:03 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78ES3fv001829; Tue, 8 Aug 2006 14:28:03 GMT (envelope-from delphij) Message-Id: <200608081428.k78ES3fv001829@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 14:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade disks.c install.c menus.c misc.c sade.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 14:28:04 -0000 delphij 2006-08-08 14:28:03 UTC FreeBSD src repository Modified files: usr.sbin/sade disks.c install.c menus.c misc.c sade.h Log: Partitions are only meaningful for i386 and amd64 architectures, so disable these code on other architectures. Revision Changes Path 1.160 +6 -0 src/usr.sbin/sade/disks.c 1.371 +0 -4 src/usr.sbin/sade/install.c 1.422 +2 -0 src/usr.sbin/sade/menus.c 1.46 +0 -40 src/usr.sbin/sade/misc.c 1.275 +0 -1 src/usr.sbin/sade/sade.h From owner-cvs-src@FreeBSD.ORG Tue Aug 8 15:23:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75FC16A4DE; Tue, 8 Aug 2006 15:23:13 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from arginine.incunabulum.net (arginine.spc.org [83.167.185.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDB243D49; Tue, 8 Aug 2006 15:22:22 +0000 (GMT) (envelope-from bms@incunabulum.net) Received: from localhost (localhost [127.0.0.1]) by arginine.incunabulum.net (Postfix) with ESMTP id 07D131CC52; Tue, 8 Aug 2006 16:22:30 +0100 (BST) Received: from arginine.incunabulum.net ([127.0.0.1]) by localhost (arginine.incunabulum.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5bF0wVOy3VrI; Tue, 8 Aug 2006 16:22:27 +0100 (BST) Received: by arginine.incunabulum.net (Postfix, from userid 1078) id 35A3A1CC21; Tue, 8 Aug 2006 16:22:27 +0100 (BST) Date: Tue, 8 Aug 2006 16:22:27 +0100 From: Bruce M Simpson To: Yar Tikhiy Message-ID: <20060808152227.GA58271@incunabulum.net> Mail-Followup-To: Bruce M Simpson , Yar Tikhiy , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <20060808093035.GK54416@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060808093035.GK54416@comp.chem.msu.su> Organization: Incunabulum User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 15:23:13 -0000 On Tue, Aug 08, 2006 at 01:30:35PM +0400, Yar Tikhiy wrote: > By the way, did you consider the other policy, "default to deny," > there: Mask all signals with sigfillset(), then unmask only those > we are willing to handle, and finally pass the mask to sigprocmask()? > That should be more robust, IMHO. Thanks! I was preparing to make this change years ago but phk@ persuaded me in a review to be more conservative; though I agree that would be an improvement. BMS From owner-cvs-src@FreeBSD.ORG Tue Aug 8 15:42:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC0416A4DE; Tue, 8 Aug 2006 15:42:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4711C43D67; Tue, 8 Aug 2006 15:42:31 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FgVKZ007987; Tue, 8 Aug 2006 15:42:31 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FgV5i007986; Tue, 8 Aug 2006 15:42:31 GMT (envelope-from bms) Message-Id: <200608081542.k78FgV5i007986@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 8 Aug 2006 15:42:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 15:42:32 -0000 bms 2006-08-08 15:42:31 UTC FreeBSD src repository Modified files: share/man/man4 uscanner.4 Log: Add Epson Stylus CX3650. Update Dd. Requested by: brueffer Revision Changes Path 1.27 +3 -1 src/share/man/man4/uscanner.4 From owner-cvs-src@FreeBSD.ORG Tue Aug 8 16:42:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4215616A4DA; Tue, 8 Aug 2006 16:42:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA61343D46; Tue, 8 Aug 2006 16:42:01 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Gg1Uw012190; Tue, 8 Aug 2006 16:42:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Gg1Nb012189; Tue, 8 Aug 2006 16:42:01 GMT (envelope-from sam) Message-Id: <200608081642.k78Gg1Nb012189@repoman.freebsd.org> From: Sam Leffler Date: Tue, 8 Aug 2006 16:42: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/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 16:42:02 -0000 sam 2006-08-08 16:42:01 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: check return value of ath_tx_dmasetup Noticed by: yongari Revision Changes Path 1.152 +2 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 18:02:27 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E46616A4DE; Tue, 8 Aug 2006 18:02:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0B43D46; Tue, 8 Aug 2006 18:02:24 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k78I1vkp051917; Tue, 8 Aug 2006 14:01:58 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Yar Tikhiy Date: Tue, 8 Aug 2006 12:15:07 -0400 User-Agent: KMail/1.9.1 References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041644.08533.jhb@freebsd.org> <20060808095033.GL54416@comp.chem.msu.su> In-Reply-To: <20060808095033.GL54416@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608081215.09293.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 08 Aug 2006 14:02:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1640/Mon Aug 7 21:11:04 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Sam Leffler , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 18:02:27 -0000 On Tuesday 08 August 2006 05:50, Yar Tikhiy wrote: > On Fri, Aug 04, 2006 at 04:44:07PM -0400, John Baldwin wrote: > > > > To be honest, as someone who works with bug reports, I'd actually like > > backtraces up front w/o requiring the user to compile a custom kernel, etc. > > Having a simple backend in place and kdb_backtrace()'s where relevant would > > be very handy. :) > > > > > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > > > just a feature that kdb_foo() functions become NOPs when the kernel isn't > > > > configured for debugging, so I think the #ifdef KDB's would be redundant. > > > > > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > > > NOPs when option KDB is not present. They are all unconditionally > > > functional by design and should therefore be called conditionally > > > by consequence. > > > > Well, given that separation, I'm not sure KDB is the right option to make > > calls conditional. Rather, some specific is-debugging-enabled? option (like > > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > > > #ifdef FOO_DEBUG > > if (foo_bad) { > > printf("foo is bad\n"); > > kdb_backtrace(); > > } > > #endif > > > > I don't think that warrants an extra #ifdef KDB. > > Please excuse me, but there is a small inconsistency in your words. > On the one hand, you wish users could obtain and post backtraces > with no special efforts. This is a great point because users don't > always have time or resources to reproduce a problem with kernel > debug features enabled, and some weird problems defy reproducing. > On the other hand, you suggest putting kdb_backtrace() calls under > secial #ifdef's. That would effectively cancel out the benefits > from using kdb_backtrace() for "mild debugging" because you would > still have to have the users re-compile their kernels or modules > and try to catch the bug again. A call to kdb_backtrace() is cheap, > so there is little sense in leaving it out from production kernels > and modules. IMHO the only case when it should be done is when the > consistency check around kdb_backtrace() is expensive and sits on > a performance-critical path. No, you misunderstood. Suppose you have a set of extra checks turned on (such as options WITNESS), then any witness-related kdb_backtrace()'s would be sufficiently protected by #ifdef WITNESS without the need for an #ifdef KDB. In fact, if a user includes WITNESS but doesn't include 'options KDB' (which now seems useless) or 'options DDB', it would be neat to have a little stack unwinder still dump out the backtrace, but it would be conditional on WITNESS since it requires WITNESS to do the checking. This similar to KASSERT being conditional on INVARIANTS. I think most of the kdb_backtrace()'s I would throw in would probably be #ifdef INVARIANTS in fact. The only one I can think of that is always turned on is in subr_turnstile.c where it tries to backtrace the thread that slept while holding a lock. In this case, because the kdb_* API is too limited, it has to use a DDB-specific call and is thus #ifdef DDB, but I'd actually prefer it to not be DDB-specific. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Aug 8 19:22:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD37716A4DA; Tue, 8 Aug 2006 19:22:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F49743D5A; Tue, 8 Aug 2006 19:22:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JMP8S032467; Tue, 8 Aug 2006 19:22:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JMPw9032466; Tue, 8 Aug 2006 19:22:25 GMT (envelope-from rwatson) Message-Id: <200608081922.k78JMPw9032466@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 Aug 2006 19:22:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 19:22:25 -0000 rwatson 2006-08-08 19:22:25 UTC FreeBSD src repository Modified files: sys/net if_tun.c Log: Add kqueue support to if_tun. Loosely based on if_tap changes. Two almost identical patches based on the if_tap work were submitted via GNATS; I started out with the patch in 100796 from David Gilbert, but could have easily started with the patch from Vilmos Nebehaj which I found only later. MFC after: 1 week PR: 93976, 100796 Revision Changes Path 1.158 +119 -1 src/sys/net/if_tun.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 19:47:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285AF16A4DF; Tue, 8 Aug 2006 19:47:16 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CC143D70; Tue, 8 Aug 2006 19:47:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JlBEQ033664; Tue, 8 Aug 2006 19:47:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JlBkR033663; Tue, 8 Aug 2006 19:47:11 GMT (envelope-from ru) Message-Id: <200608081947.k78JlBkR033663@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 8 Aug 2006 19:47: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/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 19:47:16 -0000 ru 2006-08-08 19:47:11 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Add FreeBSD 6.2 to the list of known versions. Revision Changes Path 1.54 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Tue Aug 8 20:59:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB5516A4E2; Tue, 8 Aug 2006 20:59:39 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084A243D53; Tue, 8 Aug 2006 20:59:39 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Kxcfh046714; Tue, 8 Aug 2006 20:59:38 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Kxctl046713; Tue, 8 Aug 2006 20:59:38 GMT (envelope-from cognet) Message-Id: <200608082059.k78Kxctl046713@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 8 Aug 2006 20:59:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options.arm src/sys/arm/arm mem.c pmap.c vm_machdep.c src/sys/arm/at91 kb920x_machdep.c src/sys/arm/include pmap.h sf_buf.h vmparam.h src/sys/arm/sa11x0 assabet_machdep.c src/sys/arm/xscale/i80321 iq31244_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 20:59:39 -0000 cognet 2006-08-08 20:59:38 UTC FreeBSD src repository Modified files: sys/conf options.arm sys/arm/arm mem.c pmap.c vm_machdep.c sys/arm/at91 kb920x_machdep.c sys/arm/include pmap.h sf_buf.h vmparam.h sys/arm/sa11x0 assabet_machdep.c sys/arm/xscale/i80321 iq31244_machdep.c Log: Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps whole the physical memory, cached, using 1MB section mappings. This reduces the address space available for user processes a bit, but given the amount of memory a typical arm machine has, it is not (yet) a big issue. It then provides a uma_small_alloc() that works as it does for architectures which have a direct mapping. Revision Changes Path 1.3 +2 -7 src/sys/arm/arm/mem.c 1.68 +39 -11 src/sys/arm/arm/pmap.c 1.27 +119 -102 src/sys/arm/arm/vm_machdep.c 1.15 +9 -4 src/sys/arm/at91/kb920x_machdep.c 1.20 +2 -1 src/sys/arm/include/pmap.h 1.2 +26 -1 src/sys/arm/include/sf_buf.h 1.6 +7 -0 src/sys/arm/include/vmparam.h 1.18 +5 -8 src/sys/arm/sa11x0/assabet_machdep.c 1.22 +9 -4 src/sys/arm/xscale/i80321/iq31244_machdep.c 1.12 +1 -0 src/sys/conf/options.arm From owner-cvs-src@FreeBSD.ORG Tue Aug 8 21:25:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F02C16A4DE; Tue, 8 Aug 2006 21:25:23 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F57143D45; Tue, 8 Aug 2006 21:25:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LPMLH056682; Tue, 8 Aug 2006 21:25:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LPM3A056681; Tue, 8 Aug 2006 21:25:22 GMT (envelope-from keramida) Message-Id: <200608082125.k78LPM3A056681@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 21:25: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/usr.bin/split split.1 split.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 21:25:23 -0000 keramida 2006-08-08 21:25:22 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/split split.1 split.c Log: Update usage & SYNOPSIS and clarify that input files are not removed. Sort getopt option handling of -p too, while here. The changes are adapted from a patch by Ruslan Ermilov, posted as followup to docs/33852. PR: docs/33852 Submitted by: Gary W. Swearingen MFC after: 1 week Revision Changes Path 1.19 +22 -10 src/usr.bin/split/split.1 1.18 +8 -8 src/usr.bin/split/split.c From owner-cvs-src@FreeBSD.ORG Tue Aug 8 21:33:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D424516A4DE; Tue, 8 Aug 2006 21:33:27 +0000 (UTC) (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 2795843D5F; Tue, 8 Aug 2006 21:33:27 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LXRgP057151; Tue, 8 Aug 2006 21:33:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LXQj1057150; Tue, 8 Aug 2006 21:33:26 GMT (envelope-from marcel) Message-Id: <200608082133.k78LXQj1057150@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 8 Aug 2006 21:33: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 geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 21:33:27 -0000 marcel 2006-08-08 21:33:26 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Fix a phase-ordering bug: check the mediasize and sectorsize after we obtained access. It is possible that GPT gets to taste a disk first, which means the disk has not been opened before and it will not get opened until after we checked the mediasize and sectorsize. However, since the mediasize and sectorsize are determined at open and that happens when access is optained, checking the mediasize and sectorsize before obtaining access may result in GPT rejecting the disk. Revision Changes Path 1.40 +21 -20 src/sys/geom/geom_gpt.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 00:05:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB3716A4DE; Wed, 9 Aug 2006 00:05:54 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996B243D46; Wed, 9 Aug 2006 00:05:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7905swg067709; Wed, 9 Aug 2006 00:05:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7905sBn067708; Wed, 9 Aug 2006 00:05:54 GMT (envelope-from imp) Message-Id: <200608090005.k7905sBn067708@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 00:05: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/pccard pccard_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 00:05:55 -0000 imp 2006-08-09 00:05:54 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: Thomas Wintergerst reports that when this tsleep went away, certain cards stopped working. Specifically the AVM B1 PCMCIA Card no longer detected. Its CIS chain read back as all FF's. Putting the delay back solves those problems. I've opted to put in a much shorter delay because as far as I can tell, no delay is really needed here. We'll see how well this works in practice. Revision Changes Path 1.39 +10 -0 src/sys/dev/pccard/pccard_cis.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 00:24:53 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D666B16A4DA; Wed, 9 Aug 2006 00:24:53 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABE443D45; Wed, 9 Aug 2006 00:24:53 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.7/8.13.7/NETPLEX) with ESMTP id k790OqJW024878; Tue, 8 Aug 2006 20:24:52 -0400 (EDT) Date: Tue, 8 Aug 2006 20:24:52 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Warner Losh In-Reply-To: <200608090005.k7905sBn067708@repoman.freebsd.org> Message-ID: References: <200608090005.k7905sBn067708@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 00:24:53 -0000 On Wed, 9 Aug 2006, Warner Losh wrote: > imp 2006-08-09 00:05:54 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pccard pccard_cis.c > Log: > Thomas Wintergerst reports that when this tsleep went away, certain > cards stopped working. Specifically the AVM B1 PCMCIA Card no longer > detected. Its CIS chain read back as all FF's. Putting the delay > back solves those problems. I've opted to put in a much shorter delay > because as far as I can tell, no delay is really needed here. We'll > see how well this works in practice. I was hoping that this would fix my "dc card no worky" problem that has existed for months (it used to work). Unfortunately, I still get the following: cardbus0: Unable to allocate resource to read CIS. cardbus0: Unable to allocate resources for CIS dc0: port 0xe000-0xe07f mem 0xf4002000-0xf40027ff,0xf4003000-0xf40037ff at device 0.0 on cardbus0 dc0: No station address in CIS! device_attach: dc0 attach returned 6 -- DE From owner-cvs-src@FreeBSD.ORG Wed Aug 9 00:51:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED1816A4DD; Wed, 9 Aug 2006 00:51:12 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836A843D45; Wed, 9 Aug 2006 00:51:12 +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.4/8.13.4) with ESMTP id k78LQ8cd003763; Tue, 8 Aug 2006 15:26:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 08 Aug 2006 15:26:08 -0600 (MDT) Message-Id: <20060808.152608.74745860.imp@bsdimp.com> To: des@des.no From: Warner Losh In-Reply-To: <86k65lx16x.fsf@xps.des.no> References: <200608061201.k76C1gxv046400@repoman.freebsd.org> <86k65lx16x.fsf@xps.des.no> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 08 Aug 2006 15:26:09 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, bms@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 00:51:13 -0000 From: des@des.no (Dag-Erling Sm=F8rgrav) Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c Date: Sun, 06 Aug 2006 18:45:42 +0200 > Bruce M Simpson writes: > > Log: > > Add identifier for the Epson CX3650 all-in-one scanner function. > > This enables the scanner function on these devices to be detected= > > and probed by uscanner(4), but only when ulpt is not loaded. > = > Any chance we might at some point fix the USB stack so multiple > drivers can attach to different endpoints on the same device? No. Or maybe yes. We'll never be able to have multiple drivers attach to the same endpoint any more than you can have multiple drivers attach to the serial port at 0x3f8. However, we can today have multiple drivers attach to the different configs that are presented by the usb device. too bad that has turned out in practice not to be too useful. Also, one can write a 'bus' driver that allows multiple subdrivers to attach. We do that already with uhub. Warner From owner-cvs-src@FreeBSD.ORG Wed Aug 9 01:56:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A38D16A4DD; Wed, 9 Aug 2006 01:56:18 +0000 (UTC) (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 263E143D46; Wed, 9 Aug 2006 01:56:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k791uIUo081824; Wed, 9 Aug 2006 01:56:18 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k791uHS0081823; Wed, 9 Aug 2006 01:56:17 GMT (envelope-from brooks) Message-Id: <200608090156.k791uHS0081823@repoman.freebsd.org> From: Brooks Davis Date: Wed, 9 Aug 2006 01:56: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/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 01:56:18 -0000 brooks 2006-08-09 01:56:17 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: Add a new kernel environment variable "boot.netif.mtu" which is used to set the MTU prior to mounting root via NFS. This is required if the server supports a higher than default MTU because the client will not see the responses otherwise. MFC after: 3 weeks Revision Changes Path 1.185 +10 -0 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 02:27:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B0C16A4DD; Wed, 9 Aug 2006 02:27:33 +0000 (UTC) (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 7E4E443D45; Wed, 9 Aug 2006 02:27:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792RXiH084546; Wed, 9 Aug 2006 02:27:33 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792RXBq084545; Wed, 9 Aug 2006 02:27:33 GMT (envelope-from nyan) Message-Id: <200608090227.k792RXBq084545@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 9 Aug 2006 02:27: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 Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 02:27:33 -0000 nyan 2006-08-09 02:27:32 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Add the sade to build-tools list. This fixes a tinderbox. Revision Changes Path 1.551 +1 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Wed Aug 9 04:35:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13A616A4DA; Wed, 9 Aug 2006 04:35:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C78043D49; Wed, 9 Aug 2006 04:35:52 +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.4/8.13.4) with ESMTP id k794XpoN020602; Tue, 8 Aug 2006 22:33:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 08 Aug 2006 22:33:56 -0600 (MDT) Message-Id: <20060808.223356.1649768374.imp@bsdimp.com> To: deischen@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: References: <200608090005.k7905sBn067708@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 08 Aug 2006 22:33:51 -0600 (MDT) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 04:35:53 -0000 In message: Daniel Eischen writes: : On Wed, 9 Aug 2006, Warner Losh wrote: : : > imp 2006-08-09 00:05:54 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccard pccard_cis.c : > Log: : > Thomas Wintergerst reports that when this tsleep went away, certain : > cards stopped working. Specifically the AVM B1 PCMCIA Card no longer : > detected. Its CIS chain read back as all FF's. Putting the delay : > back solves those problems. I've opted to put in a much shorter delay : > because as far as I can tell, no delay is really needed here. We'll : > see how well this works in practice. : : I was hoping that this would fix my "dc card no worky" problem that : has existed for months (it used to work). Unfortunately, I still get : the following: No chance. Only 16-bit cards will change. : cardbus0: Unable to allocate resource to read CIS. : cardbus0: Unable to allocate resources for CIS : dc0: port 0xe000-0xe07f mem : 0xf4002000-0xf40027ff,0xf4003000-0xf40037ff at device 0.0 on cardbus0 : dc0: No station address in CIS! : device_attach: dc0 attach returned 6 I've seen reports of this, and I've tried it with my Xircom cards and it just works :-(. I'll have to try again.. Warner From owner-cvs-src@FreeBSD.ORG Wed Aug 9 05:26:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4942216A4E0; Wed, 9 Aug 2006 05:26:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53643D58; Wed, 9 Aug 2006 05:26:19 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k795QJHK004950; Wed, 9 Aug 2006 05:26:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k795QJbT004949; Wed, 9 Aug 2006 05:26:19 GMT (envelope-from sam) Message-Id: <200608090526.k795QJbT004949@repoman.freebsd.org> From: Sam Leffler Date: Wed, 9 Aug 2006 05:26: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/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 05:26:24 -0000 sam 2006-08-09 05:26:19 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: disconnect sade until someone fixes tinderbox builds Revision Changes Path 1.357 +0 -1 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Wed Aug 9 05:33:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 871E516A4DE; Wed, 9 Aug 2006 05:33:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4337443D45; Wed, 9 Aug 2006 05:33:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k795Xkei005389; Wed, 9 Aug 2006 05:33:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k795XkMU005388; Wed, 9 Aug 2006 05:33:46 GMT (envelope-from delphij) Message-Id: <200608090533.k795XkMU005388@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 05:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 05:33:46 -0000 delphij 2006-08-09 05:33:46 UTC FreeBSD src repository Modified files: usr.sbin/sade menus.c Log: Fix PC98 build. Spotted by: make universe Revision Changes Path 1.423 +1 -1 src/usr.sbin/sade/menus.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 08:24:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1690916A4DF; Wed, 9 Aug 2006 08:24:47 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6A943D6B; Wed, 9 Aug 2006 08:24:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798OkPh017417; Wed, 9 Aug 2006 08:24:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798OkSF017416; Wed, 9 Aug 2006 08:24:46 GMT (envelope-from delphij) Message-Id: <200608090824.k798OkSF017416@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 08:24:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade disks.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 08:24:47 -0000 delphij 2006-08-09 08:24:46 UTC FreeBSD src repository Modified files: usr.sbin/sade disks.c Log: Unbreak sparc64 build. Reported by: tinderbox Revision Changes Path 1.161 +3 -3 src/usr.sbin/sade/disks.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 08:25:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2ED516A4EA; Wed, 9 Aug 2006 08:25:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D5C643D77; Wed, 9 Aug 2006 08:25:21 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798PLYG017510; Wed, 9 Aug 2006 08:25:21 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798PL84017509; Wed, 9 Aug 2006 08:25:21 GMT (envelope-from delphij) Message-Id: <200608090825.k798PL84017509@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 08:25: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/sade Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 08:25:21 -0000 delphij 2006-08-09 08:25:21 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile Log: Bump WARNS level to 3. Tested with: make universe Revision Changes Path 1.145 +1 -0 src/usr.sbin/sade/Makefile From owner-cvs-src@FreeBSD.ORG Wed Aug 9 08:28:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FCD16A4DD; Wed, 9 Aug 2006 08:28:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6514543D45; Wed, 9 Aug 2006 08:28:07 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798S7Zn017634; Wed, 9 Aug 2006 08:28:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798S7bn017633; Wed, 9 Aug 2006 08:28:07 GMT (envelope-from delphij) Message-Id: <200608090828.k798S7bn017633@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 08:28: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: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 08:28:07 -0000 delphij 2006-08-09 08:28:07 UTC FreeBSD src repository Modified files: . modules Log: src/usr.sbin/sade --> sade Revision Changes Path 1.6867 +1 -0 CVSROOT/modules From owner-cvs-src@FreeBSD.ORG Wed Aug 9 09:12:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BDC116A4E2; Wed, 9 Aug 2006 09:12:07 +0000 (UTC) (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 1752F43D45; Wed, 9 Aug 2006 09:12:07 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k799C6bx029155; Wed, 9 Aug 2006 09:12:06 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799C12A029150; Wed, 9 Aug 2006 09:12:01 GMT (envelope-from netchild) Message-Id: <200608090912.k799C12A029150@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 09:12: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/usr.sbin/sade Makefile rtermcap.c sade.h system.c termcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 09:12:07 -0000 netchild 2006-08-09 09:12:01 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile sade.h system.c termcap.c Removed files: usr.sbin/sade rtermcap.c Log: Get rid of the rtermcap stuff (embedding termcaps into the program). This is needed in sysinstall on boot, but not in sade on a fully working system. After this change I noticed no change in behavior on a vty when TERM is not set. Revision Changes Path 1.146 +2 -47 src/usr.sbin/sade/Makefile 1.5 +0 -16 src/usr.sbin/sade/rtermcap.c (dead) 1.276 +0 -17 src/usr.sbin/sade/sade.h 1.131 +0 -27 src/usr.sbin/sade/system.c 1.34 +3 -12 src/usr.sbin/sade/termcap.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 09:41:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD24816A4DE; Wed, 9 Aug 2006 09:41:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1603343D55; Wed, 9 Aug 2006 09:41:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k799frih031244; Wed, 9 Aug 2006 09:41:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799frhe031243; Wed, 9 Aug 2006 09:41:53 GMT (envelope-from pjd) Message-Id: <200608090941.k799frhe031243@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Aug 2006 09:41: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/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 09:41:57 -0000 pjd 2006-08-09 09:41:53 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Not only a request from us can be passed to g_{mirror,raid3}_worker() function, but also a request to us, in which case checking bio_cflags is wrong, because the class above us is controling it, not we. MFC after: 1 week Revision Changes Path 1.88 +12 -5 src/sys/geom/mirror/g_mirror.c 1.72 +11 -5 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 09:56:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15616A4DE; Wed, 9 Aug 2006 09:56:58 +0000 (UTC) (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 542C943D49; Wed, 9 Aug 2006 09:56:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k799uwIm031972; Wed, 9 Aug 2006 09:56:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799uw9F031971; Wed, 9 Aug 2006 09:56:58 GMT (envelope-from glebius) Message-Id: <200608090956.k799uw9F031971@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 9 Aug 2006 09:56: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/share/man/man4 ng_pppoe.4 src/sys/netgraph ng_pppoe.c ng_pppoe.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 09:56:58 -0000 glebius 2006-08-09 09:56:58 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 sys/netgraph ng_pppoe.c ng_pppoe.h Log: Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4). - Store the Ethernet header in node softc. - Initialize header with dst addr and ethertype in node constructor method. - In node connect method send NGM_ETHER_GET_ENADDR message downwards. - If received reply from ng_ether(4) store the src addr in softc. - Add NGM_PPPOE_SETENDADDR message that allows user to override the address with whatever he/she wants. Revision Changes Path 1.35 +19 -2 src/share/man/man4/ng_pppoe.4 1.80 +72 -20 src/sys/netgraph/ng_pppoe.c 1.24 +2 -1 src/sys/netgraph/ng_pppoe.h From owner-cvs-src@FreeBSD.ORG Wed Aug 9 10:53:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D748916A4DE; Wed, 9 Aug 2006 10:53:26 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9314A43D45; Wed, 9 Aug 2006 10:53:26 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79ArQEW035972; Wed, 9 Aug 2006 10:53:26 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79ArQJt035971; Wed, 9 Aug 2006 10:53:26 GMT (envelope-from rik) Message-Id: <200608091053.k79ArQJt035971@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 9 Aug 2006 10:53: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/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 10:53:26 -0000 rik 2006-08-09 10:53:26 UTC FreeBSD src repository Modified files: share/examples/drivers make_device_driver.sh Log: - Added 'files "files.FOO"' to config for inclusion of user specific files. - Added KDB option to config file (for DDB). - Added ability to compile custom kernel. Discussed with: julian@ Revision Changes Path 1.24 +24 -3 src/share/examples/drivers/make_device_driver.sh From owner-cvs-src@FreeBSD.ORG Wed Aug 9 11:03:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3474716A584; Wed, 9 Aug 2006 11:03:07 +0000 (UTC) (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 E193B43D46; Wed, 9 Aug 2006 11:03:06 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79B36Ek037981; Wed, 9 Aug 2006 11:03:06 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79B369b037980; Wed, 9 Aug 2006 11:03:06 GMT (envelope-from netchild) Message-Id: <200608091103.k79B369b037980@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 11:03:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 11:03:07 -0000 netchild 2006-08-09 11:03:06 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Remove sade from build-tools, the tinderbox problem should be fixed now. Revision Changes Path 1.552 +0 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Wed Aug 9 11:25:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B72BD16A4E7; Wed, 9 Aug 2006 11:25:11 +0000 (UTC) (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 6FB7A43D46; Wed, 9 Aug 2006 11:25:11 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BPB4o039356; Wed, 9 Aug 2006 11:25:11 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BPBwj039355; Wed, 9 Aug 2006 11:25:11 GMT (envelope-from netchild) Message-Id: <200608091125.k79BPBwj039355@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 11:25: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/usr.sbin/sade Makefile dmenu.c keymap.c sade.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 11:25:11 -0000 netchild 2006-08-09 11:25:11 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile dmenu.c sade.h Removed files: usr.sbin/sade keymap.c Log: Remove the keymap stuff too, it is not needed in sade. Revision Changes Path 1.147 +2 -33 src/usr.sbin/sade/Makefile 1.51 +0 -19 src/usr.sbin/sade/dmenu.c 1.13 +0 -95 src/usr.sbin/sade/keymap.c (dead) 1.277 +0 -5 src/usr.sbin/sade/sade.h From owner-cvs-src@FreeBSD.ORG Wed Aug 9 11:26:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C26416A4DA; Wed, 9 Aug 2006 11:26:12 +0000 (UTC) (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 24B4543D46; Wed, 9 Aug 2006 11:26:12 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BQCXd039420; Wed, 9 Aug 2006 11:26:12 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BQCWA039419; Wed, 9 Aug 2006 11:26:12 GMT (envelope-from netchild) Message-Id: <200608091126.k79BQCWA039419@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 11:26: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.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 11:26:12 -0000 netchild 2006-08-09 11:26:11 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Readd sade, the problem should be fixed. Revision Changes Path 1.358 +1 -0 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Wed Aug 9 12:47:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C482616A4DA; Wed, 9 Aug 2006 12:47:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F0543D46; Wed, 9 Aug 2006 12:47:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79ClV2d052642; Wed, 9 Aug 2006 12:47:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79ClVff052641; Wed, 9 Aug 2006 12:47:31 GMT (envelope-from pjd) Message-Id: <200608091247.k79ClVff052641@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Aug 2006 12:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 12:47:31 -0000 pjd 2006-08-09 12:47:31 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Add a bandaid to avoid a deadlock in a situation, when we are trying to suspend a file system, but need to obtain a vnode. We may not be able to do it, because all vnodes could be already in use and other processes cannot release them, because they are waiting in "suspfs" state. In such situation, we allow to allocate a vnode anyway. This is a temporary fix - there is no backpressure to free vnodes allocated in those circumstances. MFC after: 1 week Reviewed by: tegge Revision Changes Path 1.680 +10 -0 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 15:04:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354A916A4DD; Wed, 9 Aug 2006 15:04:39 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7841C43D77; Wed, 9 Aug 2006 15:04:31 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79F4VIu063268; Wed, 9 Aug 2006 15:04:31 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79F4VkC063267; Wed, 9 Aug 2006 15:04:31 GMT (envelope-from yar) Message-Id: <200608091504.k79F4VkC063267@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 9 Aug 2006 15:04: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/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 15:04:39 -0000 yar 2006-08-09 15:04:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_vlan.c Log: Destroy the cloned interfaces before, not after, detaching from the cloner structure in the module unload handler. The cloner structure was likely to be destroyed on detachment, which led to panic later, when its destroyed mutex was locked or whatever. It was just another "use after free" case. Now it is theoretically possible to create a vlan interface in between the loop over the interfaces and the call to if_clone_detach(). We have to live with it in 6-STABLE. In CURRENT, the actions are serialized properly in if_clone_detach(): remove cloner from the global list, destroy the cloned interfaces on it, detach from the cloner. This fix doesn't apply to HEAD, in which all the work is done by if_clone_detach(), so it goes immediately to RELENG_6. Revision Changes Path 1.79.2.11 +3 -3 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 16:30:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B1A816A4DD; Wed, 9 Aug 2006 16:30:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D068643D46; Wed, 9 Aug 2006 16:30:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79GUQgZ069252; Wed, 9 Aug 2006 16:30:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79GUQpN069250; Wed, 9 Aug 2006 16:30:26 GMT (envelope-from rwatson) Message-Id: <200608091630.k79GUQpN069250@repoman.freebsd.org> From: Robert Watson Date: Wed, 9 Aug 2006 16:30: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/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 16:30:27 -0000 rwatson 2006-08-09 16:30:26 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check return values for NULL or return an error state. Assert that all three bpf buffer pointers are NULL before starting. MFC after: 1 week Revision Changes Path 1.172 +9 -16 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 17:43:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C5B816A4EF; Wed, 9 Aug 2006 17:43:36 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E35B43D70; Wed, 9 Aug 2006 17:43:27 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79HhR7X082967; Wed, 9 Aug 2006 17:43:27 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79HhRR2082966; Wed, 9 Aug 2006 17:43:27 GMT (envelope-from alc) Message-Id: <200608091743.k79HhRR2082966@repoman.freebsd.org> From: Alan Cox Date: Wed, 9 Aug 2006 17:43: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/fs/nwfs nwfs_io.c src/sys/fs/smbfs smbfs_io.c src/sys/kern uipc_syscalls.c vfs_bio.c src/sys/nfsclient nfs_bio.c src/sys/vm swap_pager.c vm_object.c vm_page.c vm_page.h vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 17:43:36 -0000 alc 2006-08-09 17:43:27 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_io.c sys/fs/smbfs smbfs_io.c sys/kern uipc_syscalls.c vfs_bio.c sys/nfsclient nfs_bio.c sys/vm swap_pager.c vm_object.c vm_page.c vm_page.h vnode_pager.c Log: Introduce a field to struct vm_page for storing flags that are synchronized by the lock on the object containing the page. Transition PG_WANTED and PG_SWAPINPROG to use the new field, eliminating the need for holding the page queues lock when setting or clearing these flags. Rename PG_WANTED and PG_SWAPINPROG to VPO_WANTED and VPO_SWAPINPROG, respectively. Eliminate the assertion that the page queues lock is held in vm_page_io_finish(). Eliminate the acquisition and release of the page queues lock around calls to vm_page_io_finish() in kern_sendfile() and vfs_unbusy_pages(). Revision Changes Path 1.45 +1 -1 src/sys/fs/nwfs/nwfs_io.c 1.37 +1 -1 src/sys/fs/smbfs/smbfs_io.c 1.237 +0 -2 src/sys/kern/uipc_syscalls.c 1.509 +0 -2 src/sys/kern/vfs_bio.c 1.159 +1 -1 src/sys/nfsclient/nfs_bio.c 1.282 +9 -12 src/sys/vm/swap_pager.c 1.365 +6 -4 src/sys/vm/vm_object.c 1.322 +6 -5 src/sys/vm/vm_page.c 1.140 +10 -2 src/sys/vm/vm_page.h 1.228 +1 -1 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 18:05:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D322F16A4DD; Wed, 9 Aug 2006 18:05:44 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 930B243D45; Wed, 9 Aug 2006 18:05:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79I5irx090155; Wed, 9 Aug 2006 18:05:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79I5i8D090154; Wed, 9 Aug 2006 18:05:44 GMT (envelope-from maxim) Message-Id: <200608091805.k79I5i8D090154@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 18:05: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/lib/libc/gen msgctl.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 18:05:44 -0000 maxim 2006-08-09 18:05:44 UTC FreeBSD src repository Modified files: lib/libc/gen msgctl.3 Log: o It speaks about struct msqid_ds not struct shmid_ds. PR: docs/101314 Submitted by: Vasil Dimov MFC after: 1 week Revision Changes Path 1.20 +1 -1 src/lib/libc/gen/msgctl.3 From owner-cvs-src@FreeBSD.ORG Wed Aug 9 18:11:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A06216A4E0; Wed, 9 Aug 2006 18:11:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8677143D7C; Wed, 9 Aug 2006 18:11:14 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IBEKM090737; Wed, 9 Aug 2006 18:11:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IBEcp090736; Wed, 9 Aug 2006 18:11:14 GMT (envelope-from pjd) Message-Id: <200608091811.k79IBEcp090736@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Aug 2006 18:11: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/sbin/geom/class/eli geli.8 geom_eli.c src/sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 18:11:20 -0000 pjd 2006-08-09 18:11:14 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 geom_eli.c sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c Log: Allow geli to operate on read-only providers. Initial patch from: vd MFC after: 2 weeks Revision Changes Path 1.14 +3 -1 src/sbin/geom/class/eli/geli.8 1.14 +4 -3 src/sbin/geom/class/eli/geom_eli.c 1.28 +16 -6 src/sys/geom/eli/g_eli.c 1.9 +4 -0 src/sys/geom/eli/g_eli.h 1.8 +47 -18 src/sys/geom/eli/g_eli_ctl.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 18:23:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E3A16A4E0; Wed, 9 Aug 2006 18:23:48 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F162843D5D; Wed, 9 Aug 2006 18:23:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79INlCa091576; Wed, 9 Aug 2006 18:23:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79INlLt091575; Wed, 9 Aug 2006 18:23:47 GMT (envelope-from imp) Message-Id: <200608091823.k79INlLt091575@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 18:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 18:23:48 -0000 imp 2006-08-09 18:23:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Most platforms map the actual drive geometry to the firmware's notion of geometry. However, some platforms have a more complicated mapping of the firmware values to the actual values. pc98 is the only platform that currently does this. This mapping is necessary for large disks connected to pc98 boxes, as the firmware labels require do special hacks to the actual geometry for interoperability. We cannot do this all in the geom layer because of initialization issues (geom looks for an already initialized pc98 label, but we need the geometry information prior to initialization, classic chicken and egg problem). We pass the disk and the device_t to this function because the geometry mapping depends on what kind of controller is used. This hook allows platforms that want to override things to do so, and has 0 overhead on all other platforms. These patches have been in use locally for a long time, and received good feedback from the pc98 community and sos@ at various times during their development. MFC After: 1 week Revision Changes Path 1.198 +9 -0 src/sys/dev/ata/ata-disk.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 18:25:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AB716A4E1; Wed, 9 Aug 2006 18:25:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D627C43D67; Wed, 9 Aug 2006 18:25:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IP7T4091659; Wed, 9 Aug 2006 18:25:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IP79A091658; Wed, 9 Aug 2006 18:25:07 GMT (envelope-from imp) Message-Id: <200608091825.k79IP79A091658@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 18:25: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/pc98/include md_var.h src/sys/pc98/pc98 pc98_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 18:25:08 -0000 imp 2006-08-09 18:25:07 UTC FreeBSD src repository Modified files: sys/pc98/include md_var.h sys/pc98/pc98 pc98_machdep.c Log: Add pc98 specific code to adjust the firmware geometry when it differs from the actual geometry. This enables support of disks larger than ~120GB on pc98 boxes. They make great little network appliances. I've been using these changes for the past year or so on my network storage pc98 box :-). Revision Changes Path 1.3 +12 -0 src/sys/pc98/include/md_var.h 1.28 +38 -0 src/sys/pc98/pc98/pc98_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 18:35:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17D916A4DD; Wed, 9 Aug 2006 18:35:31 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D93743D46; Wed, 9 Aug 2006 18:35:31 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IZVTF092412; Wed, 9 Aug 2006 18:35:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IZVFF092411; Wed, 9 Aug 2006 18:35:31 GMT (envelope-from maxim) Message-Id: <200608091835.k79IZVFF092411@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 18:35: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/sbin/geom/class/eli geli.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 18:35:32 -0000 maxim 2006-08-09 18:35:31 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o New sentence, new line. o Touch Dd for -r. Revision Changes Path 1.15 +3 -2 src/sbin/geom/class/eli/geli.8 From owner-cvs-src@FreeBSD.ORG Wed Aug 9 19:01:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD58416A4E2; Wed, 9 Aug 2006 19:01:27 +0000 (UTC) (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 6BAC543D45; Wed, 9 Aug 2006 19:01:27 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79J1RTu093745; Wed, 9 Aug 2006 19:01:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79J1R6V093744; Wed, 9 Aug 2006 19:01:27 GMT (envelope-from marcel) Message-Id: <200608091901.k79J1R6V093744@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 Aug 2006 19:01: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/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 19:01:27 -0000 marcel 2006-08-09 19:01:27 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Define NO_TLS on PowerPC. See also: PR ia64/91846 Revision Changes Path 1.133 +1 -0 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 19:12:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E07816A4E2; Wed, 9 Aug 2006 19:12:11 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3B443D58; Wed, 9 Aug 2006 19:12:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79JCAsR095512; Wed, 9 Aug 2006 19:12:10 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79JCAlS095511; Wed, 9 Aug 2006 19:12:10 GMT (envelope-from maxim) Message-Id: <200608091912.k79JCAlS095511@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 19:12: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/usr.bin/hexdump parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 19:12:11 -0000 maxim 2006-08-09 19:12:10 UTC FreeBSD src repository Modified files: usr.bin/hexdump parse.c Log: o Simple strcpy/strcat replacement. PR: bin/101575 Founded by: Dan Lukes Obtained from: OpenBSD, rev. 1.11 by deraadt MFC after: 2 weeks Revision Changes Path 1.14 +4 -3 src/usr.bin/hexdump/parse.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 19:41:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5A416A4DD; Wed, 9 Aug 2006 19:41:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32BE43D45; Wed, 9 Aug 2006 19:41:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79JfYiS096808; Wed, 9 Aug 2006 19:41:34 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79JfYF6096807; Wed, 9 Aug 2006 19:41:34 GMT (envelope-from maxim) Message-Id: <200608091941.k79JfYF6096807@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 19:41:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 19:41:35 -0000 maxim 2006-08-09 19:41:34 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o Strip eol whitespaces. Revision Changes Path 1.16 +2 -2 src/sbin/geom/class/eli/geli.8 From owner-cvs-src@FreeBSD.ORG Wed Aug 9 20:10:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D47916A4E1; Wed, 9 Aug 2006 20:10:42 +0000 (UTC) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1218F43D5F; Wed, 9 Aug 2006 20:10:41 +0000 (GMT) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KAepP099349; Wed, 9 Aug 2006 20:10:40 GMT (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KAZ1D099336; Wed, 9 Aug 2006 20:10:35 GMT (envelope-from pdeuskar) Message-Id: <200608092010.k79KAZ1D099336@repoman.freebsd.org> From: Prafulla Deuskar Date: Wed, 9 Aug 2006 20:10:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 20:10:42 -0000 pdeuskar 2006-08-09 20:10:35 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: 10/100 PHY shouldn't support gigabit media types. Submitted by: brad (brad@comstyle.com) Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.126 +6 -3 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 20:19:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D167116A4DA; Wed, 9 Aug 2006 20:19:19 +0000 (UTC) (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 8811243D70; Wed, 9 Aug 2006 20:19:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KJF1j099814; Wed, 9 Aug 2006 20:19:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KJFdM099813; Wed, 9 Aug 2006 20:19:15 GMT (envelope-from marcel) Message-Id: <200608092019.k79KJFdM099813@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 Aug 2006 20:19: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/libdisk write_ia64_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 20:19:19 -0000 marcel 2006-08-09 20:19:15 UTC FreeBSD src repository Modified files: lib/libdisk write_ia64_disk.c Log: Fix a bug in the size of the PMBR partition. Since the partition starts at LBA 1, the size is not the mediasize in sectors, but one less. Revision Changes Path 1.16 +2 -0 src/lib/libdisk/write_ia64_disk.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 20:53:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E5716A4DA; Wed, 9 Aug 2006 20:53:01 +0000 (UTC) (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 B5DEB43D4C; Wed, 9 Aug 2006 20:53:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Kr1Er009488; Wed, 9 Aug 2006 20:53:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Kr1ew009487; Wed, 9 Aug 2006 20:53:01 GMT (envelope-from marcel) Message-Id: <200608092053.k79Kr1ew009487@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 Aug 2006 20:53: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/geom geom_gpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 20:53:02 -0000 marcel 2006-08-09 20:53:01 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Strengthen the check for a PMBR: o PMBR partitions count to the number of partitions on the disk, which means that if a PMBR entry is invalid we will not treat the MBR as a PMBR by virtue of it not describing any partitions. Previously the checks were inconsistent in that an invalid PMBR entry would be harmless when no other partitions exist (we would treat the MBR as a PMBR by virtue of it being empty), but it would be fatal when there is at least one other partition. o The partition size of a PMBR partition is one less than the media size because the GPT starts at the second sector (LBA 1) and extends to the end of the media. For backward bug-compatibility we accept a size that's exactly the media size (FreeBSD bug). Also, when the partition size can not be represented in a 32-bit integral, the partition size in the MBR is to be set to 0xFFFFFFFF. Accept this as a valid size, even if the size can be represented. Revision Changes Path 1.41 +35 -18 src/sys/geom/geom_gpt.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 20:57:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9845A16A4DF; Wed, 9 Aug 2006 20:57:24 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BE743D46; Wed, 9 Aug 2006 20:57:24 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KvOkv009721; Wed, 9 Aug 2006 20:57:24 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KvORj009720; Wed, 9 Aug 2006 20:57:24 GMT (envelope-from rik) Message-Id: <200608092057.k79KvORj009720@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 9 Aug 2006 20:57:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_pseudo_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 20:57:24 -0000 rik 2006-08-09 20:57:24 UTC FreeBSD src repository Modified files: share/examples/drivers make_pseudo_driver.sh Log: Added copyright templete Fixed compilation Reviewed by: julian@ Revision Changes Path 1.11 +57 -32 src/share/examples/drivers/make_pseudo_driver.sh From owner-cvs-src@FreeBSD.ORG Wed Aug 9 20:58:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9120F16A4DA; Wed, 9 Aug 2006 20:58:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F00743D45; Wed, 9 Aug 2006 20:58:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KwuL7009789; Wed, 9 Aug 2006 20:58:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KwujK009788; Wed, 9 Aug 2006 20:58:56 GMT (envelope-from imp) Message-Id: <200608092058.k79KwujK009788@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 20:58:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_st.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 20:58:56 -0000 imp 2006-08-09 20:58:56 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: Hook into the watchdog device, if present. Also, turn off the watchdog timer stuff when we boot because the boot blocks are turning it on... Revision Changes Path 1.5 +41 -4 src/sys/arm/at91/at91_st.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 21:23:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC70516A4DF; Wed, 9 Aug 2006 21:23:42 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B5443D49; Wed, 9 Aug 2006 21:23:42 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79LNgiu012355; Wed, 9 Aug 2006 21:23:42 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79LNgVD012354; Wed, 9 Aug 2006 21:23:42 GMT (envelope-from rik) Message-Id: <200608092123.k79LNgVD012354@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 9 Aug 2006 21:23:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_pseudo_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 21:23:43 -0000 rik 2006-08-09 21:23:42 UTC FreeBSD src repository Modified files: share/examples/drivers make_pseudo_driver.sh Log: - Added ability to provide (optional) path to the kernel sources - Added check of dirs used by example generator - Fixed path for ${s}/conf/files.FOO and include it via files directive from config file - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - KDB is added to config (for DDB) - Added module building instead and fixed kernel building Reviewed by: julian@ Revision Changes Path 1.12 +122 -22 src/share/examples/drivers/make_pseudo_driver.sh From owner-cvs-src@FreeBSD.ORG Wed Aug 9 21:51:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B5816A4DD; Wed, 9 Aug 2006 21:51:27 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4DF43D46; Wed, 9 Aug 2006 21:51:27 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 038F75A7F22; Thu, 10 Aug 2006 07:51:26 +1000 (EST) 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-3sarge1) with ESMTP id k79LpMJn016912; Thu, 10 Aug 2006 07:51:23 +1000 Date: Thu, 10 Aug 2006 07:51:21 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Yar Tikhiy In-Reply-To: <20060808101524.GN54416@comp.chem.msu.su> Message-ID: <20060810073617.V16211@delplex.bde.org> References: <200608042128.k74LShD7052071@repoman.freebsd.org> <8664h6ci86.fsf@xps.des.no> <20060807133921.V6590@delplex.bde.org> <20060808101524.GN54416@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1527257990-1155160281=:16211" Cc: Dag-Erling Sm?rgrav , Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 21:51:27 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1527257990-1155160281=:16211 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 8 Aug 2006, Yar Tikhiy wrote: > On Mon, Aug 07, 2006 at 01:59:30PM +1000, Bruce Evans wrote: >> On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: >>> MAXPATHLEN should be spelled PATH_MAX. >> >> Actually, MAXPATHLEN is better since it is honestly unportable. It work= s >> ... > Just looked what SUSv3 says: > > =09It should be noted, however, that many of the listed limits > =09are not invariant, and at runtime, the value of the limit > =09may differ from those given in this header, for the following > =09reasons: It should say somewhere that the limits shall not be defined if they are not invariant. POSIX says this. There are only a few limits that are guaranteed to be compile-time constants (except for some not very useful ones which give absolute minimum values). > > =09The limit is pathname-dependent. > > =09The limit differs between the compile and runtime machines. > > =09For these reasons, an application may use the fpathconf(), ^^^ > =09pathconf(), and sysconf() functions to determine the actual > =09value of a limit at runtime. It should say "must", or at least "should", since not using pathconf() etc. won't work if the limit is undefined. It's an implementation detail that PATH_MAX^WMAXPATHLEN is independent of the file system (this is because everything goes through vfs_lookup()). The related limit NAME_MAX is very fs-dependent. FreeBSD bogusly defines NAME_MAX, OPEN_MAX, CHILD_MAX, ... Bruce --0-1527257990-1155160281=:16211-- From owner-cvs-src@FreeBSD.ORG Wed Aug 9 21:59:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D5416A4E0; Wed, 9 Aug 2006 21:59:12 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D63B43D49; Wed, 9 Aug 2006 21:59:11 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 47FD633C66; Thu, 10 Aug 2006 01:59:10 +0400 (MSD) Message-ID: <44DA5C5A.70404@inse.ru> Date: Thu, 10 Aug 2006 02:06:18 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.12) Gecko/20060103 ASPLinux/1.7.12-1.5.1.1asp X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: Robert Watson References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> In-Reply-To: <20060808152429.W45647@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , src-committers@FreeBSD.org, Yar Tikhiy , cvs-all@FreeBSD.org, Ruslan Ermilov , cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 21:59:12 -0000 Robert Watson: > > On Tue, 8 Aug 2006, Roman Kurakin wrote: > >> We could add a "foo" driver to the LINT generated by this script with >> notification that it was generated and all changes should be placed >> to script. > > I guess I can't help but wonder if a script is necessarily better than > a well-commented template. Today I've talked with ru@. He suggests to put an example to tree and change script to produce a copy of driver using example from tree as a template via sed or smth like that. It sounds like a good idea. We could have a single dir in subtree with various examples and a set of scripts that could produce from one of the examples a driver to start with. rik > > Robert N M Watson > Computer Laboratory > University of Cambridge > >> >> rik >> >> Robert Watson wrote: >> >>> >>> On Tue, 8 Aug 2006, Yar Tikhiy wrote: >>> >>>> On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >>>> >>>>> Example is for developers mostly, so I in doubts about MFC >>>>> compilation >>>>> fixup and this >>>>> one commit. >>>> >>>> >>>> I still can remeber that, when the world and I were younger, I used >>>> to study FreeBSD examples and sources for any release I had on hand >>>> at the moment. There still are plenty of places on the globe where >>>> off-line is the normal state of being, so we should provide good >>>> reference material for developers on our release CD's, to my mind. >>>> This also warrants MFC of fixes to source comments as long as they >>>> help to understand the code. Of course, all this is just my >>>> private opinion. >>> >>> >>> In general, I think we're better served by providing skeleton or >>> stub implementations of code that are part of the base source tree >>> (and compiled as part of it) than providing scripts and detached >>> sample source code. The reason is that any code not attached to the >>> tree almost instantly rots into uselessness. >>> >>> Robert N M Watson >>> Computer Laboratory >>> University of Cambridge >>> >>>> >>>>> Roman Kurakin: >>>>> >>>>>> rik 2006-08-06 11:06:36 UTC >>>>>> >>>>>> FreeBSD src repository >>>>>> >>>>>> Modified files: >>>>>> share/examples/drivers make_device_driver.sh >>>>>> Log: >>>>>> - Added ability to provide (optional) path to the kernel sources >>>>>> - Fixed path for ${s}/conf/files.FOO and a note that it should be >>>>>> merged >>>>>> into >>>>>> corresponding file to be able to compile the kernel >>>>>> - Changed kernel configuration example with the driver: it is not >>>>>> produced by >>>>>> copying Generic but by including it >>>>>> - Changed from automatic module building to asking an user if it >>>>>> whants to >>>>>> >>>>>> Reviewed by: julian@ >>>>>> >>>>>> Revision Changes Path >>>>>> 1.23 +32 -19 >>>>>> src/share/examples/drivers/make_device_driver.sh >>>>>> >>>>>> >>>> >>>> -- >>>> Yar >>>> >> >> From owner-cvs-src@FreeBSD.ORG Wed Aug 9 23:37:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6920816A4DF; Wed, 9 Aug 2006 23:37:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22ED643D45; Wed, 9 Aug 2006 23:37:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79NbVD4020668; Wed, 9 Aug 2006 23:37:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79NbVkt020667; Wed, 9 Aug 2006 23:37:31 GMT (envelope-from imp) Message-Id: <200608092337.k79NbVkt020667@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 23:37: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/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 23:37:31 -0000 imp 2006-08-09 23:37:30 UTC FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: Minor style(9) nit. Revision Changes Path 1.633 +2 -2 src/sys/i386/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Aug 9 23:47:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B0716A4DA; Wed, 9 Aug 2006 23:47:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0425843D49; Wed, 9 Aug 2006 23:47:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Nlc4T021197; Wed, 9 Aug 2006 23:47:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Nlc5Z021196; Wed, 9 Aug 2006 23:47:38 GMT (envelope-from imp) Message-Id: <200608092347.k79Nlc5Z021196@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 23:47:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa clock.c src/sys/i386/conf XBOX X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 23:47:39 -0000 imp 2006-08-09 23:47:38 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c sys/i386/conf XBOX Log: Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a different TIMER_FREQ value than default. Accomplish this via the config file rather than via an #ifdef. Revision Changes Path 1.7 +2 -0 src/sys/i386/conf/XBOX 1.227 +0 -9 src/sys/i386/isa/clock.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 00:33:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F2B16A4DE; Thu, 10 Aug 2006 00:33:48 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DEB543D46; Thu, 10 Aug 2006 00:33:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k7A0rgEJ017135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 9 Aug 2006 20:53:43 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 9 Aug 2006 20:33:26 -0400 From: Tom Rhodes To: Colin Percival Message-Id: <20060809203326.66d086f4.trhodes@FreeBSD.org> In-Reply-To: <44D85572.1030409@freebsd.org> References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> <44D85572.1030409@freebsd.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: delphij@FreeBSD.org, src-committers@FreeBSD.org, delphij@delphij.net, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 00:33:48 -0000 On Tue, 08 Aug 2006 02:12:18 -0700 Colin Percival wrote: > =E6=9D=8E=E9=91=AB (LI Xin) wrote: > > =E5=9C=A8 2006-08-08=E4=BA=8C=E7=9A=84 01:54 -0700=EF=BC=8CColin Perciv= al=E5=86=99=E9=81=93=EF=BC=9A > >> Xin LI wrote: > >>> Modified files: > >>> usr.sbin/sade sade.8=20 > >>> Log: > >>> Typo (favour -> favor). > >> I don't understand. Why are you adding a typo? > >=20 > > Er... I think the manual pages are written in American English, no? >=20 > Last I heard, books were to be written in American, but articles, man > pages, and source code are written in whatever the author prefers. Articles and manual pages are governed by the same standards or requirements as the handbook. Source code is pretty much whatever. The typo fix should have been done with a larger change though. Now that I can agree with. --=20 Tom Rhodes From owner-cvs-src@FreeBSD.ORG Thu Aug 10 01:13:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA2416A4DE; Thu, 10 Aug 2006 01:13:39 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C953B43D49; Thu, 10 Aug 2006 01:13:38 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1Dcw6036147; Thu, 10 Aug 2006 01:13:38 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1Dccd036146; Thu, 10 Aug 2006 01:13:38 GMT (envelope-from maxim) Message-Id: <200608100113.k7A1Dccd036146@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 10 Aug 2006 01:13: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/sbin/geom/class/eli geli.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 01:13:39 -0000 maxim 2006-08-10 01:13:38 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o Spell. Submitted by: ru Revision Changes Path 1.17 +1 -1 src/sbin/geom/class/eli/geli.8 From owner-cvs-src@FreeBSD.ORG Thu Aug 10 04:48:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B3F16A4DF; Thu, 10 Aug 2006 04:48:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2414E43D46; Thu, 10 Aug 2006 04:48:30 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A4mUXP059159; Thu, 10 Aug 2006 04:48:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A4mUNe059158; Thu, 10 Aug 2006 04:48:30 GMT (envelope-from alc) Message-Id: <200608100448.k7A4mUNe059158@repoman.freebsd.org> From: Alan Cox Date: Thu, 10 Aug 2006 04:48: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/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 04:48:30 -0000 alc 2006-08-10 04:48:29 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Change vm_page_cowfault() so that it doesn't allocate a pre-busied page. Revision Changes Path 1.323 +1 -2 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 05:27:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC5216A4E8 for ; Thu, 10 Aug 2006 05:27:37 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F56243D55 for ; Thu, 10 Aug 2006 05:27:35 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 68552 invoked from network); 10 Aug 2006 05:27:34 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 10 Aug 2006 05:27:34 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 10 Aug 2006 00:28:09 -0500 (CDT) From: Mike Silbersack To: Warner Losh In-Reply-To: <200605230252.k4N2qE3a074289@repoman.freebsd.org> Message-ID: <20060810002530.F26889@odysseus.silby.com> References: <200605230252.k4N2qE3a074289@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/lib/libc/arm SYS.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 05:27:37 -0000 Had I kept up on reading my commit mail, I would have known about your hostile views on K&R support and used them as part of a negative campaign against you in the core election! Let's hope that I don't run into anything similarly disgraceful in the remaining 7000 messages... Mike "Silby" Silbersack On Tue, 23 May 2006, Warner Losh wrote: > imp 2006-05-23 02:52:14 UTC > > FreeBSD src repository > > Modified files: > lib/libc/arm SYS.h > Log: > GC old a.out and K&R support. > > Revision Changes Path > 1.3 +0 -9 src/lib/libc/arm/SYS.h > From owner-cvs-src@FreeBSD.ORG Thu Aug 10 05:37:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23A216A4DA; Thu, 10 Aug 2006 05:37:49 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6A443D55; Thu, 10 Aug 2006 05:37:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5bn75062701; Thu, 10 Aug 2006 05:37:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5bnsQ062700; Thu, 10 Aug 2006 05:37:49 GMT (envelope-from sam) Message-Id: <200608100537.k7A5bnsQ062700@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 05:37: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/net80211 ieee80211_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 05:37:49 -0000 sam 2006-08-10 05:37:49 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: add per-sta ucast/mcast stats MFC after: 1 week Revision Changes Path 1.42 +4 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 05:54:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2A4516A4DA; Thu, 10 Aug 2006 05:54:39 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06DB43D6B; Thu, 10 Aug 2006 05:54:36 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5saUA063534; Thu, 10 Aug 2006 05:54:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5saUv063533; Thu, 10 Aug 2006 05:54:36 GMT (envelope-from sam) Message-Id: <200608100554.k7A5saUv063533@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 05:54: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/net80211 ieee80211_input.c ieee80211_ioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 05:54:39 -0000 sam 2006-08-10 05:54:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_ioctl.h Log: minor fixups: o add some missing stats to the global stat structure o move accounting work for data frame rx into ieee80211_deliver_data o add per-sta stats for rx ucast/mcast frames o set rcvif in ieee80211_deliver_data so callers don't need to MFC after: 2 weeks Revision Changes Path 1.94 +18 -7 src/sys/net80211/ieee80211_input.c 1.19 +4 -1 src/sys/net80211/ieee80211_ioctl.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:04:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA7216A4E2; Thu, 10 Aug 2006 06:04:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF82343D45; Thu, 10 Aug 2006 06:04:00 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A640T1065304; Thu, 10 Aug 2006 06:04:00 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A640H2065303; Thu, 10 Aug 2006 06:04:00 GMT (envelope-from sam) Message-Id: <200608100604.k7A640H2065303@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:04: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/net80211 ieee80211_ioctl.c ieee80211_ioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:04:01 -0000 sam 2006-08-10 06:04:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: More statistics fixups: o change rssi to be signed in ieee80211_nodestats o add noise floor in ieee80211_nodestats (use an implicit hole to preserve layout); return it as zero until we can update the api's so the driver can provide noise floor data o add a bandaid so IEEE80211_IOC_STA_STATS works for sta mode; when all nodes are in the station table this will no longer be needed o fix braino in IEEE80211_IOC_STA_INFO implementation; was supposed to take a mac address and return info for that sta or all stations if ff:ff:ff:ff:ff was supplied--but somehow this didn't get implemented; implement the intended semantics and leave a compat shim at the old ioctl number for the previous api Reviewed by: mlaier MFC after: 3 weeks Revision Changes Path 1.49 +71 -15 src/sys/net80211/ieee80211_ioctl.c 1.20 +5 -3 src/sys/net80211/ieee80211_ioctl.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:06:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC16116A4DD; Thu, 10 Aug 2006 06:06:13 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9881B43D45; Thu, 10 Aug 2006 06:06:13 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A66DFU065422; Thu, 10 Aug 2006 06:06:13 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A66Db2065421; Thu, 10 Aug 2006 06:06:13 GMT (envelope-from sam) Message-Id: <200608100606.k7A66Db2065421@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:06: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/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:06:14 -0000 sam 2006-08-10 06:06:13 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: fixup list station support: o add sanity check to avoid possible looping o use intended api for IEEE80211_IOC_STA_INFO o when operating in sta mode get the sta info for the ap Revision Changes Path 1.40 +23 -4 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:07:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050C116A4DD; Thu, 10 Aug 2006 06:07:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D4843D53; Thu, 10 Aug 2006 06:07:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A67ncJ065583; Thu, 10 Aug 2006 06:07:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A67n5N065582; Thu, 10 Aug 2006 06:07:49 GMT (envelope-from sam) Message-Id: <200608100607.k7A67n5N065582@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:07: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/net80211 ieee80211.h ieee80211_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:07:50 -0000 sam 2006-08-10 06:07:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211.h ieee80211_var.h Log: MFC: shuffle some definitions to a public location Revision Changes Path 1.9.2.2 +24 -0 src/sys/net80211/ieee80211.h 1.22.2.12 +0 -7 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:08:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D04116A501; Thu, 10 Aug 2006 06:08:23 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC65243D4C; Thu, 10 Aug 2006 06:08:22 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A68MqI065626; Thu, 10 Aug 2006 06:08:22 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A68MdK065625; Thu, 10 Aug 2006 06:08:22 GMT (envelope-from sam) Message-Id: <200608100608.k7A68MdK065625@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:08: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/net80211 ieee80211_ioctl.c ieee80211_ioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:08:23 -0000 sam 2006-08-10 06:08:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: MFC: add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss threshold Revision Changes Path 1.25.2.13 +10 -0 src/sys/net80211/ieee80211_ioctl.c 1.10.2.5 +1 -0 src/sys/net80211/ieee80211_ioctl.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:08:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE70616A4DA; Thu, 10 Aug 2006 06:08:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3FB43D62; Thu, 10 Aug 2006 06:08:51 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A68p8R065658; Thu, 10 Aug 2006 06:08:51 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A68pXK065657; Thu, 10 Aug 2006 06:08:51 GMT (envelope-from sam) Message-Id: <200608100608.k7A68pXK065657@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:08: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/dev/iwi if_iwi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:08:52 -0000 sam 2006-08-10 06:08:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iwi if_iwi.c Log: MFC 1.39: set default beacon miss threshold to 10 beacons Revision Changes Path 1.8.2.8 +1 -0 src/sys/dev/iwi/if_iwi.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:09:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4138D16A4DE; Thu, 10 Aug 2006 06:09:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E5F43D5A; Thu, 10 Aug 2006 06:09:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A69NBx065713; Thu, 10 Aug 2006 06:09:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A69NvZ065712; Thu, 10 Aug 2006 06:09:23 GMT (envelope-from sam) Message-Id: <200608100609.k7A69NvZ065712@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:09: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/sbin/ifconfig ifconfig.8 ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:09:24 -0000 sam 2006-08-10 06:09:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 ifieee80211.c Log: MFC: add beacon miss threshold control Revision Changes Path 1.95.2.15 +14 -1 src/sbin/ifconfig/ifconfig.8 1.18.2.10 +15 -0 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:15:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A03E16A4DE; Thu, 10 Aug 2006 06:15:14 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DD043D62; Thu, 10 Aug 2006 06:15:11 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7A6FAxS078985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Aug 2006 23:15:11 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DACEEE.8010202@errno.com> Date: Wed, 09 Aug 2006 23:15:10 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200608100608.k7A68pXK065657@repoman.freebsd.org> In-Reply-To: <200608100608.k7A68pXK065657@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/iwi if_iwi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:15:14 -0000 Sam Leffler wrote: > sam 2006-08-10 06:08:51 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/iwi if_iwi.c > Log: > MFC 1.39: set default beacon miss threshold to 10 beacons FWIW that's actually 10 consecutive beacons. Sam From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:18:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D50B16A4DE; Thu, 10 Aug 2006 06:18:26 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6C243D49; Thu, 10 Aug 2006 06:18:25 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7A6IOXK079029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Aug 2006 23:18:25 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DACFB0.4090907@errno.com> Date: Wed, 09 Aug 2006 23:18:24 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200608100606.k7A66Db2065421@repoman.freebsd.org> In-Reply-To: <200608100606.k7A66Db2065421@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:18:26 -0000 Sam Leffler wrote: > sam 2006-08-10 06:06:13 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifieee80211.c > Log: > fixup list station support: > o add sanity check to avoid possible looping > o use intended api for IEEE80211_IOC_STA_INFO > o when operating in sta mode get the sta info for the ap This provides a stopgap mechanism for seeing the current rssi when in sta mode. As soon as I can commit the code to push the noise floor up to the 802.11 layer I'll mod ifconfig to show signal+nf in the normal status display. This should also help folks that've been asking for a way to get the current rssi/signal level for ui tools. Sam From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:18:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8098616A500; Thu, 10 Aug 2006 06:18:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D50743D46; Thu, 10 Aug 2006 06:18:58 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6Iwlo066129; Thu, 10 Aug 2006 06:18:58 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6IwYG066128; Thu, 10 Aug 2006 06:18:58 GMT (envelope-from sam) Message-Id: <200608100618.k7A6IwYG066128@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:18: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/sys/dev/ath/ath_rate/sample sample.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:18:58 -0000 sam 2006-08-10 06:18:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath/ath_rate/sample sample.h Log: MFC 1.5: add missing \n's MFC after: 1 week Revision Changes Path 1.3.2.2 +2 -2 src/sys/dev/ath/ath_rate/sample/sample.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:20:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1DE16A4E7; Thu, 10 Aug 2006 06:20:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340D043D46; Thu, 10 Aug 2006 06:20:09 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6K9fh066190; Thu, 10 Aug 2006 06:20:09 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6K9JG066189; Thu, 10 Aug 2006 06:20:09 GMT (envelope-from sam) Message-Id: <200608100620.k7A6K9JG066189@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:20: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/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:20:09 -0000 sam 2006-08-10 06:20:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.150: check tim is present in the beacon before defer'ing the mcast buffer bit Revision Changes Path 1.94.2.25 +2 -1 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:21:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AC016A4E0; Thu, 10 Aug 2006 06:21:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A5A43D4C; Thu, 10 Aug 2006 06:21:50 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6LoGX066379; Thu, 10 Aug 2006 06:21:50 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6Loil066378; Thu, 10 Aug 2006 06:21:50 GMT (envelope-from sam) Message-Id: <200608100621.k7A6Loil066378@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:21: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/net80211 ieee80211_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:21:51 -0000 sam 2006-08-10 06:21:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_input.c Log: MFC 1.93: correct ie length check Revision Changes Path 1.62.2.13 +8 -8 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:23:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE94F16A4E0; Thu, 10 Aug 2006 06:23:37 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C60943D4C; Thu, 10 Aug 2006 06:23:37 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6NbC6066516; Thu, 10 Aug 2006 06:23:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6NbCC066515; Thu, 10 Aug 2006 06:23:37 GMT (envelope-from sam) Message-Id: <200608100623.k7A6NbCC066515@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:23: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/net80211 ieee80211_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:23:38 -0000 sam 2006-08-10 06:23:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c Log: MFC 1.47: power save mode state changes should not require clocking... Revision Changes Path 1.25.2.14 +7 -0 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:29:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A7116A4DD; Thu, 10 Aug 2006 06:29:16 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E2743D4C; Thu, 10 Aug 2006 06:29:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6TGWT066770; Thu, 10 Aug 2006 06:29:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6TFI4066769; Thu, 10 Aug 2006 06:29:15 GMT (envelope-from imp) Message-Id: <200608100629.k7A6TFI4066769@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 06:29:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:29:16 -0000 imp 2006-08-10 06:29:15 UTC FreeBSD src repository Added files: sys/boot/arm Makefile Log: Add a dummy makefile to keep build happy Revision Changes Path 1.1 +5 -0 src/sys/boot/arm/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:29:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF0A216A4DA; Thu, 10 Aug 2006 06:29:43 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B08243D46; Thu, 10 Aug 2006 06:29:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6Thu5066847; Thu, 10 Aug 2006 06:29:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6Thhi066846; Thu, 10 Aug 2006 06:29:43 GMT (envelope-from imp) Message-Id: <200608100629.k7A6Thhi066846@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 06:29: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 Makefile src/sys/boot Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:29:43 -0000 imp 2006-08-10 06:29:43 UTC FreeBSD src repository Modified files: sys Makefile sys/boot Makefile Log: Don't need to special case arm here anymore Revision Changes Path 1.38 +0 -2 src/sys/Makefile 1.30 +0 -2 src/sys/boot/Makefile From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:29:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F6616A4FC; Thu, 10 Aug 2006 06:29:55 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5DE43D4C; Thu, 10 Aug 2006 06:29:46 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6Tko2066877; Thu, 10 Aug 2006 06:29:46 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6TkQZ066876; Thu, 10 Aug 2006 06:29:46 GMT (envelope-from sam) Message-Id: <200608100629.k7A6TkQZ066876@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:29: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/sbin/ifconfig ifconfig.8 ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:29:55 -0000 sam 2006-08-10 06:29:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 ifieee80211.c Log: MFC: remove display of the ERP ie from the list sta output Revision Changes Path 1.95.2.16 +23 -0 src/sbin/ifconfig/ifconfig.8 1.18.2.11 +31 -4 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:32:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB2816A4DD; Thu, 10 Aug 2006 06:32:17 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33C343D55; Thu, 10 Aug 2006 06:32:16 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6WGXL067135; Thu, 10 Aug 2006 06:32:16 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6WGcC067134; Thu, 10 Aug 2006 06:32:16 GMT (envelope-from njl) Message-Id: <200608100632.k7A6WGcC067134@repoman.freebsd.org> From: Nate Lawson Date: Thu, 10 Aug 2006 06:32: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/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:32:17 -0000 njl 2006-08-10 06:32:16 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: The acpi module is no different from others. If it is loaded while the kernel has it compiled in, it will be rejected with "module acpi already present!" and no strange behavior. MFC after: 1 day Revision Changes Path 1.60 +0 -5 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Thu Aug 10 06:33:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D9A16A4DA; Thu, 10 Aug 2006 06:33:17 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489A443D4C; Thu, 10 Aug 2006 06:33:15 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7A6XDr0093920; Thu, 10 Aug 2006 10:33:13 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7A6XCqi093919; Thu, 10 Aug 2006 10:33:12 +0400 (MSD) (envelope-from yar) Date: Thu, 10 Aug 2006 10:33:12 +0400 From: Yar Tikhiy To: Roman Kurakin Message-ID: <20060810063312.GD93633@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44DA5C5A.70404@inse.ru> User-Agent: Mutt/1.5.9i Cc: Roman Kurakin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , Robert Watson Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:33:17 -0000 On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > Robert Watson: > > > > >On Tue, 8 Aug 2006, Roman Kurakin wrote: > > > >>We could add a "foo" driver to the LINT generated by this script with > >>notification that it was generated and all changes should be placed > >>to script. > > > >I guess I can't help but wonder if a script is necessarily better than > >a well-commented template. > > Today I've talked with ru@. He suggests to put an example to tree and > change script to produce > a copy of driver using example from tree as a template via sed or smth > like that. It sounds like > a good idea. We could have a single dir in subtree with various examples > and a set of scripts that > could produce from one of the examples a driver to start with. ...and if you manage to make the driver do some real job so that people start using it in production, it will have nearly zero chance to fall into oblivion; it will remain in a very good shape instead. No, I'm telling nonsense here: A useful driver will be hacked sooner or later into a huge, ugly, incomprehensible beast reeking with features. :-) -- Yar From owner-cvs-src@FreeBSD.ORG Thu Aug 10 08:56:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABE216A4DA; Thu, 10 Aug 2006 08:56:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A24543D49; Thu, 10 Aug 2006 08:56:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A8u3Ug085156; Thu, 10 Aug 2006 08:56:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A8u3ci085155; Thu, 10 Aug 2006 08:56:03 GMT (envelope-from pjd) Message-Id: <200608100856.k7A8u3ci085155@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 10 Aug 2006 08:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 08:56:04 -0000 pjd 2006-08-10 08:56:03 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: getnewvnode() can be called with NULL mp. Found by: Coverity Prevent (tm) Coverity ID: 1521 Confirmed by: phk Revision Changes Path 1.681 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 09:21:33 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2AC16A4DD; Thu, 10 Aug 2006 09:21:33 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail29.syd.optusnet.com.au (mail29.syd.optusnet.com.au [211.29.132.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FD143D64; Thu, 10 Aug 2006 09:21:19 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail29.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k7A9KnFd010808 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 10 Aug 2006 19:20:52 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k7A9KnCH008285; Thu, 10 Aug 2006 19:20:49 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k7A9KncQ008284; Thu, 10 Aug 2006 19:20:49 +1000 (EST) (envelope-from peter) Date: Thu, 10 Aug 2006 19:20:49 +1000 From: Peter Jeremy To: Yar Tikhiy Message-ID: <20060810092049.GB733@turion.vk2pj.dyndns.org> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DKU6Jbt7q3WqK7+M" Content-Disposition: inline In-Reply-To: <20060810063312.GD93633@comp.chem.msu.su> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 09:21:33 -0000 --DKU6Jbt7q3WqK7+M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 2006-Aug-10 10:33:12 +0400, Yar Tikhiy wrote: >...and if you manage to make the driver do some real job so that >people start using it in production, it will have nearly zero chance >to fall into oblivion; it will remain in a very good shape instead. We already have have hundreds of drivers that meet this description. The problem with having a real driver is that someone who wants to use it as a skeleton has to first separate the "boilerplate" from the functional parts. OTOH, having a well-commented and working driver can be very useful when trying to understand how to get from the boilerplate to a real driver. Addressing the latter point: It would be useful if (eg) the README file gave a few examples of drivers that made good examples for basing other drivers on. I know people have made various suggestions in mailing lists over the years but I don't believe the answers have been collected by anyone. --=20 Peter Jeremy --DKU6Jbt7q3WqK7+M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE2vpx/opHv/APuIcRAnCAAJ95RblqYC4n59MMYnTEwYWzhO3mEACgnOX/ CIOvzbhAxZNDnelgh2h4qVA= =73fg -----END PGP SIGNATURE----- --DKU6Jbt7q3WqK7+M-- From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:10:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B303816A4DA; Thu, 10 Aug 2006 10:10:13 +0000 (UTC) (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 779D143D46; Thu, 10 Aug 2006 10:10:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAAD07092530; Thu, 10 Aug 2006 10:10:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAADt8092529; Thu, 10 Aug 2006 10:10:13 GMT (envelope-from glebius) Message-Id: <200608101010.k7AAADt8092529@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:10: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 ip_carp.c ip_carp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:10:13 -0000 glebius 2006-08-10 10:10:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_carp.c ip_carp.h Log: MFC (rev. 1.39 of ip_carp.c, rev. 1.2 of ip_carp.h): o Introduce carp_multicast_cleanup(), which removes and frees multicast addresses from carp interface. [1] o Rewrite carpdetach(), so that it does the following things: [1] - Stops callouts. - Decrements carp_suppress_preempt, if needed. - Downs interface and sets CARP state to INIT. - Calls carp_multicast_cleanup(). - Detaches softc from carp_if and if we are the last frees the carp_if. o Use new carpdetach() in carp_clone_destroy(). o In carp_ifdetach() acquire the carp_if lock and cleanup all interfaces hanging on carp_if. [1] o Make carp_ifdetach() static and use EVENT(9) to call it from if_detach(). [2] o In carp_setrun() exit if the softc doesn't have a valid pointer to parent. [1] Obtained from: OpenBSD [1] Submitted by: Dan Lukes [2] PR: kern/82908 [2] Revision Changes Path 1.27.2.7 +101 -84 src/sys/netinet/ip_carp.c 1.1.4.1 +0 -1 src/sys/netinet/ip_carp.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:11:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B96D616A4DA; Thu, 10 Aug 2006 10:11:26 +0000 (UTC) (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 79B8343D4C; Thu, 10 Aug 2006 10:11:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AABQpn092714; Thu, 10 Aug 2006 10:11:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AABQpI092713; Thu, 10 Aug 2006 10:11:26 GMT (envelope-from glebius) Message-Id: <200608101011.k7AABQpI092713@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:11: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 if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:11:26 -0000 glebius 2006-08-10 10:11:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev. 1.255: No direct call to carp_ifdetach() anymore. It is called by event handler. PR: kern/82908 Submitted by: Dan Lukes Revision Changes Path 1.234.2.15 +0 -6 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:15:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF97316A4E2; Thu, 10 Aug 2006 10:15:12 +0000 (UTC) (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 1591043D45; Thu, 10 Aug 2006 10:15:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAFBwO092908; Thu, 10 Aug 2006 10:15:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAFBOm092907; Thu, 10 Aug 2006 10:15:11 GMT (envelope-from glebius) Message-Id: <200608101015.k7AAFBOm092907@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:15: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/contrib/pf/man pfsync.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:15:12 -0000 glebius 2006-08-10 10:15:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/pf/man pfsync.4 Log: MFC rev. 1.9: - Note that the synchronisation interface needs to be up and have an IP address assigned. - Add "quick" keyword to pf.conf example. PR: docs/85209 Revision Changes Path 1.5.2.4 +5 -2 src/contrib/pf/man/pfsync.4 From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:16:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BCB16A4DE; Thu, 10 Aug 2006 10:16:43 +0000 (UTC) (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 E5EFA43D46; Thu, 10 Aug 2006 10:16:42 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAGgkj092982; Thu, 10 Aug 2006 10:16:42 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAGgMj092981; Thu, 10 Aug 2006 10:16:42 GMT (envelope-from glebius) Message-Id: <200608101016.k7AAGgMj092981@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:16: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/share/man/man4 carp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:16:43 -0000 glebius 2006-08-10 10:16:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 carp.4 Log: MFC 1.10: Add section describing how ARP load balancing works and its limitations: - Can't load balance behind router - ARP balancing + pfsync probably won't work PR: kern/93829 Wording by: scottl Revision Changes Path 1.8.2.2 +34 -8 src/share/man/man4/carp.4 From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:19:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F24B16A4DA; Thu, 10 Aug 2006 10:19:04 +0000 (UTC) (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 2F8E443D46; Thu, 10 Aug 2006 10:19:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAJ4MT093090; Thu, 10 Aug 2006 10:19:04 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAJ4YU093089; Thu, 10 Aug 2006 10:19:04 GMT (envelope-from glebius) Message-Id: <200608101019.k7AAJ4YU093089@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:19:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:19:04 -0000 glebius 2006-08-10 10:19:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c Log: MFC rev. 1.163 by sos: Fix type casts so that we get at the right response queue. Submitted by: glebius+ru Revision Changes Path 1.126.2.12 +10 -7 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:21:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 602A216A4DA; Thu, 10 Aug 2006 10:21:01 +0000 (UTC) (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 20B2C43D45; Thu, 10 Aug 2006 10:21:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAL0qd093301; Thu, 10 Aug 2006 10:21:00 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAL0i1093300; Thu, 10 Aug 2006 10:21:00 GMT (envelope-from glebius) Message-Id: <200608101021.k7AAL0i1093300@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:21: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/net if_media.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:21:01 -0000 glebius 2006-08-10 10:21:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_media.h Log: MFC rev. 1.36: - Add definition for IFM_10G_CX4. - Put IFM_10G_CX4 and IFM_10G_SR into IFMEDIA_BAUDRATE array. Requested by: Jack Vogel Revision Changes Path 1.30.2.3 +4 -0 src/sys/net/if_media.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:22:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF6A816A4DD; Thu, 10 Aug 2006 10:22:08 +0000 (UTC) (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 3B24743D58; Thu, 10 Aug 2006 10:22:08 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAM8rt093428; Thu, 10 Aug 2006 10:22:08 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAM8i1093427; Thu, 10 Aug 2006 10:22:08 GMT (envelope-from glebius) Message-Id: <200608101022.k7AAM8i1093427@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:22: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/sys/net if_gif.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:22:09 -0000 glebius 2006-08-10 10:22:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_gif.c Log: MFC rev. 1.59: Fix gif_output() so that GIF_UNLOCK() is performed only in case we have locked the softc. PR: kern/98298 Submitted by: Eugene Grosbein Revision Changes Path 1.52.2.6 +2 -2 src/sys/net/if_gif.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:25:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795EA16A4DD; Thu, 10 Aug 2006 10:25:49 +0000 (UTC) (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 37D8043D49; Thu, 10 Aug 2006 10:25:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAPndq093667; Thu, 10 Aug 2006 10:25:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAPnSH093666; Thu, 10 Aug 2006 10:25:49 GMT (envelope-from glebius) Message-Id: <200608101025.k7AAPnSH093666@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:25: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/sbin/ifconfig ifpfsync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:25:49 -0000 glebius 2006-08-10 10:25:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifpfsync.c Log: MFC rev. 1.4: Print pfsync interface status if either syncpeer or syncdev is configured. Revision Changes Path 1.3.2.1 +11 -6 src/sbin/ifconfig/ifpfsync.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:26:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5945316A4E0; Thu, 10 Aug 2006 10:26:49 +0000 (UTC) (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 17B4243D49; Thu, 10 Aug 2006 10:26:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAQm12093749; Thu, 10 Aug 2006 10:26:48 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAQmN7093748; Thu, 10 Aug 2006 10:26:48 GMT (envelope-from glebius) Message-Id: <200608101026.k7AAQmN7093748@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:26: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/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:26:49 -0000 glebius 2006-08-10 10:26:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC rev. 1.125: When counting nodes second time, use the same criteria as for the first time. PR: kern/98529 Submitted by: Michael Heyman Revision Changes Path 1.102.2.9 +4 -4 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:27:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B20C216A4DE; Thu, 10 Aug 2006 10:27:55 +0000 (UTC) (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 71D0A43D45; Thu, 10 Aug 2006 10:27:55 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AARtFZ093817; Thu, 10 Aug 2006 10:27:55 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AARtgD093816; Thu, 10 Aug 2006 10:27:55 GMT (envelope-from glebius) Message-Id: <200608101027.k7AARtgD093816@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:27: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/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:27:55 -0000 glebius 2006-08-10 10:27:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev. 1.259: - First initialize ifnet, and then insert it into global list. - First remove from global list, then start destroying. PR: kern/97679 Submitted by: Alex Lyashkov Reviewed by: rwatson, brooks Revision Changes Path 1.234.2.16 +16 -14 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:40:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE0916A4DD; Thu, 10 Aug 2006 10:40:47 +0000 (UTC) (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 336A143D5D; Thu, 10 Aug 2006 10:40:46 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAek39094773; Thu, 10 Aug 2006 10:40:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAekjN094772; Thu, 10 Aug 2006 10:40:46 GMT (envelope-from glebius) Message-Id: <200608101040.k7AAekjN094772@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:40:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 Makefile ng_tag.4 src/sys/conf NOTES files options src/sys/modules/netgraph Makefile src/sys/netgraph ng_tag.c ng_tag.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:40:48 -0000 glebius 2006-08-10 10:40:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 Makefile sys/conf NOTES files options sys/modules/netgraph Makefile Added files: (Branch: RELENG_6) share/man/man4 ng_tag.4 sys/netgraph ng_tag.c ng_tag.h Log: MFC ng_tag(4): A netgraph node that can do different manipulations with mbuf_tags(9) on packets. Submitted by: Vadim Goncharov mdoc(7) reviewed by: ru Revision Changes Path 1.320.2.17 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +338 -0 src/share/man/man4/ng_tag.4 (new) 1.1325.2.16 +1 -0 src/sys/conf/NOTES 1.1031.2.37 +1 -0 src/sys/conf/files 1.510.2.14 +1 -0 src/sys/conf/options 1.45.2.1 +1 -0 src/sys/modules/netgraph/Makefile 1.1.2.1 +717 -0 src/sys/netgraph/ng_tag.c (new) 1.1.2.1 +130 -0 src/sys/netgraph/ng_tag.h (new) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:41:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1481716A4DE; Thu, 10 Aug 2006 10:41:48 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B6A43D5E; Thu, 10 Aug 2006 10:41:47 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAfliH094895; Thu, 10 Aug 2006 10:41:47 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAfldO094894; Thu, 10 Aug 2006 10:41:47 GMT (envelope-from keramida) Message-Id: <200608101041.k7AAfldO094894@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 10 Aug 2006 10:41: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/usr.bin/split split.1 split.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:41:48 -0000 keramida 2006-08-10 10:41:47 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/split split.1 split.c Log: Add support for splitting at gigabyte boundaries. [1] Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now: % split -b 4m foo % split -b 4M foo Submitted by: Roman Divacky [1] Lots of help by: cperciva Reviewed by: cperciva MFC after: 1 week Revision Changes Path 1.20 +14 -3 src/usr.bin/split/split.1 1.19 +6 -5 src/usr.bin/split/split.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:41:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A59B416A4DE; Thu, 10 Aug 2006 10:41:51 +0000 (UTC) (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 EEB7A43D46; Thu, 10 Aug 2006 10:41:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAfo9p094930; Thu, 10 Aug 2006 10:41:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAfoDV094929; Thu, 10 Aug 2006 10:41:50 GMT (envelope-from glebius) Message-Id: <200608101041.k7AAfoDV094929@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:41: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/netinet ip_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:41:52 -0000 glebius 2006-08-10 10:41:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_output.c Log: MFC rev. 1.258: Fix URL to Bellovin's paper. Submitted by: Anton Yuzhaninov Revision Changes Path 1.242.2.11 +1 -1 src/sys/netinet/ip_output.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:44:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC1016A4E8; Thu, 10 Aug 2006 10:44:07 +0000 (UTC) (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 B616C43D49; Thu, 10 Aug 2006 10:44:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAi3Xp095037; Thu, 10 Aug 2006 10:44:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAi3ZC095036; Thu, 10 Aug 2006 10:44:03 GMT (envelope-from glebius) Message-Id: <200608101044.k7AAi3ZC095036@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:44:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d sysctl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:44:07 -0000 glebius 2006-08-10 10:44:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d sysctl Log: MFC rev. 1.17: Quote the parameter to sysctl(1), allowing to use whitespaces in sysctl values. PR: conf/96509 Submitted by: Gregory Bond Revision Changes Path 1.16.2.1 +1 -1 src/etc/rc.d/sysctl From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:48:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC1116A4DD; Thu, 10 Aug 2006 10:48:22 +0000 (UTC) (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 38FCF43D4C; Thu, 10 Aug 2006 10:48:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAmMrq095333; Thu, 10 Aug 2006 10:48:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAmMPh095332; Thu, 10 Aug 2006 10:48:22 GMT (envelope-from glebius) Message-Id: <200608101048.k7AAmMPh095332@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:48: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/sbin/ping ping.8 ping.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:48:22 -0000 glebius 2006-08-10 10:48:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ping ping.8 ping.c Log: MFC: Add a new feature to ping(8) - possibility to specify maximum wait time for a packet. This allows to: - Count number of packets received before and after specified time. - Shorten time of execution of 'ping -c 1' scripts. Submitted by: Lytochkin Boris Revision Changes Path 1.51.8.2 +7 -1 src/sbin/ping/ping.8 1.106.2.2 +31 -10 src/sbin/ping/ping.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:49:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C0D16A4E2; Thu, 10 Aug 2006 10:49:09 +0000 (UTC) (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 A491243D55; Thu, 10 Aug 2006 10:49:09 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAn9Sj095405; Thu, 10 Aug 2006 10:49:09 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAn9Vn095404; Thu, 10 Aug 2006 10:49:09 GMT (envelope-from glebius) Message-Id: <200608101049.k7AAn9Vn095404@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:49: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_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:49:10 -0000 glebius 2006-08-10 10:49:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fastfwd.c Log: MFC rev. 1.36: Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED kernel option will affect both forwarding methods - classic and fast. Revision Changes Path 1.28.2.3 +6 -2 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:50:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C243316A4DA; Thu, 10 Aug 2006 10:50:58 +0000 (UTC) (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 5274843D5D; Thu, 10 Aug 2006 10:50:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAowfb095587; Thu, 10 Aug 2006 10:50:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAowZE095586; Thu, 10 Aug 2006 10:50:58 GMT (envelope-from glebius) Message-Id: <200608101050.k7AAowZE095586@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:50:57 +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 ng_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:50:58 -0000 glebius 2006-08-10 10:50:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_socket.c Log: MFC rev. 1.75: Remove unneeded check. Coverity ID: 445 Revision Changes Path 1.67.2.5 +0 -4 src/sys/netgraph/ng_socket.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:51:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF58616A4DD; Thu, 10 Aug 2006 10:51:53 +0000 (UTC) (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 3393543D53; Thu, 10 Aug 2006 10:51:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAprvb095674; Thu, 10 Aug 2006 10:51:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AApr17095673; Thu, 10 Aug 2006 10:51:53 GMT (envelope-from glebius) Message-Id: <200608101051.k7AApr17095673@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:51: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/netinet ip_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:51:53 -0000 glebius 2006-08-10 10:51:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_gre.c Log: MFC rev. 1.23: Since m_pullup() can return a new mbuf, change gre_input2() to return mbuf back to gre_input(). If the former returns mbuf back to the latter, then pass it to raw_input(). Coverity ID: 829 Revision Changes Path 1.19.2.3 +23 -23 src/sys/netinet/ip_gre.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:53:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B3416A4DA; Thu, 10 Aug 2006 10:53:47 +0000 (UTC) (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 6FA7D43D49; Thu, 10 Aug 2006 10:53:45 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AArjLV095774; Thu, 10 Aug 2006 10:53:45 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AArjI5095773; Thu, 10 Aug 2006 10:53:45 GMT (envelope-from glebius) Message-Id: <200608101053.k7AArjI5095773@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:53: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/sys/netgraph ng_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 10:53:47 -0000 glebius 2006-08-10 10:53:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_socket.c Log: MFC rev. 1.74: Do not leak kernel memory in case if userland has been compiled against older NG_VERSION. Coverity ID: 1131 Revision Changes Path 1.67.2.6 +1 -0 src/sys/netgraph/ng_socket.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 11:00:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F0016A4F3; Thu, 10 Aug 2006 11:00:44 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9789843D60; Thu, 10 Aug 2006 11:00:39 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 5FFFF33C66; Thu, 10 Aug 2006 15:00:37 +0400 (MSD) Message-ID: <44DB13F7.3050306@inse.ru> Date: Thu, 10 Aug 2006 15:09:43 +0400 From: Roman Kurakin User-Agent: Thunderbird 1.5.0.4 (X11/20060624) MIME-Version: 1.0 To: Yar Tikhiy References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> In-Reply-To: <20060810063312.GD93633@comp.chem.msu.su> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , Robert Watson Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 11:00:44 -0000 Yar Tikhiy wrote: > On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > >> Robert Watson: >> >> >>> On Tue, 8 Aug 2006, Roman Kurakin wrote: >>> >>> >>>> We could add a "foo" driver to the LINT generated by this script with >>>> notification that it was generated and all changes should be placed >>>> to script. >>>> >>> I guess I can't help but wonder if a script is necessarily better than >>> a well-commented template. >>> >> Today I've talked with ru@. He suggests to put an example to tree and >> change script to produce >> a copy of driver using example from tree as a template via sed or smth >> like that. It sounds like >> a good idea. We could have a single dir in subtree with various examples >> and a set of scripts that >> could produce from one of the examples a driver to start with. >> > > ...and if you manage to make the driver do some real job so that > people start using it in production, it will have nearly zero chance > to fall into oblivion; it will remain in a very good shape instead. > No, I'm telling nonsense here: A useful driver will be hacked > sooner or later into a huge, ugly, incomprehensible beast reeking > with features. :-) > If you want to add a new functionality you just need to create a new example. Probably it wouldn't be bad to have a driver with higher level of complexity that can do the same (and more) than the other one that is much more simple. rik From owner-cvs-src@FreeBSD.ORG Thu Aug 10 11:02:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8336516A4EE; Thu, 10 Aug 2006 11:02:48 +0000 (UTC) (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 735F543DCE; Thu, 10 Aug 2006 11:02:14 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AB2Emu096221; Thu, 10 Aug 2006 11:02:14 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AB2EN4096220; Thu, 10 Aug 2006 11:02:14 GMT (envelope-from glebius) Message-Id: <200608101102.k7AB2EN4096220@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:02: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/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 11:02:48 -0000 glebius 2006-08-10 11:02:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c if_bgereg.h Log: MFC: Recognize the 5750 C2. Obtained from: OpenBSD (brad) Revision Changes Path 1.91.2.16 +1 -0 src/sys/dev/bge/if_bge.c 1.36.2.7 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 11:07:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2B016A4E2; Thu, 10 Aug 2006 11:07:12 +0000 (UTC) (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 EDF4F43D60; Thu, 10 Aug 2006 11:07:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AB7B7O097790; Thu, 10 Aug 2006 11:07:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AB7B3m097789; Thu, 10 Aug 2006 11:07:11 GMT (envelope-from glebius) Message-Id: <200608101107.k7AB7B3m097789@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:07: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/share/man/man4 ng_pppoe.4 src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 11:07:12 -0000 glebius 2006-08-10 11:07:11 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 sys/netgraph ng_pppoe.c Log: Some perfectionizm against last revision. Submitted by: ru Revision Changes Path 1.36 +2 -2 src/share/man/man4/ng_pppoe.4 1.81 +2 -2 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 11:10:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE7E16A4DD; Thu, 10 Aug 2006 11:10:04 +0000 (UTC) (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 DD21A43D70; Thu, 10 Aug 2006 11:10:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ABA37w097971; Thu, 10 Aug 2006 11:10:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ABA3pC097970; Thu, 10 Aug 2006 11:10:03 GMT (envelope-from glebius) Message-Id: <200608101110.k7ABA3pC097970@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:10:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/ngctl config.c connect.c debug.c dot.c list.c main.c mkpeer.c msg.c name.c ngctl.h rmhook.c show.c shutdown.c status.c types.c write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 11:10:04 -0000 glebius 2006-08-10 11:10:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ngctl config.c connect.c debug.c dot.c list.c main.c mkpeer.c msg.c name.c ngctl.h rmhook.c show.c shutdown.c status.c types.c write.c Log: MFC style(9) and other non-functional fixes. Revision Changes Path 1.3.8.1 +11 -4 src/usr.sbin/ngctl/config.c 1.3.8.1 +7 -3 src/usr.sbin/ngctl/connect.c 1.2.8.1 +9 -4 src/usr.sbin/ngctl/debug.c 1.3.10.1 +5 -0 src/usr.sbin/ngctl/dot.c 1.6.2.1 +10 -4 src/usr.sbin/ngctl/list.c 1.18.2.1 +33 -17 src/usr.sbin/ngctl/main.c 1.2.8.1 +8 -4 src/usr.sbin/ngctl/mkpeer.c 1.5.8.1 +12 -4 src/usr.sbin/ngctl/msg.c 1.2.8.1 +9 -4 src/usr.sbin/ngctl/name.c 1.12.8.1 +0 -20 src/usr.sbin/ngctl/ngctl.h 1.3.8.1 +7 -3 src/usr.sbin/ngctl/rmhook.c 1.4.8.1 +11 -5 src/usr.sbin/ngctl/show.c 1.2.34.1 +8 -4 src/usr.sbin/ngctl/shutdown.c 1.2.8.1 +9 -4 src/usr.sbin/ngctl/status.c 1.4.8.1 +10 -4 src/usr.sbin/ngctl/types.c 1.1.16.1 +18 -8 src/usr.sbin/ngctl/write.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 11:11:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6986016A4DE; Thu, 10 Aug 2006 11:11:50 +0000 (UTC) (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 C323443D6A; Thu, 10 Aug 2006 11:11:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ABBnHm098201; Thu, 10 Aug 2006 11:11:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ABBnNs098200; Thu, 10 Aug 2006 11:11:49 GMT (envelope-from glebius) Message-Id: <200608101111.k7ABBnNs098200@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:11: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/usr.sbin/ngctl Makefile main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 11:11:50 -0000 glebius 2006-08-10 11:11:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ngctl Makefile main.c Log: MFC: Add line edit and history support to ngctl(8) via editline(3). Details: - The main thread runs editline(3) functions, that can block. - A separate thread is launched to monitor netgraph sockets. - The access to the descriptors is protected by a mutex. At runtime the monitoring thread owns the mutex. When the main thread reads a command from el_gets() it asks the monitoring thread to release a mutex and sleep until the main thread processes the command. This makes ngctl(8) depend on libedit, and libpthread. Thus, the new functionality isn't compiled in if release is being built with -DRELEASE_CRUNCH. PR: bin/87352 Reviewed by: ru, Nuno Antunes Revision Changes Path 1.14.8.1 +11 -0 src/usr.sbin/ngctl/Makefile 1.18.2.2 +158 -22 src/usr.sbin/ngctl/main.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 13:18:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66B516A4E1; Thu, 10 Aug 2006 13:18:05 +0000 (UTC) (envelope-from bruno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9820F43D64; Thu, 10 Aug 2006 13:18:03 +0000 (GMT) (envelope-from bruno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADI3nI014318; Thu, 10 Aug 2006 13:18:03 GMT (envelope-from bruno@repoman.freebsd.org) Received: (from bruno@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADI3Z4014317; Thu, 10 Aug 2006 13:18:03 GMT (envelope-from bruno) Message-Id: <200608101318.k7ADI3Z4014317@repoman.freebsd.org> From: Bruno Ducrot Date: Thu, 10 Aug 2006 13:18: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/acpica acpi_video.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 13:18:05 -0000 bruno 2006-08-10 13:18:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_video.c Log: Improve the way we'll detect video devices as per ACPI 3.0. PR: 100271 Requested by: john AT utzweb DOT net Submitted by: hrs Reviewed by: njl Approved by: njl MFC after: 3 days Revision Changes Path 1.13 +51 -21 src/sys/dev/acpica/acpi_video.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 13:29:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC6F16A4E7; Thu, 10 Aug 2006 13:29:43 +0000 (UTC) (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 0635E43D69; Thu, 10 Aug 2006 13:29:41 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADTe91014930; Thu, 10 Aug 2006 13:29:40 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADTeL7014929; Thu, 10 Aug 2006 13:29:40 GMT (envelope-from glebius) Message-Id: <200608101329.k7ADTeL7014929@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 13:29: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/modules/netgraph/tag Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 13:29:43 -0000 glebius 2006-08-10 13:29:40 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/modules/netgraph/tag Makefile Log: MFC Makefile for ng_tag. Revision Changes Path 1.1.2.1 +6 -0 src/sys/modules/netgraph/tag/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 13:46:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDCE16A4DF; Thu, 10 Aug 2006 13:46:00 +0000 (UTC) (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 59ADD43D4C; Thu, 10 Aug 2006 13:46:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADk0u9015722; Thu, 10 Aug 2006 13:46:00 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADk0PD015721; Thu, 10 Aug 2006 13:46:00 GMT (envelope-from glebius) Message-Id: <200608101346.k7ADk0PD015721@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 13:46: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/contrib/pf/net if_pfsync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 13:46:00 -0000 glebius 2006-08-10 13:46:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net if_pfsync.c Log: MFC rev. 1.27: Fix byteorder of syncpeer and make it actually work. Submitted by: glebius Revision Changes Path 1.19.2.4 +24 -7 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 16:31:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40BA16A4E2; Thu, 10 Aug 2006 16:31:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7212A43D46; Thu, 10 Aug 2006 16:31:38 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGVct0027752; Thu, 10 Aug 2006 16:31:38 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGVcoP027751; Thu, 10 Aug 2006 16:31:38 GMT (envelope-from sam) Message-Id: <200608101631.k7AGVcoP027751@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 16:31: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/ath if_ath.c if_athioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 16:31:38 -0000 sam 2006-08-10 16:31:37 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h Log: o add noise floor to stats o include current tx rate in stats so athstats gets a consistent snapshot and doesn't have to make an extra ioctl o record tx rate for raw frames MFC after: 3 weeks Revision Changes Path 1.153 +4 -0 src/sys/dev/ath/if_ath.c 1.17 +2 -0 src/sys/dev/ath/if_athioctl.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 16:39:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9A416A4DF; Thu, 10 Aug 2006 16:39:56 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF5D43D6E; Thu, 10 Aug 2006 16:39:56 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGdtd1028086; Thu, 10 Aug 2006 16:39:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGdtxY028085; Thu, 10 Aug 2006 16:39:55 GMT (envelope-from obrien) Message-Id: <200608101639.k7AGdtxY028085@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 10 Aug 2006 16:39: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/gnu/usr.bin/binutils/libbfd Makefile.arm X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 16:39:56 -0000 obrien 2006-08-10 16:39:55 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile.arm Log: Fix typo. Submitted by: kevlo Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.arm From owner-cvs-src@FreeBSD.ORG Thu Aug 10 16:50:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935F516A4DA; Thu, 10 Aug 2006 16:50:51 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3500443D49; Thu, 10 Aug 2006 16:50:51 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGopHV036488; Thu, 10 Aug 2006 16:50:51 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGop1s036487; Thu, 10 Aug 2006 16:50:51 GMT (envelope-from simon) Message-Id: <200608101650.k7AGop1s036487@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 10 Aug 2006 16:50:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 16:50:51 -0000 simon 2006-08-10 16:50:50 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add libcrypto.so.4 and libssl.so.4 to OLD_LIBS since they are obsoleted by the OpenSSL 0.9.8b import. Reminded by: kris Revision Changes Path 1.43 +3 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Thu Aug 10 17:54:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B4A16A4DA; Thu, 10 Aug 2006 17:54:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732A843D45; Thu, 10 Aug 2006 17:54:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AHspGQ041808; Thu, 10 Aug 2006 17:54:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AHspPE041807; Thu, 10 Aug 2006 17:54:51 GMT (envelope-from imp) Message-Id: <200608101754.k7AHspPE041807@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 17:54:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 xmodem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 17:54:51 -0000 imp 2006-08-10 17:54:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 xmodem.c Log: MFp4: Increase character timeout to 10. Make it a #define for easier changes in the future. This helps with getting started and to overcome the really sucky level of granuality this timeout has in getc. A timeout of 1 means 'wait until top of next second' rather than 'wait for at least a second'. Revision Changes Path 1.2 +10 -9 src/sys/boot/arm/at91/libat91/xmodem.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 17:59:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE36F16A4DF; Thu, 10 Aug 2006 17:59:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A97B43D45; Thu, 10 Aug 2006 17:59:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AHxMfx042059; Thu, 10 Aug 2006 17:59:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AHxMqw042058; Thu, 10 Aug 2006 17:59:22 GMT (envelope-from imp) Message-Id: <200608101759.k7AHxMqw042058@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 17:59: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/boot/arm/at91/libat91 at91rm9200_lowlevel.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 17:59:23 -0000 imp 2006-08-10 17:59:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h Log: MFp4: Tweaks for our board. Revision Changes Path 1.2 +1 -1 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:02:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7528116A4DD; Thu, 10 Aug 2006 18:02:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3188343D46; Thu, 10 Aug 2006 18:02:28 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI2Ssc042312; Thu, 10 Aug 2006 18:02:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI2Sg7042311; Thu, 10 Aug 2006 18:02:28 GMT (envelope-from imp) Message-Id: <200608101802.k7AI2Sg7042311@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:02:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:02:28 -0000 imp 2006-08-10 18:02:28 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200.h Log: MFp4: Catchup with migration of some defines. Revision Changes Path 1.2 +1 -317 src/sys/boot/arm/at91/libat91/at91rm9200.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:03:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8636516A4DF; Thu, 10 Aug 2006 18:03:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427DC43D46; Thu, 10 Aug 2006 18:03:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI3p0X043638; Thu, 10 Aug 2006 18:03:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI3p4F043637; Thu, 10 Aug 2006 18:03:51 GMT (envelope-from imp) Message-Id: <200608101803.k7AI3p4F043637@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:03:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 eeprom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:03:51 -0000 imp 2006-08-10 18:03:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 eeprom.c Log: MFp4: Make it clearer that the address passed to the eeprom routines is really an offset within the eeprom device, and not a IIC address. Revision Changes Path 1.2 +8 -8 src/sys/boot/arm/at91/libat91/eeprom.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:07:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D35B16A4DA; Thu, 10 Aug 2006 18:07:04 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B60443D45; Thu, 10 Aug 2006 18:07:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI71XI043852; Thu, 10 Aug 2006 18:07:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI71AS043851; Thu, 10 Aug 2006 18:07:01 GMT (envelope-from imp) Message-Id: <200608101807.k7AI71AS043851@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:07: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/boot/arm/at91/libat91 env_vars.c loader_prompt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:07:04 -0000 imp 2006-08-10 18:07:01 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 env_vars.c loader_prompt.c Log: MFp4: These will migrate to the boot specific directories because they are too hard to share between the different boot loaders. Revision Changes Path 1.2 +0 -207 src/sys/boot/arm/at91/libat91/env_vars.c (dead) 1.3 +0 -426 src/sys/boot/arm/at91/libat91/loader_prompt.c (dead) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:08:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9EA816A4E5; Thu, 10 Aug 2006 18:08:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2404543DAB; Thu, 10 Aug 2006 18:07:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI7nt5043924; Thu, 10 Aug 2006 18:07:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI7nEu043923; Thu, 10 Aug 2006 18:07:49 GMT (envelope-from imp) Message-Id: <200608101807.k7AI7nEu043923@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:07: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/boot/arm/at91/libat91 eeprom.h lib.h p_string.c p_string.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:08:01 -0000 imp 2006-08-10 18:07:49 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 lib.h p_string.c Removed files: sys/boot/arm/at91/libat91 eeprom.h p_string.h Log: MFp4: consolidate #include files down to lib.h Revision Changes Path 1.2 +0 -27 src/sys/boot/arm/at91/libat91/eeprom.h (dead) 1.2 +23 -2 src/sys/boot/arm/at91/libat91/lib.h 1.2 +1 -1 src/sys/boot/arm/at91/libat91/p_string.c 1.2 +0 -39 src/sys/boot/arm/at91/libat91/p_string.h (dead) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:11:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC4216A4DE; Thu, 10 Aug 2006 18:11:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389CC43D5E; Thu, 10 Aug 2006 18:11:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIBN82044165; Thu, 10 Aug 2006 18:11:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIBNpL044164; Thu, 10 Aug 2006 18:11:23 GMT (envelope-from imp) Message-Id: <200608101811.k7AIBNpL044164@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:11: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/boot/arm/at91/libat91 emac.c emac.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:11:25 -0000 imp 2006-08-10 18:11:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 emac.c emac.h Log: MFp4: Numerous changes from p4 to try to improve tftp downloading, reduce code footprint, etc. While some problems still remain, the reliability of tftp is much improved. Revision Changes Path 1.2 +211 -231 src/sys/boot/arm/at91/libat91/emac.c 1.2 +19 -11 src/sys/boot/arm/at91/libat91/emac.h From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:14:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F9016A4DD; Thu, 10 Aug 2006 18:14:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F92543D78; Thu, 10 Aug 2006 18:14:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIEa0j044346; Thu, 10 Aug 2006 18:14:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIEarH044345; Thu, 10 Aug 2006 18:14:36 GMT (envelope-from imp) Message-Id: <200608101814.k7AIEarH044345@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:14: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/arm/at91/libat91 Makefile spi_flash.c spi_flash.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:14:36 -0000 imp 2006-08-10 18:14:36 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile Added files: sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h Log: MFp4: Remove obsolete files in list Add spi flash reading routines Revision Changes Path 1.3 +2 -2 src/sys/boot/arm/at91/libat91/Makefile 1.1 +238 -0 src/sys/boot/arm/at91/libat91/spi_flash.c (new) 1.1 +54 -0 src/sys/boot/arm/at91/libat91/spi_flash.h (new) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:19:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500DF16A4E2; Thu, 10 Aug 2006 18:19:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DE643D49; Thu, 10 Aug 2006 18:19:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIJj5k044607; Thu, 10 Aug 2006 18:19:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIJjij044606; Thu, 10 Aug 2006 18:19:45 GMT (envelope-from imp) Message-Id: <200608101819.k7AIJjij044606@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:19: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/boot/arm/at91/libat91 env_vars.h loader_prompt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:19:46 -0000 imp 2006-08-10 18:19:45 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 env_vars.h loader_prompt.h Log: MFp4: remove obsolete files Revision Changes Path 1.2 +0 -54 src/sys/boot/arm/at91/libat91/env_vars.h (dead) 1.2 +0 -55 src/sys/boot/arm/at91/libat91/loader_prompt.h (dead) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:22:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8433716A4DF; Thu, 10 Aug 2006 18:22:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CBDA43D70; Thu, 10 Aug 2006 18:22:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIMuuk044926; Thu, 10 Aug 2006 18:22:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIMufp044925; Thu, 10 Aug 2006 18:22:56 GMT (envelope-from imp) Message-Id: <200608101822.k7AIMufp044925@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:22:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91 Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:22:58 -0000 imp 2006-08-10 18:22:56 UTC FreeBSD src repository Modified files: sys/boot/arm/at91 Makefile.inc Log: MFp4: Reach over into the arm tree to grab some at91 definitions. Better warnings Lots of build tweaks Revision Changes Path 1.3 +23 -6 src/sys/boot/arm/at91/Makefile.inc From owner-cvs-src@FreeBSD.ORG Thu Aug 10 18:59:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33AE16A4E0; Thu, 10 Aug 2006 18:59:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A141143D6A; Thu, 10 Aug 2006 18:59:50 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIxoEH046513; Thu, 10 Aug 2006 18:59:50 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIxox0046512; Thu, 10 Aug 2006 18:59:50 GMT (envelope-from sam) Message-Id: <200608101859.k7AIxox0046512@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 18:59: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/tools/tools/net80211/wlanstats Makefile main.c statfoo.c statfoo.h wlanstats.c wlanstats.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 18:59:50 -0000 sam 2006-08-10 18:59:50 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanstats Makefile wlanstats.c Added files: tools/tools/net80211/wlanstats main.c statfoo.c statfoo.h wlanstats.h Log: checkpoint new version Revision Changes Path 1.3 +2 -0 src/tools/tools/net80211/wlanstats/Makefile 1.1 +255 -0 src/tools/tools/net80211/wlanstats/main.c (new) 1.1 +191 -0 src/tools/tools/net80211/wlanstats/statfoo.c (new) 1.1 +127 -0 src/tools/tools/net80211/wlanstats/statfoo.h (new) 1.3 +650 -224 src/tools/tools/net80211/wlanstats/wlanstats.c 1.1 +56 -0 src/tools/tools/net80211/wlanstats/wlanstats.h (new) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 19:01:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFE916A4E7; Thu, 10 Aug 2006 19:01:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B9C43D64; Thu, 10 Aug 2006 19:01:17 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJ1HlR046736; Thu, 10 Aug 2006 19:01:17 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJ1HaA046735; Thu, 10 Aug 2006 19:01:17 GMT (envelope-from sam) Message-Id: <200608101901.k7AJ1HaA046735@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 19:01: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/ath/athstats Makefile athstats.c athstats.h main.c statfoo.c statfoo.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 19:01:18 -0000 sam 2006-08-10 19:01:17 UTC FreeBSD src repository Modified files: tools/tools/ath/athstats Makefile athstats.c Added files: tools/tools/ath/athstats athstats.h main.c statfoo.c statfoo.h Log: checkpoint new version Revision Changes Path 1.3 +2 -0 src/tools/tools/ath/athstats/Makefile 1.5 +671 -263 src/tools/tools/ath/athstats/athstats.c 1.1 +52 -0 src/tools/tools/ath/athstats/athstats.h (new) 1.1 +134 -0 src/tools/tools/ath/athstats/main.c (new) 1.1 +191 -0 src/tools/tools/ath/athstats/statfoo.c (new) 1.1 +127 -0 src/tools/tools/ath/athstats/statfoo.h (new) From owner-cvs-src@FreeBSD.ORG Thu Aug 10 19:42:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 587F916A4DA; Thu, 10 Aug 2006 19:42:25 +0000 (UTC) (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 1368D43D4C; Thu, 10 Aug 2006 19:42:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJgOAO051337; Thu, 10 Aug 2006 19:42:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJgOrB051336; Thu, 10 Aug 2006 19:42:24 GMT (envelope-from netchild) Message-Id: <200608101942.k7AJgOrB051336@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 10 Aug 2006 19:42:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 19:42:25 -0000 netchild 2006-08-10 19:42:24 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add some more files... List provided by: kris Revision Changes Path 1.44 +201 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Thu Aug 10 19:55:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEEAE16A4E6; Thu, 10 Aug 2006 19:55:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772AE43D49; Thu, 10 Aug 2006 19:55:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJtqrl054312; Thu, 10 Aug 2006 19:55:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJtqW8054311; Thu, 10 Aug 2006 19:55:52 GMT (envelope-from imp) Message-Id: <200608101955.k7AJtqW8054311@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 19:55: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/boot/arm/at91/bootiic Makefile arm_init.S env_vars.c env_vars.h loader_prompt.c loader_prompt.h main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 19:55:52 -0000 imp 2006-08-10 19:55:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic Makefile arm_init.S main.c Added files: sys/boot/arm/at91/bootiic env_vars.c env_vars.h loader_prompt.c loader_prompt.h Log: MFp4: Integrate a boatload of bug fixes from p4. We're right on the 8k boundary with this program still. text data bss dec hex filename 7925 4 4476 12405 3075 bootiic.out so we have like 293 bytes left before we have to play games. There may be ways to reduce that somewhat, but they start to be very board specific. Revision Changes Path 1.3 +1 -1 src/sys/boot/arm/at91/bootiic/Makefile 1.2 +1 -0 src/sys/boot/arm/at91/bootiic/arm_init.S 1.1 +207 -0 src/sys/boot/arm/at91/bootiic/env_vars.c (new) 1.1 +54 -0 src/sys/boot/arm/at91/bootiic/env_vars.h (new) 1.1 +387 -0 src/sys/boot/arm/at91/bootiic/loader_prompt.c (new) 1.1 +55 -0 src/sys/boot/arm/at91/bootiic/loader_prompt.h (new) 1.3 +0 -1 src/sys/boot/arm/at91/bootiic/main.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 20:03:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D159D16A4E2; Thu, 10 Aug 2006 20:03:52 +0000 (UTC) (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 8D16243D4C; Thu, 10 Aug 2006 20:03:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AK3qRq056557; Thu, 10 Aug 2006 20:03:52 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AK3qEI056556; Thu, 10 Aug 2006 20:03:52 GMT (envelope-from netchild) Message-Id: <200608102003.k7AK3qEI056556@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 10 Aug 2006 20:03: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 ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 20:03:52 -0000 netchild 2006-08-10 20:03:52 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Fox two typos. Noticed by: simon Revision Changes Path 1.45 +2 -2 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Thu Aug 10 20:26:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C5E16A4DA; Thu, 10 Aug 2006 20:26:43 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD3243D67; Thu, 10 Aug 2006 20:26:42 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7AKQesU073186; Thu, 10 Aug 2006 22:26:41 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k7AKQe09001827; Thu, 10 Aug 2006 22:26:40 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k7AKQdJZ001826; Thu, 10 Aug 2006 22:26:39 +0200 (CEST) (envelope-from wb) Date: Thu, 10 Aug 2006 22:26:39 +0200 From: Wilko Bulte To: Alexander Leidinger Message-ID: <20060810202639.GA1813@freebie.xs4all.nl> References: <200608102003.k7AK3qEI056556@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608102003.k7AK3qEI056556@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 20:26:43 -0000 On Thu, Aug 10, 2006 at 08:03:52PM +0000, Alexander Leidinger wrote.. > netchild 2006-08-10 20:03:52 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Fox two typos. Yeah.. fox them ;) > > Noticed by: simon > > Revision Changes Path > 1.45 +2 -2 src/ObsoleteFiles.inc --- end of quoted text --- -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Aug 10 22:05:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2136D16A4DA; Thu, 10 Aug 2006 22:05:26 +0000 (UTC) (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 CBFAB43D45; Thu, 10 Aug 2006 22:05:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AM5PE6074452; Thu, 10 Aug 2006 22:05:25 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AM5PcI074451; Thu, 10 Aug 2006 22:05:25 GMT (envelope-from netchild) Message-Id: <200608102205.k7AM5PcI074451@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 10 Aug 2006 22:05: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/linux linux_sysvec.c src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 22:05:26 -0000 netchild 2006-08-10 22:05:25 UTC FreeBSD src repository Modified files: sys/i386/linux linux_sysvec.c sys/amd64/linux32 linux32_sysvec.c Log: Add some more errno mappings (bsd -> linux) and a comment about the status.. Submitted by: "Intron" Revision Changes Path 1.19 +6 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.145 +6 -1 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Thu Aug 10 23:40:40 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CCC16A4DA; Thu, 10 Aug 2006 23:40:40 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9426A43D46; Thu, 10 Aug 2006 23:40:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7ANeVaC006774; Fri, 11 Aug 2006 03:40:31 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7ANeTBU006773; Fri, 11 Aug 2006 03:40:29 +0400 (MSD) (envelope-from yar) Date: Fri, 11 Aug 2006 03:40:29 +0400 From: Yar Tikhiy To: John Baldwin Message-ID: <20060810234029.GC5729@comp.chem.msu.su> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041644.08533.jhb@freebsd.org> <20060808095033.GL54416@comp.chem.msu.su> <200608081215.09293.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608081215.09293.jhb@freebsd.org> User-Agent: Mutt/1.5.9i Cc: Sam Leffler , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 23:40:40 -0000 On Tue, Aug 08, 2006 at 12:15:07PM -0400, John Baldwin wrote: > On Tuesday 08 August 2006 05:50, Yar Tikhiy wrote: > > On Fri, Aug 04, 2006 at 04:44:07PM -0400, John Baldwin wrote: > > > > > > To be honest, as someone who works with bug reports, I'd actually like > > > backtraces up front w/o requiring the user to compile a custom kernel, > etc. > > > Having a simple backend in place and kdb_backtrace()'s where relevant > would > > > be very handy. :) > > > > > > > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > > > > just a feature that kdb_foo() functions become NOPs when the kernel > isn't > > > > > configured for debugging, so I think the #ifdef KDB's would be > redundant. > > > > > > > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > > > > NOPs when option KDB is not present. They are all unconditionally > > > > functional by design and should therefore be called conditionally > > > > by consequence. > > > > > > Well, given that separation, I'm not sure KDB is the right option to make > > > calls conditional. Rather, some specific is-debugging-enabled? option > (like > > > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > > > > > #ifdef FOO_DEBUG > > > if (foo_bad) { > > > printf("foo is bad\n"); > > > kdb_backtrace(); > > > } > > > #endif > > > > > > I don't think that warrants an extra #ifdef KDB. > > > > Please excuse me, but there is a small inconsistency in your words. > > On the one hand, you wish users could obtain and post backtraces > > with no special efforts. This is a great point because users don't > > always have time or resources to reproduce a problem with kernel > > debug features enabled, and some weird problems defy reproducing. > > On the other hand, you suggest putting kdb_backtrace() calls under > > secial #ifdef's. That would effectively cancel out the benefits > > from using kdb_backtrace() for "mild debugging" because you would > > still have to have the users re-compile their kernels or modules > > and try to catch the bug again. A call to kdb_backtrace() is cheap, > > so there is little sense in leaving it out from production kernels > > and modules. IMHO the only case when it should be done is when the > > consistency check around kdb_backtrace() is expensive and sits on > > a performance-critical path. > > No, you misunderstood. Suppose you have a set of extra checks turned on (such > as options WITNESS), then any witness-related kdb_backtrace()'s would be > sufficiently protected by #ifdef WITNESS without the need for an #ifdef KDB. > In fact, if a user includes WITNESS but doesn't include 'options KDB' (which > now seems useless) or 'options DDB', it would be neat to have a little stack > unwinder still dump out the backtrace, but it would be conditional on WITNESS > since it requires WITNESS to do the checking. This similar to KASSERT being > conditional on INVARIANTS. I think most of the kdb_backtrace()'s I would > throw in would probably be #ifdef INVARIANTS in fact. The only one I can > think of that is always turned on is in subr_turnstile.c where it tries to > backtrace the thread that slept while holding a lock. In this case, because > the kdb_* API is too limited, it has to use a DDB-specific call and is thus > #ifdef DDB, but I'd actually prefer it to not be DDB-specific. Oh, now I see your point and can't but agree with it. Indeed, #ifdef INVARIANTS is a fair compromise between using kdb_backtrace() unconditionally and having to set a bunch of scary FOO_DEBUG options to catch a less obvious bug. As a matter of fact, some FOO_DEBUG options will enable code rather unsuitable for production, such as a per-packet printf on the main path; they are good for hard-core developers only. (I wonder if such printfs should be converted to KTR-aware code ideally...) Now I think I have a chance to apply to if_vlan.c what I've learned here. Thank you all for the fruitful discussion! -- Yar From owner-cvs-src@FreeBSD.ORG Thu Aug 10 23:51:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDF116A4DF; Thu, 10 Aug 2006 23:51:02 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A0F43D46; Thu, 10 Aug 2006 23:51:01 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7ANoxhM006868; Fri, 11 Aug 2006 03:50:59 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7ANoxFG006867; Fri, 11 Aug 2006 03:50:59 +0400 (MSD) (envelope-from yar) Date: Fri, 11 Aug 2006 03:50:59 +0400 From: Yar Tikhiy To: Roman Kurakin Message-ID: <20060810235058.GD5729@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> <44DB13F7.3050306@inse.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44DB13F7.3050306@inse.ru> User-Agent: Mutt/1.5.9i Cc: Roman Kurakin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , Robert Watson Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 23:51:02 -0000 On Thu, Aug 10, 2006 at 03:09:43PM +0400, Roman Kurakin wrote: > Yar Tikhiy wrote: > >On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > > > >>Robert Watson: > >> > >> > >>>On Tue, 8 Aug 2006, Roman Kurakin wrote: > >>> > >>> > >>>>We could add a "foo" driver to the LINT generated by this script with > >>>>notification that it was generated and all changes should be placed > >>>>to script. > >>>> > >>>I guess I can't help but wonder if a script is necessarily better than > >>>a well-commented template. > >>> > >>Today I've talked with ru@. He suggests to put an example to tree and > >>change script to produce > >>a copy of driver using example from tree as a template via sed or smth > >>like that. It sounds like > >>a good idea. We could have a single dir in subtree with various examples > >>and a set of scripts that > >>could produce from one of the examples a driver to start with. > >> > > > >...and if you manage to make the driver do some real job so that > >people start using it in production, it will have nearly zero chance > >to fall into oblivion; it will remain in a very good shape instead. > >No, I'm telling nonsense here: A useful driver will be hacked > >sooner or later into a huge, ugly, incomprehensible beast reeking > >with features. :-) > > > If you want to add a new functionality you just need to create a new > example. > Probably it wouldn't be bad to have a driver with higher level of complexity > that can do the same (and more) than the other one that is much more simple. Of course, it's a very good idea, as long as the complex driver source stays comprehensible to readers. Usually that means adding a lot of clear comments to every new feature and around it. OTOH, it shouldn't be a halting task because a sort of a good comment is a must in the commit message anyway. -- Yar From owner-cvs-src@FreeBSD.ORG Fri Aug 11 00:16:41 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78CA416A4DD; Fri, 11 Aug 2006 00:16:41 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF5243D45; Fri, 11 Aug 2006 00:16:40 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7B0GcnU007067; Fri, 11 Aug 2006 04:16:38 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7B0GbUr007065; Fri, 11 Aug 2006 04:16:37 +0400 (MSD) (envelope-from yar) Date: Fri, 11 Aug 2006 04:16:37 +0400 From: Yar Tikhiy To: Peter Jeremy Message-ID: <20060811001637.GE5729@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> <20060810092049.GB733@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060810092049.GB733@turion.vk2pj.dyndns.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/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 00:16:41 -0000 On Thu, Aug 10, 2006 at 07:20:49PM +1000, Peter Jeremy wrote: > On Thu, 2006-Aug-10 10:33:12 +0400, Yar Tikhiy wrote: > >...and if you manage to make the driver do some real job so that > >people start using it in production, it will have nearly zero chance > >to fall into oblivion; it will remain in a very good shape instead. > > We already have have hundreds of drivers that meet this description. You seem to have left out the other part of the description. The driver source should also be instructive; that is, well-written, thoroughly commented, and using the best current practices. To scrape up the hundreds, we would have to include the drivers with K&R style source in the list. :-) > The problem with having a real driver is that someone who wants to use > it as a skeleton has to first separate the "boilerplate" from the > functional parts. OTOH, having a well-commented and working driver > can be very useful when trying to understand how to get from the > boilerplate to a real driver. Well, an existing driver (or several drivers of different complexity) could be adapted this way; and, according to my own experience in jobs as dirty as this one, it can be enough fun to you when you learn something interesting from it, too. OTOH, it's tedious to do in case you can recite the driver source, smiling when it comes to a particularly exquisite hack. Therefore we shouldn't expect driver maintainers or active driver developers to do the job: FreeBSD means, first of all, fun. At the same time, not-so-experienced developers could do it with pleasure, as well as for the benefit of both theirselves and the community. Note that "developers" doesn't mean "committers" at once, and everyone can help by submitting respective patches--preferably a patch per a whole driver, not per a comment added. :-) > Addressing the latter point: It would be useful if (eg) the README > file gave a few examples of drivers that made good examples for ^^^^^^^^^^^ references to? > basing other drivers on. I know people have made various suggestions > in mailing lists over the years but I don't believe the answers have > been collected by anyone. -- Yar From owner-cvs-src@FreeBSD.ORG Fri Aug 11 10:58:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7C416A4DA; Fri, 11 Aug 2006 10:58:24 +0000 (UTC) (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 88ECE43D55; Fri, 11 Aug 2006 10:58:24 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BAwOsv057219; Fri, 11 Aug 2006 10:58:24 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BAwO67057218; Fri, 11 Aug 2006 10:58:24 GMT (envelope-from glebius) Message-Id: <200608111058.k7BAwO67057218@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 11 Aug 2006 10:58:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c if_em_hw.c if_em_hw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 10:58:24 -0000 glebius 2006-08-11 10:58:24 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em_hw.c if_em_hw.h Log: Merge in new driver from Intel, version 6.1.4. It adds support for 82571EB quad port copper NIC and has few minor fixes. Details: - if_em.c. Merged manually, viewing diff between new vendor driver and previous one. - if_em_hw.c. Dropped in from vendor, and then restored revision 1.15. Revision Changes Path 1.127 +28 -17 src/sys/dev/em/if_em.c 1.22 +35 -32 src/sys/dev/em/if_em_hw.c 1.22 +1 -0 src/sys/dev/em/if_em_hw.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 12:32:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED30E16A4E2; Fri, 11 Aug 2006 12:32:44 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FA043D46; Fri, 11 Aug 2006 12:32:44 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCWiFY064291; Fri, 11 Aug 2006 12:32:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCWil2064290; Fri, 11 Aug 2006 12:32:44 GMT (envelope-from brueffer) Message-Id: <200608111232.k7BCWil2064290@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 11 Aug 2006 12:32: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 12:32:45 -0000 brueffer 2006-08-11 12:32:44 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: - em(4) updated to version 6.1.4 - stge(4) merged Revision Changes Path 1.960 +4 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 11 12:35:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7798916A4DF; Fri, 11 Aug 2006 12:35:23 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9AB43D46; Fri, 11 Aug 2006 12:35:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCZM3C064532; Fri, 11 Aug 2006 12:35:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCZMiR064531; Fri, 11 Aug 2006 12:35:22 GMT (envelope-from keramida) Message-Id: <200608111235.k7BCZMiR064531@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 11 Aug 2006 12:35: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/contrib/smbfs/smbutil print.c view.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 12:35:23 -0000 keramida 2006-08-11 12:35:22 UTC FreeBSD src repository (doc committer) Modified files: contrib/smbfs/smbutil print.c view.c Log: Spell 'connection options' correctly. Submitted by: Leonidas Tsampros Revision Changes Path 1.2 +5 -1 src/contrib/smbfs/smbutil/print.c 1.3 +1 -1 src/contrib/smbfs/smbutil/view.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 13:10:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58B616A4E7 for ; Fri, 11 Aug 2006 13:10:17 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B86743D5E for ; Fri, 11 Aug 2006 13:10:05 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 68950 invoked from network); 11 Aug 2006 13:10:04 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 11 Aug 2006 13:10:04 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 11 Aug 2006 08:10:37 -0500 (CDT) From: Mike Silbersack To: Warner Losh In-Reply-To: <20060810002530.F26889@odysseus.silby.com> Message-ID: <20060811080707.N35202@odysseus.silby.com> References: <200605230252.k4N2qE3a074289@repoman.freebsd.org> <20060810002530.F26889@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/arm SYS.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 13:10:17 -0000 I've been informed that many people didn't pick up on my sarcasm. The message seemed funny to me at the time I wrote it, but then again, I had just read the two month old thread that most people have probably now forgotten. I'll avoid making this mistake in the future. Mike "Silby" Silbersack On Thu, 10 Aug 2006, Mike Silbersack wrote: > > Had I kept up on reading my commit mail, I would have known about your > hostile views on K&R support and used them as part of a negative campaign > against you in the core election! > > Let's hope that I don't run into anything similarly disgraceful in the > remaining 7000 messages... > > Mike "Silby" Silbersack > > On Tue, 23 May 2006, Warner Losh wrote: > >> imp 2006-05-23 02:52:14 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libc/arm SYS.h >> Log: >> GC old a.out and K&R support. >> >> Revision Changes Path >> 1.3 +0 -9 src/lib/libc/arm/SYS.h >> > From owner-cvs-src@FreeBSD.ORG Fri Aug 11 14:03:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D701516A4DD; Fri, 11 Aug 2006 14:03:27 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 952E943D46; Fri, 11 Aug 2006 14:03:27 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BE3Rqw078727; Fri, 11 Aug 2006 14:03:27 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BE3Rxm078726; Fri, 11 Aug 2006 14:03:27 GMT (envelope-from yar) Message-Id: <200608111403.k7BE3Rxm078726@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 11 Aug 2006 14:03: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/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 14:03:27 -0000 yar 2006-08-11 14:03:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 acpi.4 Log: MFC r1.59: Fix things I misadvised to Nate Lawson: - "Ns No" is redundant, so reduce it to just "Ns"; - use Li to mark up CPU and system power states because here they are just strings to be typed literally (add more such mark-up as well); - the best practice of typesetting tells us to use an en-dash to indicate a closed range; fortunately, groff_char(7) provides such a symbol. In addition, consistently use a comma between independent clauses coordinated by a conjunction. Revision Changes Path 1.52.2.5 +44 -28 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:03:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 608AF16A4DD; Fri, 11 Aug 2006 17:03:34 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1559143D4C; Fri, 11 Aug 2006 17:03:34 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BH3X51098794; Fri, 11 Aug 2006 17:03:33 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BH3XBj098793; Fri, 11 Aug 2006 17:03:33 GMT (envelope-from des) Message-Id: <200608111703.k7BH3XBj098793@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:03: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/lib/libpam/modules/pam_lastlog pam_lastlog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:03:34 -0000 des 2006-08-11 17:03:33 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_lastlog pam_lastlog.c Log: Additional debugging stuff I had in my tree. Revision Changes Path 1.21 +10 -3 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:09:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4587E16A4E6; Fri, 11 Aug 2006 17:09:28 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C1D43D46; Fri, 11 Aug 2006 17:09:27 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BH9RXH099059; Fri, 11 Aug 2006 17:09:27 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BH9Re4099058; Fri, 11 Aug 2006 17:09:27 GMT (envelope-from yar) Message-Id: <200608111709.k7BH9Re4099058@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 11 Aug 2006 17:09: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/net if_vlan.c src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:09:28 -0000 yar 2006-08-11 17:09:27 UTC FreeBSD src repository Modified files: sys/net if_vlan.c share/man/man4 vlan.4 Log: Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS) before tagging them. This can help to work around brain-damage in some switches that fail to pad a frame after untagging it if its length drops below the minimum. This option is blessed by IEEE Std 802.1Q (2003 Ed.), paragraph C.4.4.3.b. It's controlled by sysctl net.link.vlan.soft_pad. Idea by: az MFC after: 1 week Revision Changes Path 1.31 +24 -2 src/share/man/man4/vlan.4 1.110 +33 -0 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:12:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D543916A4DA; Fri, 11 Aug 2006 17:12:18 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AE843D5F; Fri, 11 Aug 2006 17:12:17 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHCHvx099334; Fri, 11 Aug 2006 17:12:17 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHCHS1099333; Fri, 11 Aug 2006 17:12:17 GMT (envelope-from des) Message-Id: <200608111712.k7BHCHS1099333@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:12: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/acpica acpi_hpet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:12:19 -0000 des 2006-08-11 17:12:17 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_hpet.c Log: Raise the quality of the HPET timer to 2000 so it will be the preferred choice on systems which support it. No objection by: phk Revision Changes Path 1.5 +1 -1 src/sys/dev/acpica/acpi_hpet.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:17:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C52316A4DA; Fri, 11 Aug 2006 17:17:15 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F1F43D77; Fri, 11 Aug 2006 17:17:15 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHHF4W099557; Fri, 11 Aug 2006 17:17:15 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHHFZ9099556; Fri, 11 Aug 2006 17:17:15 GMT (envelope-from des) Message-Id: <200608111717.k7BHHFZ9099556@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:17: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/usr.sbin/pkg_install/lib url.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:17:15 -0000 des 2006-08-11 17:17:14 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib url.c Log: Cosmetic: fix indentation. Revision Changes Path 1.7 +2 -2 src/usr.sbin/pkg_install/lib/url.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:19:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE0A16A4DE; Fri, 11 Aug 2006 17:19:01 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4BB43D6B; Fri, 11 Aug 2006 17:18:58 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHIw2v099675; Fri, 11 Aug 2006 17:18:58 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHIwZu099673; Fri, 11 Aug 2006 17:18:58 GMT (envelope-from alc) Message-Id: <200608111718.k7BHIwZu099673@repoman.freebsd.org> From: Alan Cox Date: Fri, 11 Aug 2006 17:18: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/vm device_pager.c vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:19:01 -0000 alc 2006-08-11 17:18:58 UTC FreeBSD src repository Modified files: sys/vm device_pager.c vm_page.c Log: Ensure that the page's new field for object-synchronized flags is always initialized to zero. Call vm_page_sleep_if_busy() instead of duplicating its implementation in vm_page_grab(). Revision Changes Path 1.79 +1 -0 src/sys/vm/device_pager.c 1.324 +3 -6 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:28:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B388B16A4DA; Fri, 11 Aug 2006 17:28:59 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7353943D45; Fri, 11 Aug 2006 17:28:59 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHSxCS000270; Fri, 11 Aug 2006 17:28:59 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHSxlp000269; Fri, 11 Aug 2006 17:28:59 GMT (envelope-from des) Message-Id: <200608111728.k7BHSxlp000269@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:28:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:28:59 -0000 des 2006-08-11 17:28:59 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Reintroduce CSTD, which allows a Makefile to specify the precise dialect of C in which the program or library is written. Note that this is *not* intended to be used across the whole tree. It is intended to be used for individual libraries or programs which use specific language features which the compiler must know about in order to produce correct warnings at high WARNS levels. MFC after: 1 month Revision Changes Path 1.38 +15 -0 src/share/mk/bsd.sys.mk From owner-cvs-src@FreeBSD.ORG Fri Aug 11 17:59:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A89416A4DF for ; Fri, 11 Aug 2006 17:59:42 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3CA443D77 for ; Fri, 11 Aug 2006 17:59:27 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1146531nfe for ; Fri, 11 Aug 2006 10:59:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kBu9arxS65FhVZVx4TKglSl4Obmk6xAdOWxxrtB5VsIhGluQ1PtDWzYWbBa0PyXQBA7KQV5AwhTjyTr6wvhw6QnnihZghFL3nK31TQ4dCdbApwKxqSJ/g8AwSYPxKCCnWaFhxhR0QoZ7G5Vvw1O4LYF1v95pjGIjW+fzmyd1OR8= Received: by 10.82.105.13 with SMTP id d13mr393792buc; Fri, 11 Aug 2006 10:59:26 -0700 (PDT) Received: by 10.82.126.2 with HTTP; Fri, 11 Aug 2006 10:59:25 -0700 (PDT) Message-ID: <47d0403c0608111059g66bad84cjb5dc78d882ce45cc@mail.gmail.com> Date: Fri, 11 Aug 2006 12:59:26 -0500 From: "Ben Kaduk" To: "Yar Tikhiy" In-Reply-To: <20060811001637.GE5729@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> <20060810092049.GB733@turion.vk2pj.dyndns.org> <20060811001637.GE5729@comp.chem.msu.su> Cc: Peter Jeremy , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 17:59:42 -0000 On 8/10/06, Yar Tikhiy wrote: > On Thu, Aug 10, 2006 at 07:20:49PM +1000, Peter Jeremy wrote: > > On Thu, 2006-Aug-10 10:33:12 +0400, Yar Tikhiy wrote: > > The problem with having a real driver is that someone who wants to use > > it as a skeleton has to first separate the "boilerplate" from the > > functional parts. OTOH, having a well-commented and working driver > > can be very useful when trying to understand how to get from the > > boilerplate to a real driver. > > Well, an existing driver (or several drivers of different complexity) > could be adapted this way; and, according to my own experience in > jobs as dirty as this one, it can be enough fun to you when you > learn something interesting from it, too. OTOH, it's tedious to > do in case you can recite the driver source, smiling when it comes > to a particularly exquisite hack. Therefore we shouldn't expect > driver maintainers or active driver developers to do the job: FreeBSD > means, first of all, fun. At the same time, not-so-experienced > developers could do it with pleasure, as well as for the benefit > of both theirselves and the community. Note that "developers" > doesn't mean "committers" at once, and everyone can help by submitting > respective patches--preferably a patch per a whole driver, not per > a comment added. :-) > I'm sure Alexander wouldn't mind if you sent him a description for the project ideas page -- are there any drivers in particular that could easily benefit from such a treatment? -Ben Kaduk From owner-cvs-src@FreeBSD.ORG Fri Aug 11 18:34:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A95F16A4E6; Fri, 11 Aug 2006 18:34:25 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AE343D6D; Fri, 11 Aug 2006 18:34:19 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIYJTp004844; Fri, 11 Aug 2006 18:34:19 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIYJ1k004843; Fri, 11 Aug 2006 18:34:19 GMT (envelope-from thomas) Message-Id: <200608111834.k7BIYJ1k004843@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 18:34:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 18:34:25 -0000 thomas 2006-08-11 18:34:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen _pthread_stubs.c Log: MFC revision 1.12: Fix a stub function (pthread_cond_wait) so that is has the correct number of arguments. Fixes some cases of seg faults due to the actual pthread_cond_wait being called with a bogus mutex pointer. Revision Changes Path 1.11.8.1 +3 -3 src/lib/libc/gen/_pthread_stubs.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 18:37:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED9C16A4DD; Fri, 11 Aug 2006 18:37:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CA643D70; Fri, 11 Aug 2006 18:37:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIbtpI005034; Fri, 11 Aug 2006 18:37:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIbt0I005033; Fri, 11 Aug 2006 18:37:55 GMT (envelope-from jhb) Message-Id: <200608111837.k7BIbt0I005033@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 18:37: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/amd64/ia32 ia32_syscall.c src/sys/ia64/ia32 ia32_trap.c src/sys/powerpc/powerpc trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 18:37:57 -0000 jhb 2006-08-11 18:37:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/ia32 ia32_syscall.c sys/ia64/ia32 ia32_trap.c sys/powerpc/powerpc trap.c Log: MFC: Add missing ptrace(2) system-call stops to various syscall() implementations. Revision Changes Path 1.8.2.1 +5 -0 src/sys/amd64/ia32/ia32_syscall.c 1.5.2.1 +5 -0 src/sys/ia64/ia32/ia32_trap.c 1.54.2.2 +5 -0 src/sys/powerpc/powerpc/trap.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 18:40:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47DE616A4DE; Fri, 11 Aug 2006 18:40:02 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FCE43D5E; Fri, 11 Aug 2006 18:39:58 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIdw5W005097; Fri, 11 Aug 2006 18:39:58 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIdwiK005096; Fri, 11 Aug 2006 18:39:58 GMT (envelope-from pjd) Message-Id: <200608111839.k7BIdwiK005096@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 11 Aug 2006 18:39: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.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 18:40:02 -0000 pjd 2006-08-11 18:39:58 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.h Log: Forgot to bump version number after G_ELI_FLAG_READONLY flag addition. Revision Changes Path 1.10 +5 -3 src/sys/geom/eli/g_eli.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 18:42:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C5316A4DE; Fri, 11 Aug 2006 18:42:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C9B43D69; Fri, 11 Aug 2006 18:42:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIgnGY005479; Fri, 11 Aug 2006 18:42:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIgnHX005478; Fri, 11 Aug 2006 18:42:49 GMT (envelope-from jhb) Message-Id: <200608111842.k7BIgnHX005478@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 18:42: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/amd64/ia32 ia32_syscall.c src/sys/ia64/ia32 ia32_trap.c src/sys/ia64/ia64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 18:42:51 -0000 jhb 2006-08-11 18:42:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/ia32 ia32_syscall.c sys/ia64/ia32 ia32_trap.c sys/ia64/ia64 trap.c Log: MFC: Add KTR_SYSC tracing. Revision Changes Path 1.8.2.2 +6 -1 src/sys/amd64/ia32/ia32_syscall.c 1.5.2.2 +8 -0 src/sys/ia64/ia32/ia32_trap.c 1.113.2.2 +7 -0 src/sys/ia64/ia64/trap.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 18:54:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE8916A4E0; Fri, 11 Aug 2006 18:54:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26D543D5C; Fri, 11 Aug 2006 18:54:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIsBSH006099; Fri, 11 Aug 2006 18:54:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIsB4t006098; Fri, 11 Aug 2006 18:54:11 GMT (envelope-from jhb) Message-Id: <200608111854.k7BIsB4t006098@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 18:54: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/kern kern_mutex.c kern_sx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 18:54:13 -0000 jhb 2006-08-11 18:54:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mutex.c kern_sx.c Log: MFC: Adjust td_locks for non-spin mutexes and sx locks. Revision Changes Path 1.154.2.9 +7 -1 src/sys/kern/kern_mutex.c 1.25.2.3 +6 -0 src/sys/kern/kern_sx.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 19:09:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D60816A4DF; Fri, 11 Aug 2006 19:09:17 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75BF43D6E; Fri, 11 Aug 2006 19:09:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJ9CBt008057; Fri, 11 Aug 2006 19:09:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJ9Ccd008056; Fri, 11 Aug 2006 19:09:12 GMT (envelope-from pjd) Message-Id: <200608111909.k7BJ9Ccd008056@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 11 Aug 2006 19:09:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c g_eli.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:09:17 -0000 pjd 2006-08-11 19:09:12 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c g_eli.h Log: Before using byte offset for IV creation, covert it to little endian. This way one will be able to use provider encrypted on eg. i386 on eg. sparc64. This doesn't really buy us much today, because UFS isn't endian agnostic. We retain backward compatibility by setting G_ELI_FLAG_NATIVE_BYTE_ORDER flag on devices with version number less than 2 and not converting the offset. Revision Changes Path 1.29 +8 -2 src/sys/geom/eli/g_eli.c 1.11 +13 -9 src/sys/geom/eli/g_eli.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 19:13:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A6016A4DA; Fri, 11 Aug 2006 19:13:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E7443D73; Fri, 11 Aug 2006 19:13:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJDPW3008347; Fri, 11 Aug 2006 19:13:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJDPew008346; Fri, 11 Aug 2006 19:13:25 GMT (envelope-from jhb) Message-Id: <200608111913.k7BJDPew008346@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:13: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/sys/nfsserver nfs.h nfs_srvcache.c nfs_srvsubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:13:26 -0000 jhb 2006-08-11 19:13:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs.h nfs_srvcache.c nfs_srvsubs.c Log: MFC: Free the server request cache on unload and use callout_drain(). Revision Changes Path 1.78.2.1 +1 -0 src/sys/nfsserver/nfs.h 1.40.2.1 +11 -0 src/sys/nfsserver/nfs_srvcache.c 1.136.2.4 +2 -1 src/sys/nfsserver/nfs_srvsubs.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 19:16:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040FE16A4DA; Fri, 11 Aug 2006 19:16:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A7343D45; Fri, 11 Aug 2006 19:16:50 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJGof1008519; Fri, 11 Aug 2006 19:16:50 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJGoTC008518; Fri, 11 Aug 2006 19:16:50 GMT (envelope-from jkim) Message-Id: <200608111916.k7BJGoTC008518@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 11 Aug 2006 19:16:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:16:51 -0000 jkim 2006-08-11 19:16:50 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Explicitly set v3 mode only when it is requested. Don't bother otherwise. Revision Changes Path 1.53 +6 -1 src/sys/pci/agp.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 19:22:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7AC16A4DA; Fri, 11 Aug 2006 19:22:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3940243D45; Fri, 11 Aug 2006 19:22:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJMvD3009011; Fri, 11 Aug 2006 19:22:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJMvpS009010; Fri, 11 Aug 2006 19:22:57 GMT (envelope-from jhb) Message-Id: <200608111922.k7BJMvpS009010@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:22:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/dev/acpica/Osd OsdMemory.c src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/ia64/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:22:57 -0000 jhb 2006-08-11 19:22:57 UTC FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/amd64/amd64 pmap.c sys/amd64/include pmap.h sys/dev/acpica/Osd OsdMemory.c sys/i386/acpica acpi_machdep.c madt.c sys/i386/i386 pmap.c sys/i386/include pmap.h sys/ia64/include pmap.h Log: First pass at allowing memory to be mapped using cache modes other than WB (write-back) on x86 via control bits in PTEs and PDEs (including making use of the PAT MSR). Changes include: - A new pmap_mapdev_attr() function for amd64 and i386 which takes an additional parameter (relative to pmap_mapdev()) specifying the cache mode for this mapping. Note that on amd64 only WB mappings are done with the direct map, all other modes result in a private mapping. - pmap_mapdev() on i386 and amd64 now defaults to using UC (uncached) mappings rather than WB. Previously we relied on the BIOS setting up MTRR's to enforce memio regions being treated as UC. This might make hw.cbb_start_memory unnecessary in some cases now for example. - A new pmap_mapbios()/pmap_unmapbios() API has been added to allow places that used pmap_mapdev() to map non-device memory (such as ACPI tables) to do so using WB as before. - A new pmap_change_attr() function for amd64 and i386 that changes the caching mode for a range of KVA. Reviewed by: alc Revision Changes Path 1.21 +5 -5 src/sys/amd64/acpica/madt.c 1.570 +220 -4 src/sys/amd64/amd64/pmap.c 1.134 +5 -0 src/sys/amd64/include/pmap.h 1.14 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c 1.33 +2 -2 src/sys/i386/acpica/acpi_machdep.c 1.24 +5 -5 src/sys/i386/acpica/madt.c 1.574 +169 -2 src/sys/i386/i386/pmap.c 1.122 +5 -0 src/sys/i386/include/pmap.h 1.27 +2 -0 src/sys/ia64/include/pmap.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 19:23:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C60B16A4DA; Fri, 11 Aug 2006 19:23:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5812743D46; Fri, 11 Aug 2006 19:23:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJNnVP009101; Fri, 11 Aug 2006 19:23:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJNnsV009100; Fri, 11 Aug 2006 19:23:49 GMT (envelope-from jhb) Message-Id: <200608111923.k7BJNnsV009100@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:23: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/kern kern_syscalls.c src/sys/sys kernel.h sysent.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:23:49 -0000 jhb 2006-08-11 19:23:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_syscalls.c sys/sys kernel.h sysent.h Log: MFC: Fix error handling edge cases and register system calls later to make system call modules more robust. Revision Changes Path 1.11.8.1 +11 -1 src/sys/kern/kern_syscalls.c 1.126.2.2 +1 -0 src/sys/sys/kernel.h 1.45.2.1 +1 -1 src/sys/sys/sysent.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 19:41:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD9D16A4DD; Fri, 11 Aug 2006 19:41:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A93443D46; Fri, 11 Aug 2006 19:41:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJfpvM010072; Fri, 11 Aug 2006 19:41:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJfpfO010071; Fri, 11 Aug 2006 19:41:51 GMT (envelope-from jhb) Message-Id: <200608111941.k7BJfpfO010071@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:41: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/netncp ncp_sock.c src/sys/netsmb smb_trantcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:41:52 -0000 jhb 2006-08-11 19:41:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netncp ncp_sock.c sys/netsmb smb_trantcp.c Log: MFC: - Fix ncp_poll() to not panic by faking up enough poll(2) state in the current thread. - Fix the rselect() routines for netncp and netsmb to return EWOULDBLOCK if the timeout is elapsed before they can block and to invoke pru_sopoll() directly. Revision Changes Path 1.15.2.1 +27 -7 src/sys/netncp/ncp_sock.c 1.22.2.1 +7 -11 src/sys/netsmb/smb_trantcp.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:04:29 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BEE16A4DA; Fri, 11 Aug 2006 21:04:29 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0141B43D46; Fri, 11 Aug 2006 21:04:26 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k7BL4Etj038066; Sat, 12 Aug 2006 00:04:14 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Sat, 12 Aug 2006 00:04:14 +0300 (EEST) From: Dmitry Pryanishnikov To: Alexander Leidinger In-Reply-To: <200608101942.k7AJgOrB051336@repoman.freebsd.org> Message-ID: <20060811235619.G93570@atlantis.atlantis.dp.ua> References: <200608101942.k7AJgOrB051336@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 ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:04:29 -0000 Hello! On Thu, 10 Aug 2006, Alexander Leidinger wrote: > netchild 2006-08-10 19:42:24 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Add some more files... > > List provided by: kris > > Revision Changes Path > 1.44 +201 -0 src/ObsoleteFiles.inc This commit re-adds the following files: +OLD_FILES+=usr/share/tmac/mm/locale +OLD_FILES+=usr/share/tmac/mm/se_locale which were removed in version 1.26 because at lease mm/locale is actually required despite being empty (/usr/share/tmac/m.tmac refers it). Thus the commit reintroduces brokenness of at least x11/XFree86-4-documents port. Please remove those files. 'make installworld' after 'make delete-old' recreates them so they must not be listed in ObsoleteFiles.inc. Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:15:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C30C216A4DA; Fri, 11 Aug 2006 21:15:24 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E16C43D46; Fri, 11 Aug 2006 21:15:24 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLFOYF024923; Fri, 11 Aug 2006 21:15:24 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLFOWC024922; Fri, 11 Aug 2006 21:15:24 GMT (envelope-from mohans) Message-Id: <200608112115.k7BLFOWC024922@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 11 Aug 2006 21:15: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/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:15:24 -0000 mohans 2006-08-11 21:15:23 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h Log: Fixes an edge case bug in timewait handling where ticks rolling over causing the timewait expiry to be exactly 0 corrupts the timewait queues (and that entry). Reviewed by: silby Revision Changes Path 1.304 +1 -1 src/sys/netinet/tcp_input.c 1.254 +1 -1 src/sys/netinet/tcp_subr.c 1.82 +3 -4 src/sys/netinet/tcp_timer.c 1.29 +1 -1 src/sys/netinet/tcp_timer.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:19:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE7216A4E0; Fri, 11 Aug 2006 21:19:30 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1405543D4C; Fri, 11 Aug 2006 21:19:30 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLJU77025139; Fri, 11 Aug 2006 21:19:30 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLJTi7025138; Fri, 11 Aug 2006 21:19:29 GMT (envelope-from sos) Message-Id: <200608112119.k7BLJTi7025138@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 11 Aug 2006 21:19: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/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:19:30 -0000 sos 2006-08-11 21:19:29 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Unbreak nForce4 SATA support. Hopefully I dont break something else this time..... Revision Changes Path 1.168 +7 -7 src/sys/dev/ata/ata-chipset.c 1.68 +1 -1 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:44:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102A16A4DE; Fri, 11 Aug 2006 21:44:54 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C426343D53; Fri, 11 Aug 2006 21:44:53 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLirY0028852; Fri, 11 Aug 2006 21:44:53 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLirbn028851; Fri, 11 Aug 2006 21:44:53 GMT (envelope-from thomas) Message-Id: <200608112144.k7BLirbn028851@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 21:44: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/usr.sbin/rpc.statd procs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:44:54 -0000 thomas 2006-08-11 21:44:53 UTC FreeBSD src repository Modified files: usr.sbin/rpc.statd procs.c Log: (sm_mon_1_svc): Fix debugging output: when establising a monitoring request, correctly report the location (usually localhost) to which a callback will be made when a notification is received for the monitored host. Previsouly, the name of the monitored host was reported instead. MFC after: 2 weeks Revision Changes Path 1.15 +3 -2 src/usr.sbin/rpc.statd/procs.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:55:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E4216A4EC; Fri, 11 Aug 2006 21:55:56 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA4043D4C; Fri, 11 Aug 2006 21:55:55 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 1071F60F7; Sat, 12 Aug 2006 01:55:53 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id EB031605A; Sat, 12 Aug 2006 01:54:24 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7BLsPhg005296; Sat, 12 Aug 2006 01:54:25 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 01:54:25 +0400 From: Ruslan Ermilov To: =?koi8-r?Q?S=F8ren?= Schmidt Message-ID: <20060811215425.GA5237@rambler-co.ru> References: <200608112119.k7BLJTi7025138@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <200608112119.k7BLJTi7025138@repoman.freebsd.org> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:55:57 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 11, 2006 at 09:19:29PM +0000, S=F8ren Schmidt wrote: > sos 2006-08-11 21:19:29 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ata ata-chipset.c ata-pci.h=20 > Log: > Unbreak nForce4 SATA support. > Hopefully I dont break something else this time..... > =20 > Revision Changes Path > 1.168 +7 -7 src/sys/dev/ata/ata-chipset.c > 1.68 +1 -1 src/sys/dev/ata/ata-pci.h >=20 Thanks for the fix. I figured out today that it doesn't work with 7-current while it works with 6-stable, hopefully that fixes it. Another issue I'm having is that when BIOS (Tyan's S2865 m/b) is set to "Auto" (the default choice) for the disk layout, the "sectors" as determined by ata-disk is 0 ("heads" is okay), causing division by zero fault during a verbose boot, or non-verbose boot, when it tastes for ATARaid. Any clue? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3PyRqRfpzJluFF4RAoaXAJwK3sPoadtzLVO9fP52RcQEBhFQyQCcDwVG +l3VgUUQgMbVulZgm5MiEUA= =Q2pe -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-cvs-src@FreeBSD.ORG Fri Aug 11 22:02:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293CA16A4DF; Fri, 11 Aug 2006 22:02:17 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3B743D45; Fri, 11 Aug 2006 22:02:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BM2GIo038094; Fri, 11 Aug 2006 22:02:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BM2Gms038093; Fri, 11 Aug 2006 22:02:16 GMT (envelope-from ru) Message-Id: <200608112202.k7BM2Gms038093@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 11 Aug 2006 22:02: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 ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 22:02:17 -0000 ru 2006-08-11 22:02:16 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: The groff_mm(7) locale files are *not* obsolete; they are just not touched during the installation if they already exists. Noticed by: Dmitry Pryanishnikov Revision Changes Path 1.46 +0 -2 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Fri Aug 11 22:02:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C8516A4DD; Fri, 11 Aug 2006 22:02:45 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01F343D49; Fri, 11 Aug 2006 22:02:44 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 9E6335D93; Sat, 12 Aug 2006 02:02:43 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 76D5C5D91; Sat, 12 Aug 2006 02:02:43 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7BM2igN005453; Sat, 12 Aug 2006 02:02:44 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 02:02:44 +0400 From: Ruslan Ermilov To: Dmitry Pryanishnikov Message-ID: <20060811220244.GC5237@rambler-co.ru> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline In-Reply-To: <20060811235619.G93570@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Alexander Leidinger , cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 22:02:45 -0000 --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote: >=20 > Hello! >=20 > On Thu, 10 Aug 2006, Alexander Leidinger wrote: > >netchild 2006-08-10 19:42:24 UTC > > > > FreeBSD src repository > > > > Modified files: > > . ObsoleteFiles.inc > > Log: > > Add some more files... > > > > List provided by: kris > > > > Revision Changes Path > > 1.44 +201 -0 src/ObsoleteFiles.inc >=20 > This commit re-adds the following files: >=20 > +OLD_FILES+=3Dusr/share/tmac/mm/locale > +OLD_FILES+=3Dusr/share/tmac/mm/se_locale >=20 > which were removed in version 1.26 because at lease mm/locale is actually > required despite being empty (/usr/share/tmac/m.tmac refers it). Thus the= =20 > commit reintroduces brokenness of at least x11/XFree86-4-documents port.= =20 > Please remove those files. 'make installworld' after 'make delete-old'=20 > recreates them so they must not be listed in ObsoleteFiles.inc. >=20 Fixed, thanks for the report. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --zCKi3GIZzVBPywwA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3P6EqRfpzJluFF4RAkj3AJ9ETPxhmHptkFDIE7xsDaIsoceIiwCggc5H bt+fx+Ncgu7AEfKcPVNt8U0= =WLBW -----END PGP SIGNATURE----- --zCKi3GIZzVBPywwA-- From owner-cvs-src@FreeBSD.ORG Fri Aug 11 22:36:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03AB16A4DE; Fri, 11 Aug 2006 22:36:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6586343D49; Fri, 11 Aug 2006 22:36:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 548AF1A3C1D; Fri, 11 Aug 2006 15:36:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E734515BB; Fri, 11 Aug 2006 18:36:42 -0400 (EDT) Date: Fri, 11 Aug 2006 18:36:42 -0400 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20060811223642.GA21117@xor.obsecurity.org> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20060811220244.GC5237@rambler-co.ru> User-Agent: Mutt/1.4.2.2i Cc: Dmitry Pryanishnikov , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Alexander Leidinger , cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 22:36:43 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 02:02:44AM +0400, Ruslan Ermilov wrote: > On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote: > >=20 > > Hello! > >=20 > > On Thu, 10 Aug 2006, Alexander Leidinger wrote: > > >netchild 2006-08-10 19:42:24 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > . ObsoleteFiles.inc > > > Log: > > > Add some more files... > > > > > > List provided by: kris > > > > > > Revision Changes Path > > > 1.44 +201 -0 src/ObsoleteFiles.inc > >=20 > > This commit re-adds the following files: > >=20 > > +OLD_FILES+=3Dusr/share/tmac/mm/locale > > +OLD_FILES+=3Dusr/share/tmac/mm/se_locale > >=20 > > which were removed in version 1.26 because at lease mm/locale is actual= ly > > required despite being empty (/usr/share/tmac/m.tmac refers it). Thus t= he=20 > > commit reintroduces brokenness of at least x11/XFree86-4-documents port= .=20 > > Please remove those files. 'make installworld' after 'make delete-old'= =20 > > recreates them so they must not be listed in ObsoleteFiles.inc. > >=20 > Fixed, thanks for the report. I'd suggest adding a comment to the file to prevent another recurrence of this, or make it so they're touched at installworld and don't keep showing up as false positives in 'find' searches. Kris --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3QZ6Wry0BWjoQKURAsLqAKCagYIkmME9UuXTCgqNCjipPoUQKwCcDQkn XOSebmcxSWDfo3DoRgzxOOU= =37Hp -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-cvs-src@FreeBSD.ORG Fri Aug 11 22:50:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A40416A4DD; Fri, 11 Aug 2006 22:50:25 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68BAB43D45; Fri, 11 Aug 2006 22:50:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5F0D4.dip.t-dialin.net [84.165.240.212]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k7BMYnIl050341; Sat, 12 Aug 2006 00:34:50 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k7BMoN2b006542; Sat, 12 Aug 2006 00:50:24 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Date: Sat, 12 Aug 2006 00:52:13 +0200 From: Alexander Leidinger To: Kris Kennaway Message-ID: <20060812005213.384b744b@Magellan.Leidinger.net> In-Reply-To: <20060811223642.GA21117@xor.obsecurity.org> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Dmitry Pryanishnikov , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 22:50:25 -0000 Quoting Kris Kennaway (Fri, 11 Aug 2006 18:36:42 -0400): > On Sat, Aug 12, 2006 at 02:02:44AM +0400, Ruslan Ermilov wrote: > > On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote: > > > > > > Hello! > > > > > > On Thu, 10 Aug 2006, Alexander Leidinger wrote: > > > >netchild 2006-08-10 19:42:24 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > . ObsoleteFiles.inc > > > > Log: > > > > Add some more files... > > > > > > > > List provided by: kris > > > > > > > > Revision Changes Path > > > > 1.44 +201 -0 src/ObsoleteFiles.inc > > > > > > This commit re-adds the following files: > > > > > > +OLD_FILES+=usr/share/tmac/mm/locale > > > +OLD_FILES+=usr/share/tmac/mm/se_locale > > > > > > which were removed in version 1.26 because at lease mm/locale is actually > > > required despite being empty (/usr/share/tmac/m.tmac refers it). Thus the > > > commit reintroduces brokenness of at least x11/XFree86-4-documents port. > > > Please remove those files. 'make installworld' after 'make delete-old' > > > recreates them so they must not be listed in ObsoleteFiles.inc. > > > > > Fixed, thanks for the report. > > I'd suggest adding a comment to the file to prevent another recurrence This was one the first idea I had after reading this. If nobody comes up with a better one after I'm awaken again, I will add a comment (at the end of the OLD_FILES list). > of this, or make it so they're touched at installworld and don't keep > showing up as false positives in 'find' searches. That would be another idea. I like it better, since we can't expect that someone greps in ObsoleteFiles.inc for each file he wants to add. Bye, Alexander. -- ...and that is how we know the Earth to be banana-shaped. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-src@FreeBSD.ORG Fri Aug 11 23:03:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBCE16A4DD; Fri, 11 Aug 2006 23:03:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C78843D45; Fri, 11 Aug 2006 23:03:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BN3AOP043194; Fri, 11 Aug 2006 23:03:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BN3A6E043193; Fri, 11 Aug 2006 23:03:10 GMT (envelope-from rwatson) Message-Id: <200608112303.k7BN3A6E043193@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 Aug 2006 23:03: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/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 23:03:10 -0000 rwatson 2006-08-11 23:03:10 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Before performing a sodealloc() when pru_attach() fails, assert that the socket refcount remains 1, and then drop to 0 before freeing the socket. PR: 101763 Reported by: Gleb Kozyrev Revision Changes Path 1.279 +3 -0 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Fri Aug 11 23:03:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9654016A5D1; Fri, 11 Aug 2006 23:03:17 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431EF43D45; Fri, 11 Aug 2006 23:03:17 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BN3H16043229; Fri, 11 Aug 2006 23:03:17 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BN3HkD043228; Fri, 11 Aug 2006 23:03:17 GMT (envelope-from thomas) Message-Id: <200608112303.k7BN3HkD043228@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 23:03: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/usr.sbin/rpc.lockd lockd_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 23:03:17 -0000 thomas 2006-08-11 23:03:17 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd_lock.c Log: Remove extraneous trailing \0 in string literal. MFC after: 2 weeks Revision Changes Path 1.18 +1 -2 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 00:46:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036A416A4DD; Sat, 12 Aug 2006 00:46:56 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6779D43D4C; Sat, 12 Aug 2006 00:46:54 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k7C0kq5f089395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Aug 2006 17:46:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44DD24D1.8060106@FreeBSD.org> Date: Fri, 11 Aug 2006 17:46:09 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: John Baldwin References: <200608111922.k7BJMvpS009010@repoman.freebsd.org> In-Reply-To: <200608111922.k7BJMvpS009010@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; 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/amd64/acpica madt.c src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/dev/acpica/Osd OsdMemory.c src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/ia64/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 00:46:56 -0000 Excellent, thanks! -Maxim John Baldwin wrote: > jhb 2006-08-11 19:22:57 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/acpica madt.c > sys/amd64/amd64 pmap.c > sys/amd64/include pmap.h > sys/dev/acpica/Osd OsdMemory.c > sys/i386/acpica acpi_machdep.c madt.c > sys/i386/i386 pmap.c > sys/i386/include pmap.h > sys/ia64/include pmap.h > Log: > First pass at allowing memory to be mapped using cache modes other than > WB (write-back) on x86 via control bits in PTEs and PDEs (including making > use of the PAT MSR). Changes include: > - A new pmap_mapdev_attr() function for amd64 and i386 which takes an > additional parameter (relative to pmap_mapdev()) specifying the cache > mode for this mapping. Note that on amd64 only WB mappings are done with > the direct map, all other modes result in a private mapping. > - pmap_mapdev() on i386 and amd64 now defaults to using UC (uncached) > mappings rather than WB. Previously we relied on the BIOS setting up > MTRR's to enforce memio regions being treated as UC. This might make > hw.cbb_start_memory unnecessary in some cases now for example. > - A new pmap_mapbios()/pmap_unmapbios() API has been added to allow places > that used pmap_mapdev() to map non-device memory (such as ACPI tables) > to do so using WB as before. > - A new pmap_change_attr() function for amd64 and i386 that changes the > caching mode for a range of KVA. > > Reviewed by: alc > > Revision Changes Path > 1.21 +5 -5 src/sys/amd64/acpica/madt.c > 1.570 +220 -4 src/sys/amd64/amd64/pmap.c > 1.134 +5 -0 src/sys/amd64/include/pmap.h > 1.14 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c > 1.33 +2 -2 src/sys/i386/acpica/acpi_machdep.c > 1.24 +5 -5 src/sys/i386/acpica/madt.c > 1.574 +169 -2 src/sys/i386/i386/pmap.c > 1.122 +5 -0 src/sys/i386/include/pmap.h > 1.27 +2 -0 src/sys/ia64/include/pmap.h > > From owner-cvs-src@FreeBSD.ORG Sat Aug 12 00:51:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EAF16A4DA; Sat, 12 Aug 2006 00:51:18 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25AF43D49; Sat, 12 Aug 2006 00:51:18 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C0pIB2057531; Sat, 12 Aug 2006 00:51:18 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C0pIjv057528; Sat, 12 Aug 2006 00:51:18 GMT (envelope-from njl) Message-Id: <200608120051.k7C0pIjv057528@repoman.freebsd.org> From: Nate Lawson Date: Sat, 12 Aug 2006 00:51:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 00:51:19 -0000 njl 2006-08-12 00:51:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/acpica acpi_wakeup.c Log: MFC: stop beep after resume and man page updates Revision Changes Path 1.39.2.2 +11 -0 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 00:55:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F27F516A4DE; Sat, 12 Aug 2006 00:55:50 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A5F43D49; Sat, 12 Aug 2006 00:55:50 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C0tocG057683; Sat, 12 Aug 2006 00:55:50 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C0tovw057682; Sat, 12 Aug 2006 00:55:50 GMT (envelope-from njl) Message-Id: <200608120055.k7C0tovw057682@repoman.freebsd.org> From: Nate Lawson Date: Sat, 12 Aug 2006 00:55: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/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 00:55:51 -0000 njl 2006-08-12 00:55:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 acpi.4 Log: MFC: man page updates Revision Changes Path 1.52.2.6 +0 -5 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Sat Aug 12 01:19:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A530116A4DA; Sat, 12 Aug 2006 01:19:37 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A1C43D46; Sat, 12 Aug 2006 01:19:37 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1JbQJ059841; Sat, 12 Aug 2006 01:19:37 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1JbdK059840; Sat, 12 Aug 2006 01:19:37 GMT (envelope-from yongari) Message-Id: <200608120119.k7C1JbdK059840@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:19: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/hme if_hme.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 01:19:37 -0000 yongari 2006-08-12 01:19:37 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. While I'm here perform checksum offload setup after loading DMA maps as m_defrag(9) can return new mbuf chains. In collaboration with: glebius Revision Changes Path 1.49 +16 -16 src/sys/dev/hme/if_hme.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 01:21:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF61116A4DA; Sat, 12 Aug 2006 01:21:36 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EABE43D45; Sat, 12 Aug 2006 01:21:36 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1Lapv060050; Sat, 12 Aug 2006 01:21:36 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1Lavi060049; Sat, 12 Aug 2006 01:21:36 GMT (envelope-from yongari) Message-Id: <200608120121.k7C1Lavi060049@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:21: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/dev/stge if_stge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 01:21:37 -0000 yongari 2006-08-12 01:21:36 UTC FreeBSD src repository Modified files: sys/dev/stge if_stge.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. In collaboration with: glebius Revision Changes Path 1.2 +13 -13 src/sys/dev/stge/if_stge.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 01:24:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68BDB16A4DE; Sat, 12 Aug 2006 01:24:38 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E9F43D45; Sat, 12 Aug 2006 01:24:38 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1OcWt060251; Sat, 12 Aug 2006 01:24:38 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1OcWD060250; Sat, 12 Aug 2006 01:24:38 GMT (envelope-from yongari) Message-Id: <200608120124.k7C1OcWD060250@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:24:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sk if_sk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 01:24:38 -0000 yongari 2006-08-12 01:24:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. In collaboration with: glebius Revision Changes Path 1.130 +13 -13 src/sys/dev/sk/if_sk.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 01:30:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A21D16A4DA; Sat, 12 Aug 2006 01:30:38 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5806143D45; Sat, 12 Aug 2006 01:30:38 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1Ucs8060842; Sat, 12 Aug 2006 01:30:38 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1Uc56060841; Sat, 12 Aug 2006 01:30:38 GMT (envelope-from yongari) Message-Id: <200608120130.k7C1Uc56060841@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:30:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ti if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 01:30:38 -0000 yongari 2006-08-12 01:30:38 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. While I'm here perform checksum offload setup after loading DMA maps. In collaboration with: glebius Revision Changes Path 1.123 +25 -25 src/sys/dev/ti/if_ti.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 01:38:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB6316A4E0; Sat, 12 Aug 2006 01:38:50 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D92643D4C; Sat, 12 Aug 2006 01:38:50 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1coLm061275; Sat, 12 Aug 2006 01:38:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1coTf061274; Sat, 12 Aug 2006 01:38:50 GMT (envelope-from yongari) Message-Id: <200608120138.k7C1coTf061274@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:38: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/dev/mii rgephy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 01:38:50 -0000 yongari 2006-08-12 01:38:50 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Due to the poor PHY documentation from RealTek I can't sure but I think the RealTek PHY needs driver to set RGEPHY_BMCR_AUTOEN bit of RGEPHY_MII_BMCR register and proper ANAR register setting for manual media type selection. This fixes long standing manual media type selection bug in rgephy(4). Reported by: Jelte Jansen Tested by: Jelte Jansen Revision Changes Path 1.11 +18 -10 src/sys/dev/mii/rgephy.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 01:55:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D6D16A4DE; Sat, 12 Aug 2006 01:55:52 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E9E43D49; Sat, 12 Aug 2006 01:55:52 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1tqU7062266; Sat, 12 Aug 2006 01:55:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1tqtE062265; Sat, 12 Aug 2006 01:55:52 GMT (envelope-from yongari) Message-Id: <200608120155.k7C1tqtE062265@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:55: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/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 01:55:52 -0000 yongari 2006-08-12 01:55:52 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: Make sure to check frames in Tx queue are empty before clearing watchdog timer. Revision Changes Path 1.204 +4 -4 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 02:05:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEE916A4DD; Sat, 12 Aug 2006 02:05:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7543D45; Sat, 12 Aug 2006 02:05:13 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C25Dnx063962; Sat, 12 Aug 2006 02:05:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C25Dx0063961; Sat, 12 Aug 2006 02:05:13 GMT (envelope-from yongari) Message-Id: <200608120205.k7C25Dx0063961@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 02:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 02:05:13 -0000 yongari 2006-08-12 02:05:13 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: Don't reset Tx threshold value whenever xl_init_locked() is called. Instead the threshould is initialized in device attach. Later the threshold could be increased in Tx underrun error and the new threshold should be used in xl_init_locked(). Revision Changes Path 1.205 +3 -1 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 08:28:30 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839AD16A4DF; Sat, 12 Aug 2006 08:28:30 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD8E43D58; Sat, 12 Aug 2006 08:28:29 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7C8SSpS022864; Sat, 12 Aug 2006 12:28:28 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sat, 12 Aug 2006 12:28:28 +0400 (MSD) From: Dmitry Morozovsky To: Nate Lawson In-Reply-To: <200608120051.k7C0pIjv057528@repoman.freebsd.org> Message-ID: <20060812122745.F25511@woozle.rinet.ru> References: <200608120051.k7C0pIjv057528@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sat, 12 Aug 2006 12:28:28 +0400 (MSD) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 08:28:30 -0000 On Sat, 12 Aug 2006, Nate Lawson wrote: NL> njl 2006-08-12 00:51:18 UTC NL> NL> FreeBSD src repository NL> NL> Modified files: (Branch: RELENG_6) NL> sys/i386/acpica acpi_wakeup.c NL> Log: NL> MFC: stop beep after resume and man page updates NL> NL> Revision Changes Path NL> 1.39.2.2 +11 -0 src/sys/i386/acpica/acpi_wakeup.c Hmm, it seems part of commit was not MFCed: /acpica -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/lh/src/sys/MINI/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/lh/src/sys/MINI -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: In function `acpi_sleep_machdep': /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: `acpi_resume_beep' undeclared (first use in this function) /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: (Each undeclared identifier is reported only once /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: for each function it appears in.) *** Error code 1 marck@kucha:/usr/src> ident /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: $FreeBSD: src/sys/i386/acpica/acpi_wakeup.c,v 1.39.2.2 2006/08/12 00:51:18 njl Exp $ Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Sat Aug 12 08:42:55 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B176716A4DA; Sat, 12 Aug 2006 08:42:55 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A312743D4C; Sat, 12 Aug 2006 08:42:53 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 38A6F5E47; Sat, 12 Aug 2006 12:42:52 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 068CB5F10; Sat, 12 Aug 2006 12:42:52 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7C8grer008658; Sat, 12 Aug 2006 12:42:53 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 12:42:53 +0400 From: Ruslan Ermilov To: Alexander Leidinger Message-ID: <20060812084253.GA8597@rambler-co.ru> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> <20060812005213.384b744b@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20060812005213.384b744b@Magellan.Leidinger.net> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 08:42:55 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote: > Quoting Kris Kennaway (Fri, 11 Aug 2006 18:36:42 -0= 400): > > I'd suggest adding a comment to the file to prevent another recurrence >=20 > This was one the first idea I had after reading this. If nobody comes > up with a better one after I'm awaken again, I will add a comment (at > the end of the OLD_FILES list). >=20 > > of this, or make it so they're touched at installworld and don't keep > > showing up as false positives in 'find' searches. >=20 > That would be another idea. I like it better, since we can't expect > that someone greps in ObsoleteFiles.inc for each file he wants to add. >=20 Please add a comment to ObsoleteFiles.inc if you like. Touching these files at installworld time is not an acceptable option since they are not touched for a reson to match the behavior of standard Groff install (they can have locally added staff much like our /boot/loader.rc which shouldn't be occasionally overwritten). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3ZSNqRfpzJluFF4RAr1NAJ9TPGKVk33IFD9o+MeogZr4VMJpMACghGkY 41u1KiarPL8xcpNL7v7DGjs= =gaHC -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-cvs-src@FreeBSD.ORG Sat Aug 12 08:53:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF7216A4DA; Sat, 12 Aug 2006 08:53:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B443D43D45; Sat, 12 Aug 2006 08:53:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C8rsx8006442; Sat, 12 Aug 2006 08:53:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C8rsIv006441; Sat, 12 Aug 2006 08:53:54 GMT (envelope-from imp) Message-Id: <200608120853.k7C8rsIv006441@repoman.freebsd.org> From: Warner Losh Date: Sat, 12 Aug 2006 08:53: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/exca excareg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 08:53:55 -0000 imp 2006-08-12 08:53:54 UTC FreeBSD src repository Modified files: sys/dev/exca excareg.h Log: The TOPIC97 and TOPIC100 seem to have a special register in the exca space that enables low voltage operation (and maybe other stuff). Enable the bits in this register so low voltage 16-bit cards may work. Existance noticed in NetBSD driver. Revision Changes Path 1.6 +6 -0 src/sys/dev/exca/excareg.h From owner-cvs-src@FreeBSD.ORG Sat Aug 12 09:06:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6357216A4E1; Sat, 12 Aug 2006 09:06:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2823B43D45; Sat, 12 Aug 2006 09:06:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C96u7O008432; Sat, 12 Aug 2006 09:06:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C96uCK008431; Sat, 12 Aug 2006 09:06:56 GMT (envelope-from imp) Message-Id: <200608120906.k7C96uCK008431@repoman.freebsd.org> From: Warner Losh Date: Sat, 12 Aug 2006 09:06: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/pccbb pccbb.c pccbb_pci.c pccbbreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 09:06:56 -0000 imp 2006-08-12 09:06:55 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbb_pci.c pccbbreg.h Log: Batch of changes: o when turning off the socket for a 16-bit card, write 0 to INTR register rather than just tying to just clear the rest bit. this seems to fix card insert detection after an eject on TI bridges (ricoh bridges work either way, apparently). This is a MFp4. o Cope better with TOPIC95 bridges on powerup. According to NetBSD driver, these bridges don't set POWER_STATE, so cope accordingly in our power code. They also need a little extra time to settle, so do that as well. o It appears that we need to turn on/off one of the clocks to the card when we power up/down that socket on a TOPIC97, also from NetBSD. o TOPIC97 bridges need to specifically enable LV card support. Unconditionally do this in the hopes that all laptops that have these chips support LV voltages (they should, since they are required for CardBus). o TOPIC register name regularization. Registers specific to models of TOPIC are now called out as such. # I need a machine with a TOPIC95 for testing. Revision Changes Path 1.151 +42 -13 src/sys/dev/pccbb/pccbb.c 1.22 +25 -19 src/sys/dev/pccbb/pccbb_pci.c 1.20 +45 -29 src/sys/dev/pccbb/pccbbreg.h From owner-cvs-src@FreeBSD.ORG Sat Aug 12 09:40:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4996116A4DF; Sat, 12 Aug 2006 09:40:14 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av7-1-sn3.vrr.skanova.net (av7-1-sn3.vrr.skanova.net [81.228.9.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A72143D45; Sat, 12 Aug 2006 09:40:13 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 82C6B37FE5; Sat, 12 Aug 2006 11:40:08 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 7390337F86; Sat, 12 Aug 2006 11:40:08 +0200 (CEST) Received: from dude.automatvapen.se (81-235-165-101-no21.tbcn.telia.com [81.235.165.101]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 0B0FA37E46; Sat, 12 Aug 2006 11:40:12 +0200 (CEST) From: Joel Dahl To: John Baldwin In-Reply-To: <200608111922.k7BJMvpS009010@repoman.freebsd.org> References: <200608111922.k7BJMvpS009010@repoman.freebsd.org> Content-Type: text/plain Date: Sat, 12 Aug 2006 11:40:11 +0200 Message-Id: <1155375611.667.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/dev/acpica/Osd OsdMemory.c src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/ia64/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 09:40:14 -0000 On Fri, 2006-08-11 at 19:22 +0000, John Baldwin wrote: > jhb 2006-08-11 19:22:57 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/acpica madt.c > sys/amd64/amd64 pmap.c > sys/amd64/include pmap.h > sys/dev/acpica/Osd OsdMemory.c > sys/i386/acpica acpi_machdep.c madt.c > sys/i386/i386 pmap.c > sys/i386/include pmap.h > sys/ia64/include pmap.h > Log: > First pass at allowing memory to be mapped using cache modes other than > WB (write-back) on x86 via control bits in PTEs and PDEs (including making > use of the PAT MSR). Changes include: > - A new pmap_mapdev_attr() function for amd64 and i386 which takes an > additional parameter (relative to pmap_mapdev()) specifying the cache > mode for this mapping. Note that on amd64 only WB mappings are done with > the direct map, all other modes result in a private mapping. > - pmap_mapdev() on i386 and amd64 now defaults to using UC (uncached) > mappings rather than WB. Previously we relied on the BIOS setting up > MTRR's to enforce memio regions being treated as UC. This might make > hw.cbb_start_memory unnecessary in some cases now for example. > - A new pmap_mapbios()/pmap_unmapbios() API has been added to allow places > that used pmap_mapdev() to map non-device memory (such as ACPI tables) > to do so using WB as before. > - A new pmap_change_attr() function for amd64 and i386 that changes the > caching mode for a range of KVA. Nice! Thanks! -- Joel From owner-cvs-src@FreeBSD.ORG Sat Aug 12 09:46:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E411416A4DD; Sat, 12 Aug 2006 09:46:43 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F0643D5D; Sat, 12 Aug 2006 09:46:43 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C9khMg010346; Sat, 12 Aug 2006 09:46:43 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C9khwu010345; Sat, 12 Aug 2006 09:46:43 GMT (envelope-from des) Message-Id: <200608120946.k7C9khwu010345@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 12 Aug 2006 09:46:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.cpu.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 09:46:44 -0000 des 2006-08-12 09:46:43 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't. It does have MMX (though MMX support is reputed to be incomplete in early generations), and later generations have SSE. MFC after: 2 weeks Revision Changes Path 1.55 +1 -1 src/share/mk/bsd.cpu.mk From owner-cvs-src@FreeBSD.ORG Sat Aug 12 12:35:37 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D14016A4DD; Sat, 12 Aug 2006 12:35:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D6F43D73; Sat, 12 Aug 2006 12:35:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3AA3B1A3C23; Sat, 12 Aug 2006 05:35:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8596D515BB; Sat, 12 Aug 2006 08:35:31 -0400 (EDT) Date: Sat, 12 Aug 2006 08:35:31 -0400 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20060812123531.GA36569@xor.obsecurity.org> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> <20060812005213.384b744b@Magellan.Leidinger.net> <20060812084253.GA8597@rambler-co.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20060812084253.GA8597@rambler-co.ru> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Alexander Leidinger , cvs-all@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 12:35:37 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 12:42:53PM +0400, Ruslan Ermilov wrote: > Hi, >=20 > On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote: > > Quoting Kris Kennaway (Fri, 11 Aug 2006 18:36:42 = -0400): > > > I'd suggest adding a comment to the file to prevent another recurrence > >=20 > > This was one the first idea I had after reading this. If nobody comes > > up with a better one after I'm awaken again, I will add a comment (at > > the end of the OLD_FILES list). > >=20 > > > of this, or make it so they're touched at installworld and don't keep > > > showing up as false positives in 'find' searches. > >=20 > > That would be another idea. I like it better, since we can't expect > > that someone greps in ObsoleteFiles.inc for each file he wants to add. > >=20 > Please add a comment to ObsoleteFiles.inc if you like. Touching these > files at installworld time is not an acceptable option since they are > not touched for a reson to match the behavior of standard Groff install > (they can have locally added staff much like our /boot/loader.rc which > shouldn't be occasionally overwritten). I said "touch" for a reason; touch(1) ;-) Kris --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3csSWry0BWjoQKURApyHAKDFV6ZkgSlURsNavhMPkRjhtfZ+tACeP7v5 d9UEQjV0XcL37M60c+Z2wF0= =+ZtF -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-cvs-src@FreeBSD.ORG Sat Aug 12 15:28:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED4A16A4DD; Sat, 12 Aug 2006 15:28:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3751343D53; Sat, 12 Aug 2006 15:28:40 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFSek4044204; Sat, 12 Aug 2006 15:28:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFSeil044203; Sat, 12 Aug 2006 15:28:40 GMT (envelope-from pjd) Message-Id: <200608121528.k7CFSeil044203@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:28:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys libkern.h src/sys/libkern strstr.c src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 15:28:40 -0000 pjd 2006-08-12 15:28:39 UTC FreeBSD src repository Modified files: sys/sys libkern.h sys/conf files Added files: sys/libkern strstr.c Log: Add strstr() function to the libkern. Revision Changes Path 1.1138 +4 -0 src/sys/conf/files 1.1 +63 -0 src/sys/libkern/strstr.c (new) 1.54 +1 -0 src/sys/sys/libkern.h From owner-cvs-src@FreeBSD.ORG Sat Aug 12 15:29:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046B716A4E5; Sat, 12 Aug 2006 15:29:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B3E443D69; Sat, 12 Aug 2006 15:29:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFTCSG044243; Sat, 12 Aug 2006 15:29:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFTCdd044242; Sat, 12 Aug 2006 15:29:12 GMT (envelope-from pjd) Message-Id: <200608121529.k7CFTCdd044242@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:29:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/dev/acpica acfreebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 15:29:13 -0000 pjd 2006-08-12 15:29:12 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica acfreebsd.h Log: The strstr() function is in the libkern now. Revision Changes Path 1.31 +0 -22 src/sys/contrib/dev/acpica/acfreebsd.h From owner-cvs-src@FreeBSD.ORG Sat Aug 12 15:30:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B57016A4DD; Sat, 12 Aug 2006 15:30:25 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525F943D46; Sat, 12 Aug 2006 15:30:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFUPCJ044346; Sat, 12 Aug 2006 15:30:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFUPaw044344; Sat, 12 Aug 2006 15:30:25 GMT (envelope-from pjd) Message-Id: <200608121530.k7CFUPaw044344@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:30: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/geom/label g_label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 15:30:25 -0000 pjd 2006-08-12 15:30:25 UTC FreeBSD src repository Modified files: sys/geom/label g_label.c Log: Verify if a label doesn't point to the parent directory. Revision Changes Path 1.21 +24 -0 src/sys/geom/label/g_label.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 15:34:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0919216A4E2; Sat, 12 Aug 2006 15:34:16 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27D043D46; Sat, 12 Aug 2006 15:34:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFYFZZ044660; Sat, 12 Aug 2006 15:34:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFYFuC044659; Sat, 12 Aug 2006 15:34:15 GMT (envelope-from pjd) Message-Id: <200608121534.k7CFYFuC044659@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:34: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/geom/label g_label_msdosfs.c g_label_msdosfs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 15:34:16 -0000 pjd 2006-08-12 15:34:15 UTC FreeBSD src repository Modified files: sys/geom/label g_label_msdosfs.c Added files: sys/geom/label g_label_msdosfs.h Log: Handle MSDOS file systems properly. Before the change file systems created on Windows XP (and others maybe) were not detected. We detected only those created with newfs_msdos(8). Submitted by: Tobias Reifenberger style(9)ified by: pjd Revision Changes Path 1.5 +155 -34 src/sys/geom/label/g_label_msdosfs.c 1.1 +140 -0 src/sys/geom/label/g_label_msdosfs.h (new) From owner-cvs-src@FreeBSD.ORG Sat Aug 12 17:11:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE92E16A4F4; Sat, 12 Aug 2006 17:11:43 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D82543D49; Sat, 12 Aug 2006 17:11:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHBhwg065512; Sat, 12 Aug 2006 17:11:43 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHBhZJ065511; Sat, 12 Aug 2006 17:11:43 GMT (envelope-from yar) Message-Id: <200608121711.k7CHBhZJ065511@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 17:11:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 17:11:44 -0000 yar 2006-08-12 17:11:43 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: Fix incorrect .Xr syntax I introduced in the previous commit. Noticed by: ru X-MFC with: rev. 1.31 Revision Changes Path 1.32 +1 -1 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Sat Aug 12 18:07:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6939116A4DE; Sat, 12 Aug 2006 18:07:18 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB06A43D6E; Sat, 12 Aug 2006 18:07:17 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CI7HdL069784; Sat, 12 Aug 2006 18:07:17 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CI7HHq069783; Sat, 12 Aug 2006 18:07:17 GMT (envelope-from yar) Message-Id: <200608121807.k7CI7HHq069783@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 18:07: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/sbin/ifconfig ifclone.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:07:18 -0000 yar 2006-08-12 18:07:17 UTC FreeBSD src repository Modified files: sbin/ifconfig ifclone.c Log: Restore the "plumb" compatibility command, which was lost due to the recent change by sam@ to clone operations in ifconfig(8). Revision Changes Path 1.3 +1 -0 src/sbin/ifconfig/ifclone.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 18:09:43 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9C016A508; Sat, 12 Aug 2006 18:09:43 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7AB43D53; Sat, 12 Aug 2006 18:09:41 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7CI9eZD029947; Sat, 12 Aug 2006 22:09:40 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sat, 12 Aug 2006 22:09:40 +0400 (MSD) From: Dmitry Morozovsky To: Pawel Jakub Dawidek In-Reply-To: <200608121528.k7CFSeil044203@repoman.freebsd.org> Message-ID: <20060812220902.I25511@woozle.rinet.ru> References: <200608121528.k7CFSeil044203@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sat, 12 Aug 2006 22:09:40 +0400 (MSD) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys libkern.h src/sys/libkern strstr.c src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:09:43 -0000 On Sat, 12 Aug 2006, Pawel Jakub Dawidek wrote: PJD> pjd 2006-08-12 15:28:39 UTC PJD> PJD> FreeBSD src repository PJD> PJD> Modified files: PJD> sys/sys libkern.h PJD> sys/conf files PJD> Added files: PJD> sys/libkern strstr.c PJD> Log: PJD> Add strstr() function to the libkern. It seems gjournal changes had been accidentally slipped in. This patch should fix it: marck@woozle:/lh/src.current/sys/conf> cvs diff Index: files =================================================================== RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.1138 diff -u -r1.1138 files --- files 12 Aug 2006 15:28:39 -0000 1.1138 +++ files 12 Aug 2006 18:08:55 -0000 @@ -1183,8 +1183,6 @@ geom/geom_sunlabel_enc.c optional geom_sunlabel geom/geom_vfs.c standard geom/geom_vol_ffs.c optional geom_vol -geom/journal/g_journal.c optional geom_journal -geom/journal/g_journal_ufs.c optional geom_journal geom/label/g_label.c optional geom_label geom/label/g_label_ext2fs.c optional geom_label geom/label/g_label_iso9660.c optional geom_label @@ -1945,7 +1943,6 @@ ufs/ufs/ufs_bmap.c optional ffs ufs/ufs/ufs_dirhash.c optional ffs ufs/ufs/ufs_extattr.c optional ffs -ufs/ufs/ufs_gjournal.c optional ffs ufs/ufs/ufs_inode.c optional ffs ufs/ufs/ufs_lookup.c optional ffs ufs/ufs/ufs_quota.c optional ffs Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Sat Aug 12 18:25:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 141E516A4DA; Sat, 12 Aug 2006 18:25:44 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EED43D45; Sat, 12 Aug 2006 18:25:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7CIPhuX043189; Sat, 12 Aug 2006 18:25:43 GMT (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7CIPhdj043187; Sat, 12 Aug 2006 18:25:43 GMT (envelope-from yar) Date: Sat, 12 Aug 2006 18:25:43 +0000 From: Yar Tikhiy To: Sam Leffler Message-ID: <20060812182543.GA39872@freefall.freebsd.org> References: <200607090610.k696AO6E061602@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607090610.k696AO6E061602@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/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:25:44 -0000 On Sun, Jul 09, 2006 at 06:10:24AM +0000, Sam Leffler wrote: > sam 2006-07-09 06:10:23 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c > Log: > o replace special handling of clone operations by a clone callback > mechanism > o change vlan cloning to use callback and pass all vlan parameters > on create using the new SIOCREATE2 ioctl > o update vlan set logic to match existing practice > > Revision Changes Path > 1.2 +35 -21 src/sbin/ifconfig/ifclone.c > 1.120 +12 -23 src/sbin/ifconfig/ifconfig.c > 1.18 +2 -2 src/sbin/ifconfig/ifconfig.h > 1.12 +78 -54 src/sbin/ifconfig/ifvlan.c Excuse me for noticing this late, but this change broke command lines that had used to work, e.g: # ifconfig vlan77 create vlan 77 vlandev xl0 mtu 1006 up ifconfig: ioctl (set mtu): Device not configured ifconfig: ioctl (SIOCGIFFLAGS): no such interface My experience summarized in ifvlan.c rev. 1.11 showed that using callbacks in ifconfig could be tricky because the order of processing command-line parameters was important in some common cases. -- Yar From owner-cvs-src@FreeBSD.ORG Sat Aug 12 18:30:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E216416A4E1; Sat, 12 Aug 2006 18:30:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292BE43D70; Sat, 12 Aug 2006 18:29:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CITncr070815; Sat, 12 Aug 2006 18:29:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CITnjl070814; Sat, 12 Aug 2006 18:29:49 GMT (envelope-from pjd) Message-Id: <200608121829.k7CITnjl070814@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 18:29: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:30:45 -0000 pjd 2006-08-12 18:29:49 UTC FreeBSD src repository Modified files: sys/conf files Log: Oops. Remove accidentally committed change. Noticed by: marck Revision Changes Path 1.1139 +0 -3 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sat Aug 12 18:32:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D44416A4EE; Sat, 12 Aug 2006 18:32:09 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5070643D6D; Sat, 12 Aug 2006 18:31:56 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CIVu2B071081; Sat, 12 Aug 2006 18:31:56 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CIVuc1071080; Sat, 12 Aug 2006 18:31:56 GMT (envelope-from yar) Message-Id: <200608121831.k7CIVuc1071080@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 18:31:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:32:09 -0000 yar 2006-08-12 18:31:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/tftpd tftpd.8 Log: MFC r1.19: - Improve and extend mark-up. - Don't use full path in .Nm (we just don't do that). - Correct some frivolous and poorly rendering language, such as using possessive case for .Nm or .Fl . - Use the same capitalization for "user ID" as in setuid(2) and getuid(2). - Bring SEE ALSO in accord with the text. Revision Changes Path 1.18.8.1 +32 -20 src/libexec/tftpd/tftpd.8 From owner-cvs-src@FreeBSD.ORG Sat Aug 12 18:33:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D46916A4EA; Sat, 12 Aug 2006 18:33:43 +0000 (UTC) (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 73A8343D8A; Sat, 12 Aug 2006 18:32:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CIWqnj071131; Sat, 12 Aug 2006 18:32:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CIWqf3071130; Sat, 12 Aug 2006 18:32:52 GMT (envelope-from krion) Message-Id: <200608121832.k7CIWqf3071130@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 12 Aug 2006 18:32: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/usr.sbin/pkg_install/version perform.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:33:43 -0000 krion 2006-08-12 18:32:52 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/version perform.c Log: Fix "pkg_version -Io" coredump, if some packages have no origin at all. PR: bin/101932 Submitted by: novel, sat MFC after: 5 days Revision Changes Path 1.16 +1 -1 src/usr.sbin/pkg_install/version/perform.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 19:19:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685DA16A4DA; Sat, 12 Aug 2006 19:19:19 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEA843D5E; Sat, 12 Aug 2006 19:19:10 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7CJJ83A096102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 Aug 2006 12:19:09 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DE29AC.3000409@errno.com> Date: Sat, 12 Aug 2006 12:19:08 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: Yar Tikhiy References: <200607090610.k696AO6E061602@repoman.freebsd.org> <20060812182543.GA39872@freefall.freebsd.org> In-Reply-To: <20060812182543.GA39872@freefall.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 19:19:19 -0000 Yar Tikhiy wrote: > On Sun, Jul 09, 2006 at 06:10:24AM +0000, Sam Leffler wrote: >> sam 2006-07-09 06:10:23 UTC >> >> FreeBSD src repository >> >> Modified files: >> sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c >> Log: >> o replace special handling of clone operations by a clone callback >> mechanism >> o change vlan cloning to use callback and pass all vlan parameters >> on create using the new SIOCREATE2 ioctl >> o update vlan set logic to match existing practice >> >> Revision Changes Path >> 1.2 +35 -21 src/sbin/ifconfig/ifclone.c >> 1.120 +12 -23 src/sbin/ifconfig/ifconfig.c >> 1.18 +2 -2 src/sbin/ifconfig/ifconfig.h >> 1.12 +78 -54 src/sbin/ifconfig/ifvlan.c > > Excuse me for noticing this late, but this change broke command > lines that had used to work, e.g: > > # ifconfig vlan77 create vlan 77 vlandev xl0 mtu 1006 up > ifconfig: ioctl (set mtu): Device not configured > ifconfig: ioctl (SIOCGIFFLAGS): no such interface > > My experience summarized in ifvlan.c rev. 1.11 showed that using > callbacks in ifconfig could be tricky because the order of processing > command-line parameters was important in some common cases. > I tested this; not sure what happened. I'm about to leave on holiday. If you don't want to work on it I'll look at it when I return in Sept. Sam From owner-cvs-src@FreeBSD.ORG Sat Aug 12 19:47:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404FC16A4DF; Sat, 12 Aug 2006 19:47:51 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A6943D67; Sat, 12 Aug 2006 19:47:50 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CJloSx076787; Sat, 12 Aug 2006 19:47:50 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CJlo58076786; Sat, 12 Aug 2006 19:47:50 GMT (envelope-from alc) Message-Id: <200608121947.k7CJlo58076786@repoman.freebsd.org> From: Alan Cox Date: Sat, 12 Aug 2006 19:47: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/kern kern_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 19:47:51 -0000 alc 2006-08-12 19:47:50 UTC FreeBSD src repository Modified files: sys/kern kern_subr.c Log: Reduce the scope of the page queues lock in vm_pgmoveco() now that vm_page_sleep_if_busy() no longer requires the page queue lock to be held. Correctly spell "TRUE". Revision Changes Path 1.97 +2 -2 src/sys/kern/kern_subr.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 20:09:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBEE16A4DA; Sat, 12 Aug 2006 20:09:38 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6889D43D67; Sat, 12 Aug 2006 20:09:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CK9Y4T079053; Sat, 12 Aug 2006 20:09:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CK9YH3079052; Sat, 12 Aug 2006 20:09:34 GMT (envelope-from obrien) Message-Id: <200608122009.k7CK9YH3079052@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 12 Aug 2006 20:09: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/share/man/man9 sysctl.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 20:09:39 -0000 obrien 2006-08-12 20:09:34 UTC FreeBSD src repository Modified files: share/man/man9 sysctl.9 Log: Fix bug preventing the proper displaying of the CTLFLAG_WR option. Revision Changes Path 1.4 +1 -1 src/share/man/man9/sysctl.9 From owner-cvs-src@FreeBSD.ORG Sat Aug 12 20:30:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA0716A4F4; Sat, 12 Aug 2006 20:30:24 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DDA43D68; Sat, 12 Aug 2006 20:30:11 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKUABM080171; Sat, 12 Aug 2006 20:30:10 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKUAkh080170; Sat, 12 Aug 2006 20:30:10 GMT (envelope-from yar) Message-Id: <200608122030.k7CKUAkh080170@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 20:30:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes src/lib/libc/sys kse.2 src/share/doc/papers/timecounter timecounter.ms src/share/man/man4 devctl.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 20:30:25 -0000 yar 2006-08-12 20:30:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) games/fortune/datfiles fortunes lib/libc/sys kse.2 share/doc/papers/timecounter timecounter.ms share/man/man4 devctl.4 Log: MFC the most visible bits of the corrections by Darren Pilgrim: src/games/fortune/datfiles/fortunes 1.224 src/lib/libc/sys/kse.2 1.18 src/share/doc/papers/timecounter/timecounter.ms 1.4 src/share/man/man4/devctl.4 1.5 Revision Changes Path 1.179.2.8 +1 -1 src/games/fortune/datfiles/fortunes 1.15.2.2 +1 -1 src/lib/libc/sys/kse.2 1.3.8.1 +1 -1 src/share/doc/papers/timecounter/timecounter.ms 1.3.12.2 +1 -1 src/share/man/man4/devctl.4 From owner-cvs-src@FreeBSD.ORG Sat Aug 12 20:30:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A22316A500; Sat, 12 Aug 2006 20:30:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4C43D55; Sat, 12 Aug 2006 20:30:58 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKUw1Q080275; Sat, 12 Aug 2006 20:30:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKUw9o080274; Sat, 12 Aug 2006 20:30:58 GMT (envelope-from thompsa) Message-Id: <200608122030.k7CKUw9o080274@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 12 Aug 2006 20:30: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/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 20:30:59 -0000 thompsa 2006-08-12 20:30:58 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Add the module version to fix the loading with if_bridge. Reported by: keramida Tested by: keramida Revision Changes Path 1.19 +1 -0 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Sat Aug 12 20:35:58 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023E616A4E5; Sat, 12 Aug 2006 20:35:58 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8EC43D5E; Sat, 12 Aug 2006 20:35:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7CKZf4R020441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 12 Aug 2006 23:35:42 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7CKZeEP007489; Sat, 12 Aug 2006 23:35:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7CKZeI2007488; Sat, 12 Aug 2006 23:35:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 12 Aug 2006 23:35:40 +0300 From: Giorgos Keramidas To: Andrew Thompson Message-ID: <20060812203540.GB5007@gothmog.pc> References: <200608122030.k7CKUw9o080274@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608122030.k7CKUw9o080274@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.828, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.57, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 20:35:58 -0000 On 2006-08-12 20:30, Andrew Thompson wrote: > thompsa 2006-08-12 20:30:58 UTC > > FreeBSD src repository > > Modified files: > sys/net bridgestp.c > Log: > Add the module version to fix the loading with if_bridge. > > Reported by: keramida > Tested by: keramida Merci :-) From owner-cvs-src@FreeBSD.ORG Sat Aug 12 23:33:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D8616A4DD; Sat, 12 Aug 2006 23:33:11 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C7043D46; Sat, 12 Aug 2006 23:33:10 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CNXASf000213; Sat, 12 Aug 2006 23:33:10 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CNXA6R000212; Sat, 12 Aug 2006 23:33:10 GMT (envelope-from obrien) Message-Id: <200608122333.k7CNXA6R000212@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 12 Aug 2006 23:33:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sysctl.h src/sbin/sysctl sysctl.c src/share/man/man9 sysctl.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 23:33:11 -0000 obrien 2006-08-12 23:33:10 UTC FreeBSD src repository Modified files: sys/sys sysctl.h sbin/sysctl sysctl.c share/man/man9 sysctl.9 Log: Add an extension to the UINT & ULONG types. The XINT & XLONG types behave the same, except sysctl(8) will print out the values in hex. Revision Changes Path 1.72 +10 -2 src/sbin/sysctl/sysctl.c 1.5 +25 -2 src/share/man/man9/sysctl.9 1.143 +16 -0 src/sys/sys/sysctl.h