From owner-cvs-src@FreeBSD.ORG Sun Jan 22 00:30: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 625F916A41F; Sun, 22 Jan 2006 00:30:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B55A43D48; Sun, 22 Jan 2006 00:30:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M0Ukai037000; Sun, 22 Jan 2006 00:30:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M0Ukep036999; Sun, 22 Jan 2006 00:30:46 GMT (envelope-from rwatson) Message-Id: <200601220030.k0M0Ukep036999@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 00:30:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_sem.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, 22 Jan 2006 00:30:47 -0000 rwatson 2006-01-22 00:30:46 UTC FreeBSD src repository Modified files: sys/kern uipc_sem.c Log: Convert remaining functions to ANSI C function declarations. MFC after: 1 week Revision Changes Path 1.22 +28 -86 src/sys/kern/uipc_sem.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 00:46: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 16A4916A41F; Sun, 22 Jan 2006 00:46:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35AF43D46; Sun, 22 Jan 2006 00:46:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M0kern037574; Sun, 22 Jan 2006 00:46:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M0keOo037573; Sun, 22 Jan 2006 00:46:40 GMT (envelope-from rwatson) Message-Id: <200601220046.k0M0keOo037573@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 00:46: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/libkern fnmatch.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, 22 Jan 2006 00:46:41 -0000 rwatson 2006-01-22 00:46:40 UTC FreeBSD src repository Modified files: sys/libkern fnmatch.c Log: Convert function declarations to ANSI C. MFC after: 1 week Revision Changes Path 1.20 +2 -8 src/sys/libkern/fnmatch.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01:04: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 175B416A41F; Sun, 22 Jan 2006 01:04:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A7D43D45; Sun, 22 Jan 2006 01:04:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M145i3045589; Sun, 22 Jan 2006 01:04:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M145kv045588; Sun, 22 Jan 2006 01:04:05 GMT (envelope-from rwatson) Message-Id: <200601220104.k0M145kv045588@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 01:04:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netatm atm_signal.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, 22 Jan 2006 01:04:06 -0000 rwatson 2006-01-22 01:04:05 UTC FreeBSD src repository Modified files: sys/netatm atm_signal.c Log: Convert function declarations to ANSI C. MFC after: 1 week Revision Changes Path 1.14 +8 -18 src/sys/netatm/atm_signal.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01:06: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 7C0FF16A41F; Sun, 22 Jan 2006 01:06:26 +0000 (GMT) (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 358A943D45; Sun, 22 Jan 2006 01:06:26 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M16Qom045763; Sun, 22 Jan 2006 01:06:26 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M16QJL045762; Sun, 22 Jan 2006 01:06:26 GMT (envelope-from njl) Message-Id: <200601220106.k0M16QJL045762@repoman.freebsd.org> From: Nate Lawson Date: Sun, 22 Jan 2006 01:06: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/kern subr_bus.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, 22 Jan 2006 01:06:26 -0000 njl 2006-01-22 01:06:26 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Add a devd(8) event that is sent after the system resumes. This can be used by utilities to reset moused(8), for example. The syntax is: !system=kern subsystem=power type=resume Note that it would be nice to have notification of suspend, but it's more difficult since there would have to be a method of doing request/ack to userland and automatically timing out if no response. apm(4) has a similar mechanism. MFC after: 2 weeks Revision Changes Path 1.190 +13 -1 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01: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 A21CB16A41F; Sun, 22 Jan 2006 01:06:56 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 424F943D53; Sun, 22 Jan 2006 01:06:56 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M16taA045792; Sun, 22 Jan 2006 01:06:55 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M16tvu045791; Sun, 22 Jan 2006 01:06:55 GMT (envelope-from mux) Message-Id: <200601220106.k0M16tvu045791@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 22 Jan 2006 01: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/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: Sun, 22 Jan 2006 01:06:56 -0000 mux 2006-01-22 01:06:55 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix a race condition by initializing the taskqueue before registering the fast interrupt handler that uses it. This fixes a panic at boot time when em_intr_fast() calls taskqueue_enqueue(). Revision Changes Path 1.103 +10 -10 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01:07: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 9FE3F16A438; Sun, 22 Jan 2006 01:07:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581AC43D45; Sun, 22 Jan 2006 01:07:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M17BWF045843; Sun, 22 Jan 2006 01:07:11 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M17BmM045842; Sun, 22 Jan 2006 01:07:11 GMT (envelope-from rwatson) Message-Id: <200601220107.k0M17BmM045842@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 01: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/sys/netatm/ipatm ipatm_vcm.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, 22 Jan 2006 01:07:11 -0000 rwatson 2006-01-22 01:07:11 UTC FreeBSD src repository Modified files: sys/netatm/ipatm ipatm_vcm.c Log: Convert to ANSI C function declarations. MFC after: 1 week Revision Changes Path 1.20 +11 -29 src/sys/netatm/ipatm/ipatm_vcm.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01:08: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 2D2F616A420; Sun, 22 Jan 2006 01:08:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E4F43D4C; Sun, 22 Jan 2006 01:08:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M18UBK045896; Sun, 22 Jan 2006 01:08:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M18Uvw045895; Sun, 22 Jan 2006 01:08:30 GMT (envelope-from rwatson) Message-Id: <200601220108.k0M18Uvw045895@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 01:08:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet 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: Sun, 22 Jan 2006 01:08:31 -0000 rwatson 2006-01-22 01:08:30 UTC FreeBSD src repository Modified files: sys/netinet ip_gre.c Log: Convert last remaining function in ip_gre.c to ANSI C function declaration. MFC after: 1 week Revision Changes Path 1.22 +1 -3 src/sys/netinet/ip_gre.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01:16: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 89F8816A41F; Sun, 22 Jan 2006 01:16:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A3C43D45; Sun, 22 Jan 2006 01:16:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M1GPPP047159; Sun, 22 Jan 2006 01:16:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M1GP0K047158; Sun, 22 Jan 2006 01:16:25 GMT (envelope-from rwatson) Message-Id: <200601220116.k0M1GP0K047158@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 01:16: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/netinet in_pcb.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, 22 Jan 2006 01:16:25 -0000 rwatson 2006-01-22 01:16:25 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Convert remaining functions to ANSI C function declarations; remove 'register' where present. MFC after: 1 week Revision Changes Path 1.167 +33 -77 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 01:17: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 0809E16A41F; Sun, 22 Jan 2006 01:17:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B96943D53; Sun, 22 Jan 2006 01:17:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M1Hwbf047222; Sun, 22 Jan 2006 01:17:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M1Hw7g047221; Sun, 22 Jan 2006 01:17:58 GMT (envelope-from rwatson) Message-Id: <200601220117.k0M1Hw7g047221@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Jan 2006 01:17: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/netinet6 in6_cksum.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, 22 Jan 2006 01:17:59 -0000 rwatson 2006-01-22 01:17:57 UTC FreeBSD src repository Modified files: sys/netinet6 in6_cksum.c Log: Convert in6_cksum() to ANSI C function declaration. MFC after: 1 week Revision Changes Path 1.12 +1 -4 src/sys/netinet6/in6_cksum.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 03:46: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 DCFBC16A41F; Sun, 22 Jan 2006 03:46:04 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9161343D46; Sun, 22 Jan 2006 03:46:04 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M3k4c5010080; Sun, 22 Jan 2006 03:46:04 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M3k4ej010079; Sun, 22 Jan 2006 03:46:04 GMT (envelope-from davidxu) Message-Id: <200601220346.k0M3k4ej010079@repoman.freebsd.org> From: David Xu Date: Sun, 22 Jan 2006 03:46: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/regression/aio/kqueue aio_kqueue.c src/tools/regression/aio/kqueue/lio lio_kqueue.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, 22 Jan 2006 03:46:05 -0000 davidxu 2006-01-22 03:46:03 UTC FreeBSD src repository Modified files: tools/regression/aio/kqueue aio_kqueue.c tools/regression/aio/kqueue/lio lio_kqueue.c Log: s/sigval/sival/g Revision Changes Path 1.2 +1 -1 src/tools/regression/aio/kqueue/aio_kqueue.c 1.2 +1 -1 src/tools/regression/aio/kqueue/lio/lio_kqueue.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 05:00: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 B3D8E16A420; Sun, 22 Jan 2006 05:00:03 +0000 (GMT) (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 23AEA43D46; Sun, 22 Jan 2006 05:00:02 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0M4xxg4001263; Sat, 21 Jan 2006 21:59:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D3114F.1000403@samsco.org> Date: Sat, 21 Jan 2006 21:59:59 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200601211523.k0LFNFQK087143@repoman.freebsd.org> In-Reply-To: <200601211523.k0LFNFQK087143@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Sun, 22 Jan 2006 05:00:04 -0000 Alexander Leidinger wrote: > netchild 2006-01-21 15:23:15 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci emu10k1.c > Log: > Merge rev. 1.5 and 1.6 from DFly: > - Add PCI identifier to match against a Dell OEM version of the SB Live! > - Fix spurious warning about ANSI trigraphs > > Obtained from: DragonFlyBSD > > Revision Changes Path > 1.57 +12 -7 src/sys/dev/sound/pci/emu10k1.c It's generally a bad idea to blindly add IDs to any PCI driver without some proof that they work. Thanks for correcting this. Scott From owner-cvs-src@FreeBSD.ORG Sun Jan 22 05:59: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 976A116A41F; Sun, 22 Jan 2006 05:59:28 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D08043D45; Sun, 22 Jan 2006 05:59:28 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M5xSGC026931; Sun, 22 Jan 2006 05:59:28 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M5xS5j026930; Sun, 22 Jan 2006 05:59:28 GMT (envelope-from davidxu) Message-Id: <200601220559.k0M5xS5j026930@repoman.freebsd.org> From: David Xu Date: Sun, 22 Jan 2006 05:59: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/kern syscalls.master vfs_aio.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, 22 Jan 2006 05:59:28 -0000 davidxu 2006-01-22 05:59:28 UTC FreeBSD src repository Modified files: sys/kern syscalls.master vfs_aio.c Log: Make aio code MP safe. Revision Changes Path 1.207 +11 -11 src/sys/kern/syscalls.master 1.207 +573 -842 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 06:01: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 8577216A41F; Sun, 22 Jan 2006 06:01:49 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3925A43D46; Sun, 22 Jan 2006 06:01:49 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M61n2d027154; Sun, 22 Jan 2006 06:01:49 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M61n3D027153; Sun, 22 Jan 2006 06:01:49 GMT (envelope-from davidxu) Message-Id: <200601220601.k0M61n3D027153@repoman.freebsd.org> From: David Xu Date: Sun, 22 Jan 2006 06:01: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 init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.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: Sun, 22 Jan 2006 06:01:49 -0000 davidxu 2006-01-22 06:01:49 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen. Revision Changes Path 1.205 +12 -12 src/sys/kern/init_sysent.c 1.189 +1 -1 src/sys/kern/syscalls.c 1.186 +1 -1 src/sys/sys/syscall.h 1.141 +1 -1 src/sys/sys/syscall.mk 1.186 +1 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Sun Jan 22 07:54: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 9188916A41F; Sun, 22 Jan 2006 07:54:18 +0000 (GMT) (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 2680443D46; Sun, 22 Jan 2006 07:54:13 +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.3/8.13.3) with ESMTP id k0M7s7Pm092178; Sun, 22 Jan 2006 10:54:07 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id k0M7s7TV092177; Sun, 22 Jan 2006 10:54:07 +0300 (MSK) (envelope-from yar) Date: Sun, 22 Jan 2006 10:54:07 +0300 From: Yar Tikhiy To: Gleb Smirnoff Message-ID: <20060122075406.GB91663@comp.chem.msu.su> References: <200601212251.k0LMpeom029908@repoman.freebsd.org> <20060121233937.GC83922@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060121233937.GC83922@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 ObsoleteFiles.inc UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 07:54:18 -0000 On Sun, Jan 22, 2006 at 02:39:37AM +0300, Gleb Smirnoff wrote: > On Sat, Jan 21, 2006 at 10:51:40PM +0000, Yar Tikhiy wrote: > Y> yar 2006-01-21 22:51:40 UTC > Y> > Y> FreeBSD src repository > Y> > Y> Modified files: (Branch: RELENG_6) > Y> . ObsoleteFiles.inc UPDATING > Y> Log: > Y> MFC: > Y> Record renaming rc.d/ppp-user to rc.d/ppp. > Y> > Y> Revision Changes Path > Y> 1.25.2.2 +2 -0 src/ObsoleteFiles.inc > Y> 1.416.2.14 +5 -0 src/UPDATING > > If I don't mistake, when this thins was committed to HEAD, > someone noticed, that /etc is mergemaster's area, and > files from /etc should not be listed in ObsoleteFiles.inc. There are quite a few /etc files still listed in ObsoleteFiles.inc. Was there a consensus on this issue? In my opinion, mergemaster just predated ObsoleteFiles.inc in this area. We are trying to make /etc contents uniform across different installations, with local configuration files going to /usr/local/etc, so there's nothing wrong in listing defunct /etc files in ObsoleteFiles.inc. -- Yar From owner-cvs-src@FreeBSD.ORG Sun Jan 22 09:25: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 D942216A41F; Sun, 22 Jan 2006 09:25:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9F543D46; Sun, 22 Jan 2006 09:25:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M9PrG0075712; Sun, 22 Jan 2006 09:25:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M9Pr7u075711; Sun, 22 Jan 2006 09:25:53 GMT (envelope-from davidxu) Message-Id: <200601220925.k0M9Pr7u075711@repoman.freebsd.org> From: David Xu Date: Sun, 22 Jan 2006 09:25: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/kern vfs_aio.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, 22 Jan 2006 09:25:54 -0000 davidxu 2006-01-22 09:25:52 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Decrease kaio_active_count first, because user process may go away after we notified it. Revision Changes Path 1.208 +5 -2 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 09:40: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 C0FE916A41F; Sun, 22 Jan 2006 09:40:00 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7471B43D45; Sun, 22 Jan 2006 09:40:00 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0M9e0I5076290; Sun, 22 Jan 2006 09:40:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0M9e0mJ076289; Sun, 22 Jan 2006 09:40:00 GMT (envelope-from davidxu) Message-Id: <200601220940.k0M9e0mJ076289@repoman.freebsd.org> From: David Xu Date: Sun, 22 Jan 2006 09:40:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_aio.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, 22 Jan 2006 09:40:01 -0000 davidxu 2006-01-22 09:40:00 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Fix a bogus panic. Revision Changes Path 1.209 +1 -1 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 11: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 5DDA816A41F; Sun, 22 Jan 2006 11:39:28 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE77F43D45; Sun, 22 Jan 2006 11:39:27 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MBdR9R091147; Sun, 22 Jan 2006 11:39:27 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MBdRQl091146; Sun, 22 Jan 2006 11:39:27 GMT (envelope-from dds) Message-Id: <200601221139.k0MBdRQl091146@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 11:39:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.bin/mail mail.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 11:39:28 -0000 dds 2006-01-22 11:39:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/mail mail.1 Log: MFC 1.47: Document the TMPDIR environment variable. Revision Changes Path 1.18.2.13 +3 -1 src/usr.bin/mail/mail.1 From owner-cvs-src@FreeBSD.ORG Sun Jan 22 11:40: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 CDAB216A41F; Sun, 22 Jan 2006 11:40:52 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F4243D45; Sun, 22 Jan 2006 11:40:52 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MBeqXL091505; Sun, 22 Jan 2006 11:40:52 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MBeqJI091504; Sun, 22 Jan 2006 11:40:52 GMT (envelope-from dds) Message-Id: <200601221140.k0MBeqJI091504@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 11:40:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/mail mail.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 11:40:53 -0000 dds 2006-01-22 11:40:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/mail mail.1 Log: MFC 1.47: Document the TMPDIR environment variable. Revision Changes Path 1.45.2.1 +3 -1 src/usr.bin/mail/mail.1 From owner-cvs-src@FreeBSD.ORG Sun Jan 22 11:41: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 227E616A41F; Sun, 22 Jan 2006 11:41:19 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDEF43D45; Sun, 22 Jan 2006 11:41:18 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MBfIOv091568; Sun, 22 Jan 2006 11:41:18 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MBfIsb091567; Sun, 22 Jan 2006 11:41:18 GMT (envelope-from dds) Message-Id: <200601221141.k0MBfIsb091567@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 11:41: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/usr.bin/mail mail.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 11:41:19 -0000 dds 2006-01-22 11:41:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/mail mail.1 Log: MFC 1.47: Document the TMPDIR environment variable. Revision Changes Path 1.45.8.1 +3 -1 src/usr.bin/mail/mail.1 From owner-cvs-src@FreeBSD.ORG Sun Jan 22 11:51: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 5BF1A16A41F; Sun, 22 Jan 2006 11:51:07 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4BF243D73; Sun, 22 Jan 2006 11:51:03 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MBp3h5092274; Sun, 22 Jan 2006 11:51:03 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MBp2AK092269; Sun, 22 Jan 2006 11:51:02 GMT (envelope-from dds) Message-Id: <200601221151.k0MBp2AK092269@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 11:51:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.bin/finger extern.h finger.1 finger.c util.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, 22 Jan 2006 11:51:07 -0000 dds 2006-01-22 11:51:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/finger extern.h finger.1 finger.c util.c Log: MFC change 2005-09-19 10:11:47 UTC Setting .nofinger will not hide you from root. Revision Changes Path 1.2.6.4 +1 -0 src/usr.bin/finger/extern.h 1.9.2.13 +1 -0 src/usr.bin/finger/finger.1 1.15.2.10 +2 -0 src/usr.bin/finger/finger.c 1.8.2.8 +2 -1 src/usr.bin/finger/util.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 11:52: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 F056516A41F; Sun, 22 Jan 2006 11:52:48 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159B743D53; Sun, 22 Jan 2006 11:52:48 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MBql0h092367; Sun, 22 Jan 2006 11:52:47 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MBql3p092361; Sun, 22 Jan 2006 11:52:47 GMT (envelope-from dds) Message-Id: <200601221152.k0MBql3p092361@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 11:52:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/finger extern.h finger.1 finger.c util.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, 22 Jan 2006 11:52:49 -0000 dds 2006-01-22 11:52:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/finger extern.h finger.1 finger.c util.c Log: MFC change 2005-09-19 10:11:47 UTC Setting .nofinger will not hide you from root. Revision Changes Path 1.9.2.1 +1 -0 src/usr.bin/finger/extern.h 1.30.2.1 +1 -0 src/usr.bin/finger/finger.1 1.34.2.1 +2 -0 src/usr.bin/finger/finger.c 1.21.6.1 +2 -1 src/usr.bin/finger/util.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 11:56: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 0BE5E16A41F; Sun, 22 Jan 2006 11:56:17 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DE743D6E; Sun, 22 Jan 2006 11:56:16 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MBuGUA092693; Sun, 22 Jan 2006 11:56:16 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MBuFh1092690; Sun, 22 Jan 2006 11:56:15 GMT (envelope-from dds) Message-Id: <200601221156.k0MBuFh1092690@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 11:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/finger extern.h finger.1 finger.c util.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, 22 Jan 2006 11:56:17 -0000 dds 2006-01-22 11:56:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/finger extern.h finger.1 finger.c util.c Log: MFC change 2005-09-19 10:11:47 UTC Setting .nofinger will not hide you from root. Revision Changes Path 1.9.8.1 +1 -0 src/usr.bin/finger/extern.h 1.30.8.1 +1 -0 src/usr.bin/finger/finger.1 1.35.2.1 +2 -0 src/usr.bin/finger/finger.c 1.21.12.1 +2 -1 src/usr.bin/finger/util.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 12:40: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 2EE3A16A420; Sun, 22 Jan 2006 12:40:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99F243D45; Sun, 22 Jan 2006 12:40:06 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MCe6Gt004447; Sun, 22 Jan 2006 12:40:06 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MCe6gZ004446; Sun, 22 Jan 2006 12:40:06 GMT (envelope-from yar) Message-Id: <200601221240.k0MCe6gZ004446@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 12:40:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/mail mail.1 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: Sun, 22 Jan 2006 12:40:07 -0000 yar 2006-01-22 12:40:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/mail mail.1 main.c Log: MFC main.c#1.15, mail.1#1.46: Minor man page and help screen fixes. Revision Changes Path 1.45.8.2 +15 -6 src/usr.bin/mail/mail.1 1.14.8.1 +6 -7 src/usr.bin/mail/main.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:16: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 336A116A41F; Sun, 22 Jan 2006 13:16:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2954843D49; Sun, 22 Jan 2006 13:16:14 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDGEYe027599; Sun, 22 Jan 2006 13:16:14 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDGDFr027598; Sun, 22 Jan 2006 13:16:13 GMT (envelope-from glebius) Message-Id: <200601221316.k0MDGDFr027598@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 22 Jan 2006 13:16:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mbuf.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, 22 Jan 2006 13:16:17 -0000 glebius 2006-01-22 13:16:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mbuf.c Log: Remove another bogus KASSERT(). Examination of mb_free_ext() shows that RELENG_6 is not yet ready for this KASSERT. Revision Changes Path 1.9.2.4 +0 -1 src/sys/kern/kern_mbuf.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:19: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 EE17816A41F; Sun, 22 Jan 2006 13:19:14 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DBD43D48; Sun, 22 Jan 2006 13:19:14 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDJEWq027708; Sun, 22 Jan 2006 13:19:14 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDJE4V027705; Sun, 22 Jan 2006 13:19:14 GMT (envelope-from yar) Message-Id: <200601221319.k0MDJE4V027705@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 13:19: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/man8 rc.subr.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: Sun, 22 Jan 2006 13:19:15 -0000 yar 2006-01-22 13:19:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man8 rc.subr.8 Log: MFC rev. 1.7, 1.8: Document that `reload' is not provided by default yet it can be enabled when applicable. Use consistent punctuation and vertical indenting around .Dl's. Wrap a too long line. Revision Changes Path 1.6.8.1 +21 -9 src/share/man/man8/rc.subr.8 From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:24: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 1486C16A41F; Sun, 22 Jan 2006 13:24:59 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6CB43D45; Sun, 22 Jan 2006 13:24:58 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDOw3U027979; Sun, 22 Jan 2006 13:24:58 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDOw1K027978; Sun, 22 Jan 2006 13:24:58 GMT (envelope-from yar) Message-Id: <200601221324.k0MDOw1K027978@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 13:24: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/etc/rc.d ike X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 13:24:59 -0000 yar 2006-01-22 13:24:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ike Log: MFC rev. 1.5: Set $command to indicate that the script wants to use the default rc.subr(8) methods. This is mandatory now. Revision Changes Path 1.4.2.1 +1 -0 src/etc/rc.d/ike From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:40: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 6F19E16A41F; Sun, 22 Jan 2006 13:40:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A7F43D45; Sun, 22 Jan 2006 13:40:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDelgJ028710; Sun, 22 Jan 2006 13:40:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDelCn028709; Sun, 22 Jan 2006 13:40:47 GMT (envelope-from yar) Message-Id: <200601221340.k0MDelCn028709@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 13:40: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/etc/rc.d pflog X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 13:40:48 -0000 yar 2006-01-22 13:40:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d pflog Log: MFC rev. 1.6, 1.7: Simplify the code by making use of 'kldstat -q -m '. Use rc.subr(8) appropriately. Revision Changes Path 1.5.2.1 +24 -45 src/etc/rc.d/pflog From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:41: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 7B7E716A422; Sun, 22 Jan 2006 13:41:17 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A1B43D5C; Sun, 22 Jan 2006 13:41:16 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDfGhX028817; Sun, 22 Jan 2006 13:41:16 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDfGg3028816; Sun, 22 Jan 2006 13:41:16 GMT (envelope-from dds) Message-Id: <200601221341.k0MDfGg3028816@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 13:41:16 +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/lib/libc/sys utimes.2 src/sys/kern vfs_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, 22 Jan 2006 13:41:17 -0000 dds 2006-01-22 13:41:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys utimes.2 sys/kern vfs_syscalls.c Log: MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments contains incorrect fractional second values (outside the range 0-999999). Prior to this change users could create files with values outside that range. Moreover, on 32-bit machines tv_usec offsets larger than 4.3s would result in an unnormalized AND wrong timestamp value, due to overflow. Revision Changes Path 1.8.2.5 +7 -1 src/lib/libc/sys/utimes.2 1.151.2.20 +3 -0 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:44: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 C456A16A426; Sun, 22 Jan 2006 13:44:32 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 037B043D46; Sun, 22 Jan 2006 13:44:29 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DA3F.dip.t-dialin.net [84.165.218.63]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k0MDaNS5090569; Sun, 22 Jan 2006 14:36:24 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k0MDhrQl087386; Sun, 22 Jan 2006 14:43:54 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sun, 22 Jan 2006 14:43:53 +0100 From: Alexander Leidinger To: Yar Tikhiy Message-ID: <20060122144353.0cb97c33@Magellan.Leidinger.net> In-Reply-To: <20060122075406.GB91663@comp.chem.msu.su> References: <200601212251.k0LMpeom029908@repoman.freebsd.org> <20060121233937.GC83922@FreeBSD.org> <20060122075406.GB91663@comp.chem.msu.su> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.10; 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: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 13:44:32 -0000 On Sun, 22 Jan 2006 10:54:07 +0300 Yar Tikhiy wrote: > On Sun, Jan 22, 2006 at 02:39:37AM +0300, Gleb Smirnoff wrote: > > On Sat, Jan 21, 2006 at 10:51:40PM +0000, Yar Tikhiy wrote: > > Y> yar 2006-01-21 22:51:40 UTC > > Y> > > Y> FreeBSD src repository > > Y> > > Y> Modified files: (Branch: RELENG_6) > > Y> . ObsoleteFiles.inc UPDATING > > Y> Log: > > Y> MFC: > > Y> Record renaming rc.d/ppp-user to rc.d/ppp. > > Y> > > Y> Revision Changes Path > > Y> 1.25.2.2 +2 -0 src/ObsoleteFiles.inc > > Y> 1.416.2.14 +5 -0 src/UPDATING > > > > If I don't mistake, when this thins was committed to HEAD, > > someone noticed, that /etc is mergemaster's area, and > > files from /etc should not be listed in ObsoleteFiles.inc. > > There are quite a few /etc files still listed in ObsoleteFiles.inc. > Was there a consensus on this issue? In my opinion, mergemaster > just predated ObsoleteFiles.inc in this area. We are trying to > make /etc contents uniform across different installations, with > local configuration files going to /usr/local/etc, so there's nothing > wrong in listing defunct /etc files in ObsoleteFiles.inc. The consensus was, that it doesn't hurt. Implicit assumption: if someone does delete-old (following the documented update procedure), he also runs mergemaster (following the documented update procedure). If someone does not follow the documented update procedure, he should not complain if he shoots himself into a foot. Since an user has to agree to every file delete-old wants to remove (except he runs it in batch-mode, but then this sentence still applies), the user already expressed his knowledge about what he does (sort of)... so: don't moan if you break something, there are enough warning messages. Bye, Alexander. -- It's not a bug, it's tradition! http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:45: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 6179A16A41F; Sun, 22 Jan 2006 13:45:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1670243D46; Sun, 22 Jan 2006 13:45:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDjSfp029314; Sun, 22 Jan 2006 13:45:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDjS1Q029313; Sun, 22 Jan 2006 13:45:28 GMT (envelope-from yar) Message-Id: <200601221345.k0MDjS1Q029313@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 13:45:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d pf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 13:45:29 -0000 yar 2006-01-22 13:45:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d pf Log: MFC rev. 1.8, 1.10: Simplify the code by making use of 'kldstat -q -m '. Use available rc.subr features. Reduce code duplication. Follow the current style of rc.d scripting. Revision Changes Path 1.7.2.4 +18 -32 src/etc/rc.d/pf From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13: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 BD9D816A41F; Sun, 22 Jan 2006 13:48:30 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A6B43D45; Sun, 22 Jan 2006 13:48:30 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDmUNJ029469; Sun, 22 Jan 2006 13:48:30 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDmUO1029468; Sun, 22 Jan 2006 13:48:30 GMT (envelope-from dds) Message-Id: <200601221348.k0MDmUO1029468@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 13:48: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/lib/libc/sys utimes.2 src/sys/kern vfs_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, 22 Jan 2006 13:48:30 -0000 dds 2006-01-22 13:48:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys utimes.2 sys/kern vfs_syscalls.c Log: MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments contains incorrect fractional second values (outside the range 0-999999). Prior to this change users could create files with values outside that range. Moreover, on 32-bit machines tv_usec offsets larger than 4.3s would result in an unnormalized AND wrong timestamp value, due to overflow. Revision Changes Path 1.17.12.1 +7 -1 src/lib/libc/sys/utimes.2 1.392.2.4 +3 -0 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 13:52: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 E195A16A41F; Sun, 22 Jan 2006 13:52:11 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E6443D46; Sun, 22 Jan 2006 13:52:11 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MDqBNR029666; Sun, 22 Jan 2006 13:52:11 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MDqBGv029665; Sun, 22 Jan 2006 13:52:11 GMT (envelope-from dds) Message-Id: <200601221352.k0MDqBGv029665@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 22 Jan 2006 13:52:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/sys utimes.2 src/sys/kern vfs_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, 22 Jan 2006 13:52:12 -0000 dds 2006-01-22 13:52:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/sys utimes.2 sys/kern vfs_syscalls.c Log: MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments contains incorrect fractional second values (outside the range 0-999999). Prior to this change users could create files with values outside that range. Moreover, on 32-bit machines tv_usec offsets larger than 4.3s would result in an unnormalized AND wrong timestamp value, due to overflow. Revision Changes Path 1.17.6.1 +7 -1 src/lib/libc/sys/utimes.2 1.356.2.5 +3 -0 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 14:54: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 81F9516A41F; Sun, 22 Jan 2006 14:54:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C50843D46; Sun, 22 Jan 2006 14:54:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MEsPD8034191; Sun, 22 Jan 2006 14:54:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MEsPA9034190; Sun, 22 Jan 2006 14:54:25 GMT (envelope-from yar) Message-Id: <200601221454.k0MEsPA9034190@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 14:54:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.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, 22 Jan 2006 14:54:25 -0000 yar 2006-01-22 14:54:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/kbdmux kbdmux.c Log: MFC rev. 1.3: Spotted a call to a cdev-related function not wrapped in "#ifdef KBD_INSTALL_CDEV". Revision Changes Path 1.2.2.2 +2 -0 src/sys/dev/kbdmux/kbdmux.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 15:06: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 745FD16A41F; Sun, 22 Jan 2006 15:06:50 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC2843D49; Sun, 22 Jan 2006 15:06:50 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MF6oSJ034720; Sun, 22 Jan 2006 15:06:50 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MF6oVo034719; Sun, 22 Jan 2006 15:06:50 GMT (envelope-from ariff) Message-Id: <200601221506.k0MF6oVo034719@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 22 Jan 2006 15:06: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/sound/pcm channel.c feeder.c feeder.h feeder_fmt.c feeder_rate.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, 22 Jan 2006 15:06:50 -0000 ariff 2006-01-22 15:06:50 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c feeder.c feeder.h feeder_fmt.c feeder_rate.c Log: Various fixups: feeder.h: feeder.c: - Implement scoring mechanisme to select best format for conversion. This is actually part of newer format chaining procedures which will be commited someday. Confusion during chaining process solved by this scoring since it will try to reduce list of from/to formats to a single, best format. Related PR: kern/91683 channel.c: - Simplify feeder building process since we have smarter format chaining. feeder_fmt.c: - Add few more sign conversion feeders for 24 and 32 bit format. feeder_rate.c: - Force buffer / bytes allignment. Unaligned buffer may cause panics during recording on pure 32bit sample format if it involves feeder_rate as part of feeders chain. Tested on: ATI IXP, force 32bit recording. MFC after: 5 days Revision Changes Path 1.107 +15 -25 src/sys/dev/sound/pcm/channel.c 1.35 +117 -7 src/sys/dev/sound/pcm/feeder.c 1.13 +4 -0 src/sys/dev/sound/pcm/feeder.h 1.19 +66 -0 src/sys/dev/sound/pcm/feeder_fmt.c 1.15 +25 -14 src/sys/dev/sound/pcm/feeder_rate.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 15:33: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 C034316A420; Sun, 22 Jan 2006 15:33:16 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA9743D46; Sun, 22 Jan 2006 15:33:16 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MFXG6V035915; Sun, 22 Jan 2006 15:33:16 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MFXGsi035914; Sun, 22 Jan 2006 15:33:16 GMT (envelope-from matteo) Message-Id: <200601221533.k0MFXGsi035914@repoman.freebsd.org> From: Matteo Riondato Date: Sun, 22 Jan 2006 15:33: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/etc gettytab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 15:33:16 -0000 matteo 2006-01-22 15:33:16 UTC FreeBSD src repository Modified files: etc gettytab Log: Add gettytab entry for 3wire 19200 baud console PR: conf/90346 Submitted by: Gavin Atkinson Approved by: philip (mentor) MFC after: 3 days Revision Changes Path 1.23 +2 -0 src/etc/gettytab From owner-cvs-src@FreeBSD.ORG Sun Jan 22 15:35: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 9E35116A420; Sun, 22 Jan 2006 15:35:14 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0A043D45; Sun, 22 Jan 2006 15:35:14 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MFZEWp036236; Sun, 22 Jan 2006 15:35:14 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MFZEje036235; Sun, 22 Jan 2006 15:35:14 GMT (envelope-from fjoe) Message-Id: <200601221535.k0MFZEje036235@repoman.freebsd.org> From: Max Khon Date: Sun, 22 Jan 2006 15:35: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/sys/geom/uzip g_uzip.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, 22 Jan 2006 15:35:14 -0000 fjoe 2006-01-22 15:35:14 UTC FreeBSD src repository Modified files: sys/geom/uzip g_uzip.c Log: Rename geom_uzip class to g_uzip in order to be consistent with the naming of other GEOM modules. PR: 89998 Revision Changes Path 1.10 +2 -2 src/sys/geom/uzip/g_uzip.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 16:33: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 4E55A16A41F; Sun, 22 Jan 2006 16:33:47 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E0043D46; Sun, 22 Jan 2006 16:33:47 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MGXkZo038746; Sun, 22 Jan 2006 16:33:46 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MGXkQo038745; Sun, 22 Jan 2006 16:33:46 GMT (envelope-from yar) Message-Id: <200601221633.k0MGXkQo038745@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 16:33: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/reboot boot_i386.8 src/share/man/man5 make.conf.5 style.Makefile.5 src/share/man/man7 build.7 development.7 release.7 src/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 16:33:47 -0000 yar 2006-01-22 16:33:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/reboot boot_i386.8 share/man/man5 make.conf.5 style.Makefile.5 share/man/man7 build.7 development.7 release.7 usr.bin/make make.1 Log: MFC manpage fixes related to make.conf(5) and, in make.1, to included makefiles at large. sbin/reboot/boot_i386.8 1.56 share/man/man5/make.conf.5 1.122 share/man/man5/style.Makefile.5 1.16 share/man/man7/build.7 1.37 share/man/man7/development.7 1.16 share/man/man7/release.7 1.55 share/man/man8/diskless.8 1.27 usr.bin/make/make.1 1.94-1.96 Revision Changes Path 1.52.2.4 +2 -1 src/sbin/reboot/boot_i386.8 1.121.2.2 +62 -30 src/share/man/man5/make.conf.5 1.15.2.1 +2 -1 src/share/man/man5/style.Makefile.5 1.30.2.2 +1 -2 src/share/man/man7/build.7 1.14.2.2 +3 -2 src/share/man/man7/development.7 1.54.2.2 +0 -1 src/share/man/man7/release.7 1.89.2.2 +69 -33 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Sun Jan 22 18:26: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 A6EB416A41F; Sun, 22 Jan 2006 18:26:33 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166D243D45; Sun, 22 Jan 2006 18:26:33 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 5BC6E17019; Mon, 23 Jan 2006 00:26:49 +0600 (NOVT) Date: Mon, 23 Jan 2006 00:26:49 +0600 From: Max Khon To: "M. Warner Losh" Message-ID: <20060122182649.GB97629@samodelkin.net> References: <20060115.231029.62233420.imp@bsdimp.com> <43CB42A9.8090601@samsco.org> <20060116083922.GD81316@ip.net.ua> <20060116.092610.122288991.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060116.092610.122288991.imp@bsdimp.com> User-Agent: Mutt/1.4.2i Cc: scottl@samsco.org, src-committers@FreeBSD.ORG, flz@FreeBSD.ORG, cvs-src@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config 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: Sun, 22 Jan 2006 18:26:34 -0000 Hi! On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: > The problem with removing .depend in the depend target happens too > late. Before we get to the meat of the depend target, the error > happens. The error happens, btw, when a .h file is deleted, which the > .depend file depends on... There might be other clever ways around this. GNU make is able to regenerated Makefile and any included files if it founds rules for rebuilding them. I have a patch for BSD make that implements exactly this behaviour. /fjoe From owner-cvs-src@FreeBSD.ORG Sun Jan 22 18:37: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 1226A16A41F; Sun, 22 Jan 2006 18:37:52 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62EC43D46; Sun, 22 Jan 2006 18:37:51 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MIbpC9058899; Sun, 22 Jan 2006 18:37:51 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MIbpJP058898; Sun, 22 Jan 2006 18:37:51 GMT (envelope-from matteo) Message-Id: <200601221837.k0MIbpJP058898@repoman.freebsd.org> From: Matteo Riondato Date: Sun, 22 Jan 2006 18: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/adduser adduser.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, 22 Jan 2006 18:37:52 -0000 matteo 2006-01-22 18:37:51 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.sh Log: Honour the "uuid" directive in adduser.conf PR: conf/87914 Approved by: philip (mentor) MFC after: 3 days Revision Changes Path 1.27 +4 -1 src/usr.sbin/adduser/adduser.sh From owner-cvs-src@FreeBSD.ORG Sun Jan 22 19: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 3E73B16A41F; Sun, 22 Jan 2006 19:22:54 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF69943D45; Sun, 22 Jan 2006 19:22:53 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MJMr1K061069; Sun, 22 Jan 2006 19:22:53 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MJMrF9061068; Sun, 22 Jan 2006 19:22:53 GMT (envelope-from yar) Message-Id: <200601221922.k0MJMrF9061068@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 22 Jan 2006 19: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/sbin/ifconfig 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: Sun, 22 Jan 2006 19:22:54 -0000 yar 2006-01-22 19:22:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifvlan.c Log: MFC rev. 1.9, 1.10: Use a callback to set up a vlan interface so that "vlan" and "vlandev" commands can be specified in any order. This makes the code more compact and clear as well. Improve error check on vlan argument. Eliminate some unneeded code bits. Revision Changes Path 1.7.2.2 +36 -45 src/sbin/ifconfig/ifvlan.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 19:37: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 63CDB16A41F; Sun, 22 Jan 2006 19:37:03 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9CB43D58; Sun, 22 Jan 2006 19:37:03 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MJb26G062120; Sun, 22 Jan 2006 19:37:02 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MJb2Cc062119; Sun, 22 Jan 2006 19:37:02 GMT (envelope-from truckman) Message-Id: <200601221937.k0MJb2Cc062119@repoman.freebsd.org> From: Don Lewis Date: Sun, 22 Jan 2006 19:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c vfs_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, 22 Jan 2006 19:37:03 -0000 truckman 2006-01-22 19:37:02 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c vfs_syscalls.c Log: Tweak previous vfs_lookup.c commit to return an EINVAL error from lookup() instead of EPERM when a DELETE or RENAME operation is attempted on "..". In kern_unlink(), remap EINVAL errors returned from namei() to EPERM to match existing (and POSIX required) behaviour. Discussed with: bde MFC after: 3 days Revision Changes Path 1.85 +1 -1 src/sys/kern/vfs_lookup.c 1.400 +1 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 19:49: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 B171616A41F; Sun, 22 Jan 2006 19:49:37 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5AC43D49; Sun, 22 Jan 2006 19:49:37 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MJnbYJ062708; Sun, 22 Jan 2006 19:49:37 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MJnbd4062707; Sun, 22 Jan 2006 19:49:37 GMT (envelope-from truckman) Message-Id: <200601221949.k0MJnbd4062707@repoman.freebsd.org> From: Don Lewis Date: Sun, 22 Jan 2006 19:49: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/lib/libc/sys rename.2 rmdir.2 undelete.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2006 19:49:37 -0000 truckman 2006-01-22 19:49:37 UTC FreeBSD src repository Modified files: lib/libc/sys rename.2 rmdir.2 undelete.2 Log: Back out the previous change to rename.2. The previous rename() behaviour of returning EINVAL when ".." is passed as either argument has been restored. rmdir("..") now returns EINVAL instead of EPERM. Document the previously undocumented behaviour of rmdir(".") returning EINVAL as required by POSIX and SUSv3. Bump the man page change date. undelete("..") now returns EINVAL instead of EPERM. Bump the man page change date. MFC after: 3 days Revision Changes Path 1.24 +0 -3 src/lib/libc/sys/rename.2 1.15 +5 -3 src/lib/libc/sys/rmdir.2 1.17 +3 -3 src/lib/libc/sys/undelete.2 From owner-cvs-src@FreeBSD.ORG Sun Jan 22 21:09: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 1374A16A41F; Sun, 22 Jan 2006 21:09:39 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C085943D46; Sun, 22 Jan 2006 21:09:38 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0ML9cgd073402; Sun, 22 Jan 2006 21:09:38 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0ML9c3Y073401; Sun, 22 Jan 2006 21:09:38 GMT (envelope-from fjoe) Message-Id: <200601222109.k0ML9c3Y073401@repoman.freebsd.org> From: Max Khon Date: Sun, 22 Jan 2006 21:09:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_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: Sun, 22 Jan 2006 21:09:39 -0000 fjoe 2006-01-22 21:09:38 UTC FreeBSD src repository Modified files: sys/fs/msdosfs direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_vnops.c Log: Do not assume that `char direntry::deExtension[3]' starts right after `char direntry::deName[8]' and access deExtension[] explicitly. Found by: Coverity Prevent(tm) CID: 350, 351, 352 Revision Changes Path 1.22 +1 -1 src/sys/fs/msdosfs/direntry.h 1.46 +12 -13 src/sys/fs/msdosfs/msdosfs_conv.c 1.47 +2 -2 src/sys/fs/msdosfs/msdosfs_lookup.c 1.161 +1 -1 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Jan 22 23:48: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 715A016A41F; Sun, 22 Jan 2006 23:48:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A79943D46; Sun, 22 Jan 2006 23:48:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MNm8st090346; Sun, 22 Jan 2006 23:48:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MNm8bH090345; Sun, 22 Jan 2006 23:48:08 GMT (envelope-from cperciva) Message-Id: <200601222348.k0MNm8bH090345@repoman.freebsd.org> From: Colin Percival Date: Sun, 22 Jan 2006 23:48: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/portsnap/portsnap portsnap.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, 22 Jan 2006 23:48:08 -0000 cperciva 2006-01-22 23:48:08 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Replace "fetch" with "fetch -r" when downloading the initial ~38MB snapshot in order to avoid unnecessary re-downloading. Remove the earlier "rm -f ${SNAPSHOTHASH}.tgz" to make this work. Suggested by: Lars Engels MFC after: 7 days Revision Changes Path 1.14 +1 -2 src/usr.sbin/portsnap/portsnap/portsnap.sh From owner-cvs-src@FreeBSD.ORG Sun Jan 22 23:56: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 C2D6316A41F; Sun, 22 Jan 2006 23:56:20 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7E043D46; Sun, 22 Jan 2006 23:56:20 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0MNuKF7090780; Sun, 22 Jan 2006 23:56:20 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0MNuKVk090779; Sun, 22 Jan 2006 23:56:20 GMT (envelope-from alc) Message-Id: <200601222356.k0MNuKVk090779@repoman.freebsd.org> From: Alan Cox Date: Sun, 22 Jan 2006 23:56:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_object.c vm_object.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: Sun, 22 Jan 2006 23:56:20 -0000 alc 2006-01-22 23:56:20 UTC FreeBSD src repository Modified files: sys/vm vm_object.c vm_object.h Log: Make vm_object_vndeallocate() static. The external calls to it were eliminated in ufs/ffs/ffs_vnops.c's revision 1.125. Revision Changes Path 1.354 +2 -1 src/sys/vm/vm_object.c 1.112 +0 -1 src/sys/vm/vm_object.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 00:00: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 8ED8016A41F; Mon, 23 Jan 2006 00:00:46 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E5543D45; Mon, 23 Jan 2006 00:00:46 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N00k3j091070; Mon, 23 Jan 2006 00:00:46 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N00k0f091069; Mon, 23 Jan 2006 00:00:46 GMT (envelope-from alc) Message-Id: <200601230000.k0N00k0f091069@repoman.freebsd.org> From: Alan Cox Date: Mon, 23 Jan 2006 00:00:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Mon, 23 Jan 2006 00:00:46 -0000 alc 2006-01-23 00:00:46 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Remove an unnecessary call to pmap_remove_all(). The given page is not mapped because its contents are invalid. Reviewed by: tegge Revision Changes Path 1.502 +0 -1 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 00:32: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 A190416A41F; Mon, 23 Jan 2006 00:32:06 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AA143D72; Mon, 23 Jan 2006 00:32:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N0W3uP092557; Mon, 23 Jan 2006 00:32:03 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N0W3ZG092556; Mon, 23 Jan 2006 00:32:03 GMT (envelope-from kris) Message-Id: <200601230032.k0N0W3ZG092556@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 23 Jan 2006 00:32: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/sbin/mount_nullfs mount_nullfs.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, 23 Jan 2006 00:32:06 -0000 kris 2006-01-23 00:32:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/mount_nullfs mount_nullfs.8 Log: MFC: Remove big scary warning about nullfs state Revision Changes Path 1.30.2.1 +0 -13 src/sbin/mount_nullfs/mount_nullfs.8 From owner-cvs-src@FreeBSD.ORG Mon Jan 23 02:49: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 CC01416A41F; Mon, 23 Jan 2006 02:49:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830B343D45; Mon, 23 Jan 2006 02:49:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N2nZJa004863; Mon, 23 Jan 2006 02:49:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N2nZr0004862; Mon, 23 Jan 2006 02:49:35 GMT (envelope-from davidxu) Message-Id: <200601230249.k0N2nZr0004862@repoman.freebsd.org> From: David Xu Date: Mon, 23 Jan 2006 02:49: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_aio.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, 23 Jan 2006 02:49:36 -0000 davidxu 2006-01-23 02:49:35 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: 1) Merge _aio_aqueue and aio_aqueue, check quota in aio_aqueue, so that lio_listio won't exceed the quota. 2) Remove lio_ref_count, it is no longer used. Revision Changes Path 1.210 +29 -45 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 03:19: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 A8EF016A41F; Mon, 23 Jan 2006 03:19:02 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466B743D4C; Mon, 23 Jan 2006 03:19:02 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N3J2Q1006308; Mon, 23 Jan 2006 03:19:02 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N3J2RR006307; Mon, 23 Jan 2006 03:19:02 GMT (envelope-from jasone) Message-Id: <200601230319.k0N3J2RR006307@repoman.freebsd.org> From: Jason Evans Date: Mon, 23 Jan 2006 03:19:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Mon, 23 Jan 2006 03:19:03 -0000 jasone 2006-01-23 03:19:02 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: In arena_chunk_reg_alloc(), try to avoid touching the last page in the chunk during initialization, in order to avoid physically backing the page unless data are allocated there. Revision Changes Path 1.102 +24 -7 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 03:32: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 B38A216A41F; Mon, 23 Jan 2006 03:32:38 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B25A43D45; Mon, 23 Jan 2006 03:32:38 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N3Wcga006824; Mon, 23 Jan 2006 03:32:38 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N3WcNb006823; Mon, 23 Jan 2006 03:32:38 GMT (envelope-from jasone) Message-Id: <200601230332.k0N3WcNb006823@repoman.freebsd.org> From: Jason Evans Date: Mon, 23 Jan 2006 03:32:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/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: Mon, 23 Jan 2006 03:32:38 -0000 jasone 2006-01-23 03:32:38 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Make the 'C' and 'c' malloc options consistent with other options; 'C' doubles the cache size, and 'c' halves the cache size. Revision Changes Path 1.103 +2 -2 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 04:37: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 BDF5516A43B; Mon, 23 Jan 2006 04:37:59 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 477F943D48; Mon, 23 Jan 2006 04:37:59 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k0N4a5Oq089865; Sun, 22 Jan 2006 21:36:05 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 22 Jan 2006 21:36:21 -0700 (MST) Message-Id: <20060122.213621.11822524.imp@bsdimp.com> To: fjoe@samodelkin.net From: "M. Warner Losh" In-Reply-To: <20060122182649.GB97629@samodelkin.net> References: <20060116083922.GD81316@ip.net.ua> <20060116.092610.122288991.imp@bsdimp.com> <20060122182649.GB97629@samodelkin.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 22 Jan 2006 21:36:10 -0700 (MST) Cc: scottl@samsco.org, src-committers@FreeBSD.ORG, flz@FreeBSD.ORG, cvs-src@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config 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, 23 Jan 2006 04:37:59 -0000 In message: <20060122182649.GB97629@samodelkin.net> Max Khon writes: : Hi! : : On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: : : > The problem with removing .depend in the depend target happens too : > late. Before we get to the meat of the depend target, the error : > happens. The error happens, btw, when a .h file is deleted, which the : > .depend file depends on... There might be other clever ways around this. : : GNU make is able to regenerated Makefile and any included files : if it founds rules for rebuilding them. I have a patch for BSD make : that implements exactly this behaviour. I'd be interested in this... Warner From owner-cvs-src@FreeBSD.ORG Mon Jan 23 05:06: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 F1C8116A41F; Mon, 23 Jan 2006 05:06:53 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AF243D46; Mon, 23 Jan 2006 05:06:53 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N56rNt017572; Mon, 23 Jan 2006 05:06:53 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N56rj1017571; Mon, 23 Jan 2006 05:06:53 GMT (envelope-from ariff) Message-Id: <200601230506.k0N56rj1017571@repoman.freebsd.org> From: Ariff Abdullah Date: Mon, 23 Jan 2006 05:06: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/dev/sound/pcm dsp.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, 23 Jan 2006 05:06:54 -0000 ariff 2006-01-23 05:06:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm dsp.c Log: MFC: Restore old compatibility of feeding directly into /dev/dsp at 8000 hz while preserving the New World Order. Discussed with: [1] Michael W. Oliver [1] http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-January/003562.html Revision Changes Path 1.80.2.4 +4 -2 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 05:43: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 6920616A41F; Mon, 23 Jan 2006 05:43:00 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2545D43D46; Mon, 23 Jan 2006 05:43:00 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N5h0EB018893; Mon, 23 Jan 2006 05:43:00 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N5h02b018892; Mon, 23 Jan 2006 05:43:00 GMT (envelope-from wes) Message-Id: <200601230543.k0N5h02b018892@repoman.freebsd.org> From: Wes Peters Date: Mon, 23 Jan 2006 05:43: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/sbin/dhclient dhclient-script X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2006 05:43:00 -0000 wes 2006-01-23 05:42:59 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient-script Log: Make dhclient-script more agreeable with read-only /etc. PR: 90518 Submitted by: John E. Hein MFC after: 3 days Revision Changes Path 1.12 +10 -9 src/sbin/dhclient/dhclient-script From owner-cvs-src@FreeBSD.ORG Mon Jan 23 06: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 6A7D916A41F; Mon, 23 Jan 2006 06:11:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A9443D46; Mon, 23 Jan 2006 06:11:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N6BNHZ019933; Mon, 23 Jan 2006 06:11:23 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N6BNFF019932; Mon, 23 Jan 2006 06:11:23 GMT (envelope-from davidxu) Message-Id: <200601230611.k0N6BNFF019932@repoman.freebsd.org> From: David Xu Date: Mon, 23 Jan 2006 06:11: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/lib/libthr/thread thr_info.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, 23 Jan 2006 06:11:24 -0000 davidxu 2006-01-23 06:11:23 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_info.c Log: Add missing symbol pthread_set_name_np. Revision Changes Path 1.6 +2 -0 src/lib/libthr/thread/thr_info.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 06:23: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 0902616A41F; Mon, 23 Jan 2006 06:23:38 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27AF43D45; Mon, 23 Jan 2006 06:23:37 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N6NbYP020408; Mon, 23 Jan 2006 06:23:37 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N6NbcN020407; Mon, 23 Jan 2006 06:23:37 GMT (envelope-from mjacob) Message-Id: <200601230623.k0N6NbcN020407@repoman.freebsd.org> From: Matt Jacob Date: Mon, 23 Jan 2006 06:23:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.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, 23 Jan 2006 06:23:38 -0000 mjacob 2006-01-23 06:23:37 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h Log: First of several commits as this driver is dusted off and maybe brought up to date. Principle changes for this reelase is to support 2K Port Login firmware. This allows us to support the 2322 (and 2422 4Gb) cards which only come with the 2K Port Login firmware. The 2322 should now work- but we don't have firmware sets for it in ispfw (as the change to load 2K Port Login f/w hasn't been made- that f/w is so big it has to be loaded in more than one chunk). Other changes are the beginnings of cleaning up some long standing target mode issues. The next changes here will incorporate a lot of bug fixes from others. Finally, some copyright cleanup and attempts to make the parts of the driver that are FreeBSD specific start conforming more to FreeBSD style. MFC after: 1 month Revision Changes Path 1.115 +136 -47 src/sys/dev/isp/isp.c 1.108 +15 -43 src/sys/dev/isp/isp_freebsd.c 1.81 +3 -1 src/sys/dev/isp/isp_freebsd.h 1.33 +296 -3 src/sys/dev/isp/isp_inline.h 1.14 +19 -24 src/sys/dev/isp/isp_ioctl.h 1.106 +25 -3 src/sys/dev/isp/isp_pci.c 1.16 +2 -1 src/sys/dev/isp/isp_sbus.c 1.33 +216 -125 src/sys/dev/isp/isp_target.c 1.24 +120 -14 src/sys/dev/isp/isp_target.h 1.11 +111 -126 src/sys/dev/isp/isp_tpublic.h 1.49 +36 -5 src/sys/dev/isp/ispmbox.h 1.24 +15 -4 src/sys/dev/isp/ispreg.h 1.72 +22 -20 src/sys/dev/isp/ispvar.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 08:45: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 8086816A41F; Mon, 23 Jan 2006 08:45:55 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4691243D60; Mon, 23 Jan 2006 08:45:50 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N8joBL026240; Mon, 23 Jan 2006 08:45:50 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N8jncu026239; Mon, 23 Jan 2006 08:45:49 GMT (envelope-from sos) Message-Id: <200601230845.k0N8jncu026239@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 23 Jan 2006 08:45:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys ata.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, 23 Jan 2006 08:45:55 -0000 sos 2006-01-23 08:45:49 UTC FreeBSD src repository Modified files: sys/sys ata.h Log: Update copyright header to match rest of ATA. Revision Changes Path 1.31 +1 -3 src/sys/sys/ata.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 08:49: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 3A90C16A41F; Mon, 23 Jan 2006 08:49:51 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA7F43D48; Mon, 23 Jan 2006 08:49:50 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0N8nogr033738; Mon, 23 Jan 2006 08:49:50 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0N8noCL033737; Mon, 23 Jan 2006 08:49:50 GMT (envelope-from sos) Message-Id: <200601230849.k0N8noCL033737@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 23 Jan 2006 08:49: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/atacontrol atacontrol.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, 23 Jan 2006 08:49:51 -0000 sos 2006-01-23 08:49:50 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Update copyright header to match rest of ATA. Revision Changes Path 1.40 +1 -3 src/sbin/atacontrol/atacontrol.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 10:27: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 598CA16A41F; Mon, 23 Jan 2006 10:27:18 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7345543D46; Mon, 23 Jan 2006 10:27:16 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NARGNF037607; Mon, 23 Jan 2006 10:27:16 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NARGBL037606; Mon, 23 Jan 2006 10:27:16 GMT (envelope-from davidxu) Message-Id: <200601231027.k0NARGBL037606@repoman.freebsd.org> From: David Xu Date: Mon, 23 Jan 2006 10:27: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/kern vfs_aio.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, 23 Jan 2006 10:27:18 -0000 davidxu 2006-01-23 10:27:15 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Verify all supported notification types. Revision Changes Path 1.211 +18 -3 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 10: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 DAA4A16A41F; Mon, 23 Jan 2006 10:28:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 959FA43D45; Mon, 23 Jan 2006 10:28:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NAS45u037659; Mon, 23 Jan 2006 10:28:04 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NAS49v037658; Mon, 23 Jan 2006 10:28:04 GMT (envelope-from glebius) Message-Id: <200601231028.k0NAS49v037658@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 23 Jan 2006 10:28:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_source.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, 23 Jan 2006 10:28:05 -0000 glebius 2006-01-23 10:28:04 UTC FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: Simplify ng_source_send() removing temporary queue and merging two cycles into one. Revision Changes Path 1.27 +9 -25 src/sys/netgraph/ng_source.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 10:30: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 9B40A16A41F; Mon, 23 Jan 2006 10:30:35 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005E243D5C; Mon, 23 Jan 2006 10:30:34 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NAUYka037786; Mon, 23 Jan 2006 10:30:34 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NAUY89037785; Mon, 23 Jan 2006 10:30:34 GMT (envelope-from yar) Message-Id: <200601231030.k0NAUY89037785@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 23 Jan 2006 10:30:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.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, 23 Jan 2006 10:30:35 -0000 yar 2006-01-23 10:30:34 UTC FreeBSD src repository Modified files: sys/net if.c Log: Be consistent in checking ifa->ifa_addr for NULL. Found by: Coverity Prevent (tm) MFC after: 3 days Revision Changes Path 1.252 +1 -1 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 10:33: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 EE25016A41F; Mon, 23 Jan 2006 10:33:01 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 079FA43D58; Mon, 23 Jan 2006 10:33:00 +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 D278F2082; Mon, 23 Jan 2006 11:32:55 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 5455D2081; Mon, 23 Jan 2006 11:32:55 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 3C0D133C1D; Mon, 23 Jan 2006 11:32:55 +0100 (CET) To: Alexander Leidinger References: <200601211621.k0LGL6vZ089809@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 23 Jan 2006 11:32:55 +0100 In-Reply-To: <200601211621.k0LGL6vZ089809@repoman.freebsd.org> (Alexander Leidinger's message of "Sat, 21 Jan 2006 16:21:06 +0000 (UTC)") Message-ID: <8664obcjzc.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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, 23 Jan 2006 10:33:02 -0000 Alexander Leidinger writes: > Log: > Backput the "Dell ID" part of the last commit, it was already tried in > the past but didn't worked. To avoid repetition in the future, perhaps it should be present, but commented out with a notice explaining why. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 23 13:33: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 B522116A425; Mon, 23 Jan 2006 13:33:31 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEEB43E63; Mon, 23 Jan 2006 11:58:03 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NBw295042600; Mon, 23 Jan 2006 11:58:02 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NBw2RG042599; Mon, 23 Jan 2006 11:58:02 GMT (envelope-from joel) Message-Id: <200601231158.k0NBw2RG042599@repoman.freebsd.org> From: Joel Dahl Date: Mon, 23 Jan 2006 11:58:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound driver.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, 23 Jan 2006 13:33:32 -0000 joel 2006-01-23 11:58:01 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/sound driver.c Log: Sort list of modules. Approved by: ariff Revision Changes Path 1.15 +1 -1 src/sys/dev/sound/driver.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 13:55: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 B6BC416A41F; Mon, 23 Jan 2006 13:55:33 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E2E44535; Mon, 23 Jan 2006 13:55:33 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NDtXx3055304; Mon, 23 Jan 2006 13:55:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NDtXO6055303; Mon, 23 Jan 2006 13:55:33 GMT (envelope-from delphij) Message-Id: <200601231355.k0NDtXO6055303@repoman.freebsd.org> From: Xin LI Date: Mon, 23 Jan 2006 13:55: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/usr.sbin/btxld Makefile btxld.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, 23 Jan 2006 13:55:34 -0000 delphij 2006-01-23 13:55:33 UTC FreeBSD src repository Modified files: usr.sbin/btxld Makefile btxld.c Log: An old patch from Dan Lukes : + Include netinet/in.h for ntohl() * Since the return value was tested separately, cast the values to size_t in order to shut up compiler warnings. + Raise WARNS= level to 6 PR: bin/71666 Revision Changes Path 1.12 +2 -0 src/usr.sbin/btxld/Makefile 1.10 +4 -2 src/usr.sbin/btxld/btxld.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:03: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 3BF8416A41F; Mon, 23 Jan 2006 14:03:15 +0000 (GMT) (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 ED52344539; Mon, 23 Jan 2006 14:03:14 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NE3EFJ055600; Mon, 23 Jan 2006 14:03:14 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NE3EQ5055599; Mon, 23 Jan 2006 14:03:14 GMT (envelope-from cognet) Message-Id: <200601231403.k0NE3EQ5055599@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 23 Jan 2006 14:03: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/sys/arm/xscale/i80321 i80321_pci.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, 23 Jan 2006 14:03:15 -0000 cognet 2006-01-23 14:03:14 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321_pci.c Log: Donc recompute the io port address if it's already the good one. Revision Changes Path 1.6 +5 -3 src/sys/arm/xscale/i80321/i80321_pci.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:33: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 02A6116A41F; Mon, 23 Jan 2006 14:33:55 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B79447D8; Mon, 23 Jan 2006 14:33:54 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NEXrP0056817; Mon, 23 Jan 2006 14:33:53 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NEXrBV056816; Mon, 23 Jan 2006 14:33:53 GMT (envelope-from marius) Message-Id: <200601231433.k0NEXrBV056816@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 14:33: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/boot/common module.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, 23 Jan 2006 14:33:55 -0000 marius 2006-01-23 14:33:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/common module.c Log: MFC: 1.26 In moduledir_readhints() cast the value returned by sizeof() to ssize_t when checking whether it's greater than a struct stat st_size in order to also catch the case when st_size is -1. Previously this check didn't trigger on sparc64 when st_size is -1 (as it's the case for a file on a bzipfs, TFTP server etc.), causing the content of the linker hints file to be copied to memory referenced by a null-pointer. PR: 91231 Revision Changes Path 1.25.10.1 +2 -1 src/sys/boot/common/module.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14: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 B582F16A451; Mon, 23 Jan 2006 14:37:15 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C7744666; Mon, 23 Jan 2006 14:15:45 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NEFiEL056189; Mon, 23 Jan 2006 14:15:44 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NEFiug056188; Mon, 23 Jan 2006 14:15:44 GMT (envelope-from ceri) Message-Id: <200601231415.k0NEFiug056188@repoman.freebsd.org> From: Ceri Davies Date: Mon, 23 Jan 2006 14:15:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/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: Mon, 23 Jan 2006 14:37:16 -0000 ceri 2006-01-23 14:15:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 devctl.4 Log: MFC revision 1.4: Add nofification events to the list of event types. Revision Changes Path 1.3.6.1 +2 -1 src/share/man/man4/devctl.4 From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:37: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 B5DA516A479; Mon, 23 Jan 2006 14:37:42 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D27314473E; Mon, 23 Jan 2006 14:19:36 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NEJafQ056290; Mon, 23 Jan 2006 14:19:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NEJaOp056289; Mon, 23 Jan 2006 14:19:36 GMT (envelope-from marius) Message-Id: <200601231419.k0NEJaOp056289@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 14:19:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/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: Mon, 23 Jan 2006 14:38:00 -0000 marius 2006-01-23 14:19:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/conf GENERIC Log: MFC: 1.438 Remove the commented out entry of the old ISA-only le(4) driver which was retired 22 months ago. Revision Changes Path 1.429.2.5 +0 -3 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:38: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 4277F16A56D; Mon, 23 Jan 2006 14:38:16 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4ED445F3; Mon, 23 Jan 2006 14:13:42 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NEDguH056023; Mon, 23 Jan 2006 14:13:42 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NEDgp8056022; Mon, 23 Jan 2006 14:13:42 GMT (envelope-from ceri) Message-Id: <200601231413.k0NEDgp8056022@repoman.freebsd.org> From: Ceri Davies Date: Mon, 23 Jan 2006 14:13: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 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: Mon, 23 Jan 2006 14:38:18 -0000 ceri 2006-01-23 14:13:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 devctl.4 Log: MFC revision 1.4: Add nofification events to the list of event types. Revision Changes Path 1.3.12.1 +2 -1 src/share/man/man4/devctl.4 From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:45: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 D9B7E16A41F; Mon, 23 Jan 2006 14:45:25 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B6543D46; Mon, 23 Jan 2006 14:45:25 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NEjPPG057281; Mon, 23 Jan 2006 14:45:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NEjPFg057280; Mon, 23 Jan 2006 14:45:25 GMT (envelope-from marius) Message-Id: <200601231445.k0NEjPFg057280@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 14:45:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/include in_cksum.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, 23 Jan 2006 14:45:26 -0000 marius 2006-01-23 14:45:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/include in_cksum.h Log: MFC: 1.3 - The inline asm in this file uses output operands before all input operands are consumed so use the appropriate constraint modifier. Before this change GCC used one register for both an input and an unrelated output operand of in_addword(), causing the input to be overwritten before it was consumed and thus breaking in_addword(). For in_cksum_hdr() and in_pseudo() this change is more or less cosmetic. - Fix a misspelling in a nearby comment. Revision Changes Path 1.2.8.1 +5 -5 src/sys/sparc64/include/in_cksum.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:53: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 2FB6A16A422; Mon, 23 Jan 2006 14:53:52 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B413A44516; Mon, 23 Jan 2006 13:49:39 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NDndb9054673; Mon, 23 Jan 2006 13:49:39 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NDndtH054669; Mon, 23 Jan 2006 13:49:39 GMT (envelope-from jhay) Message-Id: <200601231349.k0NDndtH054669@repoman.freebsd.org> From: John Hay Date: Mon, 23 Jan 2006 13:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/whois whois.1 whois.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, 23 Jan 2006 14:53:52 -0000 jhay 2006-01-23 13:49:39 UTC FreeBSD src repository Modified files: usr.bin/whois whois.1 whois.c Log: Add AfriNIC as a RIR. PR: 80421 Submitted by: Adrian Frith MFC after: 6 days Revision Changes Path 1.35 +8 -3 src/usr.bin/whois/whois.1 1.44 +8 -3 src/usr.bin/whois/whois.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 14:56: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 82FE116A41F; Mon, 23 Jan 2006 14:56:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D64543D7F; Mon, 23 Jan 2006 14:56:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NEuYaM058947; Mon, 23 Jan 2006 14:56:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NEuYP9058946; Mon, 23 Jan 2006 14:56:34 GMT (envelope-from marius) Message-Id: <200601231456.k0NEuYP9058946@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 14:56: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/sys ktr.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, 23 Jan 2006 14:56:34 -0000 marius 2006-01-23 14:56:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys ktr.h Log: MFC: 1.34 Extend the scope of #ifndef LOCORE to also cover the prototype of ktr_tracepoint() and the macros using it. This allows this header to be included in .S files for obtaining the KTR_* class macros directly and providing a default value for KTR_COMPILE in case it's not specified in the kernel config file including defining it to 0 when not using 'options KTR' at all. Revision Changes Path 1.32.2.2 +7 -3 src/sys/sys/ktr.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 15:04: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 E0BC316A41F; Mon, 23 Jan 2006 15:04:09 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F20543D62; Mon, 23 Jan 2006 15:04:09 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NF49EK059455; Mon, 23 Jan 2006 15:04:09 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NF49cA059454; Mon, 23 Jan 2006 15:04:09 GMT (envelope-from marius) Message-Id: <200601231504.k0NF49cA059454@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 15:04: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/sparc64/include ktr.h src/sys/sparc64/sparc64 genassym.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, 23 Jan 2006 15:04:10 -0000 marius 2006-01-23 15:04:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/include ktr.h sys/sparc64/sparc64 genassym.c Log: MFC: sys/sparc64/include/ktr.h 1.6, sys/sparc64/sparc64/genassym.c 1.59 Use directly in .S files instead of exporting the KTR_* class macros via genassym.c. Together with sys/sys/ktr.h 1.34 (MFC'ed in 1.32.2.2) this has the desired side-effect of providing a default value for KTR_COMPILE. Thus this fixes warnings from -Wundef regarding KTR_COMPILE not being defined for .S files. Revision Changes Path 1.5.12.1 +2 -0 src/sys/sparc64/include/ktr.h 1.57.2.1 +0 -14 src/sys/sparc64/sparc64/genassym.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 15:46: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 6ACEE16A41F; Mon, 23 Jan 2006 15:46:10 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2832944157; Mon, 23 Jan 2006 15:46:10 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NFkAQW062193; Mon, 23 Jan 2006 15:46:10 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NFkAHn062192; Mon, 23 Jan 2006 15:46:10 GMT (envelope-from ups) Message-Id: <200601231546.k0NFkAHn062192@repoman.freebsd.org> From: Stephan Uphoff Date: Mon, 23 Jan 2006 15:46: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/i386/i386 mem.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, 23 Jan 2006 15:46:10 -0000 ups 2006-01-23 15:46:10 UTC FreeBSD src repository Modified files: sys/i386/i386 mem.c Log: Fix race conditions. Tested by: kris@ MFC after: 3 days Revision Changes Path 1.117 +57 -33 src/sys/i386/i386/mem.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 15:49: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 1F5E116A41F; Mon, 23 Jan 2006 15:49:02 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B1A4401A; Mon, 23 Jan 2006 15:49:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NFn1HH062317; Mon, 23 Jan 2006 15:49:01 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NFn1tH062316; Mon, 23 Jan 2006 15:49:01 GMT (envelope-from andre) Message-Id: <200601231549.k0NFn1tH062316@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 23 Jan 2006 15:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.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, 23 Jan 2006 15:49:02 -0000 andre 2006-01-23 15:49:01 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg(). The success of the cluster allocation is checked through a field in the mbuf structure. This change is non-functional but properly silences code inspection tools. Found by: Coverity Prevent(tm) Coverity ID: CID807 Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.18 +1 -1 src/sys/kern/kern_mbuf.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 15:57: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 B2E0016A41F; Mon, 23 Jan 2006 15:57:07 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDC24415B; Mon, 23 Jan 2006 15:57:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NFv3Ig062686; Mon, 23 Jan 2006 15:57:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NFv314062685; Mon, 23 Jan 2006 15:57:03 GMT (envelope-from glebius) Message-Id: <200601231557.k0NFv314062685@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 23 Jan 2006 15:57:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.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, 23 Jan 2006 15:57:07 -0000 glebius 2006-01-23 15:57:02 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Use m_getcl() instead of getting mbuf, and then getting a cluster. Revision Changes Path 1.117 +2 -9 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 16:00: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 80C6316A43A; Mon, 23 Jan 2006 16:00:46 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF02E43E52; Mon, 23 Jan 2006 15:31:20 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NFVKr3061257; Mon, 23 Jan 2006 15:31:20 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NFVKCl061256; Mon, 23 Jan 2006 15:31:20 GMT (envelope-from andre) Message-Id: <200601231531.k0NFVKCl061256@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 23 Jan 2006 15:31:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys mbuf.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, 23 Jan 2006 16:00:48 -0000 andre 2006-01-23 15:31:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys mbuf.h Log: MFC rev 1.185+1.186: m_getjcl() returning address of mbuf, not cluster. Revision Changes Path 1.170.2.4 +4 -2 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 16:21: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 D391516A420; Mon, 23 Jan 2006 16:21:30 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF1143D55; Mon, 23 Jan 2006 16:21:30 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NGLUBv064988; Mon, 23 Jan 2006 16:21:30 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NGLUGC064987; Mon, 23 Jan 2006 16:21:30 GMT (envelope-from marius) Message-Id: <200601231621.k0NGLUGC064987@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 16:21: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/sparc64/pci psycho.c psychoreg.h psychovar.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, 23 Jan 2006 16:21:31 -0000 marius 2006-01-23 16:21:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57, sys/sparc64/pci/psychoreg.h 1.10 - 1.11, sys/sparc64/pci/psychovar.h 1.13 - 1.14 Sync psycho(4) with HEAD expect for the UPA_RANGE_* -> OFW_PCI_RANGE_* and PCI_CS_* -> OFW_PCI_CS_* changes in order to mainly obtain the following changes: - Add a workaround for the incorrect interrupt map entry for the EBus bridge on E250 machines. [1] - Register an interrupt handler for the spare hardware interrupt which according to OpenSolaris is used as the over-temperature interrupt in systems with Psycho bridges. PR: 88279 [1] Revision Changes Path 1.53.2.1 +270 -248 src/sys/sparc64/pci/psycho.c 1.9.2.1 +38 -32 src/sys/sparc64/pci/psychoreg.h 1.12.2.1 +16 -22 src/sys/sparc64/pci/psychovar.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 16:32: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 A190A16A41F; Mon, 23 Jan 2006 16:32:29 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABA043D48; Mon, 23 Jan 2006 16:32:29 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NGWTKL065460; Mon, 23 Jan 2006 16:32:29 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NGWTZs065459; Mon, 23 Jan 2006 16:32:29 GMT (envelope-from marius) Message-Id: <200601231632.k0NGWTZs065459@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 16:32:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/uart uart_bus_ebus.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, 23 Jan 2006 16:32:29 -0000 marius 2006-01-23 16:32:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/uart uart_bus_ebus.c Log: Revert the hack introduced in rev. 1.6.2.1, a fix/workaround for the underlying problem was committed in sys/sparc64/pci/psycho.c 1.55 and MFC'ed to RELENG_6 in 1.53.2.1. Revision Changes Path 1.6.2.4 +0 -15 src/sys/dev/uart/uart_bus_ebus.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 16:39: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 A6D7116A41F; Mon, 23 Jan 2006 16:39:20 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5FE43D48; Mon, 23 Jan 2006 16:39:20 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NGdKk7065673; Mon, 23 Jan 2006 16:39:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NGdKVW065672; Mon, 23 Jan 2006 16:39:20 GMT (envelope-from marius) Message-Id: <200601231639.k0NGdKVW065672@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 16:39:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/sparc64/sbus lsi64854.c lsi64854reg.h lsi64854var.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, 23 Jan 2006 16:39:20 -0000 marius 2006-01-23 16:39:20 UTC FreeBSD src repository Removed files: (Branch: RELENG_5) sys/sparc64/sbus lsi64854.c lsi64854reg.h lsi64854var.h Log: Remove files which are unused in this branch. Revision Changes Path 1.1.2.1 +0 -722 src/sys/sparc64/sbus/lsi64854.c (dead) 1.1.2.1 +0 -205 src/sys/sparc64/sbus/lsi64854reg.h (dead) 1.1.2.1 +0 -114 src/sys/sparc64/sbus/lsi64854var.h (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 23 17:24: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 9950516A447; Mon, 23 Jan 2006 17:24:08 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B0A44196; Mon, 23 Jan 2006 17:06:33 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NH6Xno074154; Mon, 23 Jan 2006 17:06:33 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NH6Xqc074153; Mon, 23 Jan 2006 17:06:33 GMT (envelope-from andre) Message-Id: <200601231706.k0NH6Xqc074153@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 23 Jan 2006 17:06:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_icmp.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, 23 Jan 2006 17:24:11 -0000 andre 2006-01-23 17:06:32 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c Log: Simplify ip_next_mtu() and make its logic more easy to see while silencing code analysis tools. Found by: Coverity Prevent(tm) Coverity ID: CID341 Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.110 +12 -19 src/sys/netinet/ip_icmp.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 17:24: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 C648116A448; Mon, 23 Jan 2006 17:24:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BD343D6A; Mon, 23 Jan 2006 16:50:41 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NGofQw073596; Mon, 23 Jan 2006 16:50:41 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NGof2p073595; Mon, 23 Jan 2006 16:50:41 GMT (envelope-from marius) Message-Id: <200601231650.k0NGof2p073595@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 16:50:41 +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/sparc64/pci psycho.c psychoreg.h psychovar.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, 23 Jan 2006 17:24:12 -0000 marius 2006-01-23 16:50:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57, sys/sparc64/pci/psychoreg.h 1.10 - 1.11, sys/sparc64/pci/psychovar.h 1.13 - 1.14 Sync psycho(4) with HEAD expect for the UPA_RANGE_* -> OFW_PCI_RANGE_* and PCI_CS_* -> OFW_PCI_CS_* changes in order to mainly obtain the following changes: - Add a workaround for the incorrect interrupt map entry for the EBus bridge on E250 machines. [1] - Register an interrupt handler for the spare hardware interrupt which according to OpenSolaris is used as the over-temperature interrupt in systems with Psycho bridges. PR: 88279 [1] Revision Changes Path 1.52.2.2 +270 -248 src/sys/sparc64/pci/psycho.c 1.8.2.2 +38 -32 src/sys/sparc64/pci/psychoreg.h 1.11.2.2 +16 -22 src/sys/sparc64/pci/psychovar.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 17:41: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 53EDE16A41F; Mon, 23 Jan 2006 17:41:44 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C9DF43D49; Mon, 23 Jan 2006 17:41:44 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NHfhvC075548; Mon, 23 Jan 2006 17:41:43 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NHfh5U075547; Mon, 23 Jan 2006 17:41:43 GMT (envelope-from trhodes) Message-Id: <200601231741.k0NHfh5U075547@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 23 Jan 2006 17:41: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/nfsserver nfs_serv.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, 23 Jan 2006 17:41:44 -0000 trhodes 2006-01-23 17:41:43 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Fix indentation. Prodded by: stefanf, ru, njl (in that order) Revision Changes Path 1.159 +7 -7 src/sys/nfsserver/nfs_serv.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 17:45: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 CE9F416A41F; Mon, 23 Jan 2006 17:45:57 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5538843D49; Mon, 23 Jan 2006 17:45:57 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NHjvnO075827; Mon, 23 Jan 2006 17:45:57 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NHjv1h075826; Mon, 23 Jan 2006 17:45:57 GMT (envelope-from trhodes) Message-Id: <200601231745.k0NHjv1h075826@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 23 Jan 2006 17:45: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/fs/msdosfs msdosfs_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, 23 Jan 2006 17:45:58 -0000 trhodes 2006-01-23 17:45:57 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vnops.c Log: Update incorrect comments here, there should not be a call to panic() over fs corruption. Discussed with: alfred, phk Revision Changes Path 1.162 +4 -4 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 18: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 AA62116A422; Mon, 23 Jan 2006 18:55:50 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE2C43D8A; Mon, 23 Jan 2006 18:55:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6780244 for multiple; Mon, 23 Jan 2006 13:56:52 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0NIteXG002570; Mon, 23 Jan 2006 13:55:41 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Tom Rhodes Date: Mon, 23 Jan 2006 13:56:16 -0500 User-Agent: KMail/1.9.1 References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> In-Reply-To: <200601211210.k0LCAXYl069896@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601231356.18292.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1247/Sat Jan 21 05:24:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 18:55:50 -0000 On Saturday 21 January 2006 07:10, Tom Rhodes wrote: > trhodes 2006-01-21 12:10:33 UTC > > FreeBSD src repository > > Modified files: > sys/nfsserver nfs_serv.c > Log: > Remove some dead code. > > Found with: Coverity Prevent(tm) Are you going to revert this change given the replies? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 23 18: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 4E70016A41F; Mon, 23 Jan 2006 18:55:56 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D6943D83; Mon, 23 Jan 2006 18:55:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6780243 for multiple; Mon, 23 Jan 2006 13:56:50 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0NIteXF002570; Mon, 23 Jan 2006 13:55:41 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: David Xu Date: Mon, 23 Jan 2006 13:18:52 -0500 User-Agent: KMail/1.9.1 References: <200601220559.k0M5xS5j026930@repoman.freebsd.org> In-Reply-To: <200601220559.k0M5xS5j026930@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_O4R1DmZf6RNy8LX" Message-Id: <200601231318.54234.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1247/Sat Jan 21 05:24:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern syscalls.master vfs_aio.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, 23 Jan 2006 18:55:56 -0000 --Boundary-00=_O4R1DmZf6RNy8LX Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sunday 22 January 2006 00:59, David Xu wrote: > davidxu 2006-01-22 05:59:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern syscalls.master vfs_aio.c > Log: > Make aio code MP safe. Thanks for doing this. This is something I had sort of been working on but hadn't gotten too in a while. (I don't think I had many uncommitted diffs, I think mostly I had just done the fget() and TAILQ_FOREACH_SAFE() cleanups I committed earlier.) One thing I would appreciate is if you could add some comments explaining the locking strategy and annotating which fields are protected by which locks similar to sys/proc.h, etc. I've attached my current set of diffs in case you wanted to look at them. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org --Boundary-00=_O4R1DmZf6RNy8LX Content-Type: text/x-diff; charset="iso-8859-1"; name="aio.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="aio.patch" --- //depot/projects/smpng/sys/kern/vfs_aio.c 2006/01/17 17:16:05 +++ //depot/user/jhb/proc/kern/vfs_aio.c 2006/01/17 17:49:55 @@ -108,6 +108,8 @@ #define AIOD_LIFETIME_DEFAULT (30 * hz) #endif +static int aiod_creation_in_progress; + static SYSCTL_NODE(_vfs, OID_AUTO, aio, CTLFLAG_RW, 0, "Async IO management"); static int max_aio_procs = MAX_AIO_PROCS; @@ -266,7 +268,7 @@ static void aio_onceonly(void); static int aio_free_entry(struct aiocblist *aiocbe); static void aio_process(struct aiocblist *aiocbe); -static int aio_newproc(void); +static int aio_newproc(int always); static int aio_aqueue(struct thread *td, struct aiocb *job, int type, int osigev); static void aio_physwakeup(struct buf *bp); @@ -411,9 +413,17 @@ error = kqueue_del_filteropts(EVFILT_AIO); if (error) return error; + error = kqueue_del_filteropts(EVFILT_LIO); + if (error) + return error; async_io_version = 0; aio_swake = NULL; + uma_zdestroy(kaio_zone); + uma_zdestroy(aiop_zone); + uma_zdestroy(aiocb_zone); + uma_zdestroy(aiol_zone); + uma_zdestroy(aiolio_zone); EVENTHANDLER_DEREGISTER(process_exit, exit_tag); EVENTHANDLER_DEREGISTER(process_exec, exec_tag); mtx_destroy(&aio_freeproc_mtx); @@ -456,8 +466,10 @@ uma_zfree(kaio_zone, ki); } + mtx_lock(&aio_freeproc_mtx); while (num_aio_procs < target_aio_procs) - aio_newproc(); + aio_newproc(0); + mtx_unlock(&aio_freeproc_mtx); } static int @@ -901,8 +913,6 @@ struct proc *curcp, *mycp, *userp; struct vmspace *myvm, *tmpvm; struct thread *td = curthread; - struct pgrp *newpgrp; - struct session *newsess; /* * Local copies of curproc (cp) and vmspace (myvm) @@ -918,16 +928,8 @@ */ aiop = uma_zalloc(aiop_zone, M_WAITOK); aiop->aiothread = td; - aiop->aiothreadflags |= AIOP_FREE; /* - * Place thread (lightweight process) onto the AIO free thread list. - */ - mtx_lock(&aio_freeproc_mtx); - TAILQ_INSERT_HEAD(&aio_freeproc, aiop, list); - mtx_unlock(&aio_freeproc_mtx); - - /* * Get rid of our current filedescriptors. AIOD's don't need any * filedescriptors, except as temporarily inherited from the client. */ @@ -936,15 +938,16 @@ mtx_unlock(&Giant); /* The daemon resides in its own pgrp. */ - MALLOC(newpgrp, struct pgrp *, sizeof(struct pgrp), M_PGRP, - M_WAITOK | M_ZERO); - MALLOC(newsess, struct session *, sizeof(struct session), M_SESSION, - M_WAITOK | M_ZERO); + setsid(td, NULL); - sx_xlock(&proctree_lock); - enterpgrp(mycp, mycp->p_pid, newpgrp, newsess); - sx_xunlock(&proctree_lock); - mtx_lock(&Giant); + /* + * Place thread (lightweight process) onto the AIO free thread list. + */ + mtx_lock(&aio_freeproc_mtx); + num_aio_procs++; + aiop->aiothreadflags |= AIOP_FREE; + TAILQ_INSERT_HEAD(&aio_freeproc, aiop, list); + mtx_unlock(&aio_freeproc_mtx); /* * Wakeup parent process. (Parent sleeps to keep from blasting away @@ -952,6 +955,7 @@ */ wakeup(mycp); + mtx_lock(&aio_freeproc_mtx); for (;;) { /* * curcp is the current daemon process context. @@ -962,7 +966,6 @@ /* * Take daemon off of free queue */ - mtx_lock(&aio_freeproc_mtx); if (aiop->aiothreadflags & AIOP_FREE) { TAILQ_REMOVE(&aio_freeproc, aiop, list); aiop->aiothreadflags &= ~AIOP_FREE; @@ -972,6 +975,7 @@ /* * Check for jobs. */ + mtx_lock(&Giant); while ((aiocbe = aio_selectjob(aiop)) != NULL) { cb = &aiocbe->uaiocb; userp = aiocbe->userproc; @@ -1054,6 +1058,7 @@ curcp = mycp; } + mtx_unlock(&Giant); mtx_lock(&aio_freeproc_mtx); TAILQ_INSERT_HEAD(&aio_freeproc, aiop, list); @@ -1063,18 +1068,17 @@ * If daemon is inactive for a long time, allow it to exit, * thereby freeing resources. */ - if (msleep(aiop->aiothread, &aio_freeproc_mtx, PDROP | PRIBIO, + if (msleep(aiop->aiothread, &aio_freeproc_mtx, PRIBIO, "aiordy", aiod_lifetime)) { s = splnet(); if (TAILQ_EMPTY(&aio_jobs)) { - mtx_lock(&aio_freeproc_mtx); if ((aiop->aiothreadflags & AIOP_FREE) && (num_aio_procs > target_aio_procs)) { TAILQ_REMOVE(&aio_freeproc, aiop, list); + num_aio_procs--; mtx_unlock(&aio_freeproc_mtx); splx(s); uma_zfree(aiop_zone, aiop); - num_aio_procs--; #ifdef DIAGNOSTIC if (mycp->p_vmspace->vm_refcnt <= 1) { printf("AIOD: bad vm refcnt for" @@ -1084,7 +1088,6 @@ #endif kthread_exit(0); } - mtx_unlock(&aio_freeproc_mtx); } splx(s); } @@ -1096,24 +1099,36 @@ * AIO daemon modifies its environment itself. */ static int -aio_newproc(void) +aio_newproc(int always) { - int error; struct proc *p; + int error, n; + mtx_assert(&aio_freeproc_mtx, MA_OWNED); + n = num_aio_procs; + while (aiod_creation_in_progress) { + error = msleep(&aiod_creation_in_progress, &aio_freeproc_mtx, + PZERO, "aionew", aiod_timeout); + if (error || !always) + return (error); + } + aiod_creation_in_progress = 1; + mtx_unlock(&aio_freeproc_mtx); + error = kthread_create(aio_daemon, curproc, &p, RFNOWAIT, 0, "aiod%d", - num_aio_procs); - if (error) - return (error); + n); - /* - * Wait until daemon is started, but continue on just in case to - * handle error conditions. - */ - error = tsleep(p, PZERO, "aiosta", aiod_timeout); + mtx_lock(&aio_freeproc_mtx); + if (error == 0) + /* + * Wait until daemon is started, but continue on just in + * case to handle error conditions. + */ + error = msleep(p, &aio_freeproc_mtx, PZERO, "aiosta", + aiod_timeout); - num_aio_procs++; - + aiod_creation_in_progress = 0; + wakeup(&aiod_creation_in_progress); return (error); } @@ -1597,9 +1612,7 @@ ((ki->kaio_active_count + num_aio_resv_start) < ki->kaio_maxactive_count)) { num_aio_resv_start++; - mtx_unlock(&aio_freeproc_mtx); - error = aio_newproc(); - mtx_lock(&aio_freeproc_mtx); + error = aio_newproc(1); num_aio_resv_start--; if (error) goto retryproc; --Boundary-00=_O4R1DmZf6RNy8LX-- From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19: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 439C216A420; Mon, 23 Jan 2006 19:15:14 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF60043D46; Mon, 23 Jan 2006 19:15:13 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NJFDnR080867; Mon, 23 Jan 2006 19:15:13 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NJFDE7080866; Mon, 23 Jan 2006 19:15:13 GMT (envelope-from ups) Message-Id: <200601231915.k0NJFDE7080866@repoman.freebsd.org> From: Stephan Uphoff Date: Mon, 23 Jan 2006 19:15:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exit.c kern_resource.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, 23 Jan 2006 19:15:14 -0000 ups 2006-01-23 19:15:13 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c kern_resource.c Log: Hopefully fix the "calcru: runtime went backwards from ..." problem by keeping the resource values locked (where needed) while we use them for calculations. MFC after: 3 days Revision Changes Path 1.276 +3 -2 src/sys/kern/kern_exit.c 1.151 +1 -1 src/sys/kern/kern_resource.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19:25: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 1855D16A41F; Mon, 23 Jan 2006 19:25:55 +0000 (GMT) (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 55AE943D5F; Mon, 23 Jan 2006 19:25:52 +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.12.9/8.12.6) with ESMTP id k0NJPpo7051474 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Jan 2006 11:25:51 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43D52E24.1050305@errno.com> Date: Mon, 23 Jan 2006 11:27:32 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox References: <200601230000.k0N00k0f091069@repoman.freebsd.org> In-Reply-To: <200601230000.k0N00k0f091069@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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: Mon, 23 Jan 2006 19:25:55 -0000 Alan Cox wrote: > alc 2006-01-23 00:00:46 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c > Log: > Remove an unnecessary call to pmap_remove_all(). The given page is not > mapped because its contents are invalid. This appears to be the cause of the vm_page_free_toq panics. Sam From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19:28: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 2D32616A41F; Mon, 23 Jan 2006 19:28:36 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0CAE43D49; Mon, 23 Jan 2006 19:28:32 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k0NK5sph016450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 Jan 2006 15:05:54 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 23 Jan 2006 14:28:22 -0500 From: Tom Rhodes To: John Baldwin Message-Id: <20060123142822.1be78fcb.trhodes@FreeBSD.org> In-Reply-To: <200601231356.18292.jhb@freebsd.org> References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> <200601231356.18292.jhb@freebsd.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 19:28:36 -0000 On Mon, 23 Jan 2006 13:56:16 -0500 John Baldwin wrote: > On Saturday 21 January 2006 07:10, Tom Rhodes wrote: > > trhodes 2006-01-21 12:10:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/nfsserver nfs_serv.c > > Log: > > Remove some dead code. > > > > Found with: Coverity Prevent(tm) > > Are you going to revert this change given the replies? Oh, I didn't interpret the comments as "this is wrong please back it out." I just seen replies, both public and private, complaining about the indentation. They went like: stefanf: "Are you sure this is correct?" rwatson: "code is a mess in NFS" ru: quoting the code "bad indentation" njl quoting the code "bad indentation" rees (NFSv4 guy): "looks fine to me" If you, or anyone else for that matter actually wants it reverted, I'll do that. I'm not in the mood to argue with people today, or ever. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19:29: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 1D7D316A420; Mon, 23 Jan 2006 19:29:08 +0000 (GMT) (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 B90BB43D49; Mon, 23 Jan 2006 19:29:07 +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.12.9/8.12.6) with ESMTP id k0NJT6o7051501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Jan 2006 11:29:07 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43D52EE7.7070704@errno.com> Date: Mon, 23 Jan 2006 11:30:47 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damien Bergamini References: <200601210937.k0L9bqRs062888@repoman.freebsd.org> In-Reply-To: <200601210937.k0L9bqRs062888@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/dev/usb if_ural.c if_uralreg.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, 23 Jan 2006 19:29:08 -0000 Damien Bergamini wrote: > damien 2006-01-21 09:37:51 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb if_ural.c if_uralreg.h > Log: > sync w/ openbsd: > > o fix contention window > o silently discard received frames that are too short > o simplify lookup of 802.11a channels (we know they exist) > o fix short preamble support > o add short slot support > o fix eifs settings > o many consistency tweaks With these changes my ural sticks are now performing quite well. Great job! Sam From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19:31: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 86A6316A41F; Mon, 23 Jan 2006 19:31:01 +0000 (GMT) (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 0C34443D58; Mon, 23 Jan 2006 19:31:01 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NJV0Bu081792; Mon, 23 Jan 2006 19:31:00 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NJV0pG081791; Mon, 23 Jan 2006 19:31:00 GMT (envelope-from sam) Message-Id: <200601231931.k0NJV0pG081791@repoman.freebsd.org> From: Sam Leffler Date: Mon, 23 Jan 2006 19:31: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_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: Mon, 23 Jan 2006 19:31:01 -0000 sam 2006-01-23 19:31:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: bounds check each ie's length when parsing Obtained from: madwifi MFC after: 1 week Revision Changes Path 1.86 +4 -0 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19:58: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 9D58416A420; Mon, 23 Jan 2006 19:58:25 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518EB44219; Mon, 23 Jan 2006 19:58:24 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6784139 for multiple; Mon, 23 Jan 2006 14:59:32 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0NJwLGX002949; Mon, 23 Jan 2006 14:58:22 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Stephan Uphoff Date: Mon, 23 Jan 2006 14:55:47 -0500 User-Agent: KMail/1.9.1 References: <200601231915.k0NJFDE7080866@repoman.freebsd.org> In-Reply-To: <200601231915.k0NJFDE7080866@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601231455.49892.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1247/Sat Jan 21 05:24:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_resource.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, 23 Jan 2006 19:58:25 -0000 On Monday 23 January 2006 14:15, Stephan Uphoff wrote: > ups 2006-01-23 19:15:13 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_exit.c kern_resource.c > Log: > Hopefully fix the "calcru: runtime went backwards from ..." problem by > keeping the resource values locked (where needed) while we use them > for calculations. > > MFC after: 3 days Why expand the locking in calcru()? calcru1() is working with a static rusage_ext on calcru()'s stack, not the one for process p that is generated while sched_lock is held. The 'p' for calcru1() is only used for printfs, no actual data is taken from p. I think the ruadd() change might be the only fix needed, though I think the updating of p->p_stats->p_ru.ru_nvcsw and p->p_ru needs to be deferred as well since the race you seem to be fixing is the case where exit1() is preempted, but with the current change you'd still have stale data in p->p_ru (since it is a copy of p->p_stats->p_ru, not a pointer) unless you move the updating of p->p_ru down to just before the ruadd() as it was previously. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 23 19:58: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 422B916A41F; Mon, 23 Jan 2006 19:58:26 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A71644261; Mon, 23 Jan 2006 19:58:24 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6784141 for multiple; Mon, 23 Jan 2006 14:59:33 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0NJwLGY002949; Mon, 23 Jan 2006 14:58:22 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Tom Rhodes Date: Mon, 23 Jan 2006 14:59:22 -0500 User-Agent: KMail/1.9.1 References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> <200601231356.18292.jhb@freebsd.org> <20060123142822.1be78fcb.trhodes@FreeBSD.org> In-Reply-To: <20060123142822.1be78fcb.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601231459.25281.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1247/Sat Jan 21 05:24:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 19:58:26 -0000 On Monday 23 January 2006 14:28, Tom Rhodes wrote: > On Mon, 23 Jan 2006 13:56:16 -0500 > > John Baldwin wrote: > > On Saturday 21 January 2006 07:10, Tom Rhodes wrote: > > > trhodes 2006-01-21 12:10:33 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/nfsserver nfs_serv.c > > > Log: > > > Remove some dead code. > > > > > > Found with: Coverity Prevent(tm) > > > > Are you going to revert this change given the replies? > > Oh, I didn't interpret the comments as "this is wrong please > back it out." I just seen replies, both public and private, > complaining about the indentation. They went like: > > stefanf: "Are you sure this is correct?" When someone says this, you generally should be able to reply with either "Yes, because of X, Y, and Z", or "oops, I guess not, I'll back it out" > rwatson: "code is a mess in NFS" > > ru: quoting the code "bad indentation" > njl quoting the code "bad indentation" > > rees (NFSv4 guy): "looks fine to me" > > If you, or anyone else for that matter actually wants it > reverted, I'll do that. I'm not in the mood to argue > with people today, or ever. :) Hm, are you sure this change is correct? Apparently Coverity thinks that dirp is always 0 at this point, yes? Looking at nfs_namei() I don't believe that. Note the "I don't believe that" part. I'll put my $0.02 in and agree with Stefan Farfeleder. (Luckily, in this case, the notorious NFS macros are not involved). The comments on nfs_namei() state that dirp can be returned not-NULL even if an error occurs and a check of the code paths in nfs_namei() indicates that this is correct. Can you please re-evaluate your change. If (as I suspect), this is actually an incorrect report from Coverity, we should probably report it back to them to investigate. Please either offer explanations to address the concerns raised or back it out. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:06: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 9CFE916A41F; Mon, 23 Jan 2006 20:06:31 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37AB744234; Mon, 23 Jan 2006 20:06:31 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k0NKhp8L016657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 Jan 2006 15:43:52 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 23 Jan 2006 15:06:19 -0500 From: Tom Rhodes To: John Baldwin Message-Id: <20060123150619.63e41bcd.trhodes@FreeBSD.org> In-Reply-To: <200601231459.25281.jhb@freebsd.org> References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> <200601231356.18292.jhb@freebsd.org> <20060123142822.1be78fcb.trhodes@FreeBSD.org> <200601231459.25281.jhb@freebsd.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 20:06:31 -0000 On Mon, 23 Jan 2006 14:59:22 -0500 John Baldwin wrote: > On Monday 23 January 2006 14:28, Tom Rhodes wrote: > > On Mon, 23 Jan 2006 13:56:16 -0500 > > > > John Baldwin wrote: > > > On Saturday 21 January 2006 07:10, Tom Rhodes wrote: > > > > trhodes 2006-01-21 12:10:33 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/nfsserver nfs_serv.c > > > > Log: > > > > Remove some dead code. > > > > > > > > Found with: Coverity Prevent(tm) > > > > > > Are you going to revert this change given the replies? > > > > Oh, I didn't interpret the comments as "this is wrong please > > back it out." I just seen replies, both public and private, > > complaining about the indentation. They went like: > > > > stefanf: "Are you sure this is correct?" > > When someone says this, you generally should be able to reply with either > "Yes, because of X, Y, and Z", or "oops, I guess not, I'll back it out" I did reply, but forgot to CC: the cvs lists. There was just no bothering to follow up since I figured the discussion died, since stefan never followed up. I'll find the reply and push it off. > > > rwatson: "code is a mess in NFS" > > > > ru: quoting the code "bad indentation" > > njl quoting the code "bad indentation" > > > > rees (NFSv4 guy): "looks fine to me" > > > > If you, or anyone else for that matter actually wants it > > reverted, I'll do that. I'm not in the mood to argue > > with people today, or ever. :) > > > Hm, are you sure this change is correct? Apparently Coverity thinks > that dirp is always 0 at this point, yes? Looking at nfs_namei() I > don't believe that. > > > Note the "I don't believe that" part. > > > I'll put my $0.02 in and agree with Stefan Farfeleder. (Luckily, in > this case, the notorious NFS macros are not involved). The comments > on nfs_namei() state that dirp can be returned not-NULL even if an > error occurs and a check of the code paths in nfs_namei() indicates > that this is correct. Can you please re-evaluate your change. > > If (as I suspect), this is actually an incorrect report from Coverity, > we should probably report it back to them to investigate. > > > Please either offer explanations to address the concerns raised or back it > out. --------------------------------------------------------------- > > Hm, are you sure this change is correct? Apparently Coverity thinks > that dirp is always 0 at this point, yes? Looking at nfs_namei() I > don't believe that. Also the comment above this is now stale and the > code inside 'if (error)' not indented properly. Yes, this change should be correct. dirp is always 0 except for one part (which you mention above) and is used/tested elsewhere for that reason. njl and ru have already got me on the stale comment and indention. Jim Reese (NFSv4 guy) also feels that this commit is "good." So I got post-commit review. ;) But I'll definitely agree with rwatson, the nfs code is really scary. :) -------------------------------------------------------------- -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:11: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 9EF9116A4D6; Mon, 23 Jan 2006 20:10:55 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3194643D55; Mon, 23 Jan 2006 20:10:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NKAoxQ083791; Mon, 23 Jan 2006 20:10:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NKAorq083789; Mon, 23 Jan 2006 20:10:50 GMT (envelope-from glebius) Message-Id: <200601232010.k0NKAorq083789@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 23 Jan 2006 20:10: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/netinet ip_icmp.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, 23 Jan 2006 20:11:31 -0000 glebius 2006-01-23 20:10:49 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c Log: Fix build. Revision Changes Path 1.111 +1 -1 src/sys/netinet/ip_icmp.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:35: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 5A70A16A420; Mon, 23 Jan 2006 20:35:05 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF6943D4C; Mon, 23 Jan 2006 20:34:58 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6788738 for multiple; Mon, 23 Jan 2006 15:36:07 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0NKYu9X003143; Mon, 23 Jan 2006 15:34:56 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Tom Rhodes Date: Mon, 23 Jan 2006 15:35:57 -0500 User-Agent: KMail/1.9.1 References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> <200601231459.25281.jhb@freebsd.org> <20060123150619.63e41bcd.trhodes@FreeBSD.org> In-Reply-To: <20060123150619.63e41bcd.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601231535.59259.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1247/Sat Jan 21 05:24:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 20:35:05 -0000 On Monday 23 January 2006 15:06, Tom Rhodes wrote: > On Mon, 23 Jan 2006 14:59:22 -0500 > > John Baldwin wrote: > > On Monday 23 January 2006 14:28, Tom Rhodes wrote: > > > On Mon, 23 Jan 2006 13:56:16 -0500 > > > > > > John Baldwin wrote: > > > > On Saturday 21 January 2006 07:10, Tom Rhodes wrote: > > > > > trhodes 2006-01-21 12:10:33 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > sys/nfsserver nfs_serv.c > > > > > Log: > > > > > Remove some dead code. > > > > > > > > > > Found with: Coverity Prevent(tm) > > > > > > > > Are you going to revert this change given the replies? > > > > > > Oh, I didn't interpret the comments as "this is wrong please > > > back it out." I just seen replies, both public and private, > > > complaining about the indentation. They went like: > > > > > > stefanf: "Are you sure this is correct?" > > > > When someone says this, you generally should be able to reply with either > > "Yes, because of X, Y, and Z", or "oops, I guess not, I'll back it out" > > I did reply, but forgot to CC: the cvs lists. There was just > no bothering to follow up since I figured the discussion died, > since stefan never followed up. > > I'll find the reply and push it off. > > > > rwatson: "code is a mess in NFS" > > > > > > ru: quoting the code "bad indentation" > > > njl quoting the code "bad indentation" > > > > > > rees (NFSv4 guy): "looks fine to me" > > > > > > If you, or anyone else for that matter actually wants it > > > reverted, I'll do that. I'm not in the mood to argue > > > with people today, or ever. :) > > > > > > Hm, are you sure this change is correct? Apparently Coverity thinks > > that dirp is always 0 at this point, yes? Looking at nfs_namei() I > > don't believe that. > > > > > > Note the "I don't believe that" part. > > > > > > I'll put my $0.02 in and agree with Stefan Farfeleder. (Luckily, in > > this case, the notorious NFS macros are not involved). The comments > > on nfs_namei() state that dirp can be returned not-NULL even if an > > error occurs and a check of the code paths in nfs_namei() indicates > > that this is correct. Can you please re-evaluate your change. > > > > If (as I suspect), this is actually an incorrect report from Coverity, > > we should probably report it back to them to investigate. > > > > > > Please either offer explanations to address the concerns raised or back > > it out. > > --------------------------------------------------------------- > > > Hm, are you sure this change is correct? Apparently Coverity thinks > > that dirp is always 0 at this point, yes? Looking at nfs_namei() I > > don't believe that. Also the comment above this is now stale and the > > code inside 'if (error)' not indented properly. > > Yes, this change should be correct. dirp is always 0 except for > one part (which you mention above) and is used/tested elsewhere > for that reason. njl and ru have already got me on the stale > comment and indention. Jim Reese (NFSv4 guy) also feels that > this commit is "good." So I got post-commit review. ;) > > But I'll definitely agree with rwatson, the nfs code is really > scary. :) > -------------------------------------------------------------- Hmm, what do you mean by "one part"? For example, in nfs_namei() you can have dirp != NULL in the following error cases (look for BEWM): int nfs_namei(struct nameidata *ndp, fhandle_t *fhp, int len, struct nfssvc_sock *slp, struct sockaddr *nam, struct mbuf **mdp, caddr_t *dposp, struct vnode **retdirp, int v3, struct vattr *retdirattrp, int *retdirattr_retp, struct thread *td, int pubflag) { ... *retdirp = NULL; ... /* * Set return directory. Reference to dp is implicitly transfered * to the returned pointer */ *retdirp = dp; ... if (pubflag) { ... if ((unsigned char)*fromcp >= WEBNFS_SPECCHAR_START) { switch ((unsigned char)*fromcp) { ... default: error = EIO; uma_zfree(namei_zone, cp); goto out; <=== BEWM!!!! } } ... while (*fromcp != '\0') { if (*fromcp == WEBNFS_ESC_CHAR) { if (fromcp[1] != '\0' && fromcp[2] != '\0') { ... } else { error = ENOENT; uma_zfree(namei_zone, cp); goto out; <=== BEWM!!!! } ... } ... for (;;) { ... error = lookup(ndp); if (error) break; <=== BEWM!!! ... error = VOP_READLINK(ndp->ni_vp, &auio, cnp->cn_cred); if (error) { ... vrele(ndp->ni_dvp); vput(ndp->ni_vp); break; <<< BEWM!!!! } ... } ... out: ... } Won't your changes now be leaking a vnode reference in those cases? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:49: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 5AB1A16A41F; Mon, 23 Jan 2006 20:49:24 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1202843D4C; Mon, 23 Jan 2006 20:49:24 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NKnNTL093162; Mon, 23 Jan 2006 20:49:23 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NKnNxq093161; Mon, 23 Jan 2006 20:49:23 GMT (envelope-from ps) Message-Id: <200601232049.k0NKnNxq093161@repoman.freebsd.org> From: Paul Saab Date: Mon, 23 Jan 2006 20:49: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: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2006 20:49:24 -0000 ps 2006-01-23 20:49:23 UTC FreeBSD src repository Modified files: . access Log: Welcome Mohan Srinivasan. Peter and I will be mentoring him. Approved by: core Revision Changes Path 1.733 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:55: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 7C96A16A41F; Mon, 23 Jan 2006 20:55:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CE043D58; Mon, 23 Jan 2006 20:55:45 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k0NLX6wk016910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 Jan 2006 16:33:07 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 23 Jan 2006 15:55:33 -0500 From: Tom Rhodes To: John Baldwin Message-Id: <20060123155533.22995959.trhodes@FreeBSD.org> In-Reply-To: <200601231535.59259.jhb@freebsd.org> References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> <200601231459.25281.jhb@freebsd.org> <20060123150619.63e41bcd.trhodes@FreeBSD.org> <200601231535.59259.jhb@freebsd.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 20:55:48 -0000 On Mon, 23 Jan 2006 15:35:57 -0500 John Baldwin wrote: > On Monday 23 January 2006 15:06, Tom Rhodes wrote: > > On Mon, 23 Jan 2006 14:59:22 -0500 > > > > John Baldwin wrote: > > > On Monday 23 January 2006 14:28, Tom Rhodes wrote: > > > > On Mon, 23 Jan 2006 13:56:16 -0500 > > > > > > > > John Baldwin wrote: > > > > > On Saturday 21 January 2006 07:10, Tom Rhodes wrote: > > > > > > trhodes 2006-01-21 12:10:33 UTC > > > > > > > > > > > > FreeBSD src repository > > > > > > > > > > > > Modified files: > > > > > > sys/nfsserver nfs_serv.c > > > > > > Log: > > > > > > Remove some dead code. > > > > > > > > > > > > Found with: Coverity Prevent(tm) > > > > > > > > > > Are you going to revert this change given the replies? > > > > > > > > Oh, I didn't interpret the comments as "this is wrong please > > > > back it out." I just seen replies, both public and private, > > > > complaining about the indentation. They went like: > > > > > > > > stefanf: "Are you sure this is correct?" > > > > > > When someone says this, you generally should be able to reply with either > > > "Yes, because of X, Y, and Z", or "oops, I guess not, I'll back it out" > > > > I did reply, but forgot to CC: the cvs lists. There was just > > no bothering to follow up since I figured the discussion died, > > since stefan never followed up. > > > > I'll find the reply and push it off. > > > > > > rwatson: "code is a mess in NFS" > > > > > > > > ru: quoting the code "bad indentation" > > > > njl quoting the code "bad indentation" > > > > > > > > rees (NFSv4 guy): "looks fine to me" > > > > > > > > If you, or anyone else for that matter actually wants it > > > > reverted, I'll do that. I'm not in the mood to argue > > > > with people today, or ever. :) > > > > > > > > > Hm, are you sure this change is correct? Apparently Coverity thinks > > > that dirp is always 0 at this point, yes? Looking at nfs_namei() I > > > don't believe that. > > > > > > > > > Note the "I don't believe that" part. > > > > > > > > > I'll put my $0.02 in and agree with Stefan Farfeleder. (Luckily, in > > > this case, the notorious NFS macros are not involved). The comments > > > on nfs_namei() state that dirp can be returned not-NULL even if an > > > error occurs and a check of the code paths in nfs_namei() indicates > > > that this is correct. Can you please re-evaluate your change. > > > > > > If (as I suspect), this is actually an incorrect report from Coverity, > > > we should probably report it back to them to investigate. > > > > > > > > > Please either offer explanations to address the concerns raised or back > > > it out. > > > > --------------------------------------------------------------- > > > > > Hm, are you sure this change is correct? Apparently Coverity thinks > > > that dirp is always 0 at this point, yes? Looking at nfs_namei() I > > > don't believe that. Also the comment above this is now stale and the > > > code inside 'if (error)' not indented properly. > > > > Yes, this change should be correct. dirp is always 0 except for > > one part (which you mention above) and is used/tested elsewhere > > for that reason. njl and ru have already got me on the stale > > comment and indention. Jim Reese (NFSv4 guy) also feels that > > this commit is "good." So I got post-commit review. ;) > > > > But I'll definitely agree with rwatson, the nfs code is really > > scary. :) > > -------------------------------------------------------------- > > Hmm, what do you mean by "one part"? For example, in nfs_namei() you can have > dirp != NULL in the following error cases (look for BEWM): > > int > nfs_namei(struct nameidata *ndp, fhandle_t *fhp, int len, > struct nfssvc_sock *slp, struct sockaddr *nam, struct mbuf **mdp, > caddr_t *dposp, struct vnode **retdirp, int v3, struct vattr *retdirattrp, > int *retdirattr_retp, struct thread *td, int pubflag) > { > ... > > *retdirp = NULL; > > ... > > /* > * Set return directory. Reference to dp is implicitly transfered > * to the returned pointer > */ > *retdirp = dp; > > ... > if (pubflag) { > ... > if ((unsigned char)*fromcp >= WEBNFS_SPECCHAR_START) { > switch ((unsigned char)*fromcp) { > ... > default: > error = EIO; > uma_zfree(namei_zone, cp); > goto out; <=== BEWM!!!! > } > } > ... > while (*fromcp != '\0') { > if (*fromcp == WEBNFS_ESC_CHAR) { > if (fromcp[1] != '\0' && fromcp[2] != '\0') { > ... > } else { > error = ENOENT; > uma_zfree(namei_zone, cp); > goto out; <=== BEWM!!!! > } > ... > } > ... > for (;;) { > ... > error = lookup(ndp); > if (error) > break; <=== BEWM!!! > ... > error = VOP_READLINK(ndp->ni_vp, &auio, cnp->cn_cred); > if (error) { > ... > vrele(ndp->ni_dvp); > vput(ndp->ni_vp); > break; <<< BEWM!!!! > } > ... > } > ... > out: > ... > } > > Won't your changes now be leaking a vnode reference in those cases? Ack, put me in my place. You're right, my bad, I'll back it out now. Sorry for the churn. -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:57: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 E6EE716A41F; Mon, 23 Jan 2006 20:57:30 +0000 (GMT) (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 9D8DC43D5F; Mon, 23 Jan 2006 20:57:30 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NKvU3C093598; Mon, 23 Jan 2006 20:57:30 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NKvUUY093597; Mon, 23 Jan 2006 20:57:30 GMT (envelope-from sam) Message-Id: <200601232057.k0NKvUUY093597@repoman.freebsd.org> From: Sam Leffler Date: Mon, 23 Jan 2006 20:57: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/net80211 ieee80211.c 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: Mon, 23 Jan 2006 20:57:31 -0000 sam 2006-01-23 20:57:30 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_var.h Log: switch beacon miss threshold from a time to the number of beacon frames; the time value was implicitly based on the beacon interval but never being updated so wrong when the negotiated beacon interval was not 100 TU Revision Changes Path 1.27 +1 -1 src/sys/net80211/ieee80211.c 1.37 +1 -1 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 20:58: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 7A87916A41F; Mon, 23 Jan 2006 20:58:06 +0000 (GMT) (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 2BD9043D5E; Mon, 23 Jan 2006 20:58:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NKw5BT093660; Mon, 23 Jan 2006 20:58:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NKw5Jw093659; Mon, 23 Jan 2006 20:58:05 GMT (envelope-from sam) Message-Id: <200601232058.k0NKw5Jw093659@repoman.freebsd.org> From: Sam Leffler Date: Mon, 23 Jan 2006 20:58:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Mon, 23 Jan 2006 20:58:06 -0000 sam 2006-01-23 20:58:05 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: track bmiss threshold change from time to frame count Revision Changes Path 1.108 +1 -1 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:20: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 30B9316A420 for ; Mon, 23 Jan 2006 21:20:29 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469FA445C7 for ; Mon, 23 Jan 2006 21:20:28 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by zproxy.gmail.com with SMTP id i1so1407224nzh for ; Mon, 23 Jan 2006 13:20:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=eQlElV+oIflaW/unDfl0Qvbb2Re9H1O+WSJb1YR9MQez1eGQ6Eg42IDWrk//fZaxodVTBRY0hCL5kIEh+cu+3rs/a8WU2FM5w6Sikb1Xif8QXE+w4O92RMzPLpuwMoWt9pl16kujm1nR1k+ObMW2ghd5R7CgcPi4mW/+MMrPZ8o= Received: by 10.65.150.12 with SMTP id c12mr894490qbo; Mon, 23 Jan 2006 13:20:27 -0800 (PST) Received: by 10.65.154.16 with HTTP; Mon, 23 Jan 2006 13:20:27 -0800 (PST) Message-ID: <7579f7fb0601231320r34156a90y35164c1855deef86@mail.gmail.com> Date: Mon, 23 Jan 2006 13:20:27 -0800 From: Matthew Jacob To: Paul Saab In-Reply-To: <200601232049.k0NKnNxq093161@repoman.freebsd.org> MIME-Version: 1.0 References: <200601232049.k0NKnNxq093161@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2006 21:20:29 -0000 Welcome indeed to Mohan! (I worked with Mohan back at Auspex) On 1/23/06, Paul Saab wrote: > > ps 2006-01-23 20:49:23 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Welcome Mohan Srinivasan. Peter and I will be mentoring him. > > Approved by: core > > Revision Changes Path > 1.733 +1 -0 CVSROOT/access > From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:33: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 51B7116A420; Mon, 23 Jan 2006 21:33:56 +0000 (GMT) (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 40C9443E4A; Mon, 23 Jan 2006 21:02:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NL2nE6094022; Mon, 23 Jan 2006 21:02:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NL2nuq094021; Mon, 23 Jan 2006 21:02:49 GMT (envelope-from sam) Message-Id: <200601232102.k0NL2nuq094021@repoman.freebsd.org> From: Sam Leffler Date: Mon, 23 Jan 2006 21:02: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_input.c ieee80211_proto.c 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: Mon, 23 Jan 2006 21:33:57 -0000 sam 2006-01-23 21:02:49 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_proto.c ieee80211_var.h Log: s/w beacon miss facility; need to add knobs to fiddle with the settings MFC after: 2 weeks Revision Changes Path 1.87 +3 -1 src/sys/net80211/ieee80211_input.c 1.28 +37 -0 src/sys/net80211/ieee80211_proto.c 1.38 +6 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:34: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 E174C16A4DF; Mon, 23 Jan 2006 21:34:00 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDE5440DD; Mon, 23 Jan 2006 21:07:50 +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 E53432082; Mon, 23 Jan 2006 22:07:42 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 60FCA2081; Mon, 23 Jan 2006 22:07:42 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 48D1633C1D; Mon, 23 Jan 2006 22:07:42 +0100 (CET) To: David Xu References: <200601220559.k0M5xS5j026930@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 23 Jan 2006 22:07:42 +0100 In-Reply-To: <200601220559.k0M5xS5j026930@repoman.freebsd.org> (David Xu's message of "Sun, 22 Jan 2006 05:59:28 +0000 (UTC)") Message-ID: <86acdmvejl.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master vfs_aio.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, 23 Jan 2006 21:34:03 -0000 David Xu writes: > Log: > Make aio code MP safe. Thank you! While you're at it, I'd like to suggest the following: - remove the warning in NOTES about AIO being unstable / unsafe; it is no longer true (you may want to double-check with jasone, who added the warning in the first place) - add options VFS_AIO to GENERIC - merge all of this to RELENG_6 before the freeze DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:34: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 0071116A41F; Mon, 23 Jan 2006 21:34:18 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FAB44352; Mon, 23 Jan 2006 21:11:23 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NLBNod094858; Mon, 23 Jan 2006 21:11:23 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NLBNlB094857; Mon, 23 Jan 2006 21:11:23 GMT (envelope-from matteo) Message-Id: <200601232111.k0NLBNlB094857@repoman.freebsd.org> From: Matteo Riondato Date: Mon, 23 Jan 2006 21:11:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2006 21:34:49 -0000 matteo 2006-01-23 21:11:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.freebsd Log: MFC: Add myself to the list (Ehi, I'm not the youngest!) src/usr.bin/calendar/calendars/calendar.freebsd: rev 1.173 -> 1.174 (tomorrow is my birthday..) Approved by: philip (mentor, implicit) Revision Changes Path 1.165.2.5 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:35: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 77F7F16A626; Mon, 23 Jan 2006 21:34:23 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C6043FF7; Mon, 23 Jan 2006 21:06:22 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NL6MuE094382; Mon, 23 Jan 2006 21:06:22 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NL6MNG094381; Mon, 23 Jan 2006 21:06:22 GMT (envelope-from trhodes) Message-Id: <200601232106.k0NL6MNG094381@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 23 Jan 2006 21:06: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/nfsserver nfs_serv.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, 23 Jan 2006 21:35:06 -0000 trhodes 2006-01-23 21:06:22 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Revert my previous commit. Proved I'm not that bright at times: jhb Revision Changes Path 1.160 +11 -0 src/sys/nfsserver/nfs_serv.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:45: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 C052116A41F; Mon, 23 Jan 2006 21:45:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7925743D48; Mon, 23 Jan 2006 21:45:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NLjXpE096468; Mon, 23 Jan 2006 21:45:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NLjX26096467; Mon, 23 Jan 2006 21:45:33 GMT (envelope-from jhb) Message-Id: <200601232145.k0NLjX26096467@repoman.freebsd.org> From: John Baldwin Date: Mon, 23 Jan 2006 21:45:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_ktrace.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, 23 Jan 2006 21:45:34 -0000 jhb 2006-01-23 21:45:33 UTC FreeBSD src repository Modified files: sys/kern kern_ktrace.c Log: Fix a vnode reference leak in the ktrace code. We always grab a reference to the vnode at the start of ktr_writerequest() but were missing the corresponding vrele() after we finished the write operation. Reported by: jasone Revision Changes Path 1.106 +1 -0 src/sys/kern/kern_ktrace.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 22:57: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 ACF2E16A424; Mon, 23 Jan 2006 22:57:14 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE63043FBC; Mon, 23 Jan 2006 22:29:05 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id DAC4F4AABE; Mon, 23 Jan 2006 16:29:04 -0600 (CST) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 02866-01-76; Mon, 23 Jan 2006 16:29:04 -0600 (CST) Received: by cs.rice.edu (Postfix, from userid 19572) id 4BA154A9AD; Mon, 23 Jan 2006 16:29:04 -0600 (CST) Date: Mon, 23 Jan 2006 16:29:04 -0600 From: Alan Cox To: Sam Leffler Message-ID: <20060123222904.GA5033@cs.rice.edu> References: <200601230000.k0N00k0f091069@repoman.freebsd.org> <43D52E24.1050305@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43D52E24.1050305@errno.com> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-2.2.1 at cs.rice.edu Cc: Alan Cox , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Mon, 23 Jan 2006 22:57:15 -0000 On Mon, Jan 23, 2006 at 11:27:32AM -0800, Sam Leffler wrote: > Alan Cox wrote: > >alc 2006-01-23 00:00:46 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_bio.c > > Log: > > Remove an unnecessary call to pmap_remove_all(). The given page is not > > mapped because its contents are invalid. > > This appears to be the cause of the vm_page_free_toq panics. > Yes. This change has revealed a case in which a page's contents are invalidated but the page's mappings are not immediately revoked. Tor has proposed a fix that I will review this evening. Regards, Alan From owner-cvs-src@FreeBSD.ORG Mon Jan 23 23:46: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 6733716A423; Mon, 23 Jan 2006 23:46:32 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6411C43D55; Mon, 23 Jan 2006 23:46:31 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NNkVo5002723; Mon, 23 Jan 2006 23:46:31 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NNkVOB002705; Mon, 23 Jan 2006 23:46:31 GMT (envelope-from davidxu) Message-Id: <200601232346.k0NNkVOB002705@repoman.freebsd.org> From: David Xu Date: Mon, 23 Jan 2006 23:46: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/kern vfs_aio.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, 23 Jan 2006 23:46:32 -0000 davidxu 2006-01-23 23:46:30 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Add bracket. Revision Changes Path 1.212 +1 -1 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Mon Jan 23 23:12: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 DEED016A41F; Mon, 23 Jan 2006 23:12:40 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep14-int.chello.at (viefep14-int.chello.at [213.46.255.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D96B43D46; Mon, 23 Jan 2006 23:12:38 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep14-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060123231237.DVSQ6338.viefep14-int.chello.at@wombat.fafoe.narf.at>; Tue, 24 Jan 2006 00:12:37 +0100 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 59FADBF4E; Tue, 24 Jan 2006 00:12:36 +0100 (CET) Date: Tue, 24 Jan 2006 00:12:36 +0100 From: Stefan Farfeleder To: Tom Rhodes Message-ID: <20060123231231.GG45935@wombat.fafoe.narf.at> References: <200601211210.k0LCAXYl069896@repoman.freebsd.org> <200601231356.18292.jhb@freebsd.org> <20060123142822.1be78fcb.trhodes@FreeBSD.org> <200601231459.25281.jhb@freebsd.org> <20060123150619.63e41bcd.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060123150619.63e41bcd.trhodes@FreeBSD.org> User-Agent: Mutt/1.5.11 X-Mailman-Approved-At: Mon, 23 Jan 2006 23:59:48 +0000 Cc: Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.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, 23 Jan 2006 23:12:41 -0000 On Mon, Jan 23, 2006 at 03:06:19PM -0500, Tom Rhodes wrote: > > I did reply, but forgot to CC: the cvs lists. There was just > no bothering to follow up since I figured the discussion died, > since stefan never followed up. Sorry about that. You sounded very convinced that the change is correct in your reply, and so I believed you and didn't answer. Stefan From owner-cvs-src@FreeBSD.ORG Tue Jan 24 00:16: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 B2BFA16A41F; Tue, 24 Jan 2006 00:16:16 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E3B43D53; Tue, 24 Jan 2006 00:16:16 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0O0GDn8047633; Tue, 24 Jan 2006 00:16:14 GMT (envelope-from davidxu@freebsd.org) Message-ID: <43D571C7.2070203@freebsd.org> Date: Tue, 24 Jan 2006 08:16:07 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060107 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200601220559.k0M5xS5j026930@repoman.freebsd.org> <200601231318.54234.jhb@freebsd.org> In-Reply-To: <200601231318.54234.jhb@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/sys/kern syscalls.master vfs_aio.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, 24 Jan 2006 00:16:16 -0000 John Baldwin wrote: >On Sunday 22 January 2006 00:59, David Xu wrote: > > >>davidxu 2006-01-22 05:59:28 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern syscalls.master vfs_aio.c >> Log: >> Make aio code MP safe. >> >> > >Thanks for doing this. This is something I had sort of been working on but >hadn't gotten too in a while. (I don't think I had many uncommitted diffs, I >think mostly I had just done the fget() and TAILQ_FOREACH_SAFE() cleanups I >committed earlier.) One thing I would appreciate is if you could add some >comments explaining the locking strategy and annotating which fields are >protected by which locks similar to sys/proc.h, etc. I've attached my >current set of diffs in case you wanted to look at them. > > I will add locking annotating, in fact, I will do it today, it is morning here, I have slept, so now I have interest to work on it again : -) > > >------------------------------------------------------------------------ > >--- //depot/projects/smpng/sys/kern/vfs_aio.c 2006/01/17 17:16:05 >+++ //depot/user/jhb/proc/kern/vfs_aio.c 2006/01/17 17:49:55 >@@ -108,6 +108,8 @@ > #define AIOD_LIFETIME_DEFAULT (30 * hz) > #endif > >+static int aiod_creation_in_progress; >+ > static SYSCTL_NODE(_vfs, OID_AUTO, aio, CTLFLAG_RW, 0, "Async IO management"); > > static int max_aio_procs = MAX_AIO_PROCS; >@@ -266,7 +268,7 @@ > static void aio_onceonly(void); > static int aio_free_entry(struct aiocblist *aiocbe); > static void aio_process(struct aiocblist *aiocbe); >-static int aio_newproc(void); >+static int aio_newproc(int always); > static int aio_aqueue(struct thread *td, struct aiocb *job, int type, > int osigev); > static void aio_physwakeup(struct buf *bp); >@@ -411,9 +413,17 @@ > error = kqueue_del_filteropts(EVFILT_AIO); > if (error) > return error; >+ error = kqueue_del_filteropts(EVFILT_LIO); >+ if (error) >+ return error; > > async_io_version = 0; > aio_swake = NULL; >+ uma_zdestroy(kaio_zone); >+ uma_zdestroy(aiop_zone); >+ uma_zdestroy(aiocb_zone); >+ uma_zdestroy(aiol_zone); >+ uma_zdestroy(aiolio_zone); > EVENTHANDLER_DEREGISTER(process_exit, exit_tag); > EVENTHANDLER_DEREGISTER(process_exec, exec_tag); > mtx_destroy(&aio_freeproc_mtx); >@@ -456,8 +466,10 @@ > uma_zfree(kaio_zone, ki); > } > >+ mtx_lock(&aio_freeproc_mtx); > while (num_aio_procs < target_aio_procs) >- aio_newproc(); >+ aio_newproc(0); >+ mtx_unlock(&aio_freeproc_mtx); > } > > static int >@@ -901,8 +913,6 @@ > struct proc *curcp, *mycp, *userp; > struct vmspace *myvm, *tmpvm; > struct thread *td = curthread; >- struct pgrp *newpgrp; >- struct session *newsess; > > /* > * Local copies of curproc (cp) and vmspace (myvm) >@@ -918,16 +928,8 @@ > */ > aiop = uma_zalloc(aiop_zone, M_WAITOK); > aiop->aiothread = td; >- aiop->aiothreadflags |= AIOP_FREE; > > /* >- * Place thread (lightweight process) onto the AIO free thread list. >- */ >- mtx_lock(&aio_freeproc_mtx); >- TAILQ_INSERT_HEAD(&aio_freeproc, aiop, list); >- mtx_unlock(&aio_freeproc_mtx); >- >- /* > * Get rid of our current filedescriptors. AIOD's don't need any > * filedescriptors, except as temporarily inherited from the client. > */ >@@ -936,15 +938,16 @@ > > mtx_unlock(&Giant); > /* The daemon resides in its own pgrp. */ >- MALLOC(newpgrp, struct pgrp *, sizeof(struct pgrp), M_PGRP, >- M_WAITOK | M_ZERO); >- MALLOC(newsess, struct session *, sizeof(struct session), M_SESSION, >- M_WAITOK | M_ZERO); >+ setsid(td, NULL); > >- sx_xlock(&proctree_lock); >- enterpgrp(mycp, mycp->p_pid, newpgrp, newsess); >- sx_xunlock(&proctree_lock); >- mtx_lock(&Giant); >+ /* >+ * Place thread (lightweight process) onto the AIO free thread list. >+ */ >+ mtx_lock(&aio_freeproc_mtx); >+ num_aio_procs++; >+ aiop->aiothreadflags |= AIOP_FREE; >+ TAILQ_INSERT_HEAD(&aio_freeproc, aiop, list); >+ mtx_unlock(&aio_freeproc_mtx); > > /* > * Wakeup parent process. (Parent sleeps to keep from blasting away >@@ -952,6 +955,7 @@ > */ > wakeup(mycp); > >+ mtx_lock(&aio_freeproc_mtx); > for (;;) { > /* > * curcp is the current daemon process context. >@@ -962,7 +966,6 @@ > /* > * Take daemon off of free queue > */ >- mtx_lock(&aio_freeproc_mtx); > if (aiop->aiothreadflags & AIOP_FREE) { > TAILQ_REMOVE(&aio_freeproc, aiop, list); > aiop->aiothreadflags &= ~AIOP_FREE; >@@ -972,6 +975,7 @@ > /* > * Check for jobs. > */ >+ mtx_lock(&Giant); > while ((aiocbe = aio_selectjob(aiop)) != NULL) { > cb = &aiocbe->uaiocb; > userp = aiocbe->userproc; >@@ -1054,6 +1058,7 @@ > > curcp = mycp; > } >+ mtx_unlock(&Giant); > > mtx_lock(&aio_freeproc_mtx); > TAILQ_INSERT_HEAD(&aio_freeproc, aiop, list); >@@ -1063,18 +1068,17 @@ > * If daemon is inactive for a long time, allow it to exit, > * thereby freeing resources. > */ >- if (msleep(aiop->aiothread, &aio_freeproc_mtx, PDROP | PRIBIO, >+ if (msleep(aiop->aiothread, &aio_freeproc_mtx, PRIBIO, > "aiordy", aiod_lifetime)) { > s = splnet(); > if (TAILQ_EMPTY(&aio_jobs)) { >- mtx_lock(&aio_freeproc_mtx); > if ((aiop->aiothreadflags & AIOP_FREE) && > (num_aio_procs > target_aio_procs)) { > TAILQ_REMOVE(&aio_freeproc, aiop, list); >+ num_aio_procs--; > mtx_unlock(&aio_freeproc_mtx); > splx(s); > uma_zfree(aiop_zone, aiop); >- num_aio_procs--; > #ifdef DIAGNOSTIC > if (mycp->p_vmspace->vm_refcnt <= 1) { > printf("AIOD: bad vm refcnt for" >@@ -1084,7 +1088,6 @@ > #endif > kthread_exit(0); > } >- mtx_unlock(&aio_freeproc_mtx); > } > splx(s); > } >@@ -1096,24 +1099,36 @@ > * AIO daemon modifies its environment itself. > */ > static int >-aio_newproc(void) >+aio_newproc(int always) > { >- int error; > struct proc *p; >+ int error, n; > >+ mtx_assert(&aio_freeproc_mtx, MA_OWNED); >+ n = num_aio_procs; >+ while (aiod_creation_in_progress) { >+ error = msleep(&aiod_creation_in_progress, &aio_freeproc_mtx, >+ PZERO, "aionew", aiod_timeout); >+ if (error || !always) >+ return (error); >+ } >+ aiod_creation_in_progress = 1; >+ mtx_unlock(&aio_freeproc_mtx); >+ > error = kthread_create(aio_daemon, curproc, &p, RFNOWAIT, 0, "aiod%d", >- num_aio_procs); >- if (error) >- return (error); >+ n); > >- /* >- * Wait until daemon is started, but continue on just in case to >- * handle error conditions. >- */ >- error = tsleep(p, PZERO, "aiosta", aiod_timeout); >+ mtx_lock(&aio_freeproc_mtx); >+ if (error == 0) >+ /* >+ * Wait until daemon is started, but continue on just in >+ * case to handle error conditions. >+ */ >+ error = msleep(p, &aio_freeproc_mtx, PZERO, "aiosta", >+ aiod_timeout); > >- num_aio_procs++; >- >+ aiod_creation_in_progress = 0; >+ wakeup(&aiod_creation_in_progress); > return (error); > } > >@@ -1597,9 +1612,7 @@ > ((ki->kaio_active_count + num_aio_resv_start) < > ki->kaio_maxactive_count)) { > num_aio_resv_start++; >- mtx_unlock(&aio_freeproc_mtx);ing >- error = aio_newproc(); >- mtx_lock(&aio_freeproc_mtx); >+ error = aio_newproc(1); > num_aio_resv_start--; > if (error) > goto retryproc; > > I will check my code to see if I missed something and will integrate your code if it is needed. Thank you! From owner-cvs-src@FreeBSD.ORG Tue Jan 24 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 A006A16A41F; Tue, 24 Jan 2006 00:17:20 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CF243D5A; Tue, 24 Jan 2006 00:17:20 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0O0HEv5052488; Tue, 24 Jan 2006 00:17:16 GMT (envelope-from davidxu@freebsd.org) Message-ID: <43D57205.1000109@freebsd.org> Date: Tue, 24 Jan 2006 08:17:09 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060107 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200601220559.k0M5xS5j026930@repoman.freebsd.org> <86acdmvejl.fsf@xps.des.no> In-Reply-To: <86acdmvejl.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern syscalls.master vfs_aio.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, 24 Jan 2006 00:17:20 -0000 Dag-Erling Smørgrav wrote: >David Xu writes: > > >> Log: >> Make aio code MP safe. >> >> > >Thank you! > >While you're at it, I'd like to suggest the following: > > - remove the warning in NOTES about AIO being unstable / unsafe; it > is no longer true (you may want to double-check with jasone, who > added the warning in the first place) > > - add options VFS_AIO to GENERIC > > - merge all of this to RELENG_6 before the freeze > >DES > > will do. :-) From owner-cvs-src@FreeBSD.ORG Tue Jan 24 00:21: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 024E216A567; Tue, 24 Jan 2006 00:20:59 +0000 (GMT) (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 E5FAC44287; Mon, 23 Jan 2006 23:55:32 +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 D3E8446B89; Mon, 23 Jan 2006 18:55:26 -0500 (EST) Date: Mon, 23 Jan 2006 23:56:41 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200601232145.k0NLjX26096467@repoman.freebsd.org> Message-ID: <20060123235621.C48094@fledge.watson.org> References: <200601232145.k0NLjX26096467@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_ktrace.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, 24 Jan 2006 00:21:28 -0000 On Mon, 23 Jan 2006, John Baldwin wrote: > jhb 2006-01-23 21:45:33 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_ktrace.c > Log: > Fix a vnode reference leak in the ktrace code. We always grab a reference > to the vnode at the start of ktr_writerequest() but were missing the > corresponding vrele() after we finished the write operation. > > Reported by: jasone Sorry about that, and thanks for the fix. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Tue Jan 24 00:56: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 4943D16A41F; Tue, 24 Jan 2006 00:56:27 +0000 (GMT) (envelope-from jasone@canonware.com) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E737F43D46; Tue, 24 Jan 2006 00:56:26 +0000 (GMT) (envelope-from jasone@canonware.com) Received: by lh.synack.net (Postfix, from userid 100) id 92A0E5E48F0; Mon, 23 Jan 2006 16:56:26 -0800 (PST) Received: from [192.168.168.203] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id F29A85E48E1; Mon, 23 Jan 2006 16:56:24 -0800 (PST) In-Reply-To: <86acdmvejl.fsf@xps.des.no> References: <200601220559.k0M5xS5j026930@repoman.freebsd.org> <86acdmvejl.fsf@xps.des.no> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <752530AB-680C-4CF9-9393-DE581AC25155@canonware.com> Content-Transfer-Encoding: quoted-printable From: Jason Evans Date: Mon, 23 Jan 2006 16:56:22 -0800 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, David Xu , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master vfs_aio.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, 24 Jan 2006 00:56:27 -0000 On Jan 23, 2006, at 1:07 PM, Dag-Erling Sm=F8rgrav wrote: > David Xu writes: >> Log: >> Make aio code MP safe. > > Thank you! > > While you're at it, I'd like to suggest the following: > > - remove the warning in NOTES about AIO being unstable / unsafe; it > is no longer true (you may want to double-check with jasone, who > added the warning in the first place) That comment is positively ancient. IIRC, I put it in shortly before =20= the 4.0 release, because simple AIO use would cause panics. Whatever =20= the current state of AIO, surely the comment no longer applies in its =20= original sense. Jason From owner-cvs-src@FreeBSD.ORG Tue Jan 24 01:10: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 9CAFF16A422; Tue, 24 Jan 2006 01:10:08 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A7743D53; Tue, 24 Jan 2006 01:10:07 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O1A702029483; Tue, 24 Jan 2006 01:10:07 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O1A7nq029482; Tue, 24 Jan 2006 01:10:07 GMT (envelope-from ariff) Message-Id: <200601240110.k0O1A7nq029482@repoman.freebsd.org> From: Ariff Abdullah Date: Tue, 24 Jan 2006 01:10:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm channel.c feeder_rate.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, 24 Jan 2006 01:10:09 -0000 ariff 2006-01-24 01:10:07 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c feeder_rate.c Log: channel.c: (1) Fix DMA alignment, based on bytes per sample. feeder_rate.c: Handle strayed bytes (mostly caused by #1) better. This DMA alignment issues are extremely hard to reproduce unless the user happen to have a 32bit capable soundcards (ATI IXP) and knowledgeable enough to force it to operate under pure 32bit operations on both record and play directions. Revision Changes Path 1.108 +6 -0 src/sys/dev/sound/pcm/channel.c 1.16 +23 -10 src/sys/dev/sound/pcm/feeder_rate.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 01:16: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 A676616A43D; Tue, 24 Jan 2006 01:16:18 +0000 (GMT) (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 56D0A43D49; Tue, 24 Jan 2006 01:16:18 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O1GIVM029821; Tue, 24 Jan 2006 01:16:18 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O1GI1W029820; Tue, 24 Jan 2006 01:16:18 GMT (envelope-from mohans) Message-Id: <200601240116.k0O1GI1W029820@repoman.freebsd.org> From: Mohan Srinivasan Date: Tue, 24 Jan 2006 01:16:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_sack.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, 24 Jan 2006 01:16:18 -0000 mohans 2006-01-24 01:16:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_sack.c Log: Avoid an infinite loop in sack scoreboard processing when the per-hole limits or global scoreboard limits are reached, or when memory exhaustion occurs. This can occur when an existing hole fails to be split due to limits or memory exhaustion. Found by: Scott Wood Submitted by: Raja Mukerji Reviewed by: Mohan, Noritoshi, and Scott Revision Changes Path 1.3.2.10 +3 -2 src/sys/netinet/tcp_sack.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 02:04: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 6BD2E16A41F; Tue, 24 Jan 2006 02:04:27 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1AB43D78; Tue, 24 Jan 2006 02:04:21 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O24LUk031592; Tue, 24 Jan 2006 02:04:21 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O24LiR031591; Tue, 24 Jan 2006 02:04:21 GMT (envelope-from davidxu) Message-Id: <200601240204.k0O24LiR031591@repoman.freebsd.org> From: David Xu Date: Tue, 24 Jan 2006 02:04:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libthr/thread thr_info.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, 24 Jan 2006 02:04:27 -0000 davidxu 2006-01-24 02:04:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libthr/thread thr_info.c Log: MFC: Add missing symbol pthread_set_name_np. Revision Changes Path 1.4.2.2 +2 -0 src/lib/libthr/thread/thr_info.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 02:46: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 3709016A41F; Tue, 24 Jan 2006 02:46:16 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F4543D45; Tue, 24 Jan 2006 02:46:15 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O2kFVU033252; Tue, 24 Jan 2006 02:46:15 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O2kF3Q033251; Tue, 24 Jan 2006 02:46:15 GMT (envelope-from davidxu) Message-Id: <200601240246.k0O2kF3Q033251@repoman.freebsd.org> From: David Xu Date: Tue, 24 Jan 2006 02:46: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/kern vfs_aio.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, 24 Jan 2006 02:46:16 -0000 davidxu 2006-01-24 02:46:15 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: More cleanup for aio code: 1) unregsiter kqueue filter for EVFILT_LIO. 2) free uma_zones. 3) call setsid directly to enter another session rather than implementing by itself. Submitted by: jhb Revision Changes Path 1.213 +9 -11 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 02:50: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 72A0D16A41F; Tue, 24 Jan 2006 02:50:43 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2313A43D46; Tue, 24 Jan 2006 02:50:43 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O2ohEv033436; Tue, 24 Jan 2006 02:50:43 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O2oh0N033435; Tue, 24 Jan 2006 02:50:43 GMT (envelope-from davidxu) Message-Id: <200601240250.k0O2oh0N033435@repoman.freebsd.org> From: David Xu Date: Tue, 24 Jan 2006 02:50: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/kern vfs_aio.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, 24 Jan 2006 02:50:43 -0000 davidxu 2006-01-24 02:50:42 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Er, rescure a deleted comment line. Revision Changes Path 1.214 +1 -0 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:05: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 386F616A41F; Tue, 24 Jan 2006 04:05:49 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B529743D49; Tue, 24 Jan 2006 04:05:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O45m94059579; Tue, 24 Jan 2006 04:05:48 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O45mr3059578; Tue, 24 Jan 2006 04:05:48 GMT (envelope-from csjp) Message-Id: <200601240405.k0O45mr3059578@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:05: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/lib/libkvm kvm.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, 24 Jan 2006 04:05:49 -0000 csjp 2006-01-24 04:05:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libkvm kvm.c Log: MFC revision 1.28 date: 2006/01/15 20:30:13; author: csjp; state: Exp; lines: +5 -0 Validate that the supplied file is not empty before trying mmap(2) it and access the pages associated with it. Revision Changes Path 1.27.2.1 +5 -0 src/lib/libkvm/kvm.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:07: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 0C4D016A422; Tue, 24 Jan 2006 04:07:09 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B54F043D53; Tue, 24 Jan 2006 04:07:08 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O478sN059644; Tue, 24 Jan 2006 04:07:08 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O478PI059643; Tue, 24 Jan 2006 04:07:08 GMT (envelope-from csjp) Message-Id: <200601240407.k0O478PI059643@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:07: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/lib/libutil login_class.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: Tue, 24 Jan 2006 04:07:09 -0000 csjp 2006-01-24 04:07:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil login_class.3 Log: MFC revision 1.18 date: 2005/12/30 06:16:20; author: csjp; state: Exp; lines: +5 -0 Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop in an external reference to mac_set_proc(3). Revision Changes Path 1.17.8.1 +5 -0 src/lib/libutil/login_class.3 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:08: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 F2CBF16A41F; Tue, 24 Jan 2006 04:08:49 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD78F43D49; Tue, 24 Jan 2006 04:08:49 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O48n88059716; Tue, 24 Jan 2006 04:08:49 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O48nAJ059711; Tue, 24 Jan 2006 04:08:49 GMT (envelope-from csjp) Message-Id: <200601240408.k0O48nAJ059711@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:08: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/netsmb smb_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: Tue, 24 Jan 2006 04:08:50 -0000 csjp 2006-01-24 04:08:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netsmb smb_subr.c Log: MFC revision 1.20 date: 2006/01/16 17:03:21; author: csjp; state: Exp; lines: +6 -2 Although we check the return value of copyin(9) while determaining how long the string is in userspace, afterwards we call malloc(M_WAITOK), which could sleep for an unknown amount of time. Check the return value of copyin(9) just to be sure that nothing has changed during that time. Revision Changes Path 1.18.2.1 +6 -2 src/sys/netsmb/smb_subr.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:10: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 5B8DE16A429; Tue, 24 Jan 2006 04:10:28 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BF743D4C; Tue, 24 Jan 2006 04:10:28 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O4ARet059857; Tue, 24 Jan 2006 04:10:27 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O4ARqd059856; Tue, 24 Jan 2006 04:10:27 GMT (envelope-from csjp) Message-Id: <200601240410.k0O4ARqd059856@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:10: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/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: Tue, 24 Jan 2006 04:10:28 -0000 csjp 2006-01-24 04:10:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_biba mac_biba.c Log: MFC the security.mac.biba.interfaces_equal sysctl variable Revision Changes Path 1.87.2.4 +6 -1 src/sys/security/mac_biba/mac_biba.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:11: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 96E6F16A41F; Tue, 24 Jan 2006 04:11:46 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337F943D6B; Tue, 24 Jan 2006 04:11:46 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O4Bko0059936; Tue, 24 Jan 2006 04:11:46 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O4BkWj059935; Tue, 24 Jan 2006 04:11:46 GMT (envelope-from csjp) Message-Id: <200601240411.k0O4BkWj059935@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:11: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/security/mac_bsdextended mac_bsdextended.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, 24 Jan 2006 04:11:46 -0000 csjp 2006-01-24 04:11:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_bsdextended mac_bsdextended.c Log: MFC revision 1.27 date: 2006/01/15 01:02:20; author: csjp; state: Exp; lines: +1 -1 Fix potential overrun of static stack allocated array which stores the rules. If an array is N elements large, we can only access elements 0..(N-1). Revision Changes Path 1.25.2.2 +1 -1 src/sys/security/mac_bsdextended/mac_bsdextended.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:13: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 8F12D16A41F; Tue, 24 Jan 2006 04:13:03 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC1243D4C; Tue, 24 Jan 2006 04:13:03 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O4D3Ok060012; Tue, 24 Jan 2006 04:13:03 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O4D2P6060011; Tue, 24 Jan 2006 04:13:02 GMT (envelope-from csjp) Message-Id: <200601240413.k0O4D2P6060011@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:13: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/usr.bin/mktemp mktemp.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 04:13:03 -0000 csjp 2006-01-24 04:13:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/mktemp mktemp.1 Log: MFC revision 1.20 date: 2005/12/30 20:10:21; author: csjp; state: Exp; lines: +1 -1 mkstemp(3) and friends use a combination of base 10 digits, along with upper and lower case letters from the English alphabet. Change the number of possible file names mktemp will return from 26**6 to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3) Revision Changes Path 1.19.2.1 +1 -1 src/usr.bin/mktemp/mktemp.1 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 04:20: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 A1EBB16A41F; Tue, 24 Jan 2006 04:20:26 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3560243D4C; Tue, 24 Jan 2006 04:20:26 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O4KPtA060356; Tue, 24 Jan 2006 04:20:26 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O4KPS5060355; Tue, 24 Jan 2006 04:20:25 GMT (envelope-from csjp) Message-Id: <200601240420.k0O4KPS5060355@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 24 Jan 2006 04:20:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_mount.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, 24 Jan 2006 04:20:26 -0000 csjp 2006-01-24 04:20:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC revision 1.214 date: 2006/01/15 20:14:11; author: csjp; state: Exp; lines: +1 -1 vfs_busy can only return something useful if MNTK_UNMOUNT has been set. Since we are using vfs_busy() on a freshly allocated mount structure, use (void) to show that we do not care about the return value. Revision Changes Path 1.196.2.5 +1 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 05:35: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 F169316A41F; Tue, 24 Jan 2006 05:35:04 +0000 (GMT) (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 AEE9943D46; Tue, 24 Jan 2006 05:35:04 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O5Z4K2070571; Tue, 24 Jan 2006 05:35:04 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O5Z47v070570; Tue, 24 Jan 2006 05:35:04 GMT (envelope-from sam) Message-Id: <200601240535.k0O5Z47v070570@repoman.freebsd.org> From: Sam Leffler Date: Tue, 24 Jan 2006 05:35:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/ath athstats.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, 24 Jan 2006 05:35:05 -0000 sam 2006-01-24 05:35:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/ath athstats.c Log: catch up to driver changes Revision Changes Path 1.6.2.1 +0 -2 src/tools/tools/ath/athstats.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 05: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 CABE416A422; Tue, 24 Jan 2006 05:39:22 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A85B43D48; Tue, 24 Jan 2006 05:39:22 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O5dM9Q070822; Tue, 24 Jan 2006 05:39:22 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O5dM5t070821; Tue, 24 Jan 2006 05:39:22 GMT (envelope-from brooks) Message-Id: <200601240539.k0O5dM5t070821@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 05:39: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/usr.sbin/arp arp.8 arp.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, 24 Jan 2006 05:39:23 -0000 brooks 2006-01-24 05:39:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/arp arp.8 arp.c Log: MFC the ability to restrict deletions to a particular inteface in the -a case. Revision Changes Path 1.23.8.1 +1 -0 src/usr.sbin/arp/arp.8 1.58.2.2 +2 -2 src/usr.sbin/arp/arp.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 05:49: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 0EC4516A41F; Tue, 24 Jan 2006 05:49:59 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C09DC43D48; Tue, 24 Jan 2006 05:49:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O5nwER071697; Tue, 24 Jan 2006 05:49:58 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O5nwNQ071696; Tue, 24 Jan 2006 05:49:58 GMT (envelope-from brooks) Message-Id: <200601240549.k0O5nwNQ071696@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 05:49: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/etc rc.initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 05:49:59 -0000 brooks 2006-01-24 05:49:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.initdiskless Log: MFC rev 1.49: Don't create memory backed file systems with soft-updates enabled, it's pointless and potentially dangerous. PR: conf/85558 Submitted by: Ralf Wenk Revision Changes Path 1.42.2.4 +1 -1 src/etc/rc.initdiskless From owner-cvs-src@FreeBSD.ORG Tue Jan 24 05:54: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 6A2A116A41F; Tue, 24 Jan 2006 05:54:19 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A836543D62; Tue, 24 Jan 2006 05:54:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O5sID7071899; Tue, 24 Jan 2006 05:54:18 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O5sIMW071898; Tue, 24 Jan 2006 05:54:18 GMT (envelope-from brooks) Message-Id: <200601240554.k0O5sIMW071898@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 05:54:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/rc.d initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 05:54:19 -0000 brooks 2006-01-24 05:54:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/rc.d initdiskless Log: MFC etc/rc.initdiskless rev 1.49: Don't create memory backed file systems with soft-updates enabled. PR: conf/85558 Submitted by: Ralf Wenk Revision Changes Path 1.38.2.5 +1 -1 src/etc/rc.d/initdiskless From owner-cvs-src@FreeBSD.ORG Tue Jan 24 05: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 B65FE16A41F; Tue, 24 Jan 2006 05:59:27 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F24743D46; Tue, 24 Jan 2006 05:59:27 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O5xREW072130; Tue, 24 Jan 2006 05:59:27 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O5xRmQ072129; Tue, 24 Jan 2006 05:59:27 GMT (envelope-from brooks) Message-Id: <200601240559.k0O5xRmQ072129@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 05:59: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/sbin/dhclient dhclient.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, 24 Jan 2006 05:59:27 -0000 brooks 2006-01-24 05:59:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient dhclient.c Log: MFC rev 1.13: Allow users to add aliases to the interface. PR: bin/87465 Revision Changes Path 1.6.2.4 +13 -13 src/sbin/dhclient/dhclient.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 06:02: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 7AB1416A41F; Tue, 24 Jan 2006 06:02:00 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3154E43D46; Tue, 24 Jan 2006 06:02:00 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O620QH072290; Tue, 24 Jan 2006 06:02:00 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O6205c072289; Tue, 24 Jan 2006 06:02:00 GMT (envelope-from brooks) Message-Id: <200601240602.k0O6205c072289@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 06:02: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/sbin/dhclient dhclient-script X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 06:02:00 -0000 brooks 2006-01-24 06:02:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient dhclient-script Log: MFC rev 1.11: When we give up on an interface, use the arp(8) command to remove all entries from the interface rather than using ifconfig's delete command. This preserves non-dhclient configured addresses (though they are wiped out when dhclient is restarted). Revision Changes Path 1.4.2.3 +5 -2 src/sbin/dhclient/dhclient-script From owner-cvs-src@FreeBSD.ORG Tue Jan 24 06:03: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 2131416A41F; Tue, 24 Jan 2006 06:03:20 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB3343D49; Tue, 24 Jan 2006 06:03:16 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O63GMv072380; Tue, 24 Jan 2006 06:03:16 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O63G8s072379; Tue, 24 Jan 2006 06:03:16 GMT (envelope-from brooks) Message-Id: <200601240603.k0O63G8s072379@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 06:03: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/sbin/dhclient dhclient.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, 24 Jan 2006 06:03:20 -0000 brooks 2006-01-24 06:03:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient dhclient.8 Log: MFC rev 1.5: Mention the -b flag in the SYNOPSIS. Revision Changes Path 1.2.2.3 +1 -1 src/sbin/dhclient/dhclient.8 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 06:11: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 5AD1016A41F; Tue, 24 Jan 2006 06:11:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE4043D46; Tue, 24 Jan 2006 06:11:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O6BtNR072839; Tue, 24 Jan 2006 06:11:55 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O6BtHp072838; Tue, 24 Jan 2006 06:11:55 GMT (envelope-from brooks) Message-Id: <200601240611.k0O6BtHp072838@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 06:11: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/sbin/dhclient dhclient-script X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 06:11:56 -0000 brooks 2006-01-24 06:11:55 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient-script Log: Give the TIMEOUT case a chance to work by using -t # instead of the OpenBSD -w # when invoking ping. PR: bin/92187 Submitted by: "Shin'ya Kumabuchi" MFC After: 6 days Revision Changes Path 1.13 +1 -1 src/sbin/dhclient/dhclient-script From owner-cvs-src@FreeBSD.ORG Tue Jan 24 06:28: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 A8CE916A420; Tue, 24 Jan 2006 06:28:22 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A6F43D46; Tue, 24 Jan 2006 06:28:22 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O6SMLC073623; Tue, 24 Jan 2006 06:28:22 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O6SMJA073622; Tue, 24 Jan 2006 06:28:22 GMT (envelope-from brooks) Message-Id: <200601240628.k0O6SMJA073622@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 06:28:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_fwsubr.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, 24 Jan 2006 06:28:22 -0000 brooks 2006-01-24 06:28:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_fwsubr.c Log: MFC revs: 1.17: convert from network byte order to host byte order not to reverse. 1.19: Get rid of the bogus IFP2FC() macro and use IFP2FWC(). 1.20: Fix ip_fastforward() return handling. PR: kern/91307 (1.19) Found by: Coverity Prevent(tm) (1.20) Revision Changes Path 1.12.2.4 +8 -10 src/sys/net/if_fwsubr.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 06:30: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 8334F16A41F; Tue, 24 Jan 2006 06:30:52 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EBD43D60; Tue, 24 Jan 2006 06:30:52 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O6Up9Q073821; Tue, 24 Jan 2006 06:30:51 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O6Upni073820; Tue, 24 Jan 2006 06:30:51 GMT (envelope-from brooks) Message-Id: <200601240630.k0O6Upni073820@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 06:30: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/net if_fwsubr.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, 24 Jan 2006 06:30:52 -0000 brooks 2006-01-24 06:30:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_fwsubr.c Log: Backout ill considered MFC of 1.20. It doesn't compile. Pointy hat: brooks Revision Changes Path 1.12.2.5 +1 -1 src/sys/net/if_fwsubr.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 06:38: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 05B2916A41F; Tue, 24 Jan 2006 06:38:36 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A8A43D46; Tue, 24 Jan 2006 06:38:35 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O6cZ2q075080; Tue, 24 Jan 2006 06:38:35 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O6cZTR075079; Tue, 24 Jan 2006 06:38:35 GMT (envelope-from brooks) Message-Id: <200601240638.k0O6cZTR075079@repoman.freebsd.org> From: Brooks Davis Date: Tue, 24 Jan 2006 06:38: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/contrib/bc/bc 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, 24 Jan 2006 06:38:36 -0000 brooks 2006-01-24 06:38:35 UTC FreeBSD src repository Modified files: contrib/bc/bc main.c Log: s/predefine/predefined/ PR: gnu/86627 Submitted by: Arne Woerner MFC After: 6 days Revision Changes Path 1.8 +1 -1 src/contrib/bc/bc/main.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 07:21: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 575C816A41F; Tue, 24 Jan 2006 07:21:39 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DB443D46; Tue, 24 Jan 2006 07:21:39 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O7LcI4076797; Tue, 24 Jan 2006 07:21:38 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O7Lcs1076795; Tue, 24 Jan 2006 07:21:38 GMT (envelope-from alc) Message-Id: <200601240721.k0O7Lcs1076795@repoman.freebsd.org> From: Alan Cox Date: Tue, 24 Jan 2006 07:21: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/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: Tue, 24 Jan 2006 07:21:39 -0000 alc 2006-01-24 07:21:38 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: In vm_page_set_invalid() invalidate all of the page's mappings as soon as any part of the page's contents is invalidated. Submitted by: tegge Revision Changes Path 1.311 +2 -0 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 07:24: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 48A3D16A42A; Tue, 24 Jan 2006 07:24:25 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F5243D49; Tue, 24 Jan 2006 07:24:25 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O7OOWs076888; Tue, 24 Jan 2006 07:24:24 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O7OOFB076887; Tue, 24 Jan 2006 07:24:24 GMT (envelope-from davidxu) Message-Id: <200601240724.k0O7OOFB076887@repoman.freebsd.org> From: David Xu Date: Tue, 24 Jan 2006 07:24: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/kern vfs_aio.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, 24 Jan 2006 07:24:25 -0000 davidxu 2006-01-24 07:24:24 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Add locking annotation and comments about socket, pipe, fifo problem. Temporarily fix a locking problem for socket I/O. Revision Changes Path 1.215 +126 -125 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 07:50: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 190C016A41F; Tue, 24 Jan 2006 07:50:10 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA14843D45; Tue, 24 Jan 2006 07:50:09 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O7o9Pr078047; Tue, 24 Jan 2006 07:50:09 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O7o9Xs078046; Tue, 24 Jan 2006 07:50:09 GMT (envelope-from matteo) Message-Id: <200601240750.k0O7o9Xs078046@repoman.freebsd.org> From: Matteo Riondato Date: Tue, 24 Jan 2006 07:50:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 07:50:10 -0000 matteo 2006-01-24 07:50:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) games/fortune/datfiles fortunes Log: MFC: Remove some duplicated entries src/games/fortune/datfiles/fortunes: rev 1.202 -> 1.203 PR: conf/81924 Submitted by: Gavin Atkinson Approved by: philip (mentor, implicit) Revision Changes Path 1.179.2.5 +27 -183 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Tue Jan 24 09:08: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 44A5D16A41F; Tue, 24 Jan 2006 09:08:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35AA43D5D; Tue, 24 Jan 2006 09:08:55 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O98tjp088763; Tue, 24 Jan 2006 09:08:55 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O98tji088762; Tue, 24 Jan 2006 09:08:55 GMT (envelope-from glebius) Message-Id: <200601240908.k0O98tji088762@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 24 Jan 2006 09:08: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/netinet udp_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: Tue, 24 Jan 2006 09:08:56 -0000 glebius 2006-01-24 09:08:55 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8) it should work, however it never did. People expect it to work. PR: kern/90834 Revision Changes Path 1.182 +20 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 12:34: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 E313D16A41F; Tue, 24 Jan 2006 12:34:56 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885E443D46; Tue, 24 Jan 2006 12:34:56 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OCYuPN096825; Tue, 24 Jan 2006 12:34:56 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OCYuU9096824; Tue, 24 Jan 2006 12:34:56 GMT (envelope-from sos) Message-Id: <200601241234.k0OCYuU9096824@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 24 Jan 2006 12:34:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-pci.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, 24 Jan 2006 12:34:57 -0000 sos 2006-01-24 12:34:56 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Do not test for DMA status on legacy ATA devices. This has the unfortunate side effect that legacy ATA controllers at irq14 and irq15 cannot share interrupts with anything else without major problems. This fixes the ATAPI DMA problems some systems/devices have seen. Revision Changes Path 1.113 +2 -1 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 13:38: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 CA87516A41F; Tue, 24 Jan 2006 13:38:06 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8418A43D45; Tue, 24 Jan 2006 13:38:06 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0ODc6FG007111; Tue, 24 Jan 2006 13:38:06 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0ODc6JA007110; Tue, 24 Jan 2006 13:38:06 GMT (envelope-from oleg) Message-Id: <200601241338.k0ODc6JA007110@repoman.freebsd.org> From: Oleg Bulyzhin Date: Tue, 24 Jan 2006 13:38:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.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, 24 Jan 2006 13:38:07 -0000 oleg 2006-01-24 13:38:06 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Fix minor bug in uRPF: If net.link.ether.inet.useloopback=1 and we send broadcast packet using our own source ip address it may be rejected by uRPF rules. Same bug was fixed for IPv6 in rev. 1.115 by suz. PR: kern/76971 Approved by: glebius (mentor) MFC after: 3 days Revision Changes Path 1.124 +8 -2 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:03: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 7A16B16A41F; Tue, 24 Jan 2006 15:03:25 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 130CC43D46; Tue, 24 Jan 2006 15:03:23 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6847319 for multiple; Tue, 24 Jan 2006 10:04:33 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0OF3LHE012363; Tue, 24 Jan 2006 10:03:21 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: David Xu Date: Tue, 24 Jan 2006 10:03:15 -0500 User-Agent: KMail/1.9.1 References: <200601240246.k0O2kF3Q033251@repoman.freebsd.org> In-Reply-To: <200601240246.k0O2kF3Q033251@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601241003.18465.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1248/Tue Jan 24 05:54:38 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_aio.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, 24 Jan 2006 15:03:25 -0000 On Monday 23 January 2006 21:46, David Xu wrote: > davidxu 2006-01-24 02:46:15 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_aio.c > Log: > More cleanup for aio code: > 1) unregsiter kqueue filter for EVFILT_LIO. > 2) free uma_zones. > 3) call setsid directly to enter another session rather than > implementing by itself. > > Submitted by: jhb Thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:03: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 B93D216A420; Tue, 24 Jan 2006 15:03:29 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2484D43D4C; Tue, 24 Jan 2006 15:03:27 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6847322 for multiple; Tue, 24 Jan 2006 10:04:38 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0OF3LHF012363; Tue, 24 Jan 2006 10:03:22 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: SXren Schmidt Date: Tue, 24 Jan 2006 10:04:15 -0500 User-Agent: KMail/1.9.1 References: <200601241234.k0OCYuU9096824@repoman.freebsd.org> In-Reply-To: <200601241234.k0OCYuU9096824@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601241004.17135.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1248/Tue Jan 24 05:54:38 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-pci.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, 24 Jan 2006 15:03:29 -0000 On Tuesday 24 January 2006 07:34, SXren Schmidt wrote: > sos 2006-01-24 12:34:56 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-pci.c > Log: > Do not test for DMA status on legacy ATA devices. This has the > unfortunate side effect that legacy ATA controllers at irq14 and irq15 > cannot share interrupts with anything else without major problems. > This fixes the ATAPI DMA problems some systems/devices have seen. Those interrupts shouldn't be shared with anything else anyway. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:11: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 B3EEF16A420; Tue, 24 Jan 2006 15:11:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D86D43D5F; Tue, 24 Jan 2006 15:11:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFBBah010828; Tue, 24 Jan 2006 15:11:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFBBwD010827; Tue, 24 Jan 2006 15:11:11 GMT (envelope-from pjd) Message-Id: <200601241511.k0OFBBwD010827@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 24 Jan 2006 15:11: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/etc/rc.d ipsec X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 15:11:11 -0000 pjd 2006-01-24 15:11:11 UTC FreeBSD src repository Modified files: etc/rc.d ipsec Log: Use $ipsec_file instead of hardcoded /etc/ipsec.conf. This change should be made in rev1.2. MFC after: 1 week Revision Changes Path 1.14 +1 -1 src/etc/rc.d/ipsec From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:11: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 8FF6A16A420 for ; Tue, 24 Jan 2006 15:11:54 +0000 (GMT) (envelope-from soren.schmidt@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409A343D58 for ; Tue, 24 Jan 2006 15:11:52 +0000 (GMT) (envelope-from soren.schmidt@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1218351nzo for ; Tue, 24 Jan 2006 07:11:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=PCjugM8N2+Q7q2eEDUeWePx69qj957VpworM18UC1x3BU2HhJqPzBprBBsnr8Gu3rsyCVpS77cwBNvY8scrXLfr5rTmpS/jnSO6tOu47ZbRnwsUaBL0FtDbWJQFLl44YRJMmCnt4wzeFChGJCuUdZDAQ/+rQU8z1nrKfl2ag5ic= Received: by 10.36.148.13 with SMTP id v13mr4884820nzd; Tue, 24 Jan 2006 07:11:51 -0800 (PST) Received: by 10.36.222.3 with HTTP; Tue, 24 Jan 2006 07:11:51 -0800 (PST) Message-ID: <82eac8c60601240711y3ef4aa9aga9c4667c0f473615@mail.gmail.com> Date: Tue, 24 Jan 2006 16:11:51 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: John Baldwin In-Reply-To: <200601241004.17135.jhb@freebsd.org> MIME-Version: 1.0 References: <200601241234.k0OCYuU9096824@repoman.freebsd.org> <200601241004.17135.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, SXren Schmidt Subject: Re: cvs commit: src/sys/dev/ata ata-pci.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, 24 Jan 2006 15:11:54 -0000 On 1/24/06, John Baldwin wrote: > > On Tuesday 24 January 2006 07:34, SXren Schmidt wrote: > > sos 2006-01-24 12:34:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/ata ata-pci.c > > Log: > > Do not test for DMA status on legacy ATA devices. This has the > > unfortunate side effect that legacy ATA controllers at irq14 and irq15 > > cannot share interrupts with anything else without major problems. > > This fixes the ATAPI DMA problems some systems/devices have seen. > > Those interrupts shouldn't be shared with anything else anyway. Right, but in some cases they are shared or at least irq15 is on some older systems, typically with at network card or SCSI controller. However this didn't work before either as the previos ATA code didn't check DMA status this early (which failed in other interesting ways, catch22 as usual)... -S=F8ren From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:12: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 A203C16A41F; Tue, 24 Jan 2006 15:12:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE1943D79; Tue, 24 Jan 2006 15:12:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFCjc2010945; Tue, 24 Jan 2006 15:12:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFCidO010944; Tue, 24 Jan 2006 15:12:45 GMT (envelope-from pjd) Message-Id: <200601241512.k0OFCidO010944@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 24 Jan 2006 15:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d ipsec X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 15:12:51 -0000 pjd 2006-01-24 15:12:44 UTC FreeBSD src repository Modified files: etc/rc.d ipsec Log: Remove stale comment. This change should be made in rev1.9. MFC after: 1 week Revision Changes Path 1.15 +0 -2 src/etc/rc.d/ipsec From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:16: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 A70EE16A420; Tue, 24 Jan 2006 15:16:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CB443D46; Tue, 24 Jan 2006 15:16:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFGtb4017483; Tue, 24 Jan 2006 15:16:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFGt9F017477; Tue, 24 Jan 2006 15:16:55 GMT (envelope-from pjd) Message-Id: <200601241516.k0OFGt9F017477@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 24 Jan 2006 15:16: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/etc/rc.d ipsec X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 15:16:55 -0000 pjd 2006-01-24 15:16:55 UTC FreeBSD src repository Modified files: etc/rc.d ipsec Log: The 'reload' command did the same as 'restart' command. Allow user to decide if SAD and SPD entries should be flushed on 'reload'. With this change flush/spdflush is not done automatically (it could still be done from ipsec.conf). Revision Changes Path 1.16 +0 -2 src/etc/rc.d/ipsec From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:26: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 B5ED916A420; Tue, 24 Jan 2006 15:26:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D9743D49; Tue, 24 Jan 2006 15:26:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFQapu026947; Tue, 24 Jan 2006 15:26:36 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFQajb026946; Tue, 24 Jan 2006 15:26:36 GMT (envelope-from pjd) Message-Id: <200601241526.k0OFQajb026946@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 24 Jan 2006 15:26: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/sbin/mount mount.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, 24 Jan 2006 15:26:36 -0000 pjd 2006-01-24 15:26:36 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: s/// Revision Changes Path 1.81 +1 -1 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:27: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 9D45316A41F; Tue, 24 Jan 2006 15:27:30 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43CE343D5C; Tue, 24 Jan 2006 15:27:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFRPUo027731; Tue, 24 Jan 2006 15:27:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFRP0h027730; Tue, 24 Jan 2006 15:27:25 GMT (envelope-from pjd) Message-Id: <200601241527.k0OFRP0h027730@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 24 Jan 2006 15:27:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/mount mount.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, 24 Jan 2006 15:27:30 -0000 pjd 2006-01-24 15:27:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/mount mount.c Log: MFC: sbin/mount/mount.c 1.80 Resolve the mount point's path with realpath(2) before checking if file system is mounted. This prevevents duplicated mounts. The change I made against the original patch is to fall back to the given path on realpath(2) failure instead of exiting with an error. Submitted by: Andreas Kohn PR: bin/89782 Revision Changes Path 1.69.2.1 +8 -1 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:43: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 99E2F16A41F; Tue, 24 Jan 2006 15:43:01 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A22E43D5F; Tue, 24 Jan 2006 15:42:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6850341 for multiple; Tue, 24 Jan 2006 10:44:07 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0OFgtqC012691; Tue, 24 Jan 2006 10:42:55 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Robert Watson Date: Tue, 24 Jan 2006 10:32:56 -0500 User-Agent: KMail/1.9.1 References: <200601232145.k0NLjX26096467@repoman.freebsd.org> <20060123235621.C48094@fledge.watson.org> In-Reply-To: <20060123235621.C48094@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601241032.58777.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1248/Tue Jan 24 05:54:38 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_ktrace.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, 24 Jan 2006 15:43:01 -0000 On Monday 23 January 2006 18:56, Robert Watson wrote: > On Mon, 23 Jan 2006, John Baldwin wrote: > > jhb 2006-01-23 21:45:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_ktrace.c > > Log: > > Fix a vnode reference leak in the ktrace code. We always grab a > > reference to the vnode at the start of ktr_writerequest() but were > > missing the corresponding vrele() after we finished the write operation. > > > > Reported by: jasone > > Sorry about that, and thanks for the fix. No problem. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:51: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 DC9E616A41F; Tue, 24 Jan 2006 15:51:34 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC3043D45; Tue, 24 Jan 2006 15:51:33 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFpXcK029156; Tue, 24 Jan 2006 15:51:33 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFpXAS029155; Tue, 24 Jan 2006 15:51:33 GMT (envelope-from ceri) Message-Id: <200601241551.k0OFpXAS029155@repoman.freebsd.org> From: Ceri Davies Date: Tue, 24 Jan 2006 15:51:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall 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: Tue, 24 Jan 2006 15:51:35 -0000 ceri 2006-01-24 15:51:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall label.c Log: MFC revision 1.150: On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB. Bump USR_MIN_SIZE to 128MB, so that an auto-layout install won't fail due to /usr being too small. Revision Changes Path 1.148.8.2 +1 -1 src/usr.sbin/sysinstall/label.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 15:58: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 9B80316A41F; Tue, 24 Jan 2006 15:58:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCE043D70; Tue, 24 Jan 2006 15:58:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OFwBdI029417; Tue, 24 Jan 2006 15:58:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OFwBfH029416; Tue, 24 Jan 2006 15:58:11 GMT (envelope-from pjd) Message-Id: <200601241558.k0OFwBfH029416@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 24 Jan 2006 15:58: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 15:58:16 -0000 pjd 2006-01-24 15:58:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: Document the move of setkey from /usr/sbin/ to /sbin/. A bit late, but better than never. Reminded by: bz Revision Changes Path 1.416.2.15 +4 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Jan 24 16:08: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 3292016A41F; Tue, 24 Jan 2006 16:08:39 +0000 (GMT) (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 720BD43D46; Tue, 24 Jan 2006 16:08:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0OG8YCQ018146; Tue, 24 Jan 2006 09:08:34 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D65102.4070800@samsco.org> Date: Tue, 24 Jan 2006 09:08:34 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200601241558.k0OFwBfH029416@repoman.freebsd.org> In-Reply-To: <200601241558.k0OFwBfH029416@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 16:08:39 -0000 Pawel Jakub Dawidek wrote: > pjd 2006-01-24 15:58:11 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > . UPDATING > Log: > Document the move of setkey from /usr/sbin/ to /sbin/. > A bit late, but better than never. > > Reminded by: bz > > Revision Changes Path > 1.416.2.15 +4 -0 src/UPDATING Can a symlink be added so that 3rd party scripts can find it? Scott From owner-cvs-src@FreeBSD.ORG Tue Jan 24 16:13: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 EB8C916A41F; Tue, 24 Jan 2006 16:13:04 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5622843D55; Tue, 24 Jan 2006 16:13:03 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 051961FFDD4; Tue, 24 Jan 2006 17:13:01 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 3F1651FFDC1; Tue, 24 Jan 2006 17:12:58 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id E781344487E; Tue, 24 Jan 2006 16:12:39 +0000 (UTC) Date: Tue, 24 Jan 2006 16:12:39 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Scott Long In-Reply-To: <43D65102.4070800@samsco.org> Message-ID: <20060124161046.K24703@maildrop.int.zabbadoz.net> References: <200601241558.k0OFwBfH029416@repoman.freebsd.org> <43D65102.4070800@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 16:13:05 -0000 On Tue, 24 Jan 2006, Scott Long wrote: > Pawel Jakub Dawidek wrote: > >> pjd 2006-01-24 15:58:11 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> . UPDATING Log: >> Document the move of setkey from /usr/sbin/ to /sbin/. >> A bit late, but better than never. >> Reminded by: bz >> Revision Changes Path >> 1.416.2.15 +4 -0 src/UPDATING > > Can a symlink be added so that 3rd party scripts can find > it? If we do this we will need to remove it from ObsoleteFiles.inc too but I'd rather not have a symlink. It should still be in path. I know of only one person who had complained about this up to now. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Tue Jan 24 16:16: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 39FA416A41F; Tue, 24 Jan 2006 16:16:01 +0000 (GMT) (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 9A67843D4C; Tue, 24 Jan 2006 16:16:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0OGFxDi018185; Tue, 24 Jan 2006 09:15:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D652BF.3000303@samsco.org> Date: Tue, 24 Jan 2006 09:15:59 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200601241558.k0OFwBfH029416@repoman.freebsd.org> <43D65102.4070800@samsco.org> <20060124161046.K24703@maildrop.int.zabbadoz.net> In-Reply-To: <20060124161046.K24703@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 16:16:01 -0000 Bjoern A. Zeeb wrote: > On Tue, 24 Jan 2006, Scott Long wrote: > >> Pawel Jakub Dawidek wrote: >> >>> pjd 2006-01-24 15:58:11 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: (Branch: RELENG_6) >>> . UPDATING Log: >>> Document the move of setkey from /usr/sbin/ to /sbin/. >>> A bit late, but better than never. >>> Reminded by: bz >>> Revision Changes Path >>> 1.416.2.15 +4 -0 src/UPDATING >> >> >> Can a symlink be added so that 3rd party scripts can find >> it? > > > If we do this we will need to remove it from ObsoleteFiles.inc too > but I'd rather not have a symlink. It should still be in path. > > I know of only one person who had complained about this up to > now. > Ok, then it needs to be documented clearly in the release notes and include an explaination of why the location was changed. Scott From owner-cvs-src@FreeBSD.ORG Tue Jan 24 16:19: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 6FFC716A41F; Tue, 24 Jan 2006 16:19:32 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEF043D45; Tue, 24 Jan 2006 16:19:32 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OGJViZ030816; Tue, 24 Jan 2006 16:19:32 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OGJV3q030815; Tue, 24 Jan 2006 16:19:31 GMT (envelope-from andre) Message-Id: <200601241619.k0OGJV3q030815@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 24 Jan 2006 16:19: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/netinet in.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, 24 Jan 2006 16:19:32 -0000 andre 2006-01-24 16:19:31 UTC FreeBSD src repository Modified files: sys/netinet in.c Log: In in_control() remove the temporary in_ifaddr structure from the ia_hash only if it actually is an AF_INET address. All other places test for sa_family == AF_INET but this one. PR: kern/92091 Submitted by: Seth Kingsley MFC after: 3 days Revision Changes Path 1.93 +2 -1 src/sys/netinet/in.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 17:02: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 A5F4616A46A; Tue, 24 Jan 2006 17:02:39 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E13C43D4C; Tue, 24 Jan 2006 17:02:39 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OH2d6o039947; Tue, 24 Jan 2006 17:02:39 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OH2dYr039946; Tue, 24 Jan 2006 17:02:39 GMT (envelope-from joel) Message-Id: <200601241702.k0OH2dYr039946@repoman.freebsd.org> From: Joel Dahl Date: Tue, 24 Jan 2006 17:02:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/msun/man fma.3 remainder.3 scalbn.3 src/sbin/geom/class/eli geli.8 src/share/man/man4/man4.i386 acpi_ibm.4 src/share/man/man4 nve.4 src/share/man/man9 alloc_unr.9 src/usr.sbin/powerd powerd.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, 24 Jan 2006 17:02:39 -0000 joel 2006-01-24 17:02:39 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) lib/msun/man fma.3 remainder.3 scalbn.3 sbin/geom/class/eli geli.8 share/man/man4/man4.i386 acpi_ibm.4 share/man/man4 nve.4 share/man/man9 alloc_unr.9 usr.sbin/powerd powerd.8 Log: MFC: s/5.5/6.0/ in HISTORY section. Revision Changes Path 1.2.2.1 +1 -1 src/lib/msun/man/fma.3 1.2.2.1 +1 -1 src/lib/msun/man/remainder.3 1.2.2.1 +1 -1 src/lib/msun/man/scalbn.3 1.2.2.4 +1 -1 src/sbin/geom/class/eli/geli.8 1.2.2.4 +1 -1 src/share/man/man4/man4.i386/acpi_ibm.4 1.2.2.3 +1 -1 src/share/man/man4/nve.4 1.2.2.1 +1 -1 src/share/man/man9/alloc_unr.9 1.5.2.3 +1 -1 src/usr.sbin/powerd/powerd.8 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 17:09: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 821AD16A41F; Tue, 24 Jan 2006 17:09:13 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A34943D4C; Tue, 24 Jan 2006 17:09:13 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OH9Cgg040228; Tue, 24 Jan 2006 17:09:12 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OH9ClS040227; Tue, 24 Jan 2006 17:09:12 GMT (envelope-from andre) Message-Id: <200601241709.k0OH9ClS040227@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 24 Jan 2006 17: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/netinet ip_mroute.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, 24 Jan 2006 17:09:13 -0000 andre 2006-01-24 17:09:12 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: In ip_mdq() compute the TV_DELTA the correct way around. PR: kern/91851 Submitted by: SAKAI Hiroaki MFC after: 3 days Revision Changes Path 1.117 +1 -1 src/sys/netinet/ip_mroute.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 17:57: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 D028716A41F; Tue, 24 Jan 2006 17:57:19 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36BD43D4C; Tue, 24 Jan 2006 17:57:19 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OHvJAb042550; Tue, 24 Jan 2006 17:57:19 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OHvJ8r042549; Tue, 24 Jan 2006 17:57:19 GMT (envelope-from andre) Message-Id: <200601241757.k0OHvJ8r042549@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 24 Jan 2006 17:57:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_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: Tue, 24 Jan 2006 17:57:20 -0000 andre 2006-01-24 17:57:19 UTC FreeBSD src repository Modified files: sys/netinet ip_input.c Log: When doing IP forwarding with [FAST_]IPSEC compiled into the kernel ip_forward() would report back a zero MTU in ICMP needfrag messages because on a IPSEC SP lookup failure no MTU got computed. Fix this by changing the logic to compute a new MTU in any case if IPSEC didn't do it. Change MTU computation logic to use egress interface MTU if available or the next smaller MTU compared to the current packet size instead of falling back to a very small fixed MTU. Fix associated comment. PR: kern/91412 MFC after: 3 days Revision Changes Path 1.312 +10 -8 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:26: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 7366E16A41F; Tue, 24 Jan 2006 18:26:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E0343D45; Tue, 24 Jan 2006 18:26:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIQLmf043810; Tue, 24 Jan 2006 18:26:21 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIQLS0043809; Tue, 24 Jan 2006 18:26:21 GMT (envelope-from ceri) Message-Id: <200601241826.k0OIQLS0043809@repoman.freebsd.org> From: Ceri Davies Date: Tue, 24 Jan 2006 18:26: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/share/man/man8 diskless.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, 24 Jan 2006 18:26:22 -0000 ceri 2006-01-24 18:26:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man8 diskless.8 Log: MFC revision 1.30: Fix the location of the initdiskless rc script. Lose pointers to where these files were two major releases ago. Revision Changes Path 1.26.2.4 +3 -10 src/share/man/man8/diskless.8 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:35: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 B57EF16A41F; Tue, 24 Jan 2006 18:35:28 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA7643D49; Tue, 24 Jan 2006 18:35:28 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIZSDp044301; Tue, 24 Jan 2006 18:35:28 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIZSoc044300; Tue, 24 Jan 2006 18:35:28 GMT (envelope-from ceri) Message-Id: <200601241835.k0OIZSoc044300@repoman.freebsd.org> From: Ceri Davies Date: Tue, 24 Jan 2006 18:35:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/sysinstall anonFTP.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, 24 Jan 2006 18:35:28 -0000 ceri 2006-01-24 18:35:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall anonFTP.c Log: MFC revisions 1.36 and 1.37: r1.36: Correct obsolete chown syntax. r1.37: If sysinstall was used to configure an anonymous FTP area, it was possible for information to be copied from the group file to the group file in the FTP area. This patch based on a patch from Zak Johnson . Revision Changes Path 1.34.2.1 +3 -3 src/usr.sbin/sysinstall/anonFTP.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:39: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 1C99F16A41F; Tue, 24 Jan 2006 18:39:44 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E5E43D46; Tue, 24 Jan 2006 18:39:43 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIdhw5044489; Tue, 24 Jan 2006 18:39:43 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIdhXx044488; Tue, 24 Jan 2006 18:39:43 GMT (envelope-from joel) Message-Id: <200601241839.k0OIdhXx044488@repoman.freebsd.org> From: Joel Dahl Date: Tue, 24 Jan 2006 18:39: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/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 18:39:44 -0000 joel 2006-01-24 18:39:43 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sys/conf NOTES Log: MFC: - Add comments about snd_au88x0. - Clarify that snd_audiocs is for sparc64 only. - Expand snd_ich and snd_t4dwave comments. Revision Changes Path 1.1325.2.11 +7 -3 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:39: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 31EBC16A420; Tue, 24 Jan 2006 18:39:46 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C709C43D53; Tue, 24 Jan 2006 18:39:45 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIdjKo044519; Tue, 24 Jan 2006 18:39:45 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIdjGJ044518; Tue, 24 Jan 2006 18:39:45 GMT (envelope-from ceri) Message-Id: <200601241839.k0OIdjGJ044518@repoman.freebsd.org> From: Ceri Davies Date: Tue, 24 Jan 2006 18:39: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/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 18:39:46 -0000 ceri 2006-01-24 18:39:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 rc.conf.5 Log: MFC revision 1.280: It's perfectly valid to run rpc_statd and rpc_lockd as an NFS client, so update the documentation to reflect that. Revision Changes Path 1.256.2.14 +2 -2 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:41: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 1CBE416A41F; Tue, 24 Jan 2006 18:41:31 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE72643D49; Tue, 24 Jan 2006 18:41:30 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIfUGS044674; Tue, 24 Jan 2006 18:41:30 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIfU66044673; Tue, 24 Jan 2006 18:41:30 GMT (envelope-from ceri) Message-Id: <200601241841.k0OIfU66044673@repoman.freebsd.org> From: Ceri Davies Date: Tue, 24 Jan 2006 18:41:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 18:41:31 -0000 ceri 2006-01-24 18:41:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man5 rc.conf.5 Log: MFC revision 1.280: It's perfectly valid to run rpc_statd and rpc_lockd as an NFS client, so update the documentation to reflect that. Revision Changes Path 1.221.2.20 +2 -2 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:54: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 B5F6916A41F; Tue, 24 Jan 2006 18:54:23 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D9743D49; Tue, 24 Jan 2006 18:54:23 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIsNMB045450; Tue, 24 Jan 2006 18:54:23 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIsNGV045448; Tue, 24 Jan 2006 18:54:23 GMT (envelope-from joel) Message-Id: <200601241854.k0OIsNGV045448@repoman.freebsd.org> From: Joel Dahl Date: Tue, 24 Jan 2006 18:54: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/dev/sound/pci cmi.c vibes.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, 24 Jan 2006 18:54:23 -0000 joel 2006-01-24 18:54:22 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sys/dev/sound/pci cmi.c vibes.c Log: MFC: Remove unused pointer. Revision Changes Path 1.32.2.2 +0 -2 src/sys/dev/sound/pci/cmi.c 1.19.2.1 +0 -3 src/sys/dev/sound/pci/vibes.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:56: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 A5EFF16A41F; Tue, 24 Jan 2006 18:56:31 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F305343D5E; Tue, 24 Jan 2006 18:56:11 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIuBwj045697; Tue, 24 Jan 2006 18:56:11 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIuBcL045696; Tue, 24 Jan 2006 18:56:11 GMT (envelope-from joel) Message-Id: <200601241856.k0OIuBcL045696@repoman.freebsd.org> From: Joel Dahl Date: Tue, 24 Jan 2006 18:56:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound driver.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, 24 Jan 2006 18:56:31 -0000 joel 2006-01-24 18:56:11 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sys/dev/sound driver.c Log: MFC r1.15: Sort list of modules. Revision Changes Path 1.13.2.2 +1 -1 src/sys/dev/sound/driver.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 18:58: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 502B616A41F; Tue, 24 Jan 2006 18:58:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9522443D68; Tue, 24 Jan 2006 18:58:48 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OIwmuN045824; Tue, 24 Jan 2006 18:58:48 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OIwmGT045823; Tue, 24 Jan 2006 18:58:48 GMT (envelope-from netchild) Message-Id: <200601241858.k0OIwmGT045823@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 24 Jan 2006 18:58:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d abi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 18:58:52 -0000 netchild 2006-01-24 18:58:48 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: As a quick fix disable the update of the linux ld.so.cache file, since currently it grabs some FreeBSD native libs too. A final solution is under discussion with brooks. Revision Changes Path 1.7 +1 -1 src/etc/rc.d/abi From owner-cvs-src@FreeBSD.ORG Tue Jan 24 19:24: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 A1C4C16A41F; Tue, 24 Jan 2006 19:24:54 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F0C043D45; Tue, 24 Jan 2006 19:24:54 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OJOsF4046790; Tue, 24 Jan 2006 19:24:54 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OJOsF6046789; Tue, 24 Jan 2006 19:24:54 GMT (envelope-from alc) Message-Id: <200601241924.k0OJOsF6046789@repoman.freebsd.org> From: Alan Cox Date: Tue, 24 Jan 2006 19:24: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/vm vm_page.h vm_pageq.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, 24 Jan 2006 19:24:54 -0000 alc 2006-01-24 19:24:54 UTC FreeBSD src repository Modified files: sys/vm vm_page.h vm_pageq.c Log: With the recent changes to the implementation of page coloring, the the option PQ_NOOPT is used exclusively by vm_pageq.c. Thus, the include of opt_vmpage.h can be removed from vm_page.h. Revision Changes Path 1.139 +0 -4 src/sys/vm/vm_page.h 1.22 +2 -0 src/sys/vm/vm_pageq.c From owner-cvs-src@FreeBSD.ORG Tue Jan 24 20:25: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 9A77816A420; Tue, 24 Jan 2006 20:25:05 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id E652243D64; Tue, 24 Jan 2006 20:25:02 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6874893 for multiple; Tue, 24 Jan 2006 15:24:58 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0OKOw3n014580; Tue, 24 Jan 2006 15:24:58 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Alan Cox Date: Tue, 24 Jan 2006 15:06:43 -0500 User-Agent: KMail/1.9.1 References: <200601241924.k0OJOsF6046789@repoman.freebsd.org> In-Reply-To: <200601241924.k0OJOsF6046789@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601241506.46375.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1248/Tue Jan 24 05:54:38 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_page.h vm_pageq.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, 24 Jan 2006 20:25:05 -0000 On Tuesday 24 January 2006 14:24, Alan Cox wrote: > alc 2006-01-24 19:24:54 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_page.h vm_pageq.c > Log: > With the recent changes to the implementation of page coloring, the > the option PQ_NOOPT is used exclusively by vm_pageq.c. Thus, the > include of opt_vmpage.h can be removed from vm_page.h. Yay!!! Includes of opt_foo.h in headers is evil. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jan 24 21:13: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 6518A16A41F; Tue, 24 Jan 2006 21:13:51 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2264843D48; Tue, 24 Jan 2006 21:13:51 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OLDoV0062619; Tue, 24 Jan 2006 21:13:50 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OLDovH062618; Tue, 24 Jan 2006 21:13:50 GMT (envelope-from ambrisko) Message-Id: <200601242113.k0OLDovH062618@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 24 Jan 2006 21:13: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/amr amr_linux.c src/sys/modules/amr/amr_linux Makefile src/sys/conf files files.amd64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2006 21:13:51 -0000 ambrisko 2006-01-24 21:13:50 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 Added files: sys/dev/amr amr_linux.c sys/modules/amr/amr_linux Makefile Log: Add in the Linux IOCTL shim and create the megadev0 device so Linux LSI MegaRaid tools can run on FreeBSD until Linux emulation. Add in the Linux IOCTL shim and create the megadev0 device so Linux LSI MegaRaid tools can run on FreeBSD until Linux emulation. Add glue to build the modules but don't tie it into the build yet until I test it from the CVS repo. via the mirror on an amd64 machine. Tie this into the Linux32 emulation on amd64 so the tools can run on amd64 kernel. Cleaned up by: ps (amr_linux.c) Revision Changes Path 1.1085 +1 -0 src/sys/conf/files 1.81 +1 -0 src/sys/conf/files.amd64 1.1 +191 -0 src/sys/dev/amr/amr_linux.c (new) 1.1 +8 -0 src/sys/modules/amr/amr_linux/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Jan 24 22:23: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 8AC3316A41F; Tue, 24 Jan 2006 22:23:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EEA43D70; Tue, 24 Jan 2006 22:23:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OMNkSG067176; Tue, 24 Jan 2006 22:23:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OMNk0H067175; Tue, 24 Jan 2006 22:23:46 GMT (envelope-from jhb) Message-Id: <200601242223.k0OMNk0H067175@repoman.freebsd.org> From: John Baldwin Date: Tue, 24 Jan 2006 22:23:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.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, 24 Jan 2006 22:23:46 -0000 jhb 2006-01-24 22:23:45 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c sys/sys ktr.h Log: - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem placeholder similar to KTR_DEV. Explain the use of KTR_DEV and KTR_SUBSYS in a comment as well. - Retire KTR_WITNESS and instead have KTR_WITNESS default to off but use KTR_SUBSYS if it is enabled. Revision Changes Path 1.212 +6 -0 src/sys/kern/subr_witness.c 1.36 +7 -2 src/sys/sys/ktr.h From owner-cvs-src@FreeBSD.ORG Tue Jan 24 22:24: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 14FAC16A420; Tue, 24 Jan 2006 22:24:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0190943D75; Tue, 24 Jan 2006 22:24:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OMO57h067225; Tue, 24 Jan 2006 22:24:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OMO50D067224; Tue, 24 Jan 2006 22:24:05 GMT (envelope-from jhb) Message-Id: <200601242224.k0OMO50D067224@repoman.freebsd.org> From: John Baldwin Date: Tue, 24 Jan 2006 22:24:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mutex.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, 24 Jan 2006 22:24:39 -0000 jhb 2006-01-24 22:24:05 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Whitespace fix. Revision Changes Path 1.166 +1 -1 src/sys/kern/kern_mutex.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 01:03: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 B5C7E16A41F; Wed, 25 Jan 2006 01:03:36 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CDE43D49; Wed, 25 Jan 2006 01:03:35 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P13Yqo080403; Wed, 25 Jan 2006 01:03:34 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P13YPf080402; Wed, 25 Jan 2006 01:03:34 GMT (envelope-from truckman) Message-Id: <200601250103.k0P13YPf080402@repoman.freebsd.org> From: Don Lewis Date: Wed, 25 Jan 2006 01:03:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_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: Wed, 25 Jan 2006 01:03:36 -0000 truckman 2006-01-25 01:03:34 UTC FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTE modified bit emulation traps on Alpha while holding locks in the sysctl handler. A better solution would be to pass a hint to the Alpha pmap code to tell mark these pages as modified when they as they are being wired, but that appears to be more difficult to implement. Suggested by: jhb MFC after: 3 days Revision Changes Path 1.168 +12 -1 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 02:05: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 029CB16A41F; Wed, 25 Jan 2006 02:05:48 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92B743D49; Wed, 25 Jan 2006 02:05:47 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P25lNE089201; Wed, 25 Jan 2006 02:05:47 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P25lc1089199; Wed, 25 Jan 2006 02:05:47 GMT (envelope-from ups) Message-Id: <200601250205.k0P25lc1089199@repoman.freebsd.org> From: Stephan Uphoff Date: Wed, 25 Jan 2006 02:05:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_resource.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, 25 Jan 2006 02:05:48 -0000 ups 2006-01-25 02:05:47 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Back out changes made in rev. 1.151. They were bogus. Cluebat applied by: jhb@ Revision Changes Path 1.152 +1 -1 src/sys/kern/kern_resource.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 02:12: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 F304A16A41F; Wed, 25 Jan 2006 02:12:23 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47ED343D5C; Wed, 25 Jan 2006 02:12:11 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P2CAlE089426; Wed, 25 Jan 2006 02:12:10 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P2CA9L089425; Wed, 25 Jan 2006 02:12:10 GMT (envelope-from truckman) Message-Id: <200601250212.k0P2CA9L089425@repoman.freebsd.org> From: Don Lewis Date: Wed, 25 Jan 2006 02:12:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c vfs_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: Wed, 25 Jan 2006 02:12:24 -0000 truckman 2006-01-25 02:12:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_lookup.c vfs_syscalls.c Log: MFC vfs_lookup.c 1.84 and 1.85, and vfs_syscalls.c 1.400 Return EINVAL from lookup() if cn_nameiop is DELETE or RENAME and the last component of the path name is "..". This keeps VOP_LOOKUP() from locking vnodes in reverse order. In kern_unlink(), remap EINVAL errors returned from namei() to EPERM to match existing (and POSIX required) behaviour. Revision Changes Path 1.80.2.4 +11 -4 src/sys/kern/vfs_lookup.c 1.392.2.5 +1 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 02: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 0094416A42B; Wed, 25 Jan 2006 02:19:36 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4CC43D45; Wed, 25 Jan 2006 02:19:36 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P2Jafo089604; Wed, 25 Jan 2006 02:19:36 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P2Japh089603; Wed, 25 Jan 2006 02:19:36 GMT (envelope-from truckman) Message-Id: <200601250219.k0P2Japh089603@repoman.freebsd.org> From: Don Lewis Date: Wed, 25 Jan 2006 02:19:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys rmdir.2 undelete.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 02:19:37 -0000 truckman 2006-01-25 02:19:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys rmdir.2 undelete.2 Log: MFC rmdir.2 1.14 and 1.15, and undelete.2 1.16 and 1.17 rmdir() fails with EINVAL if the last component of the path is "..". Document the previously undocumented behaviour of rmdir(".") returning EINVAL as required by POSIX and SUSv3. Bump the man page change date. undelete() fails with EINVAL if the last component of the path is "..". Bump the man page change date. Revision Changes Path 1.13.12.1 +6 -1 src/lib/libc/sys/rmdir.2 1.15.12.1 +4 -1 src/lib/libc/sys/undelete.2 From owner-cvs-src@FreeBSD.ORG Wed Jan 25 04:11: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 C0B9B16A41F; Wed, 25 Jan 2006 04:11:00 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9D743D46; Wed, 25 Jan 2006 04:11:00 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P4B0nq093943; Wed, 25 Jan 2006 04:11:00 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P4B01L093938; Wed, 25 Jan 2006 04:11:00 GMT (envelope-from gad) Message-Id: <200601250411.k0P4B01L093938@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 25 Jan 2006 04:10:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.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, 25 Jan 2006 04:11:00 -0000 gad 2006-01-25 04:10:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/newsyslog newsyslog.c Log: MFC 1.103: Improve the handling of errors that might happen with the fork() done to compress files after they have been rotated. Revision Changes Path 1.101.2.2 +38 -15 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 04:21: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 4FD9416A41F; Wed, 25 Jan 2006 04:21:23 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E56F43D4C; Wed, 25 Jan 2006 04:21:23 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P4LNAv000660; Wed, 25 Jan 2006 04:21:23 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P4LMOl000659; Wed, 25 Jan 2006 04:21:22 GMT (envelope-from jasone) Message-Id: <200601250421.k0P4LMOl000659@repoman.freebsd.org> From: Jason Evans Date: Wed, 25 Jan 2006 04:21: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/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, 25 Jan 2006 04:21:23 -0000 jasone 2006-01-25 04:21:22 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: If no coalesced exact-fit small regions are available, but delayed exact- fit regions are available, use the delayed regions in LIFO order, in order to increase locality of reference. We might expect this to cause delayed regions to be removed from the delay ring buffer more often (since we're now re-using more recently buffered regions), but numerous tests indicate that the overall impact on memory usage tends to be good (reduced fragmentation). Re-work arena_frag_reg_alloc() so that when large free regions are exhausted, it uses small regions in a way that favors contiguous allocation of sequentially allocated small regions. Use arena_frag_reg_alloc() in this capacity, rather than directly attempting over-fitting of small requests when no large regions are available. Remove the bin overfit statistic, since it is no longer relevant due to the arena_frag_reg_alloc() changes. Do not specify arena_frag_reg_alloc() as an inline function. It is too large to benefit much from being inlined, and it is also called in two places, only one of which is in the critical path (the other call bloated arena_reg_alloc()). Call arena_coalesce() for a region before caching it with arena_mru_cache(). Add assertions that detect the attempted caching of adjacent free regions, so that we notice this problem when it is first created, rather than in arena_coalesce(), when it's too late to know how the problem arose. Reported by: Hans Blancke Revision Changes Path 1.104 +184 -171 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 05:41: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 9196716A41F; Wed, 25 Jan 2006 05:41:03 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E55B43D46; Wed, 25 Jan 2006 05:41:03 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P5f3P6015260; Wed, 25 Jan 2006 05:41:03 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P5f3Lo015259; Wed, 25 Jan 2006 05:41:03 GMT (envelope-from jasone) Message-Id: <200601250541.k0P5f3Lo015259@repoman.freebsd.org> From: Jason Evans Date: Wed, 25 Jan 2006 05:41:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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, 25 Jan 2006 05:41:03 -0000 jasone 2006-01-25 05:41:02 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Remove a redundant variable assignment in arena_reg_frag_alloc(). Revision Changes Path 1.105 +0 -1 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 06:45: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 90BFD16A41F; Wed, 25 Jan 2006 06:45:57 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D43F43D45; Wed, 25 Jan 2006 06:45:57 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P6jvZ0017701; Wed, 25 Jan 2006 06:45:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P6jvII017700; Wed, 25 Jan 2006 06:45:57 GMT (envelope-from alc) Message-Id: <200601250645.k0P6jvII017700@repoman.freebsd.org> From: Alan Cox Date: Wed, 25 Jan 2006 06:45: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/vm vm_contig.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, 25 Jan 2006 06:45:57 -0000 alc 2006-01-25 06:45:57 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: The previous revision incorrectly changed a switch statement into an if statement. Specifically, a break statement that previously broke out of the enclosing switch was not changed. Consequently, the enclosing loop terminated prematurely. This could result in "vm_page_insert: page already inserted" panics. Submitted by: tegge Revision Changes Path 1.46 +3 -3 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 07:39: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 041CE16A41F; Wed, 25 Jan 2006 07:39:00 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85CF43D46; Wed, 25 Jan 2006 07:38:59 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.240] (ppp-71-139-110-185.dsl.snfc21.pacbell.net [71.139.110.185]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id k0P7cvVK030703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 24 Jan 2006 23:38:58 -0800 Message-ID: <43D72B26.4000501@root.org> Date: Tue, 24 Jan 2006 23:39:18 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20060124222402.DAA4E16A463@hub.freebsd.org> In-Reply-To: <20060124222402.DAA4E16A463@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.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, 25 Jan 2006 07:39:00 -0000 John Baldwin wrote: > jhb 2006-01-24 22:23:45 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > sys/sys ktr.h > Log: > - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem > placeholder similar to KTR_DEV. Explain the use of KTR_DEV and > KTR_SUBSYS in a comment as well. > - Retire KTR_WITNESS and instead have KTR_WITNESS default to off but use > KTR_SUBSYS if it is enabled. > > Revision Changes Path > 1.212 +6 -0 src/sys/kern/subr_witness.c > 1.36 +7 -2 src/sys/sys/ktr.h Thanks, and I hope as we expand, people will use KTR_SUBSYS or KTR_DEV instead of growing their own. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Jan 25 07:39: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 5103116A41F; Wed, 25 Jan 2006 07:39:43 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C7A943D45; Wed, 25 Jan 2006 07:39:43 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P7dgRP019728; Wed, 25 Jan 2006 07:39:42 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P7dg0x019727; Wed, 25 Jan 2006 07:39:42 GMT (envelope-from matteo) Message-Id: <200601250739.k0P7dg0x019727@repoman.freebsd.org> From: Matteo Riondato Date: Wed, 25 Jan 2006 07:39:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc gettytab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 07:39:43 -0000 matteo 2006-01-25 07:39:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc gettytab Log: MFC: Add gettytab entry for 3wire 19200 baud console src/etc/gettytab: rev 1.22 -> 1.23 PR: conf/90346 Submitted by: Gavin Atkinson Approved by: philip (mentor, implicit) Revision Changes Path 1.22.8.1 +2 -0 src/etc/gettytab From owner-cvs-src@FreeBSD.ORG Wed Jan 25 07:43: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 76A5A16A41F; Wed, 25 Jan 2006 07:43:49 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E3543D45; Wed, 25 Jan 2006 07:43:49 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P7hn0g019915; Wed, 25 Jan 2006 07:43:49 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P7hmwn019914; Wed, 25 Jan 2006 07:43:48 GMT (envelope-from matteo) Message-Id: <200601250743.k0P7hmwn019914@repoman.freebsd.org> From: Matteo Riondato Date: Wed, 25 Jan 2006 07:43:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/adduser adduser.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, 25 Jan 2006 07:43:49 -0000 matteo 2006-01-25 07:43:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/adduser adduser.sh Log: MFC: Honour the "uuid" directive in adduser.conf src/usr.sbin/adduser/adduser.sh: rev 1.26 -> 1.27 PR: conf/87914 Approved by: philip (mentor, implicit) Revision Changes Path 1.26.2.1 +4 -1 src/usr.sbin/adduser/adduser.sh From owner-cvs-src@FreeBSD.ORG Wed Jan 25 08:13: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 B3B0E16A41F; Wed, 25 Jan 2006 08:13:47 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F72D43D46; Wed, 25 Jan 2006 08:13:47 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P8DlvO022142; Wed, 25 Jan 2006 08:13:47 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P8DlN6022140; Wed, 25 Jan 2006 08:13:47 GMT (envelope-from sos) Message-Id: <200601250813.k0P8DlN6022140@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 25 Jan 2006 08:13: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/sys ata.h src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-disk.h ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c ata-raid.c ata-raid.h ata_if.m atapi-cd.c atapi-cd.h atapi-fd.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, 25 Jan 2006 08:13:47 -0000 sos 2006-01-25 08:13:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys ata.h sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-disk.h ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c ata-raid.c ata-raid.h ata_if.m atapi-cd.c atapi-cd.h atapi-fd.c atapi-fd.h atapi-tape.c atapi-tape.h sbin/atacontrol atacontrol.8 atacontrol.c Log: MFC: Bring ATA up to -current standards: Fix SiS SATA support, the SATA registers was off. Update the ICH7 support so it deals better with chips without AHCI. Unbreak hotplug support on the ICH6 and ICH7 chipsets. Add support for VIA VT8251 southbridge. Add new nVidia nForce4 chips. Add support for the Marvell 88SX[56]0[48][01] series of SATA chips. Fix the promise modesetting for old chips. Get rid of the advertising clause in the copyright. Add support for using DMA on dump, greatly speeds up the dump process. When IOCATAGPARM is called, update the capabilities page that is stored in the kernel and return the new values. Fix rebuilds of arrays that got stuck. Add dump support in ataraid. Add support for for reading and writing SiS metadata. Add support for writing VIA metadata. Add support for writing Intel metadata. Correct calculation of RAID0 sizes on VIA RAID arrays. Update Intel MatrixRAID support to be able to pick up RAID0+1 (RAID10) Revision Changes Path 1.26.2.2 +4 -4 src/sbin/atacontrol/atacontrol.8 1.36.2.3 +10 -7 src/sbin/atacontrol/atacontrol.c 1.252.2.4 +42 -36 src/sys/dev/ata/ata-all.c 1.103.2.4 +10 -5 src/sys/dev/ata/ata-all.h 1.36.2.1 +12 -16 src/sys/dev/ata/ata-card.c 1.22.2.1 +1 -3 src/sys/dev/ata/ata-cbus.c 1.126.2.7 +1867 -1492 src/sys/dev/ata/ata-chipset.c 1.189.2.2 +16 -40 src/sys/dev/ata/ata-disk.c 1.50.2.1 +1 -3 src/sys/dev/ata/ata-disk.h 1.137.2.2 +12 -12 src/sys/dev/ata/ata-dma.c 1.29.2.1 +1 -3 src/sys/dev/ata/ata-isa.c 1.69.2.3 +31 -17 src/sys/dev/ata/ata-lowlevel.c 1.105.2.2 +65 -27 src/sys/dev/ata/ata-pci.c 1.49.2.5 +47 -23 src/sys/dev/ata/ata-pci.h 1.50.2.2 +29 -10 src/sys/dev/ata/ata-queue.c 1.98.2.5 +780 -120 src/sys/dev/ata/ata-raid.c 1.34.2.2 +103 -61 src/sys/dev/ata/ata-raid.h 1.5.2.1 +1 -3 src/sys/dev/ata/ata_if.m 1.179.2.4 +10 -10 src/sys/dev/ata/atapi-cd.c 1.44.2.1 +1 -3 src/sys/dev/ata/atapi-cd.h 1.102.2.1 +2 -4 src/sys/dev/ata/atapi-fd.c 1.24.2.1 +1 -3 src/sys/dev/ata/atapi-fd.h 1.99.2.1 +2 -4 src/sys/dev/ata/atapi-tape.c 1.23.2.1 +1 -3 src/sys/dev/ata/atapi-tape.h 1.26.2.3 +3 -3 src/sys/sys/ata.h From owner-cvs-src@FreeBSD.ORG Wed Jan 25 08:17: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 C648E16A441; Wed, 25 Jan 2006 08:17:08 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89D843D53; Wed, 25 Jan 2006 08:17:03 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P8H32D022524; Wed, 25 Jan 2006 08:17:03 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P8H3C3022522; Wed, 25 Jan 2006 08:17:03 GMT (envelope-from ume) Message-Id: <200601250817.k0P8H3C3022522@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 25 Jan 2006 08:17:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 ip6_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: Wed, 25 Jan 2006 08:17:08 -0000 ume 2006-01-25 08:17:03 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_input.c Log: don't embed scope id before running packet filters. Reported by: YAMAMOTO Takashi Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.85 +20 -20 src/sys/netinet6/ip6_input.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 08:43: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 3849816A41F; Wed, 25 Jan 2006 08:43:00 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F2A43D45; Wed, 25 Jan 2006 08:42:59 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0P8gxP6023865; Wed, 25 Jan 2006 08:42:59 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0P8gxwZ023864; Wed, 25 Jan 2006 08:42:59 GMT (envelope-from jeff) Message-Id: <200601250842.k0P8gxwZ023864@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 25 Jan 2006 08:42:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_object.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, 25 Jan 2006 08:43:00 -0000 jeff 2006-01-25 08:42:59 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: - Avoid calling vm_object_backing_scan() when collapsing an object when the resident page count matches the object size. We know it fully backs its parent in this case. Reviewed by: acl, tegge Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.355 +3 -1 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:00: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 BAA9216A41F; Wed, 25 Jan 2006 10:00:42 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7437A43D49; Wed, 25 Jan 2006 10:00:42 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA0frR034443; Wed, 25 Jan 2006 10:00:42 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA0fte034439; Wed, 25 Jan 2006 10:00:41 GMT (envelope-from cperciva) Message-Id: <200601251000.k0PA0fte034439@repoman.freebsd.org> From: Colin Percival Date: Wed, 25 Jan 2006 10:00: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/net if_bridge.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, 25 Jan 2006 10:00:42 -0000 cperciva 2006-01-25 10:00:40 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Make sure buffers in if_bridge are fully initialized before copying them to userland. Security: FreeBSD-SA-06:06.kmem Revision Changes Path 1.51 +3 -0 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 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 CA55316A41F; Wed, 25 Jan 2006 10:00:59 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8171943D48; Wed, 25 Jan 2006 10:00:59 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA0x4b034501; Wed, 25 Jan 2006 10:00:59 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA0xYW034500; Wed, 25 Jan 2006 10:00:59 GMT (envelope-from cperciva) Message-Id: <200601251000.k0PA0xYW034500@repoman.freebsd.org> From: Colin Percival Date: Wed, 25 Jan 2006 10:00: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/contrib/pf/net pf_norm.c src/sys/net if_bridge.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, 25 Jan 2006 10:01:00 -0000 cperciva 2006-01-25 10:00:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf_norm.c sys/net if_bridge.c Log: Make sure buffers in if_bridge are fully initialized before copying them to userland. [1] MFC rev. 1.16 of sys/contrib/pf/net/pf_norm.c: Correct an error in pf handling of IP packet fragments which could result in a kernel panic. [2] Security: FreeBSD-SA-06:06.kmem [1] Security: FreeBSD-SA-06:07.pf [2] Revision Changes Path 1.11.2.3 +2 -2 src/sys/contrib/pf/net/pf_norm.c 1.11.2.25 +3 -0 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:01: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 E62DC16A41F; Wed, 25 Jan 2006 10:01:26 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9DE43D49; Wed, 25 Jan 2006 10:01:26 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA1QPR034666; Wed, 25 Jan 2006 10:01:26 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA1Qg8034665; Wed, 25 Jan 2006 10:01:26 GMT (envelope-from cperciva) Message-Id: <200601251001.k0PA1Qg8034665@repoman.freebsd.org> From: Colin Percival Date: Wed, 25 Jan 2006 10:01:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/contrib/pf/net pf_norm.c src/sys/net if_bridge.c 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: Wed, 25 Jan 2006 10:01:27 -0000 cperciva 2006-01-25 10:01:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) . UPDATING sys/conf newvers.sh sys/contrib/pf/net pf_norm.c sys/net if_bridge.c sys/net80211 ieee80211_ioctl.c Log: Make sure buffers in if_bridge are fully initialized before copying them to userland. [1] MFC rev. 1.37 of sys/net80211/ieee80211_ioctl.c: Correct a logic error which could allow too much data to be copied into userland. [2] MFC rev. 1.16 of sys/contrib/pf/net/pf_norm.c: Correct an error in pf handling of IP packet fragments which could result in a kernel panic. [3] Security: FreeBSD-SA-06:06.kmem [1] [2] Security: FreeBSD-SA-06:07.pf [3] Approved by: so (cperciva) Revision Changes Path 1.416.2.3.2.9 +8 -0 src/UPDATING 1.69.2.8.2.5 +1 -1 src/sys/conf/newvers.sh 1.11.2.1.2.1 +2 -2 src/sys/contrib/pf/net/pf_norm.c 1.11.2.12.2.4 +3 -0 src/sys/net/if_bridge.c 1.25.2.3.2.2 +1 -1 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:01: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 57D6A16A41F; Wed, 25 Jan 2006 10:01:48 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CB443D58; Wed, 25 Jan 2006 10:01:47 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA1l6X034740; Wed, 25 Jan 2006 10:01:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA1lx7034739; Wed, 25 Jan 2006 10:01:47 GMT (envelope-from cperciva) Message-Id: <200601251001.k0PA1lx7034739@repoman.freebsd.org> From: Colin Percival Date: Wed, 25 Jan 2006 10:01:47 +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/contrib/pf/net pf_norm.c src/sys/net if_bridge.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, 25 Jan 2006 10:01:48 -0000 cperciva 2006-01-25 10:01:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net pf_norm.c sys/net if_bridge.c Log: Make sure buffers in if_bridge are fully initialized before copying them to userland. [1] MFC rev. 1.16 of sys/contrib/pf/net/pf_norm.c: Correct an error in pf handling of IP packet fragments which could result in a kernel panic. [2] Security: FreeBSD-SA-06:06.kmem [1] Security: FreeBSD-SA-06:07.pf [2] Revision Changes Path 1.10.2.2 +2 -2 src/sys/contrib/pf/net/pf_norm.c 1.23.2.8 +3 -0 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:02: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 1302216A41F; Wed, 25 Jan 2006 10:02:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07D743D55; Wed, 25 Jan 2006 10:02:07 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA27eL034838; Wed, 25 Jan 2006 10:02:07 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA27Gq034837; Wed, 25 Jan 2006 10:02:07 GMT (envelope-from cperciva) Message-Id: <200601251002.k0PA27Gq034837@repoman.freebsd.org> From: Colin Percival Date: Wed, 25 Jan 2006 10:02:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/contrib/pf/net pf_norm.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, 25 Jan 2006 10:02:08 -0000 cperciva 2006-01-25 10:02:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) . UPDATING sys/conf newvers.sh sys/contrib/pf/net pf_norm.c Log: MFC rev. 1.16 of sys/contrib/pf/net/pf_norm.c: Correct an error in pf handling of IP packet fragments which could result in a kernel panic. Security: FreeBSD-SA-06:07.pf Approved by: so (cperciva) Revision Changes Path 1.342.2.24.2.19 +4 -0 src/UPDATING 1.62.2.18.2.15 +1 -1 src/sys/conf/newvers.sh 1.10.6.1 +2 -2 src/sys/contrib/pf/net/pf_norm.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10: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 95F2A16A41F; Wed, 25 Jan 2006 10:02:27 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E66343D55; Wed, 25 Jan 2006 10:02:27 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA2RMH034941; Wed, 25 Jan 2006 10:02:27 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA2REF034940; Wed, 25 Jan 2006 10:02:27 GMT (envelope-from cperciva) Message-Id: <200601251002.k0PA2REF034940@repoman.freebsd.org> From: Colin Percival Date: Wed, 25 Jan 2006 10:02:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/contrib/pf/net pf_norm.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, 25 Jan 2006 10:02:27 -0000 cperciva 2006-01-25 10:02:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) . UPDATING sys/conf newvers.sh sys/contrib/pf/net pf_norm.c Log: MFC rev. 1.16 of sys/contrib/pf/net/pf_norm.c: Correct an error in pf handling of IP packet fragments which could result in a kernel panic. Security: FreeBSD-SA-06:07.pf Approved by: so (cperciva) Revision Changes Path 1.342.2.13.2.28 +4 -0 src/UPDATING 1.62.2.15.2.30 +1 -1 src/sys/conf/newvers.sh 1.10.4.1 +2 -2 src/sys/contrib/pf/net/pf_norm.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:06: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 35F0116A422; Wed, 25 Jan 2006 10:06:39 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBF043D68; Wed, 25 Jan 2006 10:06:30 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PA6Uf9035385; Wed, 25 Jan 2006 10:06:30 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PA6U3t035384; Wed, 25 Jan 2006 10:06:30 GMT (envelope-from dfr) Message-Id: <200601251006.k0PA6U3t035384@repoman.freebsd.org> From: Doug Rabson Date: Wed, 25 Jan 2006 10:06: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/lib/libgssapi gss_accept_sec_context.3 gss_acquire_cred.3 gss_add_cred.3 gss_add_oid_set_member.3 gss_canonicalize_name.3 gss_compare_name.3 gss_context_time.3 gss_create_empty_oid_set.3 gss_delete_sec_context.3 gss_display_name.3 gss_display_status.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, 25 Jan 2006 10:06:39 -0000 dfr 2006-01-25 10:06:30 UTC FreeBSD src repository Modified files: lib/libgssapi gss_accept_sec_context.3 gss_acquire_cred.3 gss_add_cred.3 gss_add_oid_set_member.3 gss_canonicalize_name.3 gss_compare_name.3 gss_context_time.3 gss_create_empty_oid_set.3 gss_delete_sec_context.3 gss_display_name.3 gss_display_status.3 gss_duplicate_name.3 gss_export_name.3 gss_export_sec_context.3 gss_get_mic.3 gss_import_name.3 gss_import_sec_context.3 gss_indicate_mechs.3 gss_init_sec_context.3 gss_inquire_context.3 gss_inquire_cred.3 gss_inquire_cred_by_mech.3 gss_inquire_mechs_for_name.3 gss_inquire_names_for_mech.3 gss_process_context_token.3 gss_release_buffer.3 gss_release_cred.3 gss_release_name.3 gss_release_oid_set.3 gss_test_oid_set_member.3 gss_unwrap.3 gss_verify_mic.3 gss_wrap.3 gss_wrap_size_limit.3 gssapi.3 Log: Move the Internet Society copyright message so that it appears in the formatted page as well as the source. Revision Changes Path 1.2 +26 -26 src/lib/libgssapi/gss_accept_sec_context.3 1.2 +26 -26 src/lib/libgssapi/gss_acquire_cred.3 1.2 +26 -26 src/lib/libgssapi/gss_add_cred.3 1.2 +26 -26 src/lib/libgssapi/gss_add_oid_set_member.3 1.2 +26 -26 src/lib/libgssapi/gss_canonicalize_name.3 1.2 +26 -26 src/lib/libgssapi/gss_compare_name.3 1.2 +26 -26 src/lib/libgssapi/gss_context_time.3 1.2 +26 -26 src/lib/libgssapi/gss_create_empty_oid_set.3 1.2 +26 -26 src/lib/libgssapi/gss_delete_sec_context.3 1.2 +26 -26 src/lib/libgssapi/gss_display_name.3 1.2 +26 -26 src/lib/libgssapi/gss_display_status.3 1.2 +26 -26 src/lib/libgssapi/gss_duplicate_name.3 1.2 +26 -26 src/lib/libgssapi/gss_export_name.3 1.2 +26 -26 src/lib/libgssapi/gss_export_sec_context.3 1.2 +26 -26 src/lib/libgssapi/gss_get_mic.3 1.2 +26 -26 src/lib/libgssapi/gss_import_name.3 1.2 +26 -26 src/lib/libgssapi/gss_import_sec_context.3 1.2 +26 -26 src/lib/libgssapi/gss_indicate_mechs.3 1.2 +26 -26 src/lib/libgssapi/gss_init_sec_context.3 1.2 +26 -26 src/lib/libgssapi/gss_inquire_context.3 1.2 +26 -26 src/lib/libgssapi/gss_inquire_cred.3 1.2 +26 -26 src/lib/libgssapi/gss_inquire_cred_by_mech.3 1.2 +26 -26 src/lib/libgssapi/gss_inquire_mechs_for_name.3 1.2 +26 -26 src/lib/libgssapi/gss_inquire_names_for_mech.3 1.2 +26 -26 src/lib/libgssapi/gss_process_context_token.3 1.2 +26 -26 src/lib/libgssapi/gss_release_buffer.3 1.2 +26 -26 src/lib/libgssapi/gss_release_cred.3 1.2 +26 -26 src/lib/libgssapi/gss_release_name.3 1.2 +26 -26 src/lib/libgssapi/gss_release_oid_set.3 1.2 +26 -26 src/lib/libgssapi/gss_test_oid_set_member.3 1.2 +26 -26 src/lib/libgssapi/gss_unwrap.3 1.2 +26 -26 src/lib/libgssapi/gss_verify_mic.3 1.2 +26 -26 src/lib/libgssapi/gss_wrap.3 1.2 +26 -26 src/lib/libgssapi/gss_wrap_size_limit.3 1.2 +26 -26 src/lib/libgssapi/gssapi.3 From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:36: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 EABED16A41F; Wed, 25 Jan 2006 10:36:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D8F943DBC; Wed, 25 Jan 2006 10:35:56 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PAZt9k037348; Wed, 25 Jan 2006 10:35:55 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PAZtu6037347; Wed, 25 Jan 2006 10:35:55 GMT (envelope-from simon) Message-Id: <200601251035.k0PAZtu6037347@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 25 Jan 2006 10:35: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/release/doc/en_US.ISO8859-1/errata article.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: Wed, 25 Jan 2006 10:36:18 -0000 simon 2006-01-25 10:35:55 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:0[67]. Revision Changes Path 1.73.2.12 +14 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jan 25 10:40: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 6AE5F16A42F; Wed, 25 Jan 2006 10:40:44 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F2543E0C; Wed, 25 Jan 2006 10:39:02 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PAd2rg037570; Wed, 25 Jan 2006 10:39:02 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PAd2IZ037569; Wed, 25 Jan 2006 10:39:02 GMT (envelope-from simon) Message-Id: <200601251039.k0PAd2IZ037569@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 25 Jan 2006 10:39:02 +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/release/doc/en_US.ISO8859-1/errata article.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: Wed, 25 Jan 2006 10:40:44 -0000 simon 2006-01-25 10:39:02 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:07. Revision Changes Path 1.69.2.31 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jan 25 11: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 D4FE516A41F; Wed, 25 Jan 2006 11:24:38 +0000 (GMT) (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 8BEF543D76; Wed, 25 Jan 2006 11:24:38 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PBOcdN039596; Wed, 25 Jan 2006 11:24:38 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PBOcMn039595; Wed, 25 Jan 2006 11:24:38 GMT (envelope-from cognet) Message-Id: <200601251124.k0PBOcMn039595@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 25 Jan 2006 11: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/lib/libdisk disk.c libdisk.h write_arm_disk.c src/lib 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, 25 Jan 2006 11:24:39 -0000 cognet 2006-01-25 11:24:37 UTC FreeBSD src repository Modified files: lib/libdisk disk.c libdisk.h lib Makefile Added files: lib/libdisk write_arm_disk.c Log: Add a dummy arm Write_Disk() function, and compile libdisk on arm. Revision Changes Path 1.210 +1 -5 src/lib/Makefile 1.126 +2 -0 src/lib/libdisk/disk.c 1.63 +2 -1 src/lib/libdisk/libdisk.h 1.1 +47 -0 src/lib/libdisk/write_arm_disk.c (new) From owner-cvs-src@FreeBSD.ORG Wed Jan 25 12:45: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 9195316A41F; Wed, 25 Jan 2006 12:45:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC9E43D72; Wed, 25 Jan 2006 12:45:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PCjPbw043311; Wed, 25 Jan 2006 12:45:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PCjPt5043310; Wed, 25 Jan 2006 12:45:25 GMT (envelope-from phk) Message-Id: <200601251245.k0PCjPt5043310@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 25 Jan 2006 12:45: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/include printf.h src/lib/libc/stdio Makefile.inc xprintf.c xprintf_errno.c xprintf_quote.c xprintf_vis.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, 25 Jan 2006 12:45:25 -0000 phk 2006-01-25 12:45:25 UTC FreeBSD src repository Modified files: include printf.h lib/libc/stdio Makefile.inc xprintf.c xprintf_vis.c Added files: lib/libc/stdio xprintf_errno.c xprintf_quote.c Log: Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" Add %M{essage} extension which prints an errno value as the corresponding string if possible or numerically otherwise. It is not currently possible to do the syslog(3) like %m extension because errno would need to get capatured on entry to the first function in the printf family, so %M requires you to supply errno as an argument. Add %Q{uote} extension which will print a string in double quotes with appropriate back-slash escapes (only) if necessary. Revision Changes Path 1.2 +12 -4 src/include/printf.h 1.35 +2 -1 src/lib/libc/stdio/Makefile.inc 1.2 +10 -0 src/lib/libc/stdio/xprintf.c 1.1 +65 -0 src/lib/libc/stdio/xprintf_errno.c (new) 1.1 +108 -0 src/lib/libc/stdio/xprintf_quote.c (new) 1.2 +2 -0 src/lib/libc/stdio/xprintf_vis.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 13:23: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 3E17616A41F; Wed, 25 Jan 2006 13:23:00 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F41D343D45; Wed, 25 Jan 2006 13:22:59 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PDMxal052378; Wed, 25 Jan 2006 13:22:59 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PDMx0b052377; Wed, 25 Jan 2006 13:22:59 GMT (envelope-from harti) Message-Id: <200601251322.k0PDMx0b052377@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 25 Jan 2006 13:22: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/share/man/man7 Makefile bsd.snmpmod.mk.7 src/share/mk Makefile bsd.snmpmod.mk src/usr.sbin/bsnmpd/modules Makefile.inc src/usr.sbin/bsnmpd/modules/snmp_atm Makefile src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile src/usr.sbin/bsnmpd/modules/snmp_netgraph ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 13:23:00 -0000 harti 2006-01-25 13:22:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man7 Makefile share/mk Makefile usr.sbin/bsnmpd/modules Makefile.inc usr.sbin/bsnmpd/modules/snmp_atm Makefile usr.sbin/bsnmpd/modules/snmp_mibII Makefile usr.sbin/bsnmpd/modules/snmp_netgraph Makefile snmp_netgraph.c usr.sbin/bsnmpd/modules/snmp_pf Makefile Added files: (Branch: RELENG_6) share/man/man7 bsd.snmpmod.mk.7 share/mk bsd.snmpmod.mk Log: MFC: SNMP module build infrastucture: share/man/man7/Makefile:1.30 share/mk/Makefile:1.47 usr.sbin/bsnmpd/modules/Makefile.inc:1.12 usr.sbin/bsnmpd/modules/snmp_atm/Makefile:1.4 usr.sbin/bsnmpd/modules/snmp_mibII/Makefile:1.6 usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile:1.7 usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c:1.6 usr.sbin/bsnmpd/modules/snmp_pf/Makefile:1.2 share/man/man7/bsd.snmpmod.mk.7:1.4 share/mk/bsd.snmpmod.mk:1.2 Revision Changes Path 1.29.8.1 +1 -0 src/share/man/man7/Makefile 1.4.2.1 +102 -0 src/share/man/man7/bsd.snmpmod.mk.7 (new) 1.46.2.1 +1 -1 src/share/mk/Makefile 1.2.2.1 +27 -0 src/share/mk/bsd.snmpmod.mk (new) 1.9.2.2 +0 -23 src/usr.sbin/bsnmpd/modules/Makefile.inc 1.3.2.1 +4 -5 src/usr.sbin/bsnmpd/modules/snmp_atm/Makefile 1.5.6.2 +3 -1 src/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile 1.6.6.1 +1 -3 src/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile 1.5.2.1 +1 -1 src/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c 1.1.2.1 +1 -3 src/usr.sbin/bsnmpd/modules/snmp_pf/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jan 25 14:11: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 1A31116A424; Wed, 25 Jan 2006 14:11:07 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FEB43D45; Wed, 25 Jan 2006 14:11:06 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6938063 for multiple; Wed, 25 Jan 2006 09:09:22 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0PEAWhF024710; Wed, 25 Jan 2006 09:10:33 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Nate Lawson Date: Wed, 25 Jan 2006 09:11:35 -0500 User-Agent: KMail/1.9.1 References: <20060124222402.DAA4E16A463@hub.freebsd.org> <43D72B26.4000501@root.org> In-Reply-To: <43D72B26.4000501@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601250911.37317.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1248/Tue Jan 24 05:54:38 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.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, 25 Jan 2006 14:11:08 -0000 On Wednesday 25 January 2006 02:39, Nate Lawson wrote: > John Baldwin wrote: > > jhb 2006-01-24 22:23:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_witness.c > > sys/sys ktr.h > > Log: > > - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem > > placeholder similar to KTR_DEV. Explain the use of KTR_DEV and > > KTR_SUBSYS in a comment as well. > > - Retire KTR_WITNESS and instead have KTR_WITNESS default to off but > > use KTR_SUBSYS if it is enabled. > > > > Revision Changes Path > > 1.212 +6 -0 src/sys/kern/subr_witness.c > > 1.36 +7 -2 src/sys/sys/ktr.h > > Thanks, and I hope as we expand, people will use KTR_SUBSYS or KTR_DEV > instead of growing their own. Well, I'll probably rework KTR as described in the arch@ thread to move away from the single runtime mask (and thus the 32-bit limit) instead giving each KTR class its own loader tunable and matching sysctl mask. There would still be a way to summarily turn KTR on and off altogether using the cpu masks, but the number of classes could grow without bound and kernel modules could even contain their own classes, etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Jan 25 14:55: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 A638616A41F; Wed, 25 Jan 2006 14:55:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6301D43D48; Wed, 25 Jan 2006 14:55:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PEtCRQ056653; Wed, 25 Jan 2006 14:55:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PEtC6k056643; Wed, 25 Jan 2006 14:55:12 GMT (envelope-from jhb) Message-Id: <200601251455.k0PEtC6k056643@repoman.freebsd.org> From: John Baldwin Date: Wed, 25 Jan 2006 14:55:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/rp rp_pci.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, 25 Jan 2006 14:55:12 -0000 jhb 2006-01-25 14:55:11 UTC FreeBSD src repository Modified files: sys/dev/rp rp_pci.c Log: The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card. Submitted by: Vitaliy Skakun vit dot ska at gmail dot com MFC after: 3 days Revision Changes Path 1.13 +2 -0 src/sys/dev/rp/rp_pci.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 14: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 6B5B116A41F; Wed, 25 Jan 2006 14:57:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3C743D46; Wed, 25 Jan 2006 14:57:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PEvOWC056791; Wed, 25 Jan 2006 14:57:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PEvOtH056790; Wed, 25 Jan 2006 14:57:24 GMT (envelope-from jhb) Message-Id: <200601251457.k0PEvOtH056790@repoman.freebsd.org> From: John Baldwin Date: Wed, 25 Jan 2006 14:57:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_ktr.c subr_witness.c src/sys/sys ktr.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, 25 Jan 2006 14:57:24 -0000 jhb 2006-01-25 14:57:23 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c subr_witness.c sys/sys ktr.h Log: Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef in subr_witness.c. I did add a comment in subr_witness.c noting that KTR_WITNESS is incompatible with KTR_ALQ. Revision Changes Path 1.49 +0 -1 src/sys/kern/kern_ktr.c 1.213 +1 -0 src/sys/kern/subr_witness.c 1.37 +0 -3 src/sys/sys/ktr.h From owner-cvs-src@FreeBSD.ORG Wed Jan 25 15:06: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 C281216A41F; Wed, 25 Jan 2006 15:06:07 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93F343D69; Wed, 25 Jan 2006 15:05:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 6942533 for multiple; Wed, 25 Jan 2006 10:04:39 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0PF5npx025036; Wed, 25 Jan 2006 10:05:50 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Wed, 25 Jan 2006 10:02:48 -0500 User-Agent: KMail/1.9.1 References: <200601251457.k0PEvOtH056790@repoman.freebsd.org> In-Reply-To: <200601251457.k0PEvOtH056790@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601251002.50269.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1248/Tue Jan 24 05:54:38 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_ktr.c subr_witness.c src/sys/sys ktr.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, 25 Jan 2006 15:06:08 -0000 On Wednesday 25 January 2006 09:57, John Baldwin wrote: > jhb 2006-01-25 14:57:23 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_ktr.c subr_witness.c > sys/sys ktr.h > Log: > Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef > in subr_witness.c. I did add a comment in subr_witness.c noting that > KTR_WITNESS is incompatible with KTR_ALQ. This should fix the build breakage, sorry. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Jan 25 15:54: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 CBA2B16A420; Wed, 25 Jan 2006 15:54:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D6D43D82; Wed, 25 Jan 2006 15:54:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PFs3FF058946; Wed, 25 Jan 2006 15:54:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PFs3wq058945; Wed, 25 Jan 2006 15:54:03 GMT (envelope-from pjd) Message-Id: <200601251554.k0PFs3wq058945@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 25 Jan 2006 15:54: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/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, 25 Jan 2006 15:54:11 -0000 pjd 2006-01-25 15:54:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: MFC: sys/geom/mirror/g_mirror.c 1.69 sys/geom/raid3/g_raid3.c 1.45 Remove dead code. Found by: Coverity Prevent(tm) Coverity ID: CID104, CID105 Revision Changes Path 1.66.2.2 +0 -2 src/sys/geom/mirror/g_mirror.c 1.40.2.4 +0 -2 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 15:55: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 343DA16A422; Wed, 25 Jan 2006 15:55:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45AD43D95; Wed, 25 Jan 2006 15:55:27 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PFtR8w059060; Wed, 25 Jan 2006 15:55:27 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PFtRlD059059; Wed, 25 Jan 2006 15:55:27 GMT (envelope-from pjd) Message-Id: <200601251555.k0PFtRlD059059@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 25 Jan 2006 15:55: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/sys/geom/uzip g_uzip.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, 25 Jan 2006 15:55:31 -0000 pjd 2006-01-25 15:55:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/uzip g_uzip.c Log: MFC: sys/geom/uzip/g_uzip.c 1.9 Fix bio leak in case of malloc(9) failure. Found by: Coverity Prevent(tm) Coverity ID: CID794 Revision Changes Path 1.4.2.3 +1 -0 src/sys/geom/uzip/g_uzip.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 16:34: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 6863A16A41F; Wed, 25 Jan 2006 16:34:34 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2297043D45; Wed, 25 Jan 2006 16:34:34 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PGYY08060511; Wed, 25 Jan 2006 16:34:34 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PGYYDE060510; Wed, 25 Jan 2006 16:34:34 GMT (envelope-from dougb) Message-Id: <200601251634.k0PGYYDE060510@repoman.freebsd.org> From: Doug Barton Date: Wed, 25 Jan 2006 16:34: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/rcorder 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, 25 Jan 2006 16:34:34 -0000 dougb 2006-01-25 16:34:34 UTC FreeBSD src repository Modified files: sbin/rcorder Makefile Log: Crank WARNS up to 6, just because we can. Revision Changes Path 1.6 +1 -1 src/sbin/rcorder/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jan 25 17: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 A2D5E16A41F; Wed, 25 Jan 2006 17:37:16 +0000 (GMT) (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 4496243D6E; Wed, 25 Jan 2006 17:37:16 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PHbGQp070883; Wed, 25 Jan 2006 17:37:16 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PHbGbY070882; Wed, 25 Jan 2006 17:37:16 GMT (envelope-from maxim) Message-Id: <200601251737.k0PHbGbY070882@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 25 Jan 2006 17:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc services X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 17:37:16 -0000 maxim 2006-01-25 17:37:16 UTC FreeBSD src repository Modified files: etc services Log: o Add IANA assigned InterBase Database Remote Protocol 3050/tcp/udp. PR: conf/92319 Submitted by: skv MFC after: 1 week Revision Changes Path 1.103 +2 -0 src/etc/services From owner-cvs-src@FreeBSD.ORG Wed Jan 25 18:12: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 E977C16A41F; Wed, 25 Jan 2006 18:12:00 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583B843D6E; Wed, 25 Jan 2006 18:12:00 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PIC0bu074107; Wed, 25 Jan 2006 18:12:00 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PIC0CE074106; Wed, 25 Jan 2006 18:12:00 GMT (envelope-from ambrisko) Message-Id: <200601251812.k0PIC0CE074106@repoman.freebsd.org> From: Doug Ambrisko Date: Wed, 25 Jan 2006 18:12: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/modules/amr 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, 25 Jan 2006 18:12:01 -0000 ambrisko 2006-01-25 18:11:59 UTC FreeBSD src repository Modified files: sys/modules/amr Makefile Log: Tie the amr_linux module into the build for i386 & amd64 Revision Changes Path 1.10 +4 -0 src/sys/modules/amr/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jan 25 18:20: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 CC64E16A44E; Wed, 25 Jan 2006 18:20:07 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDFC43D6B; Wed, 25 Jan 2006 18:19:57 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k0PIJuQO013291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Jan 2006 21:19:56 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k0PIJthP013290; Wed, 25 Jan 2006 21:19:56 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 25 Jan 2006 21:19:55 +0300 From: Gleb Smirnoff To: Hartmut Brandt Message-ID: <20060125181955.GD83922@FreeBSD.org> References: <200601251322.k0PDMx0b052377@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200601251322.k0PDMx0b052377@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/share/man/man7 Makefile bsd.snmpmod.mk.7 src/share/mk Makefile bsd.snmpmod.mk src/usr.sbin/bsnmpd/modules Makefile.inc src/usr.sbin/bsnmpd/modules/snmp_atm Makefile src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile src/usr.sbin/bsnmpd/modules/snmp_netgraph ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 18:20:09 -0000 Harti, On Wed, Jan 25, 2006 at 01:22:59PM +0000, Hartmut Brandt wrote: H> harti 2006-01-25 13:22:59 UTC H> H> FreeBSD src repository H> H> Modified files: (Branch: RELENG_6) H> share/man/man7 Makefile H> share/mk Makefile H> usr.sbin/bsnmpd/modules Makefile.inc H> usr.sbin/bsnmpd/modules/snmp_atm Makefile H> usr.sbin/bsnmpd/modules/snmp_mibII Makefile H> usr.sbin/bsnmpd/modules/snmp_netgraph Makefile snmp_netgraph.c H> usr.sbin/bsnmpd/modules/snmp_pf Makefile H> Added files: (Branch: RELENG_6) H> share/man/man7 bsd.snmpmod.mk.7 H> share/mk bsd.snmpmod.mk H> Log: H> MFC: SNMP module build infrastucture: H> share/man/man7/Makefile:1.30 H> share/mk/Makefile:1.47 H> usr.sbin/bsnmpd/modules/Makefile.inc:1.12 H> usr.sbin/bsnmpd/modules/snmp_atm/Makefile:1.4 H> usr.sbin/bsnmpd/modules/snmp_mibII/Makefile:1.6 H> usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile:1.7 H> usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c:1.6 H> usr.sbin/bsnmpd/modules/snmp_pf/Makefile:1.2 H> share/man/man7/bsd.snmpmod.mk.7:1.4 H> share/mk/bsd.snmpmod.mk:1.2 btw, what is MFC schedule for hostres MIB? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Jan 25 18:49: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 4EFDB16A41F; Wed, 25 Jan 2006 18:49:29 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB1743D45; Wed, 25 Jan 2006 18:49:29 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 25 Jan 2006 10:49:28 -0800 Message-ID: <43D7C838.4000202@elischer.org> Date: Wed, 25 Jan 2006 10:49:28 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200601251245.k0PCjPt5043310@repoman.freebsd.org> In-Reply-To: <200601251245.k0PCjPt5043310@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/include printf.h src/lib/libc/stdio Makefile.inc xprintf.c xprintf_errno.c xprintf_quote.c xprintf_vis.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, 25 Jan 2006 18:49:29 -0000 Poul-Henning Kamp wrote: >phk 2006-01-25 12:45:25 UTC > > FreeBSD src repository > > Modified files: > include printf.h > lib/libc/stdio Makefile.inc xprintf.c xprintf_vis.c > Added files: > lib/libc/stdio xprintf_errno.c xprintf_quote.c > Log: > Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" > > Add %M{essage} extension which prints an errno value as the > corresponding string if possible or numerically otherwise. > > Is this compatible with anyone else? > > It is not currently possible to do the syslog(3) like %m extension > because errno would need to get capatured on entry to the first > function in the printf family, so %M requires you to supply errno > as an argument. > > Add %Q{uote} extension which will print a string in double quotes with > appropriate back-slash escapes (only) if necessary. > > same question.. basically, did this idea come from somewhere? or is it new? > > Revision Changes Path > 1.2 +12 -4 src/include/printf.h > 1.35 +2 -1 src/lib/libc/stdio/Makefile.inc > 1.2 +10 -0 src/lib/libc/stdio/xprintf.c > 1.1 +65 -0 src/lib/libc/stdio/xprintf_errno.c (new) > 1.1 +108 -0 src/lib/libc/stdio/xprintf_quote.c (new) > 1.2 +2 -0 src/lib/libc/stdio/xprintf_vis.c > > From owner-cvs-src@FreeBSD.ORG Wed Jan 25 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 057C216A41F; Wed, 25 Jan 2006 19:01:27 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FC543D45; Wed, 25 Jan 2006 19:01:26 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PJ1Q6E076202; Wed, 25 Jan 2006 19:01:26 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PJ1QaJ076201; Wed, 25 Jan 2006 19:01:26 GMT (envelope-from emaste) Message-Id: <200601251901.k0PJ1QaJ076201@repoman.freebsd.org> From: Ed Maste Date: Wed, 25 Jan 2006 19:01:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.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, 25 Jan 2006 19:01:27 -0000 emaste 2006-01-25 19:01:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/common loader.8 sys/boot/forth loader.conf loader.conf.5 sys/boot/i386/libi386 comconsole.c Log: MFC loader.8:1.83 loader.conf:1.99 loader.conf.5:1.24 comconsole.c:1.11 from HEAD to RELENG_5: Add a "comconsole_speed" loader variable that can be used to change the serial console speed (i386 and amd64 only). If the previous stage boot loader requested a serial console (RB_SERIAL or RB_MULTIPLE) then the default speed is determined from the current serial port speed. Otherwise it is set to 9600 or the value of BOOT_COMCONSOLE_SPEED at compile time. Approved by: rwatson (mentor) Revision Changes Path 1.64.2.6 +14 -1 src/sys/boot/common/loader.8 1.85.2.6 +2 -1 src/sys/boot/forth/loader.conf 1.21.2.2 +13 -1 src/sys/boot/forth/loader.conf.5 1.10.4.1 +108 -9 src/sys/boot/i386/libi386/comconsole.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 19:15: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 2E02D16A41F; Wed, 25 Jan 2006 19:15:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3682B43D46; Wed, 25 Jan 2006 19:15:49 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 81B43BC74; Wed, 25 Jan 2006 19:15:48 +0000 (UTC) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 25 Jan 2006 10:49:28 PST." <43D7C838.4000202@elischer.org> Date: Wed, 25 Jan 2006 20:15:47 +0100 Message-ID: <19618.1138216547@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include printf.h src/lib/libc/stdio Makefile.inc xprintf.c xprintf_errno.c xprintf_quote.c xprintf_vis.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, 25 Jan 2006 19:15:58 -0000 In message <43D7C838.4000202@elischer.org>, Julian Elischer writes: >Poul-Henning Kamp wrote: >> FreeBSD src repository >> >> Modified files: >> include printf.h >> lib/libc/stdio Makefile.inc xprintf.c xprintf_vis.c >> Added files: >> lib/libc/stdio xprintf_errno.c xprintf_quote.c >> Log: >> Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" >> >> Add %M{essage} extension which prints an errno value as the >> corresponding string if possible or numerically otherwise. > >Is this compatible with anyone else? Not that I know off. It is an optional extension which you have to ask for explicitly, so it is non-intrusive as far as stadnards go. >basically, did this idea come from somewhere? or is it new? Extending printf is as old as at least SYSIII. The specific implementation was written to be compatible with GLIBC. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Wed Jan 25 19:18: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 DE22916A41F; Wed, 25 Jan 2006 19:18:37 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FD743D69; Wed, 25 Jan 2006 19:18:37 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 25 Jan 2006 11:18:35 -0800 Message-ID: <43D7CF0C.3040607@elischer.org> Date: Wed, 25 Jan 2006 11:18:36 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <19618.1138216547@critter.freebsd.dk> In-Reply-To: <19618.1138216547@critter.freebsd.dk> 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/include printf.h src/lib/libc/stdio Makefile.inc xprintf.c xprintf_errno.c xprintf_quote.c xprintf_vis.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, 25 Jan 2006 19:18:38 -0000 Poul-Henning Kamp wrote: >In message <43D7C838.4000202@elischer.org>, Julian Elischer writes: > > >>Poul-Henning Kamp wrote: >> >> > > > >>> FreeBSD src repository >>> >>> Modified files: >>> include printf.h >>> lib/libc/stdio Makefile.inc xprintf.c xprintf_vis.c >>> Added files: >>> lib/libc/stdio xprintf_errno.c xprintf_quote.c >>> Log: >>> Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" >>> >>> Add %M{essage} extension which prints an errno value as the >>> corresponding string if possible or numerically otherwise. >>> >>> >>Is this compatible with anyone else? >> >> > >Not that I know off. It is an optional extension which you have to >ask for explicitly, so it is non-intrusive as far as stadnards go. > > > >>basically, did this idea come from somewhere? or is it new? >> >> > >Extending printf is as old as at least SYSIII. > >The specific implementation was written to be compatible with GLIBC. > > do you mean "not collide with" or "emulate" glibc? From owner-cvs-src@FreeBSD.ORG Wed Jan 25 19:22: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 AB78916A41F; Wed, 25 Jan 2006 19:22:56 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C14443D45; Wed, 25 Jan 2006 19:22:56 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 97AFDBC7A; Wed, 25 Jan 2006 19:22:54 +0000 (UTC) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 25 Jan 2006 11:18:36 PST." <43D7CF0C.3040607@elischer.org> Date: Wed, 25 Jan 2006 20:22:54 +0100 Message-ID: <19721.1138216974@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include printf.h src/lib/libc/stdio Makefile.inc xprintf.c xprintf_errno.c xprintf_quote.c xprintf_vis.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, 25 Jan 2006 19:22:56 -0000 In message <43D7CF0C.3040607@elischer.org>, Julian Elischer writes: >>The specific implementation was written to be compatible with GLIBC. > >do you mean "not collide with" or "emulate" glibc? I mean "be source code compatible with" -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Wed Jan 25 21:13: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 A1F9A16A432; Wed, 25 Jan 2006 21:13:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CAC43DC9; Wed, 25 Jan 2006 21:13:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PLDl0B088665; Wed, 25 Jan 2006 21:13:47 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PLDkRP088664; Wed, 25 Jan 2006 21:13:46 GMT (envelope-from joel) Message-Id: <200601252113.k0PLDkRP088664@repoman.freebsd.org> From: Joel Dahl Date: Wed, 25 Jan 2006 21:13:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm dsp.c feeder_fmt.c feeder_rate.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, 25 Jan 2006 21:13:47 -0000 joel 2006-01-25 21:13:46 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/sound/pcm dsp.c feeder_fmt.c feeder_rate.c Log: Fix typos and clean up some comments. Approved by: ariff Revision Changes Path 1.92 +1 -1 src/sys/dev/sound/pcm/dsp.c 1.20 +1 -1 src/sys/dev/sound/pcm/feeder_fmt.c 1.17 +8 -8 src/sys/dev/sound/pcm/feeder_rate.c From owner-cvs-src@FreeBSD.ORG Wed Jan 25 21:14: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 47FB316A420; Wed, 25 Jan 2006 21:14:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0456243DB7; Wed, 25 Jan 2006 21:14:47 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PLEkoQ088748; Wed, 25 Jan 2006 21:14:46 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PLEkdd088747; Wed, 25 Jan 2006 21:14:46 GMT (envelope-from joel) Message-Id: <200601252114.k0PLEkdd088747@repoman.freebsd.org> From: Joel Dahl Date: Wed, 25 Jan 2006 21:14: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/share/man/man4 pcm.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: Wed, 25 Jan 2006 21:14:47 -0000 joel 2006-01-25 21:14:46 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 Log: - Remove the comment about WSS/MSS cards being the best supported cards on the market. - Remove the entire HARDWARE section. It's superfluous since all snd_* manual pages have their own HARDWARE sections these days. Reviewed by: brueffer Revision Changes Path 1.46 +0 -18 src/share/man/man4/pcm.4 From owner-cvs-src@FreeBSD.ORG Wed Jan 25 21:15: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 1057816A420; Wed, 25 Jan 2006 21:15:59 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A94243DB1; Wed, 25 Jan 2006 21:15:58 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PLFwCV088909; Wed, 25 Jan 2006 21:15:58 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PLFwmg088908; Wed, 25 Jan 2006 21:15:58 GMT (envelope-from joel) Message-Id: <200601252115.k0PLFwmg088908@repoman.freebsd.org> From: Joel Dahl Date: Wed, 25 Jan 2006 21:15: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/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: Wed, 25 Jan 2006 21:15:59 -0000 joel 2006-01-25 21:15:58 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Remove sound since the sound(4) manual page no longer have a HARDWARE section. Reviewed by: brueffer Revision Changes Path 1.293 +0 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.75 +0 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Wed Jan 25 21:20: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 67E7916A453; Wed, 25 Jan 2006 21:20:49 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCE9450DB; Wed, 25 Jan 2006 20:55:45 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PKtjlc088002; Wed, 25 Jan 2006 20:55:45 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PKtjJB088001; Wed, 25 Jan 2006 20:55:45 GMT (envelope-from simon) Message-Id: <200601252055.k0PKtjJB088001@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 25 Jan 2006 20:55:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 21:20:53 -0000 simon 2006-01-25 20:55:44 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) usr.bin/tar bsdtar.1 Log: MFC rev 1.31: Use the .Fx macro. Revision Changes Path 1.29.2.1 +7 -2 src/usr.bin/tar/bsdtar.1 From owner-cvs-src@FreeBSD.ORG Wed Jan 25 21:21: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 68C5E16A534; Wed, 25 Jan 2006 21:21:08 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F004514F; Wed, 25 Jan 2006 20:56:18 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PKuHud088040; Wed, 25 Jan 2006 20:56:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PKuHY8088039; Wed, 25 Jan 2006 20:56:17 GMT (envelope-from simon) Message-Id: <200601252056.k0PKuHY8088039@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 25 Jan 2006 20:56:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 21:21:21 -0000 simon 2006-01-25 20:56:17 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) usr.bin/tar bsdtar.1 Log: MFC rev 1.31: Use the .Fx macro. Revision Changes Path 1.20.2.3 +7 -2 src/usr.bin/tar/bsdtar.1 From owner-cvs-src@FreeBSD.ORG Wed Jan 25 23:07: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 2B45E16A420; Wed, 25 Jan 2006 23:07:45 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9959643D48; Wed, 25 Jan 2006 23:07:44 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PN7ieT095372; Wed, 25 Jan 2006 23:07:44 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PN7iCS095371; Wed, 25 Jan 2006 23:07:44 GMT (envelope-from sos) Message-Id: <200601252307.k0PN7iCS095371@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 25 Jan 2006 23:07:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.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: Wed, 25 Jan 2006 23:07:45 -0000 sos 2006-01-25 23:07:43 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add support for the JMicron JMB360 SATAII controller. Thanks to JMicron for providing needed info. HW donated by: Ralf Folkerts Revision Changes Path 1.155 +111 -24 src/sys/dev/ata/ata-chipset.c 1.114 +4 -0 src/sys/dev/ata/ata-pci.c 1.62 +4 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Wed Jan 25 23:47: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 F0B1F16A422; Wed, 25 Jan 2006 23:47:12 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9BB43D46; Wed, 25 Jan 2006 23:47:12 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0PNlCqK097316; Wed, 25 Jan 2006 23:47:12 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0PNlC25097315; Wed, 25 Jan 2006 23:47:12 GMT (envelope-from flz) Message-Id: <200601252347.k0PNlC25097315@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 25 Jan 2006 23:47: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/tools/tools/mfc mfc.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2006 23:47:13 -0000 flz 2006-01-25 23:47:12 UTC FreeBSD src repository (ports committer) Modified files: tools/tools/mfc mfc.pl Log: - Fix infinite loop in strip_log(). - Remove useless variable. Submitted by: jkim Approved by: jkim Revision Changes Path 1.10 +2 -4 src/tools/tools/mfc/mfc.pl From owner-cvs-src@FreeBSD.ORG Thu Jan 26 00: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 C74FE16A420; Thu, 26 Jan 2006 00:35:54 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919C243D45; Thu, 26 Jan 2006 00:35:54 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q0Zsf4099809; Thu, 26 Jan 2006 00:35:54 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q0ZsmJ099808; Thu, 26 Jan 2006 00:35:54 GMT (envelope-from flz) Message-Id: <200601260035.k0Q0ZsmJ099808@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 26 Jan 2006 00:35: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/cam/scsi scsi_da.c src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2006 00:35:55 -0000 flz 2006-01-26 00:35:54 UTC FreeBSD src repository (ports committer) Modified files: sys/cam/scsi scsi_da.c sys/dev/usb umass.c usbdevs Log: Add Product IDs : - Sandisk Cruzer Micro 128MB [5] - DANE-ELEC zMate 512MB USB flash drive [7] - Attache 256MB USB 2.0 Flash Drive [8] - Sandisk Cruzer Micro 256MB [9] Add scsi_da.c quirks : - Samsung USB key 128Mb [1] - Kingston DataTraveler 2.0 [2] - Creative MuVo Slim [3] - United MP 5512 Portable MP3 Player [4] - Sandisk Cruzer Micro 128MB [5], [9] - PNY USB Flash keys [6], [7], [8] Add umass.c quirks : - Sandisk Cruzer Micro 128MB [5] - DANE-ELEC zMate 512MB USB flash drive [7] - Attache 256MB USB 2.0 Flash Drive [8] - Sandisk Cruzer Micro 256MB [9] PR: usb/90081 [1], usb/89196 [2], kern/86131 [3], usb/80487 [4], usb/75970 [5], usb/75578 [6], usb/72344 [7], usb/65436 [8], usb/70835 [9] Submitted by: Henri-Pierre CHARLES [1], Andrey Simonenko [2], Erich Rickheit KSC [3], tnu@chania.di.uoa.gr [4], Bram Abbekerk [5], Thomas Pornin [6], parv [7], Peter D. Quilty [8], Raymundo M. Vega [9] Approved by: iedowse MFC after: 3 days Revision Changes Path 1.185 +48 -0 src/sys/cam/scsi/scsi_da.c 1.129 +12 -0 src/sys/dev/usb/umass.c 1.250 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:23: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 5452B16A420; Thu, 26 Jan 2006 01:23:30 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BF743D48; Thu, 26 Jan 2006 01:23:30 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1NTOV009192; Thu, 26 Jan 2006 01:23:29 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1NTmH009191; Thu, 26 Jan 2006 01:23:29 GMT (envelope-from flz) Message-Id: <200601260123.k0Q1NTmH009191@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 26 Jan 2006 01:23: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/usb umass.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, 26 Jan 2006 01:23:30 -0000 flz 2006-01-26 01:23:29 UTC FreeBSD src repository (ports committer) Modified files: sys/dev/usb umass.c Log: - Add a umass quirk that should have been part of latest commit. Approved by: iedowse (implicit) MFC after: 3 days Revision Changes Path 1.130 +4 -0 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01: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 E36F016A422; Thu, 26 Jan 2006 01:26:12 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4078843D58; Thu, 26 Jan 2006 01:26:12 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id E24C711B07; Thu, 26 Jan 2006 02:26:10 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54032-09; Thu, 26 Jan 2006 02:26:04 +0100 (CET) Received: from cream.xbsd.org (cream.xbsd.org [192.168.42.6]) by smtp.xbsd.org (Postfix) with ESMTP id 6BBD911A4B; Thu, 26 Jan 2006 02:26:04 +0100 (CET) From: Florent Thoumie To: cvs-src@freebsd.org Date: Thu, 26 Jan 2006 02:25:55 +0100 User-Agent: KMail/1.8.2 References: <200601260123.k0Q1NTmH009191@repoman.freebsd.org> In-Reply-To: <200601260123.k0Q1NTmH009191@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8855022.vBtiIAgYk2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200601260226.00389.flz@xbsd.org> X-Virus-Scanned: amavisd-new at xbsd.org Cc: src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb umass.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, 26 Jan 2006 01:26:13 -0000 --nextPart8855022.vBtiIAgYk2 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 26 January 2006 02:23, Florent Thoumie wrote: > flz 2006-01-26 01:23:29 UTC > > FreeBSD src repository (ports committer) > > Modified files: > sys/dev/usb umass.c > Log: > - Add a umass quirk that should have been part of latest commit. That's the SanDisk Cruzer Micro 256MB stated in the previous commit messag= e. The ProductID was added, not the quirk. > Approved by: iedowse (implicit) > MFC after: 3 days > > Revision Changes Path > 1.130 +4 -0 src/sys/dev/usb/umass.c =2D-=20 =46lorent Thoumie flz@FreeBSD.org =46reeBSD Committer --nextPart8855022.vBtiIAgYk2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD2CUoMxEkbVFH3PQRAitAAJ9HQlCk/bRbZN+ttyna9BalqmE+jgCZATKq VzFp336rEdayRRV1LErFSc0= =Wp8t -----END PGP SIGNATURE----- --nextPart8855022.vBtiIAgYk2-- From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:30: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 CB4F316A420; Thu, 26 Jan 2006 01:30:12 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8477C43D45; Thu, 26 Jan 2006 01:30:12 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1UCWw009559; Thu, 26 Jan 2006 01:30:12 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1UC8v009558; Thu, 26 Jan 2006 01:30:12 GMT (envelope-from dougb) Message-Id: <200601260130.k0Q1UC8v009558@repoman.freebsd.org> From: Doug Barton Date: Thu, 26 Jan 2006 01:30: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/sbin/rcorder Makefile rcorder.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, 26 Jan 2006 01:30:13 -0000 dougb 2006-01-26 01:30:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/rcorder Makefile rcorder.c Log: MFC version 1.6 of the Makefile, crank WARNS up to 6 MFC version 1.2 of rcorder.c, fix for "chunk is already free" error Revision Changes Path 1.5.8.1 +1 -1 src/sbin/rcorder/Makefile 1.1.1.2.14.1 +10 -3 src/sbin/rcorder/rcorder.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:30: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 D872E16A420; Thu, 26 Jan 2006 01:30:34 +0000 (GMT) (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 5542643D55; Thu, 26 Jan 2006 01:30:34 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1UY2j009667; Thu, 26 Jan 2006 01:30:34 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1UY1j009666; Thu, 26 Jan 2006 01:30:34 GMT (envelope-from cognet) Message-Id: <200601260130.k0Q1UY1j009666@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 01:30:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/kern tty_pts.c tty_pty.c src/sys/sys ttycom.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, 26 Jan 2006 01:30:35 -0000 cognet 2006-01-26 01:30:34 UTC FreeBSD src repository Modified files: sys/conf files sys/kern tty_pty.c sys/sys ttycom.h Added files: sys/kern tty_pts.c Log: Bring in a sysv-style pts implementation, as found in the rwatson_pts perforce branch. It works the same as its SysV/linux counterpart : You obtain a fd to the master pseudo terminal by opening /dev/ptmx, which craetes a node for the master as /dev/pty[num] and a node for the slave as /dev/pts/[num]. It should play nicely with the existing BSD ptys. By default, the system will use the BSD ptys, one can set the sysctl kern.pts.enable to 1 to make it use the new pts system. The max number of pty that can be allocated on a system can be changed with the sysctl kern.pts.max. It defaults to 1000, and can be increased, but it is not recommanded, as any pty with a number > 999 won't be handled by whatever uses utmp(5). Revision Changes Path 1.1086 +1 -0 src/sys/conf/files 1.1 +970 -0 src/sys/kern/tty_pts.c (new) 1.142 +54 -7 src/sys/kern/tty_pty.c 1.24 +1 -1 src/sys/sys/ttycom.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:32: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 8F41F16A424; Thu, 26 Jan 2006 01:32:47 +0000 (GMT) (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 35DAB43D46; Thu, 26 Jan 2006 01:32:47 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1Wl2f009741; Thu, 26 Jan 2006 01:32:47 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1Wl7R009740; Thu, 26 Jan 2006 01:32:47 GMT (envelope-from cognet) Message-Id: <200601260132.k0Q1Wl7R009740@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 01:32: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/compat/linux linux_ioctl.c linux_ioctl.h linux_stats.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, 26 Jan 2006 01:32:48 -0000 cognet 2006-01-26 01:32:47 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h linux_stats.c Log: Linux compat bits needed to make linux programs use the new ptys : linux_ioctl.[ch] : Implement LINUX_TIOCGPTN, which returns the pty number linux_stats.c : - Return the magic number for devfs. - In various stats()-related functions, check that we're stating a file in /dev/pts, and if so, change the st_rdev field to match what linux expects to be there for a slave pty device. The glibc checks for this, and their openpty() fails if it is no correct. Revision Changes Path 1.132 +9 -1 src/sys/compat/linux/linux_ioctl.c 1.23 +2 -0 src/sys/compat/linux/linux_ioctl.h 1.73 +22 -0 src/sys/compat/linux/linux_stats.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:33: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 78A3416A420; Thu, 26 Jan 2006 01:33:26 +0000 (GMT) (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 34D8243D45; Thu, 26 Jan 2006 01:33:26 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1XQgV009797; Thu, 26 Jan 2006 01:33:26 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1XQIh009796; Thu, 26 Jan 2006 01:33:26 GMT (envelope-from cognet) Message-Id: <200601260133.k0Q1XQIh009796@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 01: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/lib/libutil pty.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, 26 Jan 2006 01:33:26 -0000 cognet 2006-01-26 01:33:26 UTC FreeBSD src repository Modified files: lib/libutil pty.c Log: Teach openpty() how to deal with pts. Revision Changes Path 1.16 +45 -0 src/lib/libutil/pty.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:33: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 C4DB516A420; Thu, 26 Jan 2006 01:33:56 +0000 (GMT) (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 F0BFF43D55; Thu, 26 Jan 2006 01:33:55 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1Xt7Y009831; Thu, 26 Jan 2006 01:33:55 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1Xtch009830; Thu, 26 Jan 2006 01:33:55 GMT (envelope-from cognet) Message-Id: <200601260133.k0Q1Xtch009830@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 01:33: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/lib/libc/stdlib grantpt.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, 26 Jan 2006 01:33:57 -0000 cognet 2006-01-26 01:33:55 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: ptsname() bits for pts. Revision Changes Path 1.5 +45 -5 src/lib/libc/stdlib/grantpt.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:34: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 CE46D16A422; Thu, 26 Jan 2006 01:34:00 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8593043D49; Thu, 26 Jan 2006 01:34:00 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1Y0en009868; Thu, 26 Jan 2006 01:34:00 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1Y0l3009867; Thu, 26 Jan 2006 01:34:00 GMT (envelope-from dougb) Message-Id: <200601260134.k0Q1Y0l3009867@repoman.freebsd.org> From: Doug Barton Date: Thu, 26 Jan 2006 01:34:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/rcorder Makefile rcorder.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, 26 Jan 2006 01:34:01 -0000 dougb 2006-01-26 01:34:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/rcorder Makefile rcorder.c Log: MFC version 1.6 of the Makefile, crank WARNS up to 6 MFC version 1.2 of rcorder.c, fix for "chunk is already free" error Revision Changes Path 1.5.2.1 +1 -1 src/sbin/rcorder/Makefile 1.1.1.2.8.1 +10 -3 src/sbin/rcorder/rcorder.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:34: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 276AB16A434; Thu, 26 Jan 2006 01:34:27 +0000 (GMT) (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 D07D343D45; Thu, 26 Jan 2006 01:34:26 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1YQBX009918; Thu, 26 Jan 2006 01:34:26 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1YQ5G009917; Thu, 26 Jan 2006 01:34:26 GMT (envelope-from cognet) Message-Id: <200601260134.k0Q1YQ5G009917@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 01:34: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/lib/libc/gen getttyent.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, 26 Jan 2006 01:34:27 -0000 cognet 2006-01-26 01:34:26 UTC FreeBSD src repository Modified files: lib/libc/gen getttyent.c Log: Make getttyent() report what the pts ptys as well. Revision Changes Path 1.14 +38 -1 src/lib/libc/gen/getttyent.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:34: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 D79C616A422; Thu, 26 Jan 2006 01:34:49 +0000 (GMT) (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 8561043D45; Thu, 26 Jan 2006 01:34:49 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1YngK009952; Thu, 26 Jan 2006 01:34:49 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1YnKb009951; Thu, 26 Jan 2006 01:34:49 GMT (envelope-from cognet) Message-Id: <200601260134.k0Q1YnKb009951@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 01:34: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/share/man/man4 pty.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, 26 Jan 2006 01:34:50 -0000 cognet 2006-01-26 01:34:49 UTC FreeBSD src repository Modified files: share/man/man4 pty.4 Log: Document a bit pts. Revision Changes Path 1.15 +34 -0 src/share/man/man4/pty.4 From owner-cvs-src@FreeBSD.ORG Thu Jan 26 01:43: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 0CA6016A420; Thu, 26 Jan 2006 01:43:14 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B870F43D45; Thu, 26 Jan 2006 01:43:13 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q1hDa2010424; Thu, 26 Jan 2006 01:43:13 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q1hDxn010423; Thu, 26 Jan 2006 01:43:13 GMT (envelope-from iedowse) Message-Id: <200601260143.k0Q1hDxn010423@repoman.freebsd.org> From: Ian Dowse Date: Thu, 26 Jan 2006 01:43: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/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.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, 26 Jan 2006 01:43:15 -0000 iedowse 2006-01-26 01:43:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h Log: MFC: synchronise the EHCI driver with HEAD: o Add workaround for dropped interrupts on VIA and ATI controllers o Add various identification strings and vendor IDs o Set sc_dying to 1 when detaching o Don't bother clearing the unused transfer `hcpriv' field Revision Changes Path 1.36.2.1 +34 -1 src/sys/dev/usb/ehci.c 1.18.2.1 +91 -5 src/sys/dev/usb/ehci_pci.c 1.7.2.1 +1 -1 src/sys/dev/usb/ehcireg.h 1.9.2.1 +11 -2 src/sys/dev/usb/ehcivar.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 02:27: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 5BA1716A420; Thu, 26 Jan 2006 02:27:36 +0000 (GMT) (envelope-from silby@silby.com) Received: from wbm4.pair.net (wbm4.pair.net [209.68.3.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E022A43D45; Thu, 26 Jan 2006 02:27:35 +0000 (GMT) (envelope-from silby@silby.com) Received: by wbm4.pair.net (Postfix, from userid 65534) id 5E274A9B0; Wed, 25 Jan 2006 21:27:35 -0500 (EST) Received: from 64.215.82.94 ([64.215.82.94]) (SquirrelMail authenticated user silby@silby.com) by webmail4.pair.com with HTTP; Wed, 25 Jan 2006 21:27:35 -0500 (EST) Message-ID: <1680.64.215.82.94.1138242455.squirrel@webmail4.pair.com> In-Reply-To: <200601260130.k0Q1UY1j009666@repoman.freebsd.org> References: <200601260130.k0Q1UY1j009666@repoman.freebsd.org> Date: Wed, 25 Jan 2006 21:27:35 -0500 (EST) From: "Mike Silbersack" To: "Olivier Houchard" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern tty_pts.c tty_pty.c src/sys/sys ttycom.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, 26 Jan 2006 02:27:36 -0000 > cognet 2006-01-26 01:30:34 UTC > Bring in a sysv-style pts implementation, as found in the rwatson_pts > perforce branch. It works the same as its SysV/linux counterpart : You > obtain a fd to the master pseudo terminal by opening /dev/ptmx, which > craetes a node for the master as /dev/pty[num] and a node for the > slave as /dev/pts/[num]. > It should play nicely with the existing BSD ptys. > By default, the system will use the BSD ptys, one can set the sysctl > kern.pts.enable to 1 to make it use the new pts system. Please make the new system the default; if it's not the default, nobody will use it, and we won't find out what bugs are in it until after 7.0 ships. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Jan 26 02:29: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 752FE16A420; Thu, 26 Jan 2006 02:29:54 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B8F43D46; Thu, 26 Jan 2006 02:29:54 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q2TsxW012864; Thu, 26 Jan 2006 02:29:54 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q2Tsct012863; Thu, 26 Jan 2006 02:29:54 GMT (envelope-from truckman) Message-Id: <200601260229.k0Q2Tsct012863@repoman.freebsd.org> From: Don Lewis Date: Thu, 26 Jan 2006 02:29:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c vfs_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: Thu, 26 Jan 2006 02:29:54 -0000 truckman 2006-01-26 02:29:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern vfs_lookup.c vfs_syscalls.c Log: MFC vfs_lookup.c 1.84 and 1.85, and vfs_syscalls.c 1.400 Return EINVAL from lookup() if cn_nameiop is DELETE or RENAME and the last component of the path name is "..". This keeps VOP_LOOKUP() from locking vnodes in reverse order. In kern_unlink(), remap EINVAL errors returned from namei() to EPERM to match existing (and POSIX required) behaviour. Revision Changes Path 1.64.2.3 +11 -4 src/sys/kern/vfs_lookup.c 1.356.2.6 +1 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 02:33: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 1B12D16A420; Thu, 26 Jan 2006 02:33:37 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB6843D48; Thu, 26 Jan 2006 02:33:36 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q2XahW013026; Thu, 26 Jan 2006 02:33:36 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q2Xal1013025; Thu, 26 Jan 2006 02:33:36 GMT (envelope-from truckman) Message-Id: <200601260233.k0Q2Xal1013025@repoman.freebsd.org> From: Don Lewis Date: Thu, 26 Jan 2006 02:33:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern subr_witness.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, 26 Jan 2006 02:33:37 -0000 truckman 2006-01-26 02:33:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_witness.c Log: MFC subr_witness.c 1.198 and 1.200. Original commit messages: Log: Track all lock relationships instead of pruning direct relationships if an indirect relationship exists (keep both A->B->C and A->C). This allows witness_checkorder() to use isitmychild() instead of the much more expensive isitmydescendant() to check for valid lock ordering. Don't do an expensive tree walk to update the w_level values when the tree is updated. Only update the w_level values when using the debugger to display the tree. Nuke the experimental "witness_watch > 1" mode that only compared w_level for the two locks. This information is no longer maintained at run time, and the use of isitmychild() in witness_checkorder should bring performance close enough to the acceptable level that this hack is not needed. Report witness data structure allocation statistics under the debug.witness sysctl. Reviewed by: jhb MFC after: 30 days Log: Relocate witness_levelall(), witness_leveldescendents(), and witness_displaydescendants() so that they are protected by "#ifdef DDB/#endif" to unbreak kernels not using "option DDB". MFC after: 3 weeks Revision Changes Path 1.178.2.10 +117 -157 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 02: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 C470F16A420; Thu, 26 Jan 2006 02:36:26 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CBE643D48; Thu, 26 Jan 2006 02:36:26 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q2aQcJ013181; Thu, 26 Jan 2006 02:36:26 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q2aQZ0013180; Thu, 26 Jan 2006 02:36:26 GMT (envelope-from truckman) Message-Id: <200601260236.k0Q2aQZ0013180@repoman.freebsd.org> From: Don Lewis Date: Thu, 26 Jan 2006 02:36:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/sys rmdir.2 undelete.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2006 02:36:27 -0000 truckman 2006-01-26 02:36:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/sys rmdir.2 undelete.2 Log: MFC rmdir.2 1.14 and 1.15, and undelete.2 1.16 and 1.17 rmdir() fails with EINVAL if the last component of the path is "..". Document the previously undocumented behaviour of rmdir(".") returning EINVAL as required by POSIX and SUSv3. Bump the man page change date. undelete() fails with EINVAL if the last component of the path is "..". Bump the man page change date. Revision Changes Path 1.13.6.1 +6 -1 src/lib/libc/sys/rmdir.2 1.15.6.1 +4 -1 src/lib/libc/sys/undelete.2 From owner-cvs-src@FreeBSD.ORG Thu Jan 26 04:57: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 467C616A420; Thu, 26 Jan 2006 04:57:05 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0066543D46; Thu, 26 Jan 2006 04:57:04 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q4v4QY029102; Thu, 26 Jan 2006 04:57:04 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q4v4RJ029101; Thu, 26 Jan 2006 04:57:04 GMT (envelope-from mjacob) Message-Id: <200601260457.k0Q4v4RJ029101@repoman.freebsd.org> From: Matt Jacob Date: Thu, 26 Jan 2006 04:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_sa.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, 26 Jan 2006 04:57:05 -0000 mjacob 2006-01-26 04:57:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam/scsi scsi_sa.c Log: (MFC 1.106) Incorporate the O_NONBLOCK open semantics of Linux and Solaris. Revision Changes Path 1.105.2.1 +87 -6 src/sys/cam/scsi/scsi_sa.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 05:02: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 CF7FA16A420; Thu, 26 Jan 2006 05:02:05 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8772043D48; Thu, 26 Jan 2006 05:02:05 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q5259T029536; Thu, 26 Jan 2006 05:02:05 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q525pM029535; Thu, 26 Jan 2006 05:02:05 GMT (envelope-from mjacob) Message-Id: <200601260502.k0Q525pM029535@repoman.freebsd.org> From: Matt Jacob Date: Thu, 26 Jan 2006 05:02:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_sa.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, 26 Jan 2006 05:02:06 -0000 mjacob 2006-01-26 05:02:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/cam/scsi scsi_sa.c Log: (MFC 1.106) Incorporate the O_NONBLOCK open semantics of Linux and Solaris. (MFC 1.103, 1.104 as well) Revision Changes Path 1.101.2.2 +117 -17 src/sys/cam/scsi/scsi_sa.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 05:04: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 E9EB616A420; Thu, 26 Jan 2006 05:04:35 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D62B43D49; Thu, 26 Jan 2006 05:04:35 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q54Z3n029626; Thu, 26 Jan 2006 05:04:35 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q54ZNB029625; Thu, 26 Jan 2006 05:04:35 GMT (envelope-from mjacob) Message-Id: <200601260504.k0Q54ZNB029625@repoman.freebsd.org> From: Matt Jacob Date: Thu, 26 Jan 2006 05:04: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/isp isp_pci.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, 26 Jan 2006 05:04:36 -0000 mjacob 2006-01-26 05:04:35 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Put in at least an attempt to ID the 2422 (4Gb part) Revision Changes Path 1.107 +14 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 05:28: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 4885A16A420; Thu, 26 Jan 2006 05:28:57 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BCD43D46; Thu, 26 Jan 2006 05:28:57 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q5SuOn030630; Thu, 26 Jan 2006 05:28:56 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q5SuHf030629; Thu, 26 Jan 2006 05:28:56 GMT (envelope-from kientzle) Message-Id: <200601260528.k0Q5SuHf030629@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 26 Jan 2006 05:28: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/lib/libarchive Makefile archive_read_support_format_tp.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, 26 Jan 2006 05:28:57 -0000 kientzle 2006-01-26 05:28:56 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_read_support_format_tp.c Log: Fix an aliasing error in the new TP support and reenable it in the build. Revision Changes Path 1.45 +1 -0 src/lib/libarchive/Makefile 1.2 +4 -3 src/lib/libarchive/archive_read_support_format_tp.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 05:31: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 24A2C16A420; Thu, 26 Jan 2006 05:31:20 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D219E43D45; Thu, 26 Jan 2006 05:31:19 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q5VJx8030832; Thu, 26 Jan 2006 05:31:19 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q5VJmf030831; Thu, 26 Jan 2006 05:31:19 GMT (envelope-from brueffer) Message-Id: <200601260531.k0Q5VJmf030831@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 26 Jan 2006 05:31: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/share/man/man4 ata.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, 26 Jan 2006 05:31:20 -0000 brueffer 2006-01-26 05:31:19 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: Document JMicron JMB360. Revision Changes Path 1.62 +3 -1 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Thu Jan 26 05: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 5B46D16A420; Thu, 26 Jan 2006 05:51:27 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D5443D45; Thu, 26 Jan 2006 05:51:27 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q5pQwk031690; Thu, 26 Jan 2006 05:51:26 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q5pQMG031689; Thu, 26 Jan 2006 05:51:26 GMT (envelope-from alc) Message-Id: <200601260551.k0Q5pQMG031689@repoman.freebsd.org> From: Alan Cox Date: Thu, 26 Jan 2006 05:51: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/vm vm_contig.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, 26 Jan 2006 05:51:27 -0000 alc 2006-01-26 05:51:26 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Plug a leak in the newer contigmalloc() implementation. Specifically, if a multipage allocation was aborted midway, the pages that were already allocated were not always returned to the free list. Submitted by: tegge Revision Changes Path 1.47 +5 -10 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 06:15: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 92DF916A420; Thu, 26 Jan 2006 06:15:58 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B86C43D45; Thu, 26 Jan 2006 06:15:58 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q6Fw54032715; Thu, 26 Jan 2006 06:15:58 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q6Fwax032714; Thu, 26 Jan 2006 06:15:58 GMT (envelope-from mjacob) Message-Id: <200601260615.k0Q6Fwax032714@repoman.freebsd.org> From: Matt Jacob Date: Thu, 26 Jan 2006 06:15: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/dev/isp isp_pci.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, 26 Jan 2006 06:15:58 -0000 mjacob 2006-01-26 06:15:58 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: oops Revision Changes Path 1.108 +3 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 06:22: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 5F92E16A420; Thu, 26 Jan 2006 06:22:41 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F8343D46; Thu, 26 Jan 2006 06:22:41 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q6Mfc9033095; Thu, 26 Jan 2006 06:22:41 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q6MfDf033094; Thu, 26 Jan 2006 06:22:41 GMT (envelope-from mjacob) Message-Id: <200601260622.k0Q6MfDf033094@repoman.freebsd.org> From: Matt Jacob Date: Thu, 26 Jan 2006 06:22:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.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, 26 Jan 2006 06:22:41 -0000 mjacob 2006-01-26 06:22:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h Log: MFC current 2322 (and maybe 2422) support plus current target mode state. Revision Changes Path 1.113.2.1 +137 -48 src/sys/dev/isp/isp.c 1.105.2.1 +69 -38 src/sys/dev/isp/isp_freebsd.c 1.79.2.1 +4 -2 src/sys/dev/isp/isp_freebsd.h 1.32.2.1 +296 -3 src/sys/dev/isp/isp_inline.h 1.12.2.1 +31 -24 src/sys/dev/isp/isp_ioctl.h 1.104.2.1 +49 -9 src/sys/dev/isp/isp_pci.c 1.15.8.1 +2 -1 src/sys/dev/isp/isp_sbus.c 1.32.2.1 +216 -125 src/sys/dev/isp/isp_target.c 1.23.2.1 +120 -14 src/sys/dev/isp/isp_target.h 1.10.2.1 +111 -126 src/sys/dev/isp/isp_tpublic.h 1.47.2.1 +37 -5 src/sys/dev/isp/ispmbox.h 1.23.2.1 +15 -4 src/sys/dev/isp/ispreg.h 1.71.2.1 +22 -20 src/sys/dev/isp/ispvar.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 07:39: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 1158A16A420; Thu, 26 Jan 2006 07:39:54 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69CA743D46; Thu, 26 Jan 2006 07:39:52 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Thu, 26 Jan 2006 08:39:49 +0100 Date: Thu, 26 Jan 2006 08:39:50 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Gleb Smirnoff In-Reply-To: <20060125181955.GD83922@FreeBSD.org> Message-ID: <20060126083828.E49708@beagle.kn.op.dlr.de> References: <200601251322.k0PDMx0b052377@repoman.freebsd.org> <20060125181955.GD83922@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 26 Jan 2006 07:39:49.0645 (UTC) FILETIME=[AFF2BBD0:01C6224B] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 Makefile bsd.snmpmod.mk.7 src/share/mk Makefile bsd.snmpmod.mk src/usr.sbin/bsnmpd/modules Makefile.inc src/usr.sbin/bsnmpd/modules/snmp_atm Makefile src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile src/usr.sbin/bsnmpd/modules/snmp_netgraph ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 07:39:54 -0000 On Wed, 25 Jan 2006, Gleb Smirnoff wrote: GS> Harti, GS> GS>On Wed, Jan 25, 2006 at 01:22:59PM +0000, Hartmut Brandt wrote: GS>H> harti 2006-01-25 13:22:59 UTC GS>H> GS>H> FreeBSD src repository GS>H> GS>H> Modified files: (Branch: RELENG_6) GS>H> share/man/man7 Makefile GS>H> share/mk Makefile GS>H> usr.sbin/bsnmpd/modules Makefile.inc GS>H> usr.sbin/bsnmpd/modules/snmp_atm Makefile GS>H> usr.sbin/bsnmpd/modules/snmp_mibII Makefile GS>H> usr.sbin/bsnmpd/modules/snmp_netgraph Makefile snmp_netgraph.c GS>H> usr.sbin/bsnmpd/modules/snmp_pf Makefile GS>H> Added files: (Branch: RELENG_6) GS>H> share/man/man7 bsd.snmpmod.mk.7 GS>H> share/mk bsd.snmpmod.mk GS>H> Log: GS>H> MFC: SNMP module build infrastucture: GS>H> share/man/man7/Makefile:1.30 GS>H> share/mk/Makefile:1.47 GS>H> usr.sbin/bsnmpd/modules/Makefile.inc:1.12 GS>H> usr.sbin/bsnmpd/modules/snmp_atm/Makefile:1.4 GS>H> usr.sbin/bsnmpd/modules/snmp_mibII/Makefile:1.6 GS>H> usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile:1.7 GS>H> usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c:1.6 GS>H> usr.sbin/bsnmpd/modules/snmp_pf/Makefile:1.2 GS>H> share/man/man7/bsd.snmpmod.mk.7:1.4 GS>H> share/mk/bsd.snmpmod.mk:1.2 GS> GS>btw, what is MFC schedule for hostres MIB? None yet. I would need someone who can test it on a RELENG_6 machine. In this case we could do it this week. harti From owner-cvs-src@FreeBSD.ORG Thu Jan 26 07:46: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 C3DF916A420; Thu, 26 Jan 2006 07:46:32 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7620043D46; Thu, 26 Jan 2006 07:46:32 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q7kVQT039112; Thu, 26 Jan 2006 07:46:32 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q7kV2X039108; Thu, 26 Jan 2006 07:46:31 GMT (envelope-from harti) Message-Id: <200601260746.k0Q7kV2X039108@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 26 Jan 2006 07:46:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_mib.c if_mib.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, 26 Jan 2006 07:46:32 -0000 harti 2006-01-26 07:46:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_mib.c if_mib.h Log: MFC: IFDATA_DRIVERNAME support. if_mib.h: 1.8 if_mib.c: 1.18 Revision Changes Path 1.15.2.2 +18 -0 src/sys/net/if_mib.c 1.7.2.1 +1 -0 src/sys/net/if_mib.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 08: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 BDE4F16A420; Thu, 26 Jan 2006 08:11:24 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F0043D48; Thu, 26 Jan 2006 08:11:24 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q8BO7P040078; Thu, 26 Jan 2006 08:11:24 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q8BOIS040077; Thu, 26 Jan 2006 08:11:24 GMT (envelope-from jasone) Message-Id: <200601260811.k0Q8BOIS040077@repoman.freebsd.org> From: Jason Evans Date: Thu, 26 Jan 2006 08:11: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/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: Thu, 26 Jan 2006 08:11:24 -0000 jasone 2006-01-26 08:11:23 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Optimize arena_bin_pop() to reduce the number of separator operations. Remove the block of code that tries to use delayed regions in LIFO order, since from a policy perspective, it conflicts with LRU caching of newly coalesced regions in arena_undelay(). There are numerous policy alternatives, and it isn't readily obvious which (if any) is superior; this change at least has the virtue of being consistent with policy. Revision Changes Path 1.106 +10 -13 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 08: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 7168516A422; Thu, 26 Jan 2006 08:35:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7542443D46; Thu, 26 Jan 2006 08:35:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k0Q8ZXZI027280 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Jan 2006 11:35:34 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k0Q8ZXHh027279; Thu, 26 Jan 2006 11:35:33 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 26 Jan 2006 11:35:33 +0300 From: Gleb Smirnoff To: Harti Brandt Message-ID: <20060126083533.GL83922@FreeBSD.org> References: <200601251322.k0PDMx0b052377@repoman.freebsd.org> <20060125181955.GD83922@FreeBSD.org> <20060126083828.E49708@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060126083828.E49708@beagle.kn.op.dlr.de> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 Makefile bsd.snmpmod.mk.7 src/share/mk Makefile bsd.snmpmod.mk src/usr.sbin/bsnmpd/modules Makefile.inc src/usr.sbin/bsnmpd/modules/snmp_atm Makefile src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile src/usr.sbin/bsnmpd/modules/snmp_netgraph ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2006 08:35:37 -0000 On Thu, Jan 26, 2006 at 08:39:50AM +0100, Harti Brandt wrote: H> GS>btw, what is MFC schedule for hostres MIB? H> H> None yet. I would need someone who can test it on a RELENG_6 machine. In H> this case we could do it this week. I will do this. Is preparing diff a trivial thing? Which commits should I merge? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Jan 26 08:37: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 8CA2C16A420; Thu, 26 Jan 2006 08:37:03 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4734F43D48; Thu, 26 Jan 2006 08:37:03 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q8b3N2041372; Thu, 26 Jan 2006 08:37:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q8b3lL041371; Thu, 26 Jan 2006 08:37:03 GMT (envelope-from davidxu) Message-Id: <200601260837.k0Q8b3lL041371@repoman.freebsd.org> From: David Xu Date: Thu, 26 Jan 2006 08:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_aio.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, 26 Jan 2006 08:37:03 -0000 davidxu 2006-01-26 08:37:02 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: in aio_aqueue, store same return code into job->_aiocb_private.error. in aio_return, unlock proc lock before suword. Revision Changes Path 1.216 +5 -3 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 09:10: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 ECE9A16A420; Thu, 26 Jan 2006 09:10:26 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC9243D45; Thu, 26 Jan 2006 09:10:26 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id C7CDD22B1C; Thu, 26 Jan 2006 10:10:24 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id 91A0822B34; Thu, 26 Jan 2006 10:10:23 +0100 (CET) Date: Thu, 26 Jan 2006 10:10:23 +0100 From: Erwin Lansing To: Gleb Smirnoff Message-ID: <20060126091023.GZ36022@droso.net> References: <200601251322.k0PDMx0b052377@repoman.freebsd.org> <20060125181955.GD83922@FreeBSD.org> <20060126083828.E49708@beagle.kn.op.dlr.de> <20060126083533.GL83922@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20060126083533.GL83922@FreeBSD.org> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd 0.1 Cc: soc-victor@freebsd.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Harti Brandt , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 Makefile bsd.snmpmod.mk.7 src/share/mk Makefile bsd.snmpmod.mk src/usr.sbin/bsnmpd/modules Makefile.inc src/usr.sbin/bsnmpd/modules/snmp_atm Makefile src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile src/usr.sbin/bsnmpd/modules/snmp_netgraph ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2006 09:10:27 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 26, 2006 at 11:35:33AM +0300, Gleb Smirnoff wrote: > On Thu, Jan 26, 2006 at 08:39:50AM +0100, Harti Brandt wrote: > H> GS>btw, what is MFC schedule for hostres MIB? > H>=20 > H> None yet. I would need someone who can test it on a RELENG_6 machine. = In=20 > H> this case we could do it this week. >=20 > I will do this. Is preparing diff a trivial thing? Which commits should > I merge? >=20 I actually played around a bit with hostres on a 6.0-BETA4 this weekend. I haven't done any extensive testing, just the usual walking and gets to get MRTG working. Works like a charm. Let me know if you want me to do some more extensive tests. Cheers, -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD2JH/qy9aWxUlaZARAsyCAKD56vAP5i7I3tfRibnAkG45+DNJ1ACePmHX opePwo4rz6LMM0rWODjEymk= =XoXJ -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-cvs-src@FreeBSD.ORG Thu Jan 26 09:37: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 ED5FC16A420; Thu, 26 Jan 2006 09:37:24 +0000 (GMT) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B824F43D46; Thu, 26 Jan 2006 09:37:24 +0000 (GMT) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0Q9bOat051283; Thu, 26 Jan 2006 09:37:24 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0Q9bOmv051282; Thu, 26 Jan 2006 09:37:24 GMT (envelope-from brd) Message-Id: <200601260937.k0Q9bOmv051282@repoman.freebsd.org> From: Brad Davis Date: Thu, 26 Jan 2006 09:37: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/release/doc/ja_JP.eucJP/hardware/common dev.sgml src/release/doc/ru_RU.KOI8-R/hardware/common dev.sgml src/release/doc/zh_CN.GB2312/hardware/common dev.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: Thu, 26 Jan 2006 09:37:25 -0000 brd 2006-01-26 09:37:24 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/hardware/common dev.sgml release/doc/ru_RU.KOI8-R/hardware/common dev.sgml release/doc/zh_CN.GB2312/hardware/common dev.sgml Log: - Fix the www build by removing obsolete references to &hwlist.sound; Approved by: ceri@ Pointy Hat to: joel@ Revision Changes Path 1.31 +0 -2 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.16 +0 -2 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.6 +0 -2 src/release/doc/zh_CN.GB2312/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Thu Jan 26 10:13: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 7A94F16A420; Thu, 26 Jan 2006 10:13:35 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086D943D6E; Thu, 26 Jan 2006 10:13:33 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QADWYl054829; Thu, 26 Jan 2006 10:13:32 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QADWeX054828; Thu, 26 Jan 2006 10:13:32 GMT (envelope-from harti) Message-Id: <200601261013.k0QADWeX054828@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 26 Jan 2006 10:13: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/usr.sbin/bsnmpd/modules/snmp_hostres Makefile hostres_diskstorage_tbl.c hostres_partition_tbl.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, 26 Jan 2006 10:13:35 -0000 harti 2006-01-26 10:13:32 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres Makefile hostres_diskstorage_tbl.c hostres_partition_tbl.c Log: Fix the MIB to use libgeom instead of libdisk. Submitted by: Victor Cruceru Revision Changes Path 1.3 +3 -3 src/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile 1.3 +1 -4 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c 1.3 +166 -41 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 11:15: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 D8E7D16A420; Thu, 26 Jan 2006 11:15:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93BFA43D48; Thu, 26 Jan 2006 11:15:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QBFAgb057599; Thu, 26 Jan 2006 11:15:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QBFAmv057598; Thu, 26 Jan 2006 11:15:10 GMT (envelope-from pjd) Message-Id: <200601261115.k0QBFAmv057598@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 26 Jan 2006 11:15: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/lib/libc/gen getttyent.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, 26 Jan 2006 11:15:11 -0000 pjd 2006-01-26 11:15:08 UTC FreeBSD src repository Modified files: lib/libc/gen getttyent.c Log: Remove debug printf. Revision Changes Path 1.15 +0 -1 src/lib/libc/gen/getttyent.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 11:49: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 1936F16A422; Thu, 26 Jan 2006 11:49:28 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B035C43D45; Thu, 26 Jan 2006 11:49:27 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QBnRZ0058808; Thu, 26 Jan 2006 11:49:27 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QBnRur058807; Thu, 26 Jan 2006 11:49:27 GMT (envelope-from harti) Message-Id: <200601261149.k0QBnRur058807@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 26 Jan 2006 11:49: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/usr.sbin/bsnmpd/modules/snmp_hostres hostres_diskstorage_tbl.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, 26 Jan 2006 11:49:28 -0000 harti 2006-01-26 11:49:27 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres hostres_diskstorage_tbl.c Log: Fix false positives when searching for disks. Things like adv(4) are not disks. Submitted by: Victor Cruceru Revision Changes Path 1.4 +9 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 12:15: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 A5E1216A420; Thu, 26 Jan 2006 12:15:08 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B52F43D46; Thu, 26 Jan 2006 12:15:08 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QCF7W3060790; Thu, 26 Jan 2006 12:15:07 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QCF7HA060789; Thu, 26 Jan 2006 12:15:07 GMT (envelope-from harti) Message-Id: <200601261215.k0QCF7HA060789@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 26 Jan 2006 12:15: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/usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.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, 26 Jan 2006 12:15:08 -0000 harti 2006-01-26 12:15:06 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c Log: Fix a bug in the processor load code: the wrong process was used to get the inital processor load. Also fix compilation on sparc64 without NDEBUG. Revision Changes Path 1.4 +3 -3 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 12:19: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 6397F16A420; Thu, 26 Jan 2006 12:19:11 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8C343D53; Thu, 26 Jan 2006 12:19:11 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QCJARa060941; Thu, 26 Jan 2006 12:19:10 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QCJAb9060940; Thu, 26 Jan 2006 12:19:10 GMT (envelope-from harti) Message-Id: <200601261219.k0QCJAb9060940@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 26 Jan 2006 12:19: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.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c hostres_swrun_tbl.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, 26 Jan 2006 12:19:11 -0000 harti 2006-01-26 12:19:10 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c hostres_swrun_tbl.c Log: Replace ki_ocomm by ki_comm. The former will go away. Submitted by: Victor Cruceru Suggested by: Julian Elischer Revision Changes Path 1.5 +4 -4 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c 1.4 +1 -1 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 13:06: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 EAEF216A420; Thu, 26 Jan 2006 13:06:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B709643D46; Thu, 26 Jan 2006 13:06:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QD6odI070836; Thu, 26 Jan 2006 13:06:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QD6o4P070834; Thu, 26 Jan 2006 13:06:50 GMT (envelope-from glebius) Message-Id: <200601261306.k0QD6o4P070834@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 26 Jan 2006 13:06: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/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, 26 Jan 2006 13:06:51 -0000 glebius 2006-01-26 13:06:50 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: From the RFC2516 it is not clear, what is the correct behavior for a PPPoE AC, servicing a specific Service-Name, when client sends a PADI with an empty Service-Name. Should it reply with all available service names or should it be silent? Our implementation had chosen the latter, while some other had chosen the former (they say Linux and Cisco). Now some PPPoE clients appear, that rely on the assumption that AC will send all names in a PADO reply to a PADI with wildcard Service-Name. These clients can't connect to FreeBSD AC. I have requested comments from authors of RFC2516 via email, but received no reply. This change makes FreeBSD AC compatible with D-Link DI-614+ and D-Link DI-624+ SOHO routers, and probably others. Big thanks to D-Link's Russian office, namely Victor Platov, for assistance and support in investigation and testing of this change. Details: o Split pppoe_match_svc() into three different functions serving different purposes: - pppoe_match_svc() - match non-empty Service-Name tag from PADI against all available hooks in listening state. - pppoe_find_svc() - check that given Service-Name is not yet registered. - pppoe_broadcast_padi() - send a copy of PADI packet with empty Service-Name tag to all listening hooks. o For NGM_PPPOE_LISTEN message use pppoe_find_svc(). o In ng_pppoe_rcvdata() in a PADI case use pppoe_match_svc() for a non-empty Service-Name tag, and pppoe_broadcast_padi() in either case. A side effect from the above changes is that now pppoed(8) and mpd will reply to a empty Service-Name PADI sending a PADO with two Service-Name tags - an empty one and correct one. This is not fatal, and will be corrected in pppoed(8) and mpd later. No need to update node interface version. Supported by: D-Link Revision Changes Path 1.77 +117 -43 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 13:19: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 0DA6916A420; Thu, 26 Jan 2006 13:19:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC6043D48; Thu, 26 Jan 2006 13:19:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k0QDJWFc034483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Jan 2006 16:19:33 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k0QDJWaq034482; Thu, 26 Jan 2006 16:19:32 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 26 Jan 2006 16:19:31 +0300 From: Gleb Smirnoff To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060126131931.GN83922@FreeBSD.org> References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200601261306.k0QD6o4P070834@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: 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: Thu, 26 Jan 2006 13:19:36 -0000 On Thu, Jan 26, 2006 at 01:06:50PM +0000, Gleb Smirnoff wrote: T> This change makes FreeBSD AC compatible with D-Link DI-614+ and T> D-Link DI-624+ SOHO routers, and probably others. ... but don't hurry to buy them. The PPPoE part is compatible now with HEAD, and I think will be compatible with 6.1-RELEASE, but the PPP part is not. The D-Link router ignores LCP IP address offers sent by FreeBSD. Same problem was reproduced between D-Link and Cisco. May be this will be fixed in new firmware update. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Jan 26 13:50: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 7676016A420 for ; Thu, 26 Jan 2006 13:50:45 +0000 (GMT) (envelope-from misho@interbgc.com) Received: from mail.interbgc.com (mx04.interbgc.com [217.9.224.231]) by mx1.FreeBSD.org (Postfix) with SMTP id 61D5243D46 for ; Thu, 26 Jan 2006 13:50:43 +0000 (GMT) (envelope-from misho@interbgc.com) Received: (qmail 35163 invoked from network); 26 Jan 2006 13:50:42 -0000 Received: from misho@interbgc.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.2.40/v4374. spamassassin: 2.63. Clear:SA:0(-1.8/8.0):. Processed in 0.997416 secs); 26 Jan 2006 13:50:42 -0000 X-Spam-Status: No, hits=-1.8 required=8.0 Received: from joiner.interbgc.com (HELO misho) (217.9.224.8) by mx04.interbgc.com with SMTP; 26 Jan 2006 13:50:41 -0000 Message-ID: <015a01c6227f$7ed33640$08e009d9@misho> From: "Mihail Balikov" To: References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> <20060126131931.GN83922@FreeBSD.org> Date: Thu, 26 Jan 2006 15:50:40 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mihail Balikov List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 13:50:45 -0000 Several months ago I have fixed problem with D-Link and ng_pppoe. D-Link sends LCP echo-req with empty magic-num. After disable magic-number verification for empty requests, everything starts to work fine. Here you are some dumps: [c1] LCP: magic number is wrong: 0x04000000 != 00245b59 [c1] LCP: received an invalid magic number [c1] LCP: LayerFinish [c1] LCP: LayerStart [c1] LCP: state change Opened --> Starting [c1] LCP: phase shift NETWORK --> DEAD 20:41:38.444829 0:2:b3:48:b:a3 0:f:3d:2:60:6c 8864 41: PPPoE [ses 0x1635] LCP 21: Conf-Req(38), MRU=1500, Magic-Num=cc1bb490, Auth-Prot CHAP/MD5 20:41:38.886605 0:f:3d:2:60:6c 0:2:b3:48:b:a3 8864 60: PPPoE [ses 0x1635] LCP 12: Conf-Req(253), Magic-Num=00245b59 20:41:38.886996 0:2:b3:48:b:a3 0:f:3d:2:60:6c 8864 32: PPPoE [ses 0x1635] LCP 12: Conf-Ack(253), Magic-Num=00245b59 ..................... 20:42:08.492464 0:f:3d:2:60:6c 0:2:b3:48:b:a3 8864 60: PPPoE [ses 0x1635] LCP 10: Echo-Req(254), Magic-Num=00245b59 20:42:08.492701 0:2:b3:48:b:a3 0:f:3d:2:60:6c 8864 30: PPPoE [ses 0x1635] LCP 10: Echo-Rep(254), Magic-Num=cc1bb490 20:42:09.587648 0:f:3d:2:60:6c 0:2:b3:48:b:a3 8864 60: PPPoE [ses 0x1635] LCP 6: Echo-Req(255) ----- Original Message ----- From: "Gleb Smirnoff" To: ; ; Sent: Thursday, January 26, 2006 3:19 PM Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c > On Thu, Jan 26, 2006 at 01:06:50PM +0000, Gleb Smirnoff wrote: > T> This change makes FreeBSD AC compatible with D-Link DI-614+ and > T> D-Link DI-624+ SOHO routers, and probably others. > > ... but don't hurry to buy them. The PPPoE part is compatible now > with HEAD, and I think will be compatible with 6.1-RELEASE, but the PPP > part is not. The D-Link router ignores LCP IP address offers sent by > FreeBSD. Same problem was reproduced between D-Link and Cisco. May be > this will be fixed in new firmware update. > > -- > Totus tuus, Glebius. > GLEBIUS-RIPN GLEB-RIPE > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > From owner-cvs-src@FreeBSD.ORG Thu Jan 26 17:02: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 0F03C16A420; Thu, 26 Jan 2006 17:02:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D22F43D45; Thu, 26 Jan 2006 17:02:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k0QH2Bj19231; Thu, 26 Jan 2006 12:02:11 -0500 (EST) Received: from [171.69.215.93] (dhcp-171-69-215-93.cisco.com [171.69.215.93]) by rooster.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k0QH2Bm13625; Thu, 26 Jan 2006 12:02:11 -0500 (EST) Message-ID: <43D90096.3080403@FreeBSD.org> Date: Thu, 26 Jan 2006 12:02:14 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Olivier Houchard References: <200601260130.k0Q1UY1j009666@repoman.freebsd.org> In-Reply-To: <200601260130.k0Q1UY1j009666@repoman.freebsd.org> X-Enigmail-Version: 0.93.2.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/sys/conf files src/sys/kern tty_pts.c tty_pty.c src/sys/sys ttycom.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, 26 Jan 2006 17:02:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Olivier Houchard wrote: > cognet 2006-01-26 01:30:34 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/kern tty_pty.c > sys/sys ttycom.h > Added files: > sys/kern tty_pts.c > Log: > Bring in a sysv-style pts implementation, as found in the rwatson_pts perforce branch. It works the same as its SysV/linux counterpart : You obtain a fd to the master pseudo terminal by opening /dev/ptmx, which craetes a node for the master as /dev/pty[num] and a node for the slave as /dev/pts/[num]. > It should play nicely with the existing BSD ptys. > By default, the system will use the BSD ptys, one can set the sysctl > kern.pts.enable to 1 to make it use the new pts system. > The max number of pty that can be allocated on a system can be changed with the > sysctl kern.pts.max. It defaults to 1000, and can be increased, but it is not > recommanded, as any pty with a number > 999 won't be handled by whatever uses > utmp(5). Olivier, can you bump __FreeBSD_version for this. I know there are some ports that can make use of this API. I'm a bit behind in my email, so if you've already done this, sorry for the noise. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD2QCWb2iPiv4Uz4cRAkNrAJ9I4JI8mj6keeY7YH6TVh5Qer6UEQCfQnEE d6u5AGu1hgESoZHlLbGzfn4= =t7VD -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Thu Jan 26 18:23: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 0AA2F16A420; Thu, 26 Jan 2006 18:23:17 +0000 (GMT) (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 B41D843D48; Thu, 26 Jan 2006 18:23:16 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QINGsH097661; Thu, 26 Jan 2006 18:23:16 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QINGNl097660; Thu, 26 Jan 2006 18:23:16 GMT (envelope-from cognet) Message-Id: <200601261823.k0QINGNl097660@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 18:23: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/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: Thu, 26 Jan 2006 18:23:17 -0000 cognet 2006-01-26 18:23:16 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Version bump for pts import. Revision Changes Path 1.262 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 19:04: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 A641916A420; Thu, 26 Jan 2006 19:04:19 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2527843D49; Thu, 26 Jan 2006 19:04:19 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QJ4JtC099341; Thu, 26 Jan 2006 19:04:19 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QJ4JaR099340; Thu, 26 Jan 2006 19:04:19 GMT (envelope-from marius) Message-Id: <200601261904.k0QJ4JaR099340@repoman.freebsd.org> From: Marius Strobl Date: Thu, 26 Jan 2006 19:04:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/auxio auxio.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, 26 Jan 2006 19:04:19 -0000 marius 2006-01-26 19:04:19 UTC FreeBSD src repository Modified files: sys/dev/auxio auxio.c Log: - Only touch the LED bit of the (LED) AUXIO register when turning the system LED on or off. Unlike the EBus LED AUXIO register where the remaining bits are unused the upper bits of the SBus AUXIO register are used to control other things like the link test enable pin of the on-board NIC which we don't want to change as a side-effect. - Remove the superfluous bzero()'ing of the softc obtained from device_get_softc(). Reviewed by: yongari MFC after: 3 days Revision Changes Path 1.5 +9 -4 src/sys/dev/auxio/auxio.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 19:21: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 8B58B16A420; Thu, 26 Jan 2006 19:21:28 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3142D43D46; Thu, 26 Jan 2006 19:21:28 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QJLStL000366; Thu, 26 Jan 2006 19:21:28 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QJLSTl000364; Thu, 26 Jan 2006 19:21:28 GMT (envelope-from alc) Message-Id: <200601261921.k0QJLSTl000364@repoman.freebsd.org> From: Alan Cox Date: Thu, 26 Jan 2006 19:21: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/modules/linux Makefile src/sys/modules/nwfs Makefile src/sys/modules/smbfs Makefile src/sys/modules/svr4 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, 26 Jan 2006 19:21:28 -0000 alc 2006-01-26 19:21:28 UTC FreeBSD src repository Modified files: sys/modules/linux Makefile sys/modules/nwfs Makefile sys/modules/smbfs Makefile sys/modules/svr4 Makefile Log: opt_vmpage.h is no longer needed here because it is not included by vm_page.h. Revision Changes Path 1.65 +1 -1 src/sys/modules/linux/Makefile 1.15 +1 -1 src/sys/modules/nwfs/Makefile 1.11 +1 -1 src/sys/modules/smbfs/Makefile 1.29 +1 -1 src/sys/modules/svr4/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 26 19: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 D72C416A420; Thu, 26 Jan 2006 19:49:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C1C43D46; Thu, 26 Jan 2006 19:49:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 26 Jan 2006 11:49:09 -0800 Message-ID: <43D927B4.9040602@elischer.org> Date: Thu, 26 Jan 2006 11:49:08 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> In-Reply-To: <200601261306.k0QD6o4P070834@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/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, 26 Jan 2006 19:49:10 -0000 Gleb Smirnoff wrote: try not to change the behaviour of the LMI and PPPoE modules too much. the modules as they were, were certified by MCI as being complient with their PPPoE requirements. Some of the required behaviours were odd to me becasue they were not specified by the spec. (e.g. this behaviour) An interesting story.. I went to Dallas where their test lab was, with a laptop and the test box (actually 2 of them) (A whistle Interjet) and all the sources. When, in the first morning, they gave me a list of tests for which they wanted changes, (i.e. it failed,) I made the changes over the lunch hour on my laptop, and comiled up a new kernel and asked them to retest in the afternoon. They were amazed as they had never seen turnarund in less that 3 months (mainly from big companies). Needless to say, it passed with Flying colours in the second try, but according to the paperwork it passed with flying colours on the first try (from their perspective). Something else they had never seen. :-) >glebius 2006-01-26 13:06:50 UTC > > FreeBSD src repository > > Modified files: > sys/netgraph ng_pppoe.c > Log: > From the RFC2516 it is not clear, what is the correct behavior for a > PPPoE AC, servicing a specific Service-Name, when client sends a PADI > with an empty Service-Name. Should it reply with all available service > names or should it be silent? Our implementation had chosen the latter, > while some other had chosen the former (they say Linux and Cisco). Now > some PPPoE clients appear, that rely on the assumption that AC will > send all names in a PADO reply to a PADI with wildcard Service-Name. > These clients can't connect to FreeBSD AC. > > I have requested comments from authors of RFC2516 via email, but > received no reply. > > This change makes FreeBSD AC compatible with D-Link DI-614+ and > D-Link DI-624+ SOHO routers, and probably others. > > Big thanks to D-Link's Russian office, namely Victor Platov, for > assistance and support in investigation and testing of this change. > > Details: > o Split pppoe_match_svc() into three different functions serving > different purposes: > - pppoe_match_svc() - match non-empty Service-Name tag from PADI > against all available hooks in listening state. > - pppoe_find_svc() - check that given Service-Name is not yet > registered. > - pppoe_broadcast_padi() - send a copy of PADI packet with empty > Service-Name tag to all listening hooks. > o For NGM_PPPOE_LISTEN message use pppoe_find_svc(). > o In ng_pppoe_rcvdata() in a PADI case use pppoe_match_svc() for > a non-empty Service-Name tag, and pppoe_broadcast_padi() in > either case. > > A side effect from the above changes is that now pppoed(8) and mpd > will reply to a empty Service-Name PADI sending a PADO with two > Service-Name tags - an empty one and correct one. This is not fatal, > and will be corrected in pppoed(8) and mpd later. No need to update > node interface version. > > Supported by: D-Link > > Revision Changes Path > 1.77 +117 -43 src/sys/netgraph/ng_pppoe.c > > From owner-cvs-src@FreeBSD.ORG Thu Jan 26 19:55: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 01F2A16A420; Thu, 26 Jan 2006 19:55:30 +0000 (GMT) (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 B4E8743D46; Thu, 26 Jan 2006 19:55:29 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QJtT0c001674; Thu, 26 Jan 2006 19:55:29 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QJtTDm001673; Thu, 26 Jan 2006 19:55:29 GMT (envelope-from njl) Message-Id: <200601261955.k0QJtTDm001673@repoman.freebsd.org> From: Nate Lawson Date: Thu, 26 Jan 2006 19:55: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/an if_an.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, 26 Jan 2006 19:55:30 -0000 njl 2006-01-26 19:55:29 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: Since the A-Z range is contained in the previous check, the else-if is dead code. Clean up both by using isprint() instead, since that's what it really wants. Coverity ID: 100 Found by: Coverity Prevent Revision Changes Path 1.77 +2 -3 src/sys/dev/an/if_an.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 19:58: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 9FB3E16A420; Thu, 26 Jan 2006 19:58:15 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D08643D6D; Thu, 26 Jan 2006 19:58:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k0QJw6mK040134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Jan 2006 22:58:07 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k0QJw6GG040133; Thu, 26 Jan 2006 22:58:06 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 26 Jan 2006 22:58:06 +0300 From: Gleb Smirnoff To: Julian Elischer Message-ID: <20060126195806.GC83922@FreeBSD.org> References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> <43D927B4.9040602@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <43D927B4.9040602@elischer.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/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, 26 Jan 2006 19:58:15 -0000 On Thu, Jan 26, 2006 at 11:49:08AM -0800, Julian Elischer wrote: J> try not to change the behaviour of the LMI and PPPoE modules too much. J> the modules as they were, were certified by MCI as being complient with J> their J> PPPoE requirements. J> Some of the required behaviours were odd to me becasue they were not J> specified by the spec. J> (e.g. this behaviour) Ok. Should I hide the new behavior under a sysctl, turned off by default? It isn't destructive however. Is there any available test to verify whether any check is broken with new code? The other change I'm planning to do is the following - if the original PADI had empty Service-Name, and we are servicing a specific Service-Name, then return remove empty one from PADO, returning only our specific Service-Name. J> An interesting story.. J> J> I went to Dallas where their test lab was, with a laptop and the test J> box (actually 2 of them) J> (A whistle Interjet) and all the sources. When, in the first morning, J> they gave me a list of J> tests for which they wanted changes, (i.e. it failed,) I made the J> changes over the J> lunch hour on my laptop, and comiled up a new kernel and asked them to J> retest in the afternoon. They were amazed as they had never seen J> turnarund in less that 3 months J> (mainly from big companies). J> J> Needless to say, it passed with Flying colours in the second try, but J> according to the paperwork J> it passed with flying colours on the first try (from their perspective). J> Something else they J> had never seen. :-) I did the draft of this change at the D-Link office, too, while their guy was testing different gear against current FreeBSD. :) -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Jan 26 20:13: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 B4FDD16A420; Thu, 26 Jan 2006 20:13:41 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7077143D45; Thu, 26 Jan 2006 20:13:41 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 26 Jan 2006 12:13:40 -0800 Message-ID: <43D92D73.40409@elischer.org> Date: Thu, 26 Jan 2006 12:13:39 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> <43D927B4.9040602@elischer.org> <20060126195806.GC83922@FreeBSD.org> In-Reply-To: <20060126195806.GC83922@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/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, 26 Jan 2006 20:13:41 -0000 Gleb Smirnoff wrote: >On Thu, Jan 26, 2006 at 11:49:08AM -0800, Julian Elischer wrote: >J> try not to change the behaviour of the LMI and PPPoE modules too much. >J> the modules as they were, were certified by MCI as being complient with >J> their >J> PPPoE requirements. >J> Some of the required behaviours were odd to me becasue they were not >J> specified by the spec. >J> (e.g. this behaviour) > >Ok. Should I hide the new behavior under a sysctl, turned off by >default? It isn't destructive however. Is there any available test >to verify whether any check is broken with new code > It should be controllable, but you can enabe it by defalult.. I no longer have the specs etc. and have lost contact with the MCI guy. (though he was a freebsd user which was cool) >? > >The other change I'm planning to do is the following - if the >original PADI had empty Service-Name, and we are servicing a >specific Service-Name, then return remove empty one from PADO, >returning only our specific Service-Name. > >J> An interesting story.. >J> >J> I went to Dallas where their test lab was, with a laptop and the test >J> box (actually 2 of them) >J> (A whistle Interjet) and all the sources. When, in the first morning, >J> they gave me a list of >J> tests for which they wanted changes, (i.e. it failed,) I made the >J> changes over the >J> lunch hour on my laptop, and comiled up a new kernel and asked them to >J> retest in the afternoon. They were amazed as they had never seen >J> turnarund in less that 3 months >J> (mainly from big companies). >J> >J> Needless to say, it passed with Flying colours in the second try, but >J> according to the paperwork >J> it passed with flying colours on the first try (from their perspective). >J> Something else they >J> had never seen. :-) > >I did the draft of this change at the D-Link office, too, while their >guy was testing different gear against current FreeBSD. :) > > > From owner-cvs-src@FreeBSD.ORG Thu Jan 26 20:53: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 2FD6C16A420; Thu, 26 Jan 2006 20:53:41 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3DC43D48; Thu, 26 Jan 2006 20:53:40 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QKreY0012429; Thu, 26 Jan 2006 20:53:40 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QKreeO012428; Thu, 26 Jan 2006 20:53:40 GMT (envelope-from stefanf) Message-Id: <200601262053.k0QKreeO012428@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 26 Jan 2006 20:53: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/include nl_types.h stdio.h src/sys/sys cdefs.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, 26 Jan 2006 20:53:41 -0000 stefanf 2006-01-26 20:53:40 UTC FreeBSD src repository Modified files: include nl_types.h stdio.h sys/sys cdefs.h Log: Analogous to __printflike and __scanflike, add the macro __format_arg which expands to the GCC format_arg attribute if supported. This fixes a syntax error in for compilers/tools not implementing the GCC __attribute__ extensions. Revision Changes Path 1.12 +1 -2 src/include/nl_types.h 1.57 +1 -6 src/include/stdio.h 1.91 +2 -0 src/sys/sys/cdefs.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 20:54: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 B9FD816A420; Thu, 26 Jan 2006 20:54:50 +0000 (GMT) (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 00D9943D48; Thu, 26 Jan 2006 20:54:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QKsnZR012491; Thu, 26 Jan 2006 20:54:49 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QKsnOj012490; Thu, 26 Jan 2006 20:54:49 GMT (envelope-from cognet) Message-Id: <200601262054.k0QKsnOj012490@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 20:54: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 tty_pts.c tty_pty.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, 26 Jan 2006 20:54:51 -0000 cognet 2006-01-26 20:54:49 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c tty_pty.c Log: Don't attempt to re-create the /dev entry for the slave part if it already exist when opening the master. This can happen if one open the master, then open the slave, then close and re-open the master. Reported by: Peter Holm Revision Changes Path 1.2 +6 -2 src/sys/kern/tty_pts.c 1.143 +2 -1 src/sys/kern/tty_pty.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21: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 35FFF16A422; Thu, 26 Jan 2006 21:00:11 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F5B43D46; Thu, 26 Jan 2006 21:00:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 4E19B1FFDE7; Thu, 26 Jan 2006 22:00:08 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 6DE7F1FFDE6; Thu, 26 Jan 2006 22:00:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id C23F444487E; Thu, 26 Jan 2006 20:58:18 +0000 (UTC) Date: Thu, 26 Jan 2006 20:58:18 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Gleb Smirnoff In-Reply-To: <20060126195806.GC83922@FreeBSD.org> Message-ID: <20060126202334.W24703@maildrop.int.zabbadoz.net> References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> <43D927B4.9040602@elischer.org> <20060126195806.GC83922@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Julian Elischer , 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: Thu, 26 Jan 2006 21:00:11 -0000 On Thu, 26 Jan 2006, Gleb Smirnoff wrote: Hi, some brain-dump... > The other change I'm planning to do is the following - if the > original PADI had empty Service-Name, and we are servicing a > specific Service-Name, then return remove empty one from PADO, > returning only our specific Service-Name. Why would you want that? I haven't re-read the RFC but I think it said that PADOs have to include the Service-Name the client requested first, optionally followed by other Services-Names the AC may want to announce. Only in PADS you will then reply with only the one Name you accepted. I can see the problem with your change and the above coming: What would happen if you a) accepted the 'any service' request b) replied with 'any service' and 'service-name1, ...' c) the client now requests 'any service' d) you don't want to serve 'any service' Well you should have been silent from a) to b) *ups* Ok, so the only solution to this problem is what should also be in that RFC - it's a ploicy decicion of the AC -- of what to accept as Service-Name in a PADI. We had a clear policy up to now name it closed system. With your change we will have an open system (everyone will see the Service-Names we may serve if requested). The first thing might be a sysctl to toggle old and new behavior but actually one may also want to decide on a peer by peer base depending on a lookup perhaps based on mac address and/or Service-Name requested or even simpler on a per ("Ethernet") port base and fall back to a default poilcy if there is nothing (no hook) to do such a lookup. [ I am () ethernet because it's not always a physical ethernet port at the other end at the AC ] The other question is what to do with clients requesting Service-Names we don't know of but we know that we should serve the client? I think this is a common scenario here in DE that some clients set a Service-Name to "foo" and the ACs silently ignore and just serves it (server all Service-Names policy)[1]. It's also a policy decision that people might need ... [1] There are people speculating what will happen if they need to make use of service-names ... ;) Fun with nnK users ... -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21:05: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 49B0216A420; Thu, 26 Jan 2006 21:05:40 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCDE43D48; Thu, 26 Jan 2006 21:05:40 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QL5enC013023; Thu, 26 Jan 2006 21:05:40 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QL5dG6013020; Thu, 26 Jan 2006 21:05:39 GMT (envelope-from brooks) Message-Id: <200601262105.k0QL5dG6013020@repoman.freebsd.org> From: Brooks Davis Date: Thu, 26 Jan 2006 21:05: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/sbin/dhclient dhclient-script X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2006 21:05:40 -0000 brooks 2006-01-26 21:05:39 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient-script Log: Fix rev 1.12. /tmp may not be writeable yet when dhclient is first run via /etc/rc.d/netif so using it may not work. Also, writing to a predictable file in /tmp as root is a really bad idea since a malicious user may be able to win a race and insert a symlink which will allow them to cause any file to be overwritten. To solve these problems, create the tempory file in /var/run which will exist this early and is writable only by root. Security: Local risk if users can cause dhclient to run on demand (such as by unplugging and replugging the network cable). Revision Changes Path 1.14 +1 -1 src/sbin/dhclient/dhclient-script From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21:09: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 22B8D16A422; Thu, 26 Jan 2006 21:09:27 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E70843D55; Thu, 26 Jan 2006 21:09:25 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 26 Jan 2006 13:09:25 -0800 Message-ID: <43D93A84.9090007@elischer.org> Date: Thu, 26 Jan 2006 13:09:24 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> <43D927B4.9040602@elischer.org> <20060126195806.GC83922@FreeBSD.org> <20060126202334.W24703@maildrop.int.zabbadoz.net> In-Reply-To: <20060126202334.W24703@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@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: Thu, 26 Jan 2006 21:09:27 -0000 Bjoern A. Zeeb wrote: > On Thu, 26 Jan 2006, Gleb Smirnoff wrote: > > Hi, > > some brain-dump... > >> The other change I'm planning to do is the following - if the >> original PADI had empty Service-Name, and we are servicing a >> specific Service-Name, then return remove empty one from PADO, >> returning only our specific Service-Name. > > > Why would you want that? I haven't re-read the RFC but I think it said > that PADOs have to include the Service-Name the client requested first, > optionally followed by other Services-Names the AC may want to > announce. > > Only in PADS you will then reply with only the one Name you accepted. > > I can see the problem with your change and the above coming: > What would happen if you > a) accepted the 'any service' request > b) replied with 'any service' and 'service-name1, ...' > c) the client now requests 'any service' > d) you don't want to serve 'any service' > > Well you should have been silent from a) to b) *ups* > > Ok, so the only solution to this problem is what should also be in > that RFC - it's a ploicy decicion of the AC -- of what to accept > as Service-Name in a PADI. We had a clear policy up to now name it > closed system. With your change we will have an open system (everyone > will see the Service-Names we may serve if requested). > > The first thing might be a sysctl to toggle old and new behavior but > actually one may also want to decide on a peer by peer base depending > on a lookup perhaps based on mac address and/or Service-Name requested > or even simpler on a per ("Ethernet") port base and fall back to > a default poilcy if there is nothing (no hook) to do such a lookup. > [ I am () ethernet because it's not always a physical ethernet port > at the other end at the AC ] the reason that the AC side ofthe pppoe code is as it is with the dat of the padi being sent to the user process is so that the user code can decide these things. > > > The other question is what to do with clients requesting Service-Names > we don't know of but we know that we should serve the client? > I think this is a common scenario here in DE that some clients set a > Service-Name to "foo" and the ACs silently ignore and just serves it > (server all Service-Names policy)[1]. It's also a policy decision that > people might need ... > > [1] There are people speculating what will happen if they need to make > use of service-names ... ;) Fun with nnK users ... > From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21:13: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 7A58116A420; Thu, 26 Jan 2006 21:13:41 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAAFC43D45; Thu, 26 Jan 2006 21:13:40 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k0QLDY5T040803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Jan 2006 00:13:35 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k0QLDY2d040802; Fri, 27 Jan 2006 00:13:34 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 27 Jan 2006 00:13:34 +0300 From: Gleb Smirnoff To: "Bjoern A. Zeeb" Message-ID: <20060126211334.GF83922@FreeBSD.org> References: <200601261306.k0QD6o4P070834@repoman.freebsd.org> <43D927B4.9040602@elischer.org> <20060126195806.GC83922@FreeBSD.org> <20060126202334.W24703@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060126202334.W24703@maildrop.int.zabbadoz.net> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Julian Elischer , 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: Thu, 26 Jan 2006 21:13:41 -0000 On Thu, Jan 26, 2006 at 08:58:18PM +0000, Bjoern A. Zeeb wrote: B> >The other change I'm planning to do is the following - if the B> >original PADI had empty Service-Name, and we are servicing a B> >specific Service-Name, then return remove empty one from PADO, B> >returning only our specific Service-Name. B> B> Why would you want that? I haven't re-read the RFC but I think it said B> that PADOs have to include the Service-Name the client requested first, B> optionally followed by other Services-Names the AC may want to B> announce. You are right. I don't need this change. B> Only in PADS you will then reply with only the one Name you accepted. B> B> I can see the problem with your change and the above coming: B> What would happen if you B> a) accepted the 'any service' request B> b) replied with 'any service' and 'service-name1, ...' B> c) the client now requests 'any service' B> d) you don't want to serve 'any service' B> B> Well you should have been silent from a) to b) *ups* This client won't connect, and will timeout on server. I don't see problem here. B> Ok, so the only solution to this problem is what should also be in B> that RFC - it's a ploicy decicion of the AC -- of what to accept B> as Service-Name in a PADI. We had a clear policy up to now name it B> closed system. With your change we will have an open system (everyone B> will see the Service-Names we may serve if requested). You are right again. I think that default behavior should be old one. We don't want to tell everyone all our available Service-Names. B> The first thing might be a sysctl to toggle old and new behavior but B> actually one may also want to decide on a peer by peer base depending B> on a lookup perhaps based on mac address and/or Service-Name requested B> or even simpler on a per ("Ethernet") port base and fall back to B> a default policy if there is nothing (no hook) to do such a lookup. B> [ I am () ethernet because it's not always a physical ethernet port B> at the other end at the AC ] If you want to implement more complicated access control, do it :) B> The other question is what to do with clients requesting Service-Names B> we don't know of but we know that we should serve the client? B> I think this is a common scenario here in DE that some clients set a B> Service-Name to "foo" and the ACs silently ignore and just serves it B> (server all Service-Names policy)[1]. It's also a policy decision that B> people might need ... Isn't this what we always did with "*" Service-Name? B> [1] There are people speculating what will happen if they need to make B> use of service-names ... ;) Fun with nnK users ... -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21:14: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 BB43B16A420; Thu, 26 Jan 2006 21:14:32 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819E843D49; Thu, 26 Jan 2006 21:14:32 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QLEWe2013529; Thu, 26 Jan 2006 21:14:32 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QLEW9B013528; Thu, 26 Jan 2006 21:14:32 GMT (envelope-from marius) Message-Id: <200601262114.k0QLEW9B013528@repoman.freebsd.org> From: Marius Strobl Date: Thu, 26 Jan 2006 21:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/central central.c src/sys/sparc64/ebus ebus.c src/sys/sparc64/fhc fhc_central.c fhc_nexus.c src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus dma_sbus.c sbus.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, 26 Jan 2006 21:14:32 -0000 marius 2006-01-26 21:14:32 UTC FreeBSD src repository Modified files: sys/sparc64/central central.c sys/sparc64/ebus ebus.c sys/sparc64/fhc fhc_central.c fhc_nexus.c sys/sparc64/pci psycho.c sys/sparc64/sbus dma_sbus.c sbus.c Log: - Register the generic implementations for the device shutdown, suspend and resume methods so these events propagate through the device driver hierarchy. - In dma(4) enable the chaining of the DMA engine interrupt handler for the LANCE devices via a dma_setup_intr(). This was commented out before as I was unsure whether I'd use it but this is probably cleaner than fiddling with the DMA engine interrupt in the LANCE driver directly. - In ebus_setup_dinfo() free 'intrs' instead of 'reg' twice in case setting up a child fails due to routing one of its interrupts fails. [1] Found by: Coverity Prevent [1] MFC after: 3 days Revision Changes Path 1.11 +3 -0 src/sys/sparc64/central/central.c 1.25 +4 -1 src/sys/sparc64/ebus/ebus.c 1.10 +3 -0 src/sys/sparc64/fhc/fhc_central.c 1.9 +3 -0 src/sys/sparc64/fhc/fhc_nexus.c 1.59 +3 -0 src/sys/sparc64/pci/psycho.c 1.3 +3 -8 src/sys/sparc64/sbus/dma_sbus.c 1.37 +3 -0 src/sys/sparc64/sbus/sbus.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21:32: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 5E96E16A420; Thu, 26 Jan 2006 21:32:52 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E427E43D45; Thu, 26 Jan 2006 21:32:51 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QLWp3T014297; Thu, 26 Jan 2006 21:32:51 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QLWpYZ014296; Thu, 26 Jan 2006 21:32:51 GMT (envelope-from erwin) Message-Id: <200601262132.k0QLWpYZ014296@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 26 Jan 2006 21:32: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/bsnmpd/modules 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, 26 Jan 2006 21:32:52 -0000 erwin 2006-01-26 21:32:51 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/bsnmpd/modules Makefile Log: After changing hostres from libdisk to libgeom, it now compiles and runs on amd64, so revert the stopgap from rev. 1.10 Approved by: harti Hardware borrowed from: simon Revision Changes Path 1.11 +1 -5 src/usr.sbin/bsnmpd/modules/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 26 21:48: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 8C55016A420; Thu, 26 Jan 2006 21:48:50 +0000 (GMT) (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 48B1843D4C; Thu, 26 Jan 2006 21:48:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QLmoZI014948; Thu, 26 Jan 2006 21:48:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QLmovo014947; Thu, 26 Jan 2006 21:48:50 GMT (envelope-from cognet) Message-Id: <200601262148.k0QLmovo014947@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 26 Jan 2006 21:48: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/compat/linux linux_stats.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, 26 Jan 2006 21:48:50 -0000 cognet 2006-01-26 21:48:50 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix a typo : deivce => device Spotted by: rwatson Revision Changes Path 1.74 +1 -1 src/sys/compat/linux/linux_stats.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 22: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 963CD16A420; Thu, 26 Jan 2006 22:04:22 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BDE43D49; Thu, 26 Jan 2006 22:04:21 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QM4LZE015754; Thu, 26 Jan 2006 22:04:21 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QM4LLP015753; Thu, 26 Jan 2006 22:04:21 GMT (envelope-from ambrisko) Message-Id: <200601262204.k0QM4LLP015753@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 26 Jan 2006 22:04: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/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_linux.c amr_pci.c amrio.h amrreg.h amrvar.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, 26 Jan 2006 22:04:22 -0000 ambrisko 2006-01-26 22:04:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h Added files: (Branch: RELENG_6) sys/dev/amr amr_linux.c Removed files: (Branch: RELENG_6) sys/dev/amr amr_compat.h Log: Sync to -current Scott's Mega Update, fixes and Linux ioctl wrapper. Mega update to the LSI MegaRAID driver: 1. Implement a large set of ioctl shims so that the Linux management apps from LSI will work. This includes infrastructure to support adding, deleting and rescanning arrays at runtime. This is based on work from Doug Ambrosko, heavily augmented by LSI and Yahoo. 2. Implement full 64-bit DMA support. Systems with more than 4GB of RAM can now operate without the cost of bounce buffers. Cards that cannot do 64-bit DMA will automatically revert to using bounce buffers. This option can be forced off by setting the 'hw.amr.force_sg32" tunable in the loader. It should only be turned off for debugging purposes. This work was sponsored by Yahoo. 3. Streamline the command delivery and interrupt handler paths after much discussion with Dell and LSI. The logic now closely matches the intended design, making it both more robust and much faster. Certain i/o failures under heavy load should be fixed with this. 4. Optimize the locking. In the interrupt handler, the card can be checked for completed commands without any locks held, due to the handler being implicitely serialized and there being no need to look at any shared data. Only grab the lock to return the command structure to the free pool. A small optimization can still be made to collect all of the completions together and then free them together under a single lock. Items 3 and 4 significantly increase the performance of the driver. On an LSI 320-2X card, transactions per second went from 13,000 to 31,000 in my testing with these changes. However, these changes are still fairly experimental and shouldn't be merged to 6.x until there is more testing. Thanks to Doug Ambrisko, LSI, Dell, and Yahoo for contributing towards this. These have now had more testing and Scott requested them to be merged before the freeze. Revision Changes Path 1.65.2.3 +759 -218 src/sys/dev/amr/amr.c 1.15.2.1 +10 -16 src/sys/dev/amr/amr_cam.c 1.6.12.1 +0 -108 src/sys/dev/amr/amr_compat.h (dead) 1.35.2.1 +8 -27 src/sys/dev/amr/amr_disk.c 1.1.2.1 +191 -0 src/sys/dev/amr/amr_linux.c (new) 1.29.2.1 +123 -65 src/sys/dev/amr/amr_pci.c 1.6.8.1 +1 -1 src/sys/dev/amr/amrio.h 1.8.2.1 +52 -8 src/sys/dev/amr/amrreg.h 1.26.2.1 +31 -39 src/sys/dev/amr/amrvar.h From owner-cvs-src@FreeBSD.ORG Thu Jan 26 22:12: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 7716616A420; Thu, 26 Jan 2006 22:12:44 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4CB43D82; Thu, 26 Jan 2006 22:12:32 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QMCWEZ016165; Thu, 26 Jan 2006 22:12:32 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QMCWCX016164; Thu, 26 Jan 2006 22:12:32 GMT (envelope-from ambrisko) Message-Id: <200601262212.k0QMCWCX016164@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 26 Jan 2006 22:12:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files files.amd64 src/sys/modules/amr Makefile src/sys/modules/amr/amr_linux 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, 26 Jan 2006 22:12:44 -0000 ambrisko 2006-01-26 22:12:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files files.amd64 sys/modules/amr Makefile Added files: (Branch: RELENG_6) sys/modules/amr/amr_linux Makefile Log: MFC glue to build LSI Linux ioctl shim static and as a module. Revision Changes Path 1.1031.2.17 +1 -0 src/sys/conf/files 1.71.2.5 +1 -0 src/sys/conf/files.amd64 1.9.14.1 +4 -0 src/sys/modules/amr/Makefile 1.1.2.1 +8 -0 src/sys/modules/amr/amr_linux/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Jan 26 22:21: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 C6E9216A420; Thu, 26 Jan 2006 22:21:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511E943D78; Thu, 26 Jan 2006 22:21:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QMLbva020939; Thu, 26 Jan 2006 22:21:37 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QMLb6o020935; Thu, 26 Jan 2006 22:21:37 GMT (envelope-from glebius) Message-Id: <200601262221.k0QMLb6o020935@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 26 Jan 2006 22:21: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/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, 26 Jan 2006 22:21:38 -0000 glebius 2006-01-26 22:21:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_vlan.c Log: MFC 1.85 - 1.87: Some diagnostic nitpicking and cleanup. MFC 1.88: Improve handling flags that must be propagated to the parent interface, such as IFF_PROMISC and IFF_ALLMULTI. In addition, vlan(4) gains ability to migrate from one parent to another w/o losing its own flags. PR: kern/81978 Revision Changes Path 1.79.2.8 +96 -46 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 22:39: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 B9F7F16A420; Thu, 26 Jan 2006 22:39:12 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720C643D49; Thu, 26 Jan 2006 22:39:12 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QMdCjY036137; Thu, 26 Jan 2006 22:39:12 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QMdCog036136; Thu, 26 Jan 2006 22:39:12 GMT (envelope-from ambrisko) Message-Id: <200601262239.k0QMdCog036136@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 26 Jan 2006 22:39: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/dev/amr amr.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, 26 Jan 2006 22:39:12 -0000 ambrisko 2006-01-26 22:39:12 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: When the RAID firmware returns a failure, don't hard error the result. This is important with MegaLib, when issuing a GET_REBUILD_PROG since it returns an error if the drive is not in rebuild state. This will be MFC'ed shortly. Submitted by: ps Reviewed by: scottl Found by: ambrisko Revision Changes Path 1.74 +4 -9 src/sys/dev/amr/amr.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 23:16: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 0485F16A420; Thu, 26 Jan 2006 23:16:25 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B1F43D45; Thu, 26 Jan 2006 23:16:24 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QNGOsm037988; Thu, 26 Jan 2006 23:16:24 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QNGOlI037987; Thu, 26 Jan 2006 23:16:24 GMT (envelope-from oleg) Message-Id: <200601262316.k0QNGOlI037987@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 26 Jan 2006 23:16:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_ethersubr.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, 26 Jan 2006 23:16:25 -0000 oleg 2006-01-26 23:16:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_ethersubr.c Log: MFC 1.211: 1) remove useless check of loop_copy 2) convert loop_copy to "non-negative" flag Revision Changes Path 1.193.2.9 +5 -5 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Thu Jan 26 23:18: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 5E21416A423; Thu, 26 Jan 2006 23:18:12 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D49643D45; Thu, 26 Jan 2006 23:18:12 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QNIBNK038129; Thu, 26 Jan 2006 23:18:11 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QNIB4j038128; Thu, 26 Jan 2006 23:18:11 GMT (envelope-from oleg) Message-Id: <200601262318.k0QNIB4j038128@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 26 Jan 2006 23:18:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net if_ethersubr.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, 26 Jan 2006 23:18:12 -0000 oleg 2006-01-26 23:18:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_ethersubr.c Log: MFC 1.211: 1) remove useless check of loop_copy 2) convert loop_copy to "non-negative" flag Revision Changes Path 1.177.2.11 +5 -5 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 00:21: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 33AAB16A420; Fri, 27 Jan 2006 00:21:49 +0000 (GMT) (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 B575D43D5F; Fri, 27 Jan 2006 00:21:48 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R0LmD7044238; Fri, 27 Jan 2006 00:21:48 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R0LmI6044237; Fri, 27 Jan 2006 00:21:48 GMT (envelope-from cognet) Message-Id: <200601270021.k0R0LmI6044237@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 27 Jan 2006 00:21:48 +0000 (UTC) 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 tty_pts.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, 27 Jan 2006 00:21:49 -0000 cognet 2006-01-27 00:21:48 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: Take into account that bits 0x0000ff00 can't be used for minor. Revision Changes Path 1.3 +7 -4 src/sys/kern/tty_pts.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 00:46: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 5399616A427; Fri, 27 Jan 2006 00:46:11 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D9D43D5C; Fri, 27 Jan 2006 00:46:10 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R0kAjj055455; Fri, 27 Jan 2006 00:46:10 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R0kAuK055454; Fri, 27 Jan 2006 00:46:10 GMT (envelope-from mjacob) Message-Id: <200601270046.k0R0kAuK055454@repoman.freebsd.org> From: Matt Jacob Date: Fri, 27 Jan 2006 00:46: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/dev/isp isp_freebsd.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, 27 Jan 2006 00:46:11 -0000 mjacob 2006-01-27 00:46:10 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.h Log: Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggers a compiler error I have no idea what its about. This should unbreak tinderbox for now. Revision Changes Path 1.82 +7 -0 src/sys/dev/isp/isp_freebsd.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 01:36: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 DF65016A420; Fri, 27 Jan 2006 01:36:24 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87E243D46; Fri, 27 Jan 2006 01:36:24 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R1aOdi064925; Fri, 27 Jan 2006 01:36:24 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R1aODV064924; Fri, 27 Jan 2006 01:36:24 GMT (envelope-from emaste) Message-Id: <200601270136.k0R1aODV064924@repoman.freebsd.org> From: Ed Maste Date: Fri, 27 Jan 2006 01:36:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.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, 27 Jan 2006 01:36:25 -0000 emaste 2006-01-27 01:36:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/common loader.8 sys/boot/forth loader.conf loader.conf.5 sys/boot/i386/libi386 comconsole.c Log: MFC loader.8:1.83 loader.conf:1.99 loader.conf.5:1.24 comconsole.c:1.11 from HEAD to RELENG_6: Add a "comconsole_speed" loader variable that can be used to change the serial console speed (i386 and amd64 only). If the previous stage boot loader requested a serial console (RB_SERIAL or RB_MULTIPLE) then the default speed is determined from the current serial port speed. Otherwise it is set to 9600 or the value of BOOT_COMCONSOLE_SPEED at compile time. Approved by: rwatson (mentor) Revision Changes Path 1.82.2.1 +14 -1 src/sys/boot/common/loader.8 1.95.2.5 +1 -0 src/sys/boot/forth/loader.conf 1.23.2.2 +12 -0 src/sys/boot/forth/loader.conf.5 1.10.10.1 +108 -9 src/sys/boot/i386/libi386/comconsole.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 02:01: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 BD15C16A422; Fri, 27 Jan 2006 02:01:29 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700B743D5E; Fri, 27 Jan 2006 02:01:27 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R21Re1065949; Fri, 27 Jan 2006 02:01:27 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R21RTw065948; Fri, 27 Jan 2006 02:01:27 GMT (envelope-from ariff) Message-Id: <200601270201.k0R21RTw065948@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 27 Jan 2006 02: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/sys/dev/sound/pci solo.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, 27 Jan 2006 02:01:30 -0000 ariff 2006-01-27 02:01:27 UTC FreeBSD src repository Modified files: sys/dev/sound/pci solo.c Log: Enable full duplex operation since it works and to solve panic issue. PR: kern/91992 MFC after: 2 days Revision Changes Path 1.38 +1 -1 src/sys/dev/sound/pci/solo.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 02:36: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 1925A16A420; Fri, 27 Jan 2006 02:36:45 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F9F43D55; Fri, 27 Jan 2006 02:36:44 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R2aixN067284; Fri, 27 Jan 2006 02:36:44 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R2ai2x067283; Fri, 27 Jan 2006 02:36:44 GMT (envelope-from jasone) Message-Id: <200601270236.k0R2ai2x067283@repoman.freebsd.org> From: Jason Evans Date: Fri, 27 Jan 2006 02:36: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/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: Fri, 27 Jan 2006 02:36:45 -0000 jasone 2006-01-27 02:36:44 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Clean up statistics gathering and printing. Revision Changes Path 1.107 +64 -71 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 02:39: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 1A64D16A420; Fri, 27 Jan 2006 02:39:47 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7DC43D48; Fri, 27 Jan 2006 02:39:46 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R2dkJN067381; Fri, 27 Jan 2006 02:39:46 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R2dkrj067380; Fri, 27 Jan 2006 02:39:46 GMT (envelope-from csjp) Message-Id: <200601270239.k0R2dkrj067380@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 27 Jan 2006 02:39: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/netinet ip_fw2.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, 27 Jan 2006 02:39:47 -0000 csjp 2006-01-27 02:39:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fw2.c Log: MFC revision 1.122 date: 2006/01/20 03:21:25; author: csjp; state: Exp; lines: +1 -0 Destroy the dynamic rule zone in the event that we fail to insert the initial default rule. MFC revision 1.123 date: 2006/01/20 05:35:27; author: csjp; state: Exp; lines: +25 -10 - Change the return type for init_tables from void to int so we can propagate errors from rn_inithead back to the ipfw initialization function. - Check return value of rn_inithead for failure, if table allocation has failed for any reason, free up any tables we have created and return ENOMEM - In ipfw_init check the return value of init_tables and free up any mutexes or UMA zones which may have been created. - Assert that the supplied table is not NULL before attempting to dereference. This fixes panics which were a result of invalid memory accesses due to failed table allocation. This is an issue mainly because the R_Zalloc function is a malloc(M_NOWAIT) wrapper, thus making it possible for allocations to fail. Found by: Coverity Prevent (tm) Coverity ID: CID79 MFC after: 1 week Revision Changes Path 1.106.2.9 +26 -10 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 02:46: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 B161216A427; Fri, 27 Jan 2006 02:46:08 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D42E43D46; Fri, 27 Jan 2006 02:46:08 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R2k89S067830; Fri, 27 Jan 2006 02:46:08 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R2k8aG067829; Fri, 27 Jan 2006 02:46:08 GMT (envelope-from jkoshy) Message-Id: <200601270246.k0R2k8aG067829@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 27 Jan 2006 02:46: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/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Jan 2006 02:46:08 -0000 jkoshy 2006-01-27 02:46:08 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Note that options are set using sh(1) syntax. MFC after: 3 days Revision Changes Path 1.282 +6 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 02: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 2E1E416A43A; Fri, 27 Jan 2006 02:51:57 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E8643D49; Fri, 27 Jan 2006 02:51:52 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0R2ppIS057891; Fri, 27 Jan 2006 05:51:51 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0R2pp1Y057890; Fri, 27 Jan 2006 05:51:51 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 05:51:50 +0300 From: Andrey Chernov To: Jason Evans Message-ID: <20060127025150.GA57825@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601270236.k0R2ai2x067283@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: 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: Fri, 27 Jan 2006 02:51:57 -0000 On Fri, Jan 27, 2006 at 02:36:44AM +0000, Jason Evans wrote: > jasone 2006-01-27 02:36:44 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib malloc.c > Log: > Clean up statistics gathering and printing. I worry about my system performance. Could you please make all statistics and debug code conditional, debending on some flags which could be set as malloc options? Even in case this is a test period now, some people perhaps don't want some tests. It is much easy to turn some tests off via malloc options than to comment out manually corresponding malloc.c defines after each cvsup. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Jan 27 03: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 4C1BA16A422; Fri, 27 Jan 2006 03:02:28 +0000 (GMT) (envelope-from jasone@FreeBSD.ORG) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27BA43D46; Fri, 27 Jan 2006 03:02:27 +0000 (GMT) (envelope-from jasone@FreeBSD.ORG) Received: by lh.synack.net (Postfix, from userid 100) id 4B8E85E48EB; Thu, 26 Jan 2006 19:02:26 -0800 (PST) Received: from [192.168.168.203] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id 65C735E48D1; Thu, 26 Jan 2006 19:02:21 -0800 (PST) In-Reply-To: <20060127025150.GA57825@nagual.pp.ru> References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> Content-Transfer-Encoding: 7bit From: Jason Evans Date: Thu, 26 Jan 2006 19:02:17 -0800 To: Andrey Chernov X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/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: Fri, 27 Jan 2006 03:02:28 -0000 On Jan 26, 2006, at 6:51 PM, Andrey Chernov wrote: > I worry about my system performance. Could you please make all > statistics > and debug code conditional, debending on some flags which could be > set as > malloc options? Even in case this is a test period now, some people > perhaps don't want some tests. It is much easy to turn some tests > off via > malloc options than to comment out manually corresponding malloc.c > defines > after each cvsup. Unfortunately, run-time checks for the debugging features are expensive, since the debugging code is scattered throughout malloc.c. This pretty much mandates compile-time configuration, for performance reasons. I can disable statistics and debugging, if there's a general consensus to do so. How much performance difference is the debug/ stats code making for you? I've only been disabling debug/stats for benchmarking purposes, so I don't have a good feel for how much it impacts overall system performance. Thanks, Jason From owner-cvs-src@FreeBSD.ORG Fri Jan 27 03:15: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 F234916A420 for ; Fri, 27 Jan 2006 03:15:03 +0000 (GMT) (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 53FEB43D49 for ; Fri, 27 Jan 2006 03:15:02 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: (qmail 43753 invoked by uid 0); 27 Jan 2006 03:19:11 -0000 Received: from unknown (HELO ?10.0.0.121?) (unknown) by unknown with SMTP; 27 Jan 2006 03:19:11 -0000 Message-ID: <43D99036.3010102@FreeBSD.org> Date: Thu, 26 Jan 2006 21:15:02 -0600 From: "Christian S.J. Peron" User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Evans References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> In-Reply-To: <6B47D688-0A7D-421F-9830-9493EC375307@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, Andrey Chernov , cvs-all@FreeBSD.ORG Subject: Re: 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: Fri, 27 Jan 2006 03:15:04 -0000 Jason Evans wrote: > On Jan 26, 2006, at 6:51 PM, Andrey Chernov wrote: > >> I worry about my system performance. Could you please make all >> statistics >> and debug code conditional, debending on some flags which could be >> set as >> malloc options? Even in case this is a test period now, some people >> perhaps don't want some tests. It is much easy to turn some tests >> off via >> malloc options than to comment out manually corresponding malloc.c >> defines >> after each cvsup. > > > Unfortunately, run-time checks for the debugging features are > expensive, since the debugging code is scattered throughout > malloc.c. This pretty much mandates compile-time configuration, for > performance reasons. > > I can disable statistics and debugging, if there's a general > consensus to do so. How much performance difference is the debug/ > stats code making for you? I've only been disabling debug/stats for > benchmarking purposes, so I don't have a good feel for how much it > impacts overall system performance. These malloc debugging/stats features have been invaluable. I vote to accept the performance hit in exchange for useful debugging/stats features in -CURRENT, and disable them in -STABLE/-RELEASE when they are ready. -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer FreeBSD Security Team From owner-cvs-src@FreeBSD.ORG Fri Jan 27 03:21: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 7B77916A420; Fri, 27 Jan 2006 03:21:56 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29B443D45; Fri, 27 Jan 2006 03:21:55 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0R3LsH4058090; Fri, 27 Jan 2006 06:21:54 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0R3Lspu058089; Fri, 27 Jan 2006 06:21:54 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 06:21:54 +0300 From: Andrey Chernov To: Jason Evans Message-ID: <20060127032154.GA58032@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: 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: Fri, 27 Jan 2006 03:21:56 -0000 On Thu, Jan 26, 2006 at 07:02:17PM -0800, Jason Evans wrote: > Unfortunately, run-time checks for the debugging features are > expensive, since the debugging code is scattered throughout > malloc.c. This pretty much mandates compile-time configuration, for > performance reasons. Checking one integer many times is definitely not so expensive, as following many debugging asserts and even mutex locks I see in statistics code. I mean if (debug) {...lots of asserts...} and if (statistic) {..even locks...} Even most of single line statistic assignments are more complex than checking integer, because of struct/array indexes calculation. > consensus to do so. How much performance difference is the debug/ > stats code making for you? I've only been disabling debug/stats for > benchmarking purposes, so I don't have a good feel for how much it > impacts overall system performance. I can't run benchmark right now, but last time I see, I feel slowdown. Perhaps human error, can't tell for sure right now. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Jan 27 03:24: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 E258516A422; Fri, 27 Jan 2006 03:24:05 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E6643D46; Fri, 27 Jan 2006 03:24:04 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0R3O3RA058133; Fri, 27 Jan 2006 06:24:03 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0R3O3rC058132; Fri, 27 Jan 2006 06:24:03 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 06:24:03 +0300 From: Andrey Chernov To: "Christian S.J. Peron" Message-ID: <20060127032403.GB58032@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Christian S.J. Peron" , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> <43D99036.3010102@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43D99036.3010102@FreeBSD.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Jason Evans , cvs-all@FreeBSD.ORG Subject: Re: 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: Fri, 27 Jan 2006 03:24:06 -0000 On Thu, Jan 26, 2006 at 09:15:02PM -0600, Christian S.J. Peron wrote: > These malloc debugging/stats features have been invaluable. I vote to > accept the performance hit in exchange for useful debugging/stats > features in -CURRENT, and disable them in -STABLE/-RELEASE when they are > ready. You misread me a bit. I don't vote to remove debug/stats ON _by_default_ for -current, I vote to remove them via special malloc options for whom who don't need it even in -current. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Jan 27 03:36: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 64AEA16A420; Fri, 27 Jan 2006 03:36:21 +0000 (GMT) (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 42A6B43D76; Fri, 27 Jan 2006 03:36:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0R3aBpU042203; Thu, 26 Jan 2006 20:36:11 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D9952D.3050800@samsco.org> Date: Thu, 26 Jan 2006 20:36:13 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Evans References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> In-Reply-To: <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andrey Chernov , cvs-all@FreeBSD.org Subject: Re: 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: Fri, 27 Jan 2006 03:36:21 -0000 Jason Evans wrote: > On Jan 26, 2006, at 6:51 PM, Andrey Chernov wrote: > >> I worry about my system performance. Could you please make all >> statistics >> and debug code conditional, debending on some flags which could be >> set as >> malloc options? Even in case this is a test period now, some people >> perhaps don't want some tests. It is much easy to turn some tests off >> via >> malloc options than to comment out manually corresponding malloc.c >> defines >> after each cvsup. > > > Unfortunately, run-time checks for the debugging features are > expensive, since the debugging code is scattered throughout malloc.c. > This pretty much mandates compile-time configuration, for performance > reasons. > > I can disable statistics and debugging, if there's a general consensus > to do so. How much performance difference is the debug/ stats code > making for you? I've only been disabling debug/stats for benchmarking > purposes, so I don't have a good feel for how much it impacts overall > system performance. > > Thanks, > Jason > I think that it's all just fine the way it is. If you can refactor things so that it's convenient and non-intrusive to make the debugging controllable at runtime, that's great, but it's not something to loose sleep over. Scott From owner-cvs-src@FreeBSD.ORG Fri Jan 27 04:14: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 9A38616A420; Fri, 27 Jan 2006 04:14:13 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4728143D45; Fri, 27 Jan 2006 04:14:13 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0R4ECiC071852; Thu, 26 Jan 2006 20:14:12 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0R4ECOw071851; Thu, 26 Jan 2006 20:14:12 -0800 (PST) (envelope-from sgk) Date: Thu, 26 Jan 2006 20:14:12 -0800 From: Steve Kargl To: Andrey Chernov , "Christian S.J. Peron" , Jason Evans , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20060127041412.GA71839@troutmask.apl.washington.edu> References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> <43D99036.3010102@FreeBSD.org> <20060127032403.GB58032@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127032403.GB58032@nagual.pp.ru> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: 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: Fri, 27 Jan 2006 04:14:13 -0000 On Fri, Jan 27, 2006 at 06:24:03AM +0300, Andrey Chernov wrote: > On Thu, Jan 26, 2006 at 09:15:02PM -0600, Christian S.J. Peron wrote: > > These malloc debugging/stats features have been invaluable. I vote to > > accept the performance hit in exchange for useful debugging/stats > > features in -CURRENT, and disable them in -STABLE/-RELEASE when they are > > ready. > > You misread me a bit. I don't vote to remove debug/stats ON _by_default_ > for -current, I vote to remove them via special malloc options for whom > who don't need it even in -current. > Don't use -current if you can't tolerate the minor performance hit associated with making FreeBSD better. -- Steve From owner-cvs-src@FreeBSD.ORG Fri Jan 27 04: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 DBD1216A422; Fri, 27 Jan 2006 04:14:17 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5CF43D48; Fri, 27 Jan 2006 04:14:17 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R4EHxB071129; Fri, 27 Jan 2006 04:14:17 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R4EHSY071128; Fri, 27 Jan 2006 04:14:17 GMT (envelope-from davidxu) Message-Id: <200601270414.k0R4EHSY071128@repoman.freebsd.org> From: David Xu Date: Fri, 27 Jan 2006 04:14: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/kern vfs_aio.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, 27 Jan 2006 04:14:18 -0000 davidxu 2006-01-27 04:14:16 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: return final error code in aio_return rather than a hardcoded 0. Revision Changes Path 1.217 +0 -1 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 04:36: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 987F316A420; Fri, 27 Jan 2006 04:36:40 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DF543D46; Fri, 27 Jan 2006 04:36:40 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R4ae5Z071955; Fri, 27 Jan 2006 04:36:40 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R4ae3e071954; Fri, 27 Jan 2006 04:36:40 GMT (envelope-from jasone) Message-Id: <200601270436.k0R4ae3e071954@repoman.freebsd.org> From: Jason Evans Date: Fri, 27 Jan 2006 04:36:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/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: Fri, 27 Jan 2006 04:36:40 -0000 jasone 2006-01-27 04:36:40 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Fix the type of a statistics counter (unsigned --> unsigned long). Revision Changes Path 1.108 +1 -1 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 04:38: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 D0A6416A422; Fri, 27 Jan 2006 04:38:46 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FA543D53; Fri, 27 Jan 2006 04:38:44 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0R4ches058653; Fri, 27 Jan 2006 07:38:43 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0R4chrF058652; Fri, 27 Jan 2006 07:38:43 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 07:38:43 +0300 From: Andrey Chernov To: Steve Kargl Message-ID: <20060127043843.GA58589@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Steve Kargl , "Christian S.J. Peron" , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> <43D99036.3010102@FreeBSD.org> <20060127032403.GB58032@nagual.pp.ru> <20060127041412.GA71839@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127041412.GA71839@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, "Christian S.J. Peron" , cvs-all@FreeBSD.ORG, Jason Evans Subject: Re: 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: Fri, 27 Jan 2006 04:38:47 -0000 On Thu, Jan 26, 2006 at 08:14:12PM -0800, Steve Kargl wrote: > On Fri, Jan 27, 2006 at 06:24:03AM +0300, Andrey Chernov wrote: > > On Thu, Jan 26, 2006 at 09:15:02PM -0600, Christian S.J. Peron wrote: > > > These malloc debugging/stats features have been invaluable. I vote to > > > accept the performance hit in exchange for useful debugging/stats > > > features in -CURRENT, and disable them in -STABLE/-RELEASE when they are > > > ready. > > > > You misread me a bit. I don't vote to remove debug/stats ON _by_default_ > > for -current, I vote to remove them via special malloc options for whom > > who don't need it even in -current. > > > > Don't use -current if you can't tolerate the minor performance > hit associated with making FreeBSD better. Don't ever try to tell anybody what to do if you don't know all his circumstacnes. Especially when being not asked. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Jan 27 04:42: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 B7ED716A420; Fri, 27 Jan 2006 04:42:11 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265B443D58; Fri, 27 Jan 2006 04:42:11 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R4gATl072236; Fri, 27 Jan 2006 04:42:10 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R4gAef072235; Fri, 27 Jan 2006 04:42:10 GMT (envelope-from jasone) Message-Id: <200601270442.k0R4gAef072235@repoman.freebsd.org> From: Jason Evans Date: Fri, 27 Jan 2006 04:42: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/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: Fri, 27 Jan 2006 04:42:11 -0000 jasone 2006-01-27 04:42:10 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Add NO_MALLOC_EXTRAS, so that various extra features that can cause performance degradation can be disabled via something like the following in /etc/malloc.conf: CFLAGS+=-DNO_MALLOC_EXTRAS Suggested by: deischen Revision Changes Path 1.109 +16 -3 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 04:59: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 870FD16A420; Fri, 27 Jan 2006 04:59:51 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFA243D45; Fri, 27 Jan 2006 04:59:51 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0R4xoob072105; Thu, 26 Jan 2006 20:59:50 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0R4xofg072104; Thu, 26 Jan 2006 20:59:50 -0800 (PST) (envelope-from sgk) Date: Thu, 26 Jan 2006 20:59:50 -0800 From: Steve Kargl To: Andrey Chernov , "Christian S.J. Peron" , Jason Evans , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20060127045950.GA72049@troutmask.apl.washington.edu> References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> <43D99036.3010102@FreeBSD.org> <20060127032403.GB58032@nagual.pp.ru> <20060127041412.GA71839@troutmask.apl.washington.edu> <20060127043843.GA58589@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127043843.GA58589@nagual.pp.ru> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: 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: Fri, 27 Jan 2006 04:59:51 -0000 On Fri, Jan 27, 2006 at 07:38:43AM +0300, Andrey Chernov wrote: > On Thu, Jan 26, 2006 at 08:14:12PM -0800, Steve Kargl wrote: > > On Fri, Jan 27, 2006 at 06:24:03AM +0300, Andrey Chernov wrote: > > > On Thu, Jan 26, 2006 at 09:15:02PM -0600, Christian S.J. Peron wrote: > > > > These malloc debugging/stats features have been invaluable. I vote to > > > > accept the performance hit in exchange for useful debugging/stats > > > > features in -CURRENT, and disable them in -STABLE/-RELEASE when they are > > > > ready. > > > > > > You misread me a bit. I don't vote to remove debug/stats ON _by_default_ > > > for -current, I vote to remove them via special malloc options for whom > > > who don't need it even in -current. > > > > > > > Don't use -current if you can't tolerate the minor performance > > hit associated with making FreeBSD better. > > Don't ever try to tell anybody what to do if you don't know all his > circumstacnes. Especially when being not asked. > I stand by my initial statement. If you can't tolerate temporary measures in -current that are performance hits and which will ultimate make FreeBSD better, then don't run -current. You have 4.x, 5.x, and 6.x to choose. -- Steve From owner-cvs-src@FreeBSD.ORG Fri Jan 27 05: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 C5A2516A420; Fri, 27 Jan 2006 05:09:24 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A7B43D45; Fri, 27 Jan 2006 05:09:23 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0R59N07058973; Fri, 27 Jan 2006 08:09:23 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0R59M6Q058972; Fri, 27 Jan 2006 08:09:22 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 08:09:22 +0300 From: Andrey Chernov To: Jason Evans Message-ID: <20060127050922.GA58917@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601270442.k0R4gAef072235@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601270442.k0R4gAef072235@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: 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: Fri, 27 Jan 2006 05:09:25 -0000 On Fri, Jan 27, 2006 at 04:42:10AM +0000, Jason Evans wrote: > Add NO_MALLOC_EXTRAS, so that various extra features that can cause > performance degradation can be disabled via something like the following > in /etc/malloc.conf: > > CFLAGS+=-DNO_MALLOC_EXTRAS Thanx. You probably mean /etc/make.conf instead, do you? Is CFLAGS+=-DNO_MALLOC_EXTRAS -DMALLOC_REDZONES possible combination? -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Jan 27 05:17: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 49C7516A420; Fri, 27 Jan 2006 05:17:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F5443D45; Fri, 27 Jan 2006 05:17:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R5HPNL081652; Fri, 27 Jan 2006 05:17:25 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R5HPp9081651; Fri, 27 Jan 2006 05:17:25 GMT (envelope-from trhodes) Message-Id: <200601270517.k0R5HPp9081651@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 27 Jan 2006 05:17: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/include stdlib.h src/lib/libc/stdlib Makefile.inc a64l.3 a64l.c l64a.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, 27 Jan 2006 05:17:26 -0000 trhodes 2006-01-27 05:17:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include stdlib.h lib/libc/stdlib Makefile.inc Added files: (Branch: RELENG_6) lib/libc/stdlib a64l.3 a64l.c l64a.c Log: MFC: Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert between a 32-bit integer and a radix-64 ASCII string. The l64a_r() function is a NetBSD addition. PR: 51209 (based on submission, but very different) Reviewed by: bde, ru Revision Changes Path 1.57.2.1 +3 -2 src/include/stdlib.h 1.48.8.1 +9 -7 src/lib/libc/stdlib/Makefile.inc 1.1.2.1 +186 -0 src/lib/libc/stdlib/a64l.3 (new) 1.1.2.1 +46 -0 src/lib/libc/stdlib/a64l.c (new) 1.1.2.1 +52 -0 src/lib/libc/stdlib/l64a.c (new) From owner-cvs-src@FreeBSD.ORG Fri Jan 27 05:21: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 6577B16A420; Fri, 27 Jan 2006 05:21:53 +0000 (GMT) (envelope-from jasone@FreeBSD.ORG) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1438243D48; Fri, 27 Jan 2006 05:21:53 +0000 (GMT) (envelope-from jasone@FreeBSD.ORG) Received: by lh.synack.net (Postfix, from userid 100) id E36965E48D1; Thu, 26 Jan 2006 21:21:52 -0800 (PST) Received: from [192.168.168.203] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id 080365E48E5; Thu, 26 Jan 2006 21:21:47 -0800 (PST) In-Reply-To: <20060127050922.GA58917@nagual.pp.ru> References: <200601270442.k0R4gAef072235@repoman.freebsd.org> <20060127050922.GA58917@nagual.pp.ru> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jason Evans Date: Thu, 26 Jan 2006 21:21:45 -0800 To: Andrey Chernov X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/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: Fri, 27 Jan 2006 05:21:53 -0000 On Jan 26, 2006, at 9:09 PM, Andrey Chernov wrote: > On Fri, Jan 27, 2006 at 04:42:10AM +0000, Jason Evans wrote: >> Add NO_MALLOC_EXTRAS, so that various extra features that can cause >> performance degradation can be disabled via something like the >> following >> in /etc/malloc.conf: >> >> CFLAGS+=-DNO_MALLOC_EXTRAS > > Thanx. > You probably mean /etc/make.conf instead, do you? Yeah, /etc/make.conf. Whoops. =) > Is > CFLAGS+=-DNO_MALLOC_EXTRAS -DMALLOC_REDZONES > possible combination? Yes, that works fine. Jason From owner-cvs-src@FreeBSD.ORG Fri Jan 27 05:31: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 A2EB316A420; Fri, 27 Jan 2006 05:31:45 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E2E743D4C; Fri, 27 Jan 2006 05:31:45 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k0R5VLmH058839; Thu, 26 Jan 2006 22:31:21 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 26 Jan 2006 22:31:53 -0700 (MST) Message-Id: <20060126.223153.32776756.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu From: "M. Warner Losh" In-Reply-To: <20060127045950.GA72049@troutmask.apl.washington.edu> References: <20060127041412.GA71839@troutmask.apl.washington.edu> <20060127043843.GA58589@nagual.pp.ru> <20060127045950.GA72049@troutmask.apl.washington.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 26 Jan 2006 22:31:21 -0700 (MST) Cc: src-committers@freebsd.org, ache@freebsd.org, cvs-src@freebsd.org, csjp@freebsd.org, cvs-all@freebsd.org, jasone@freebsd.org Subject: Re: 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: Fri, 27 Jan 2006 05:31:45 -0000 In message: <20060127045950.GA72049@troutmask.apl.washington.edu> Steve Kargl writes: : On Fri, Jan 27, 2006 at 07:38:43AM +0300, Andrey Chernov wrote: : > On Thu, Jan 26, 2006 at 08:14:12PM -0800, Steve Kargl wrote: : > > On Fri, Jan 27, 2006 at 06:24:03AM +0300, Andrey Chernov wrote: : > > > On Thu, Jan 26, 2006 at 09:15:02PM -0600, Christian S.J. Peron wrote: : > > > > These malloc debugging/stats features have been invaluable. I vote to : > > > > accept the performance hit in exchange for useful debugging/stats : > > > > features in -CURRENT, and disable them in -STABLE/-RELEASE when they are : > > > > ready. : > > > : > > > You misread me a bit. I don't vote to remove debug/stats ON _by_default_ : > > > for -current, I vote to remove them via special malloc options for whom : > > > who don't need it even in -current. : > > > : > > : > > Don't use -current if you can't tolerate the minor performance : > > hit associated with making FreeBSD better. : > : > Don't ever try to tell anybody what to do if you don't know all his : > circumstacnes. Especially when being not asked. : > : : I stand by my initial statement. If you can't tolerate : temporary measures in -current that are performance hits and : which will ultimate make FreeBSD better, then don't run -current. : : You have 4.x, 5.x, and 6.x to choose. CURRENT is explicitly optimized for the convenience of the developer community. Releases and branches are optimized for performance and user happiness. Warner From owner-cvs-src@FreeBSD.ORG Fri Jan 27 07:28: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 3C75116A420; Fri, 27 Jan 2006 07:28:52 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD73043D4C; Fri, 27 Jan 2006 07:28:51 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R7Sp0J087017; Fri, 27 Jan 2006 07:28:51 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R7Spom087016; Fri, 27 Jan 2006 07:28:51 GMT (envelope-from alc) Message-Id: <200601270728.k0R7Spom087016@repoman.freebsd.org> From: Alan Cox Date: Fri, 27 Jan 2006 07:28: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/vm vm_map.c vm_object.c vm_pageout.c vm_pageq.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, 27 Jan 2006 07:28:52 -0000 alc 2006-01-27 07:28:51 UTC FreeBSD src repository Modified files: sys/vm vm_map.c vm_object.c vm_pageout.c vm_pageq.c Log: Use the new macros abstracting the page coloring/queues implementation. (There are no functional changes.) Revision Changes Path 1.372 +1 -1 src/sys/vm/vm_map.c 1.356 +4 -4 src/sys/vm/vm_object.c 1.272 +2 -2 src/sys/vm/vm_pageout.c 1.23 +1 -1 src/sys/vm/vm_pageq.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 07:46: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 1DB2616A420; Fri, 27 Jan 2006 07:46:24 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E2443D45; Fri, 27 Jan 2006 07:46:23 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R7kNoR087763; Fri, 27 Jan 2006 07:46:23 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R7kNOe087762; Fri, 27 Jan 2006 07:46:23 GMT (envelope-from jasone) Message-Id: <200601270746.k0R7kNOe087762@repoman.freebsd.org> From: Jason Evans Date: Fri, 27 Jan 2006 07:46: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/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: Fri, 27 Jan 2006 07:46:24 -0000 jasone 2006-01-27 07:46:22 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Remove unwarranted uses of 'goto'. Revision Changes Path 1.110 +151 -201 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 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 B235216A420; Fri, 27 Jan 2006 07:51:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3437443D46; Fri, 27 Jan 2006 07:51:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R7pQ0d087985; Fri, 27 Jan 2006 07:51:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R7pQuQ087984; Fri, 27 Jan 2006 07:51:26 GMT (envelope-from imp) Message-Id: <200601270751.k0R7pQuQ087984@repoman.freebsd.org> From: Warner Losh Date: Fri, 27 Jan 2006 07:51: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/ed if_edvar.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, 27 Jan 2006 07:51:28 -0000 imp 2006-01-27 07:51:26 UTC FreeBSD src repository Modified files: sys/dev/ed if_edvar.h Log: minor nit in comment about what kind of flags these are Revision Changes Path 1.39 +1 -1 src/sys/dev/ed/if_edvar.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:00: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 C958B16A420; Fri, 27 Jan 2006 08:00:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBC443D48; Fri, 27 Jan 2006 08:00:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R80ehF088638; Fri, 27 Jan 2006 08:00:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R80euH088635; Fri, 27 Jan 2006 08:00:40 GMT (envelope-from imp) Message-Id: <200601270800.k0R80euH088635@repoman.freebsd.org> From: Warner Losh Date: Fri, 27 Jan 2006 08:00:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_hpp.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, 27 Jan 2006 08:00:41 -0000 imp 2006-01-27 08:00:40 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_hpp.c Log: Transition from ALTPHYS to LINK2. We already document in the ed(4) man page that the ifconfig option link2 is used to disable the AUI transceiver on the 3com boards (should also say HP PC Lan+). This makes the connection clearer. Add a note about why we set this flag prior to attaching the device. We never set or clear the flag later, only test it. There can be no races here, but this might be asthetically displeasing to some. Also note that we may no longer need to have this knob at all as we may be able to do it with the more sophisticated rc.d scripts we have today I think the only reason it is there is because we didn't used to allow its proper setting when configured to get the IP address via DHCP. I'll note that this would be better handled by using ifmedia for all ed cards, not just those with a miibus... Revision Changes Path 1.267 +13 -9 src/sys/dev/ed/if_ed.c 1.4 +1 -1 src/sys/dev/ed/if_ed_hpp.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:02: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 8C89816A420; Fri, 27 Jan 2006 08:02:26 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1741343D49; Fri, 27 Jan 2006 08:02:26 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R82Pjo088797; Fri, 27 Jan 2006 08:02:25 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R82PxZ088796; Fri, 27 Jan 2006 08:02:25 GMT (envelope-from davidxu) Message-Id: <200601270802.k0R82PxZ088796@repoman.freebsd.org> From: David Xu Date: Fri, 27 Jan 2006 08:02:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_aio.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, 27 Jan 2006 08:02:26 -0000 davidxu 2006-01-27 08:02:25 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Just like dofilewrite(), call bwillwrite before fo_write. Revision Changes Path 1.218 +2 -0 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:10: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 6098516A420; Fri, 27 Jan 2006 08:10:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEFC43D4C; Fri, 27 Jan 2006 08:10:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R8AaB1089303; Fri, 27 Jan 2006 08:10:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R8AaK4089302; Fri, 27 Jan 2006 08:10:36 GMT (envelope-from imp) Message-Id: <200601270810.k0R8AaK4089302@repoman.freebsd.org> From: Warner Losh Date: Fri, 27 Jan 2006 08:10: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/ed if_ed_hpp.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, 27 Jan 2006 08:10:37 -0000 imp 2006-01-27 08:10:36 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_hpp.c Log: Style(9) issue: return (foo); Revision Changes Path 1.5 +7 -7 src/sys/dev/ed/if_ed_hpp.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:25: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 8A33016A420; Fri, 27 Jan 2006 08:25:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C36243D46; Fri, 27 Jan 2006 08:25:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R8PmOq089950; Fri, 27 Jan 2006 08:25:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R8PmHX089949; Fri, 27 Jan 2006 08:25:48 GMT (envelope-from imp) Message-Id: <200601270825.k0R8PmHX089949@repoman.freebsd.org> From: Warner Losh Date: Fri, 27 Jan 2006 08:25: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/ed if_ed.c if_ed_3c503.c if_ed_hpp.c if_edvar.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, 27 Jan 2006 08:25:48 -0000 imp 2006-01-27 08:25:47 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_3c503.c if_ed_hpp.c if_edvar.h Log: Create mediachg functions for the 3c503 and hpp cards. This is used to properly configure the right interface to use. Also call the mediachg function when we set flags UP and are already running. If this were a pure ifmedia driver, we'd not need to do this since we'd be ignoring the linkX flags. This reduces the number of ifdefs to support sub-devices a little as a nice side effect. It also reduces the number of hpp interfaces exposed by 33%. Revision Changes Path 1.268 +4 -30 src/sys/dev/ed/if_ed.c 1.4 +21 -1 src/sys/dev/ed/if_ed_3c503.c 1.6 +3 -1 src/sys/dev/ed/if_ed_hpp.c 1.40 +0 -1 src/sys/dev/ed/if_edvar.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:35: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 5963916A420; Fri, 27 Jan 2006 08:35:33 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1840043D49; Fri, 27 Jan 2006 08:35:33 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R8ZWAr090372; Fri, 27 Jan 2006 08:35:32 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R8ZW19090363; Fri, 27 Jan 2006 08:35:32 GMT (envelope-from alc) Message-Id: <200601270835.k0R8ZW19090363@repoman.freebsd.org> From: Alan Cox Date: Fri, 27 Jan 2006 08:35:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Fri, 27 Jan 2006 08:35:33 -0000 alc 2006-01-27 08:35:32 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Use the new macros abstracting the page coloring/queues implementation. (There are no functional changes.) Revision Changes Path 1.212 +2 -2 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08: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 8B6BD16A420; Fri, 27 Jan 2006 08:37:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B30E343D45; Fri, 27 Jan 2006 08:37:48 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k0R8bkMC048192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Jan 2006 11:37:46 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k0R8bjmB048191; Fri, 27 Jan 2006 11:37:46 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 27 Jan 2006 11:37:45 +0300 From: Gleb Smirnoff To: Andrey Chernov , Jason Evans , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060127083745.GM83922@FreeBSD.org> References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060127025150.GA57825@nagual.pp.ru> User-Agent: Mutt/1.5.6i Cc: Subject: Re: 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: Fri, 27 Jan 2006 08:37:49 -0000 On Fri, Jan 27, 2006 at 05:51:50AM +0300, Andrey Chernov wrote: A> On Fri, Jan 27, 2006 at 02:36:44AM +0000, Jason Evans wrote: A> > jasone 2006-01-27 02:36:44 UTC A> > A> > FreeBSD src repository A> > A> > Modified files: A> > lib/libc/stdlib malloc.c A> > Log: A> > Clean up statistics gathering and printing. A> A> I worry about my system performance. Could you please make all statistics A> and debug code conditional, debending on some flags which could be set as A> malloc options? Even in case this is a test period now, some people A> perhaps don't want some tests. It is much easy to turn some tests off via A> malloc options than to comment out manually corresponding malloc.c defines A> after each cvsup. Just use CVS instead of cvsup, and you won't need to do any manual editing after each update. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08: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 B5D8916A420; Fri, 27 Jan 2006 08:42:49 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BD143D46; Fri, 27 Jan 2006 08:42:49 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R8gnoN090642; Fri, 27 Jan 2006 08:42:49 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R8gnPO090641; Fri, 27 Jan 2006 08:42:49 GMT (envelope-from jmg) Message-Id: <200601270842.k0R8gnPO090641@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 27 Jan 2006 08:42:48 +0000 (UTC) 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/bktr bktr_os.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, 27 Jan 2006 08:42:50 -0000 jmg 2006-01-27 08:42:48 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_os.c Log: if we are compiling with smbus support, properly depend upon the iic and smbus modules, otherwise as a module you can't kldload bktr... MFC after: 3 days Revision Changes Path 1.52 +7 -0 src/sys/dev/bktr/bktr_os.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:45: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 1BB1B16A422; Fri, 27 Jan 2006 08:45:48 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC0043D7C; Fri, 27 Jan 2006 08:45:47 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 2CDD9BC74; Fri, 27 Jan 2006 08:45:46 +0000 (UTC) To: Andrey Chernov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 27 Jan 2006 07:38:43 +0300." <20060127043843.GA58589@nagual.pp.ru> Date: Fri, 27 Jan 2006 09:45:46 +0100 Message-ID: <84108.1138351546@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, "Christian S.J. Peron" , cvs-all@FreeBSD.ORG, Jason Evans , Steve Kargl Subject: Re: 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: Fri, 27 Jan 2006 08:45:48 -0000 In message <20060127043843.GA58589@nagual.pp.ru>, Andrey Chernov writes: >> Don't use -current if you can't tolerate the minor performance >> hit associated with making FreeBSD better. > >Don't ever try to tell anybody what to do if you don't know all his >circumstacnes. Especially when being not asked. Why not, is that your job ? :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Fri Jan 27 08:52: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 F2DCC16A420; Fri, 27 Jan 2006 08:52:19 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077E843D64; Fri, 27 Jan 2006 08:52:17 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R8qG0X098395; Fri, 27 Jan 2006 08:52:16 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R8qGok098394; Fri, 27 Jan 2006 08:52:16 GMT (envelope-from ume) Message-Id: <200601270852.k0R8qGok098394@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 27 Jan 2006 08:52: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.bin/wall ttymsg.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, 27 Jan 2006 08:52:20 -0000 ume 2006-01-27 08:52:14 UTC FreeBSD src repository Modified files: usr.bin/wall ttymsg.c Log: make wall(1) work with pts. Revision Changes Path 1.12 +6 -2 src/usr.bin/wall/ttymsg.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 09:02: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 E015216A420; Fri, 27 Jan 2006 09:02:10 +0000 (GMT) (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 754D943D53; Fri, 27 Jan 2006 09:02:10 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R92AYb098848; Fri, 27 Jan 2006 09:02:10 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R92AUY098846; Fri, 27 Jan 2006 09:02:10 GMT (envelope-from rik) Message-Id: <200601270902.k0R92AUY098846@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 27 Jan 2006 09:02:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h tau32-ddk.c tau32-ddk.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, 27 Jan 2006 09:02:11 -0000 rik 2006-01-27 09:02:09 UTC FreeBSD src repository Added files: sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h tau32-ddk.c tau32-ddk.h Log: Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters. Not yet connected to the build. Revision Changes Path 1.1 +1522 -0 src/sys/dev/ce/ceddk.c (new) 1.1 +201 -0 src/sys/dev/ce/ceddk.h (new) 1.1 +2681 -0 src/sys/dev/ce/if_ce.c (new) 1.1 +31 -0 src/sys/dev/ce/ng_ce.h (new) 1.1 +4322 -0 src/sys/dev/ce/tau32-ddk.c (new) 1.1 +514 -0 src/sys/dev/ce/tau32-ddk.h (new) From owner-cvs-src@FreeBSD.ORG Fri Jan 27 09:08: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 5F11916A420; Fri, 27 Jan 2006 09:08:33 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEA443D49; Fri, 27 Jan 2006 09:08:33 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0R98Wpl099183; Fri, 27 Jan 2006 09:08:32 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0R98W9i099182; Fri, 27 Jan 2006 09:08:32 GMT (envelope-from jmg) Message-Id: <200601270908.k0R98W9i099182@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 27 Jan 2006 09:08:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/bktr/bktr 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: Fri, 27 Jan 2006 09:08:33 -0000 jmg 2006-01-27 09:08:32 UTC FreeBSD src repository Modified files: sys/modules/bktr/bktr Makefile Log: add an option BKTR_USE_FREEBSD_SMBUS that enables compiling the module with same option... MFC after: 3 days Revision Changes Path 1.9 +5 -0 src/sys/modules/bktr/bktr/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jan 27 10: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 4460D16A420; Fri, 27 Jan 2006 10:01:42 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E0AE43D46; Fri, 27 Jan 2006 10:01:41 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from virusscan.mail (amavis1.rz.uni-wuerzburg.de [132.187.3.48]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id A24281453D4; Fri, 27 Jan 2006 11:01:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 94891A25; Fri, 27 Jan 2006 11:01:39 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 6CC911453D4; Fri, 27 Jan 2006 11:01:39 +0100 (CET) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id k0RA1dPY017359; Fri, 27 Jan 2006 11:01:39 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.4/8.13.4) with ESMTP id k0RA1drw041599; Fri, 27 Jan 2006 11:01:39 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id k0RA1cSx010213; Fri, 27 Jan 2006 11:01:38 +0100 (CET) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id k0RA1cNR010212; Fri, 27 Jan 2006 11:01:38 +0100 (CET) (envelope-from q@galgenberg.net) Date: Fri, 27 Jan 2006 11:01:38 +0100 From: Ulrich Spoerlein To: Jason Evans Message-ID: <20060127100138.GA1141@galgenberg.net> References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <20060127083745.GM83922@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127083745.GM83922@FreeBSD.org> X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: cvs-src@freebsd.org, Gleb Smirnoff , Andrey Chernov , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: Fri, 27 Jan 2006 10:01:42 -0000 Gleb Smirnoff wrote: > On Fri, Jan 27, 2006 at 05:51:50AM +0300, Andrey Chernov wrote: > > It is much easy to turn some tests off via malloc options than to > > comment out manually corresponding malloc.c defines after each > > cvsup. > > Just use CVS instead of cvsup, and you won't need to do any manual > editing after each update. What about introducing the right make(1) magic to have NO_MALLOC_DEBUG=true work when put into make.conf? Ulrich Spoerlein -- PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. From owner-cvs-src@FreeBSD.ORG Fri Jan 27 10: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 9A1FA16A420; Fri, 27 Jan 2006 10:04:22 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016E343D46; Fri, 27 Jan 2006 10:04:21 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from virusscan.mail (amavis1.rz.uni-wuerzburg.de [132.187.3.48]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 24FBD1465F1; Fri, 27 Jan 2006 11:04:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 165BA99F; Fri, 27 Jan 2006 11:04:21 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id E3F001465F1; Fri, 27 Jan 2006 11:04:20 +0100 (CET) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id k0RA4KuU018907; Fri, 27 Jan 2006 11:04:20 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.4/8.13.4) with ESMTP id k0RA4KXA041602; Fri, 27 Jan 2006 11:04:20 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id k0RA4KMW010265; Fri, 27 Jan 2006 11:04:20 +0100 (CET) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id k0RA4KIc010264; Fri, 27 Jan 2006 11:04:20 +0100 (CET) (envelope-from q@galgenberg.net) Date: Fri, 27 Jan 2006 11:04:20 +0100 From: Ulrich Spoerlein To: Jason Evans Message-ID: <20060127100420.GB1141@galgenberg.net> References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <20060127083745.GM83922@FreeBSD.org> <20060127100138.GA1141@galgenberg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060127100138.GA1141@galgenberg.net> X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: cvs-src@freebsd.org, Gleb Smirnoff , Andrey Chernov , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: Fri, 27 Jan 2006 10:04:22 -0000 Ulrich Spörlein wrote: > What about introducing the right make(1) magic to have > NO_MALLOC_DEBUG=true work when put into make.conf? Ah, forget about it. I just read the follow-up commit. Ulrich Spoerlein -- PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. From owner-cvs-src@FreeBSD.ORG Fri Jan 27 10:56: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 E156B16A420; Fri, 27 Jan 2006 10:56:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C1343D46; Fri, 27 Jan 2006 10:56:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RAuMOm002615; Fri, 27 Jan 2006 10:56:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RAuMJQ002614; Fri, 27 Jan 2006 10:56:22 GMT (envelope-from glebius) Message-Id: <200601271056.k0RAuMJQ002614@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 27 Jan 2006 10:56: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/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: Fri, 27 Jan 2006 10:56:23 -0000 glebius 2006-01-27 10:56:22 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c ng_pppoe.h Log: o Introduce D-Link compat mode, that is default to off and can be set by NGM_PPPOE_SETMODE message. When D-Link compat mode is on, we will broadcast PADI with empty Service-Name to all listening hooks. o Rewrite the compatibility options. Before we had two modes - standard and non-standard (aka 3Com). Now we have standard mode and two compat flags, that can be combined. o Be consistent and do s/STUPID/3COM/g. I don't say that 3Com mode isn't stupid, just want to make code easier to read. Revision Changes Path 1.78 +80 -59 src/sys/netgraph/ng_pppoe.c 1.23 +7 -5 src/sys/netgraph/ng_pppoe.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 11:19: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 E600216A420; Fri, 27 Jan 2006 11:19:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D0D43D48; Fri, 27 Jan 2006 11:19:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RBJr4f003621; Fri, 27 Jan 2006 11:19:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RBJrvO003620; Fri, 27 Jan 2006 11:19:53 GMT (envelope-from pjd) Message-Id: <200601271119.k0RBJrvO003620@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 27 Jan 2006 11:19:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_alq.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, 27 Jan 2006 11:19:54 -0000 pjd 2006-01-27 11:19:53 UTC FreeBSD src repository Modified files: sys/kern kern_alq.c Log: Don't forget to call NDFREE(9) in case of vn_open_cred() failure. MFC after: 3 days Revision Changes Path 1.13 +2 -2 src/sys/kern/kern_alq.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 11: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 E49AB16A420; Fri, 27 Jan 2006 11:25:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AC843D5A; Fri, 27 Jan 2006 11:25:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RBP7WJ003965; Fri, 27 Jan 2006 11:25:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RBP7jQ003964; Fri, 27 Jan 2006 11:25:07 GMT (envelope-from pjd) Message-Id: <200601271125.k0RBP7jQ003964@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 27 Jan 2006 11: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/kern kern_alq.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, 27 Jan 2006 11:25:09 -0000 pjd 2006-01-27 11:25:06 UTC FreeBSD src repository Modified files: sys/kern kern_alq.c Log: Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure. Revision Changes Path 1.14 +1 -1 src/sys/kern/kern_alq.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 11:27: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 583DC16A420; Fri, 27 Jan 2006 11:27:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBDD43D4C; Fri, 27 Jan 2006 11:27:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RBRt7d004101; Fri, 27 Jan 2006 11:27:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RBRtcZ004100; Fri, 27 Jan 2006 11:27:55 GMT (envelope-from pjd) Message-Id: <200601271127.k0RBRtcZ004100@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 27 Jan 2006 11:27:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Jan 2006 11:27:56 -0000 pjd 2006-01-27 11:27:55 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Call NDFREE() only when vn_open() succeeded. MFC after: 3 days Revision Changes Path 1.161 +1 -1 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 11:28: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 593A216A420; Fri, 27 Jan 2006 11:28:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FAD543D49; Fri, 27 Jan 2006 11:28:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RBSWAt004239; Fri, 27 Jan 2006 11:28:32 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RBSWZd004238; Fri, 27 Jan 2006 11:28:32 GMT (envelope-from glebius) Message-Id: <200601271128.k0RBSWZd004238@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 27 Jan 2006 11:28: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/share/man/man4 ng_pppoe.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, 27 Jan 2006 11:28:33 -0000 glebius 2006-01-27 11:28:32 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, since new D-Link compat mode is introduced. Revision Changes Path 1.32 +30 -12 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 11:57: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 2BEB416A420; Fri, 27 Jan 2006 11:57:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E115143D45; Fri, 27 Jan 2006 11:57:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RBv1wV005582; Fri, 27 Jan 2006 11:57:01 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RBv1Zr005581; Fri, 27 Jan 2006 11:57:01 GMT (envelope-from glebius) Message-Id: <200601271157.k0RBv1Zr005581@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 27 Jan 2006 11:57: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/share/man/man4 ng_pppoe.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, 27 Jan 2006 11:57:02 -0000 glebius 2006-01-27 11:57:01 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: Make an example command correct and copyable to terminal. Submitted by: ru Revision Changes Path 1.33 +3 -1 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 12:40: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 DB71616A420; Fri, 27 Jan 2006 12:40:16 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C7043D45; Fri, 27 Jan 2006 12:40:16 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 546BF1FFDEC; Fri, 27 Jan 2006 13:40:14 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 919E31FFDE9; Fri, 27 Jan 2006 13:40:11 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6CFD74449E4; Fri, 27 Jan 2006 12:40:08 +0000 (UTC) Date: Fri, 27 Jan 2006 12:40:08 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Tom Rhodes In-Reply-To: <200601270517.k0R5HPp9081651@repoman.freebsd.org> Message-ID: <20060127123839.N24703@maildrop.int.zabbadoz.net> References: <200601270517.k0R5HPp9081651@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc a64l.3 a64l.c l64a.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, 27 Jan 2006 12:40:17 -0000 On Fri, 27 Jan 2006, Tom Rhodes wrote: > trhodes 2006-01-27 05:17:25 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > include stdlib.h > lib/libc/stdlib Makefile.inc > Added files: (Branch: RELENG_6) > lib/libc/stdlib a64l.3 a64l.c l64a.c > Log: > MFC: > > Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert > between a 32-bit integer and a radix-64 ASCII string. The l64a_r() function > is a NetBSD addition. > > PR: 51209 (based on submission, but very different) > Reviewed by: bde, ru > > Revision Changes Path > 1.57.2.1 +3 -2 src/include/stdlib.h > 1.48.8.1 +9 -7 src/lib/libc/stdlib/Makefile.inc -MISRCS+=_Exit.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ - bsearch.c calloc.c div.c exit.c getenv.c getopt.c getopt_long.c \ +MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ + bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \ ^^^^ I guess you didn't want to remove calloc.c ? > 1.1.2.1 +186 -0 src/lib/libc/stdlib/a64l.3 (new) > 1.1.2.1 +46 -0 src/lib/libc/stdlib/a64l.c (new) > 1.1.2.1 +52 -0 src/lib/libc/stdlib/l64a.c (new) > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Fri Jan 27 13:20: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 8AA0216A420; Fri, 27 Jan 2006 13:20:50 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4941243D45; Fri, 27 Jan 2006 13:20:50 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RDKoo9016640; Fri, 27 Jan 2006 13:20:50 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RDKnQP016639; Fri, 27 Jan 2006 13:20:49 GMT (envelope-from matteo) Message-Id: <200601271320.k0RDKnQP016639@repoman.freebsd.org> From: Matteo Riondato Date: Fri, 27 Jan 2006 13:20:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d devfs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Jan 2006 13:20:50 -0000 matteo 2006-01-27 13:20:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d devfs Log: Allow the use of wildcarded device names in devfs.conf PR: conf/90760 Submitted by: Darren Pilgrim Approved by: philip (mentor,implicit) Revision Changes Path 1.10.2.2 +16 -10 src/etc/rc.d/devfs From owner-cvs-src@FreeBSD.ORG Fri Jan 27 14:37: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 88A2F16A420; Fri, 27 Jan 2006 14:37:11 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4500A440D4; Fri, 27 Jan 2006 14:37:11 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0REbB8p023918; Fri, 27 Jan 2006 14:37:11 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0REbBE5023917; Fri, 27 Jan 2006 14:37:11 GMT (envelope-from cperciva) Message-Id: <200601271437.k0REbBE5023917@repoman.freebsd.org> From: Colin Percival Date: Fri, 27 Jan 2006 14:37:10 +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/portsnap/phttpget phttpget.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, 27 Jan 2006 14:37:11 -0000 cperciva 2006-01-27 14:37:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/portsnap/phttpget phttpget.c Log: Correctly identify the host and port values on a failed getaddrinfo lookup. Reported by: hrs MFC after: 3 days Revision Changes Path 1.6.2.3 +1 -1 src/usr.sbin/portsnap/phttpget/phttpget.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 14:39: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 9698716A420; Fri, 27 Jan 2006 14:39:25 +0000 (GMT) (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 C1A12440A9; Fri, 27 Jan 2006 14:39:24 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr8so.prod.shaw.ca (pd5mr8so-qfe3.prod.shaw.ca [10.0.141.184]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ITR004Y6A1NR960@l-daemon>; Fri, 27 Jan 2006 07:39:23 -0700 (MST) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd5mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ITR004FJA1NXRH0@pd5mr8so.prod.shaw.ca>; Fri, 27 Jan 2006 07:39:23 -0700 (MST) Received: from [192.168.0.60] ([24.87.209.6]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ITR00IHPA1MZBG0@l-daemon>; Fri, 27 Jan 2006 07:39:23 -0700 (MST) Date: Fri, 27 Jan 2006 06:39:22 -0800 From: Colin Percival In-reply-to: <200601271437.k0REbBE5023917@repoman.freebsd.org> To: Colin Percival Message-id: <43DA309A.8040509@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: <200601271437.k0REbBE5023917@repoman.freebsd.org> User-Agent: Thunderbird 1.5 (X11/20060112) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/portsnap/phttpget phttpget.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, 27 Jan 2006 14:39:25 -0000 Colin Percival wrote: > Modified files: (Branch: RELENG_5) ^^^^^^^^ > MFC after: 3 days ^^^^^^ Oops. Since this is such a trivial change and I've already committed to the wrong branch, I'm going to make that "0 days" instead of "3 days". Colin Percival From owner-cvs-src@FreeBSD.ORG Fri Jan 27 14:42: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 907F216A420; Fri, 27 Jan 2006 14:42:16 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40956440D4; Fri, 27 Jan 2006 14:42:16 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0REgG9n024185; Fri, 27 Jan 2006 14:42:16 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0REgGaY024184; Fri, 27 Jan 2006 14:42:16 GMT (envelope-from cperciva) Message-Id: <200601271442.k0REgGaY024184@repoman.freebsd.org> From: Colin Percival Date: Fri, 27 Jan 2006 14:42: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/portsnap/phttpget phttpget.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, 27 Jan 2006 14:42:16 -0000 cperciva 2006-01-27 14:42:15 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/phttpget phttpget.c Log: Merge from accidental commit to RELENG_5: Correctly identify the host and port values on a failed getaddrinfo lookup. Revision Changes Path 1.8 +1 -1 src/usr.sbin/portsnap/phttpget/phttpget.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 14:44: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 70B1216A420; Fri, 27 Jan 2006 14:44:16 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B1843F8F; Fri, 27 Jan 2006 14:44:15 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0REiF41024286; Fri, 27 Jan 2006 14:44:15 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0REiF2S024285; Fri, 27 Jan 2006 14:44:15 GMT (envelope-from cperciva) Message-Id: <200601271444.k0REiF2S024285@repoman.freebsd.org> From: Colin Percival Date: Fri, 27 Jan 2006 14:44:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/portsnap/phttpget phttpget.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, 27 Jan 2006 14:44:16 -0000 cperciva 2006-01-27 14:44:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/portsnap/phttpget phttpget.c Log: MFC rev. 1.8: Correctly identify the host and port values on a failed getaddrinfo lookup. Revision Changes Path 1.4.2.4 +1 -1 src/usr.sbin/portsnap/phttpget/phttpget.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 15:34: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 C944D16A48E; Fri, 27 Jan 2006 15:34:05 +0000 (GMT) (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 D333344481; Fri, 27 Jan 2006 15:13:41 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RFDfRE025402; Fri, 27 Jan 2006 15:13:41 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RFDfBe025401; Fri, 27 Jan 2006 15:13:41 GMT (envelope-from cognet) Message-Id: <200601271513.k0RFDfBe025401@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 27 Jan 2006 15:13: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/kern tty_pts.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, 27 Jan 2006 15:34:15 -0000 cognet 2006-01-27 15:13:40 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: Merge a bunch of changes that where done in tty_pty.c after tty_pts.c was forked from it, but missed from some reason. Revision Changes Path 1.4 +7 -104 src/sys/kern/tty_pts.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 15:34: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 8AA1216A552; Fri, 27 Jan 2006 15:34:19 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6331D44276; Fri, 27 Jan 2006 15:05:18 +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 1B04E208A; Fri, 27 Jan 2006 16:05:13 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 0D6022089; Fri, 27 Jan 2006 16:05:13 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id DDC5C33C1D; Fri, 27 Jan 2006 16:05:12 +0100 (CET) To: Matt Jacob References: <200601270046.k0R0kAuK055454@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 27 Jan 2006 16:05:12 +0100 In-Reply-To: <200601270046.k0R0kAuK055454@repoman.freebsd.org> (Matt Jacob's message of "Fri, 27 Jan 2006 00:46:10 +0000 (UTC)") Message-ID: <861wyt1zkn.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp isp_freebsd.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, 27 Jan 2006 15:34:40 -0000 Matt Jacob writes: > Log: > Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this trigg= ers > a compiler error I have no idea what its about. Umm, the error message is quite clear. It seems you have quite a long chain of inlined functions, and GCC has a limit on how much a function is allowed to grow as a result of inlining. Frankly, the mess of inlined functions in isp_inline.h is a symptom of poor design, and counter-productive; you probably lose more cycles to cache trashing than you gain from avoiding function calls. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:24: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 7F99416A436; Fri, 27 Jan 2006 16:24:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D6244211; Fri, 27 Jan 2006 15:58:01 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RFw1AZ027438; Fri, 27 Jan 2006 15:58:01 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RFw1mm027437; Fri, 27 Jan 2006 15:58:01 GMT (envelope-from brueffer) Message-Id: <200601271558.k0RFw1mm027437@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 27 Jan 2006 15:58:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ata.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, 27 Jan 2006 16:24:09 -0000 brueffer 2006-01-27 15:58:01 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 ata.4 Log: MFC: rev. 1.53, 1.60, 1.61 - hw.ata.wc can cause data loss on crashes too. This brings the description of the hw.ata.wc in sync with tuning(7) - Via VT8251 support. - Support for Marvell chipsets. Revision Changes Path 1.52.2.4 +5 -3 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:24: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 46E4316A4E8; Fri, 27 Jan 2006 16:24:24 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CFF4414C; Fri, 27 Jan 2006 15:55:07 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RFt7mP027316; Fri, 27 Jan 2006 15:55:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RFt7sZ027315; Fri, 27 Jan 2006 15:55:07 GMT (envelope-from brueffer) Message-Id: <200601271555.k0RFt7sZ027315@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 27 Jan 2006 15:55: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/share/man/man4 ataraid.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, 27 Jan 2006 16:24:25 -0000 brueffer 2006-01-27 15:55:07 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 ataraid.4 Log: MFC: rev. 1.5 - 1.8 - SiS read/write support. - Intel MatrixRAID write support. - VIA Tech V-RAID write support. Revision Changes Path 1.3.2.2 +9 -1 src/share/man/man4/ataraid.4 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:27: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 DE20716A432; Fri, 27 Jan 2006 16:27:47 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB09543F32; Fri, 27 Jan 2006 16:27:34 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RGRYuB028612; Fri, 27 Jan 2006 16:27:34 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RGRYMS028611; Fri, 27 Jan 2006 16:27:34 GMT (envelope-from harti) Message-Id: <200601271627.k0RGRYMS028611@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 27 Jan 2006 16:27: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/usr.sbin/bsnmpd/modules Makefile src/usr.sbin/bsnmpd/modules/snmp_hostres BEGEMOT-HOSTRES-MIB.txt Makefile hostres_begemot.c hostres_device_tbl.c hostres_diskstorage_tbl.c hostres_fs_tbl.c hostres_network_tbl.c hostres_partition_tbl.c hostres_printer_tbl.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, 27 Jan 2006 16:27:49 -0000 harti 2006-01-27 16:27:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bsnmpd/modules Makefile Added files: (Branch: RELENG_6) usr.sbin/bsnmpd/modules/snmp_hostres BEGEMOT-HOSTRES-MIB.txt Makefile hostres_begemot.c hostres_device_tbl.c hostres_diskstorage_tbl.c hostres_fs_tbl.c hostres_network_tbl.c hostres_partition_tbl.c hostres_printer_tbl.c hostres_processor_tbl.c hostres_scalars.c hostres_snmp.c hostres_snmp.h hostres_storage_tbl.c hostres_swinstalled_tbl.c hostres_swrun_tbl.c hostres_tree.def snmp_hostres.3 Log: MFC the HOSTRES-MIB. This is exactly the same version as in HEAD except for a slightly different mechanism to load geom_md (g_me) which was renamed at some point. This has been tested on RELENG_6 by erwin and glebius. Reviewed by: erwin, glebius Revision Changes Path 1.8.2.1 +1 -0 src/usr.sbin/bsnmpd/modules/Makefile 1.2.2.1 +125 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt (new) 1.3.2.1 +82 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile (new) 1.2.2.1 +171 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_begemot.c (new) 1.2.2.1 +612 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c (new) 1.4.2.1 +633 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c (new) 1.2.2.1 +440 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c (new) 1.2.2.1 +302 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_network_tbl.c (new) 1.3.2.1 +540 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c (new) 1.2.2.1 +398 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c (new) 1.5.2.1 +506 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (new) 1.4.2.1 +513 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c (new) 1.2.2.1 +209 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.c (new) 1.2.2.1 +301 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h (new) 1.2.2.1 +648 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c (new) 1.2.2.1 +528 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c (new) 1.4.2.1 +751 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c (new) 1.2.2.1 +292 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_tree.def (new) 1.2.2.1 +85 -0 src/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3 (new) From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:32: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 5CEEC16A420; Fri, 27 Jan 2006 16:32:18 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE8043D5A; Fri, 27 Jan 2006 16:32:14 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RGWDUr028879; Fri, 27 Jan 2006 16:32:13 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RGWDvf028878; Fri, 27 Jan 2006 16:32:13 GMT (envelope-from harti) Message-Id: <200601271632.k0RGWDvf028878@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 27 Jan 2006 16:32:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libdisk Makefile libdisk.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: Fri, 27 Jan 2006 16:32:18 -0000 harti 2006-01-27 16:32:13 UTC FreeBSD src repository Modified files: lib/libdisk Makefile libdisk.3 Log: Revert 1.45 now that snmp_hostres uses libgeom. Revision Changes Path 1.46 +1 -0 src/lib/libdisk/Makefile 1.36 +7 -0 src/lib/libdisk/libdisk.3 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:33: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 706C416A422; Fri, 27 Jan 2006 16:33:16 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7284143D5A; Fri, 27 Jan 2006 16:33:13 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0RGXCAX083684; Fri, 27 Jan 2006 19:33:12 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0RGXCj7083683; Fri, 27 Jan 2006 19:33:12 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 19:33:11 +0300 From: Andrey Chernov To: Poul-Henning Kamp Message-ID: <20060127163311.GA83627@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Poul-Henning Kamp , Steve Kargl , "Christian S.J. Peron" , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20060127043843.GA58589@nagual.pp.ru> <84108.1138351546@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84108.1138351546@critter.freebsd.dk> User-Agent: Mutt/1.5.11 Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, "Christian S.J. Peron" , cvs-all@FreeBSD.ORG, Jason Evans , Steve Kargl Subject: Re: 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: Fri, 27 Jan 2006 16:33:16 -0000 On Fri, Jan 27, 2006 at 09:45:46AM +0100, Poul-Henning Kamp wrote: > In message <20060127043843.GA58589@nagual.pp.ru>, Andrey Chernov writes: > >> Don't use -current if you can't tolerate the minor performance > >> hit associated with making FreeBSD better. > > > >Don't ever try to tell anybody what to do if you don't know all his > >circumstacnes. Especially when being not asked. > > Why not, is that your job ? :-) Why you are so envious? Is that your post by chance? Yea, I remember, some time ago you suggest me to use linux. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:35: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 ABECD16A420; Fri, 27 Jan 2006 16:35:45 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A7043D6A; Fri, 27 Jan 2006 16:35:45 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RGZjM9029048; Fri, 27 Jan 2006 16:35:45 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RGZjT1029047; Fri, 27 Jan 2006 16:35:45 GMT (envelope-from harti) Message-Id: <200601271635.k0RGZjT1029047@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 27 Jan 2006 16:35: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/lib/libdisk libdisk.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: Fri, 27 Jan 2006 16:35:45 -0000 harti 2006-01-27 16:35:45 UTC FreeBSD src repository Modified files: lib/libdisk libdisk.3 Log: Forced commit because the log message in the previous commit was wrong. Warn people that this library should not be used for anything new. Revision Changes Path 1.37 +0 -0 src/lib/libdisk/libdisk.3 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 16:38: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 7721F16A420; Fri, 27 Jan 2006 16:38:06 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A7343D6A; Fri, 27 Jan 2006 16:38:06 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RGc6iO029721; Fri, 27 Jan 2006 16:38:06 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RGc6OX029720; Fri, 27 Jan 2006 16:38:06 GMT (envelope-from harti) Message-Id: <200601271638.k0RGc6OX029720@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 27 Jan 2006 16:38: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/lib/libdisk libdisk.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: Fri, 27 Jan 2006 16:38:06 -0000 harti 2006-01-27 16:38:06 UTC FreeBSD src repository Modified files: lib/libdisk libdisk.3 Log: The .Nm macro prints Open_Disk() instead of libdisk, so use an explicite argument to get 'libdisk'. Also bump the date of the man page. Revision Changes Path 1.38 +2 -2 src/lib/libdisk/libdisk.3 From owner-cvs-src@FreeBSD.ORG Fri Jan 27 17:41: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 78EE716A420; Fri, 27 Jan 2006 17:41:38 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E61442A5; Fri, 27 Jan 2006 17:41:38 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RHfcbO042633; Fri, 27 Jan 2006 17:41:38 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RHfcAA042632; Fri, 27 Jan 2006 17:41:38 GMT (envelope-from ambrisko) Message-Id: <200601271741.k0RHfcAA042632@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 27 Jan 2006 17:41: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/dev/amr amr.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, 27 Jan 2006 17:41:38 -0000 ambrisko 2006-01-27 17:41:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/amr amr.c Log: MFC: When the RAID firmware returns a failure, don't hard error the result. Revision Changes Path 1.65.2.4 +4 -9 src/sys/dev/amr/amr.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 17:47: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 5A01416A464; Fri, 27 Jan 2006 17:47:22 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C40B44063; Fri, 27 Jan 2006 17:17:06 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RHH6MW041601; Fri, 27 Jan 2006 17:17:06 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RHH5Or041600; Fri, 27 Jan 2006 17:17:05 GMT (envelope-from ambrisko) Message-Id: <200601271717.k0RHH5Or041600@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 27 Jan 2006 17:17:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Jan 2006 17:47:23 -0000 ambrisko 2006-01-27 17:17:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c syscalls.master Log: MFC: 32bit lutimes Revision Changes Path 1.38.2.6 +21 -0 src/sys/compat/freebsd32/freebsd32_misc.c 1.50.2.4 +2 -2 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Jan 27 17:47: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 A185316A4A0; Fri, 27 Jan 2006 17:47:24 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A17344077; Fri, 27 Jan 2006 17:17:23 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RHHNhj041644; Fri, 27 Jan 2006 17:17:23 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RHHNpN041643; Fri, 27 Jan 2006 17:17:23 GMT (envelope-from ambrisko) Message-Id: <200601271717.k0RHHNpN041643@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 27 Jan 2006 17:17:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.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, 27 Jan 2006 17:47:26 -0000 ambrisko 2006-01-27 17:17:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen Revision Changes Path 1.38.2.4 +6 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.38.2.4 +2 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.29.2.4 +2 -2 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.39.2.4 +2 -2 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 17:47: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 56B5616A5E5; Fri, 27 Jan 2006 17:47:35 +0000 (GMT) (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 3990744028; Fri, 27 Jan 2006 17:16:20 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RHGKGN041545; Fri, 27 Jan 2006 17:16:20 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RHGKP1041544; Fri, 27 Jan 2006 17:16:20 GMT (envelope-from mlaier) Message-Id: <200601271716.k0RHGKP1041544@repoman.freebsd.org> From: Max Laier Date: Fri, 27 Jan 2006 17:16:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc pf.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: Fri, 27 Jan 2006 17:47:49 -0000 mlaier 2006-01-27 17:16:20 UTC FreeBSD src repository Modified files: etc pf.conf Log: Document the user/group LOR in our sample pf.conf Submitted by: Devon H. O'Dell Revision Changes Path 1.3 +4 -0 src/etc/pf.conf From owner-cvs-src@FreeBSD.ORG Fri Jan 27 18:22: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 CE34016A420; Fri, 27 Jan 2006 18:22:11 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD9643D5A; Fri, 27 Jan 2006 18:22:11 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RIMB9l044283; Fri, 27 Jan 2006 18:22:11 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RIMBFQ044282; Fri, 27 Jan 2006 18:22:11 GMT (envelope-from rees) Message-Id: <200601271822.k0RIMBFQ044282@repoman.freebsd.org> From: Jim Rees Date: Fri, 27 Jan 2006 18:22: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/rpc rpcclnt.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, 27 Jan 2006 18:22:12 -0000 rees 2006-01-27 18:22:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/rpc rpcclnt.c Log: MFC rev 1.16 Use thread0 instead of user's thread for sobind. This fixes reconnect after, for example, tcp idle disconnection. Previously this would fail if a normal user tried to bind to a privileged port. Revision Changes Path 1.13.2.2 +5 -1 src/sys/rpc/rpcclnt.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 18:22: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 B467F16A420; Fri, 27 Jan 2006 18:22:53 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDE943D6A; Fri, 27 Jan 2006 18:22:53 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RIMraJ044321; Fri, 27 Jan 2006 18:22:53 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RIMr6t044320; Fri, 27 Jan 2006 18:22:53 GMT (envelope-from rees) Message-Id: <200601271822.k0RIMr6t044320@repoman.freebsd.org> From: Jim Rees Date: Fri, 27 Jan 2006 18: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/nfs4client nfs4_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: Fri, 27 Jan 2006 18:22:53 -0000 rees 2006-01-27 18:22:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfs4client nfs4_vfsops.c Log: MFC rev 1.23 Use nfs4_disconnect for connections opened with nfs4_connect. Revision Changes Path 1.20.2.3 +2 -2 src/sys/nfs4client/nfs4_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 19: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 A3C3116A422; Fri, 27 Jan 2006 19:10:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD2943D5E; Fri, 27 Jan 2006 19:10:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RJAD85046003; Fri, 27 Jan 2006 19:10:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RJAD8n046002; Fri, 27 Jan 2006 19:10:13 GMT (envelope-from imp) Message-Id: <200601271910.k0RJAD8n046002@repoman.freebsd.org> From: Warner Losh Date: Fri, 27 Jan 2006 19:10: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/dev/ed if_ed.c if_ed_3c503.c if_ed_cbus.c if_ed_hpp.c if_ed_isa.c if_ed_novell.c if_ed_sic.c if_ed_wd80x3.c if_edvar.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, 27 Jan 2006 19:10:17 -0000 imp 2006-01-27 19:10:13 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_3c503.c if_ed_cbus.c if_ed_hpp.c if_ed_isa.c if_ed_novell.c if_ed_sic.c if_ed_wd80x3.c if_edvar.h Log: Have a function pointer to the routine to call for writing an mbuf into the card's memory. # this eliminates a more of the ifdef soup in if_ed and if_edvar # I've fixed the cbus drivers, but can't test them all easily. If I've broken anything, please let me know. Revision Changes Path 1.269 +81 -81 src/sys/dev/ed/if_ed.c 1.5 +4 -2 src/sys/dev/ed/if_ed_3c503.c 1.25 +8 -4 src/sys/dev/ed/if_ed_cbus.c 1.7 +9 -3 src/sys/dev/ed/if_ed_hpp.c 1.30 +1 -4 src/sys/dev/ed/if_ed_isa.c 1.9 +1 -0 src/sys/dev/ed/if_ed_novell.c 1.6 +1 -0 src/sys/dev/ed/if_ed_sic.c 1.6 +1 -0 src/sys/dev/ed/if_ed_wd80x3.c 1.41 +3 -6 src/sys/dev/ed/if_edvar.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 20:17: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 C875B16A420; Fri, 27 Jan 2006 20:17:01 +0000 (GMT) (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 169B443D6B; Fri, 27 Jan 2006 20:16:59 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0RKGw51047680; Fri, 27 Jan 2006 13:16:58 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43DA7FB9.2030704@samsco.org> Date: Fri, 27 Jan 2006 13:16:57 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Rhodes References: <200601270517.k0R5HPp9081651@repoman.freebsd.org> In-Reply-To: <200601270517.k0R5HPp9081651@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc a64l.3 a64l.c l64a.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, 27 Jan 2006 20:17:02 -0000 Tom Rhodes wrote: > trhodes 2006-01-27 05:17:25 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > include stdlib.h > lib/libc/stdlib Makefile.inc > Added files: (Branch: RELENG_6) > lib/libc/stdlib a64l.3 a64l.c l64a.c > Log: > MFC: > > Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert > between a 32-bit integer and a radix-64 ASCII string. The l64a_r() function > is a NetBSD addition. > > PR: 51209 (based on submission, but very different) > Reviewed by: bde, ru > > Revision Changes Path > 1.57.2.1 +3 -2 src/include/stdlib.h > 1.48.8.1 +9 -7 src/lib/libc/stdlib/Makefile.inc > 1.1.2.1 +186 -0 src/lib/libc/stdlib/a64l.3 (new) > 1.1.2.1 +46 -0 src/lib/libc/stdlib/a64l.c (new) > 1.1.2.1 +52 -0 src/lib/libc/stdlib/l64a.c (new) Not compile tested by: trhodes Seriously, breaking a RELENG_* branch is simply unacceptable. I can almost kinda forgive breaking LINT once in a while, but not bothering to do a simple 'buildworld' after changing a library and/or a header is just lame. If building world is too much of a burden, I will provide you with an account on a machine that can build world in under 20 minutes. It's important that these kinds of screw-ups stop. Scott From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:00: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 A3CE616A420; Fri, 27 Jan 2006 21:00:32 +0000 (GMT) (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 44EE843D49; Fri, 27 Jan 2006 21:00:32 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RL0W0Q057857; Fri, 27 Jan 2006 21:00:32 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RL0Vse057856; Fri, 27 Jan 2006 21:00:31 GMT (envelope-from jkim) Message-Id: <200601272100.k0RL0Vse057856@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 27 Jan 2006 21:00:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall dispatch.c media.c sysinstall.8 sysinstall.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, 27 Jan 2006 21:00:32 -0000 jkim 2006-01-27 21:00:31 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dispatch.c media.c sysinstall.8 sysinstall.h Log: Add `mediaOpen' function. This function mounts selected media device. For example, you can dynamically generate and load configuration file depending on the hardware configuration with the following template: mediaSetCDROM mediaOpen command='/dist/rescue/sh /dist/scripts/install.sh' system mediaClose configFile=/tmp/generated.cfg loadConfig Now we have full access to files on the media before installation begins. Revision Changes Path 1.48 +8 -0 src/usr.sbin/sysinstall/dispatch.c 1.122 +8 -0 src/usr.sbin/sysinstall/media.c 1.72 +5 -0 src/usr.sbin/sysinstall/sysinstall.8 1.267 +1 -0 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:06: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 2E7FF16A420; Fri, 27 Jan 2006 21:06:20 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6ABF43D46; Fri, 27 Jan 2006 21:06:19 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RL6JxH058175; Fri, 27 Jan 2006 21:06:19 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RL6J8j058174; Fri, 27 Jan 2006 21:06:19 GMT (envelope-from cperciva) Message-Id: <200601272106.k0RL6J8j058174@repoman.freebsd.org> From: Colin Percival Date: Fri, 27 Jan 2006 21:06: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/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Jan 2006 21:06:20 -0000 cperciva 2006-01-27 21:06:19 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Add some wisdom from Garrett Wollman concerning error codes returned by system calls. Revision Changes Path 1.204 +5 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:06: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 6189016A422; Fri, 27 Jan 2006 21:06:38 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1689743D48; Fri, 27 Jan 2006 21:06:38 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RL6bXp058205; Fri, 27 Jan 2006 21:06:37 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RL6bgO058204; Fri, 27 Jan 2006 21:06:37 GMT (envelope-from alc) Message-Id: <200601272106.k0RL6bgO058204@repoman.freebsd.org> From: Alan Cox Date: Fri, 27 Jan 2006 21:06: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/vm vm_pageq.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, 27 Jan 2006 21:06:39 -0000 alc 2006-01-27 21:06:37 UTC FreeBSD src repository Modified files: sys/vm vm_pageq.c Log: Style: Add blank line after local variable declarations. Revision Changes Path 1.24 +1 -0 src/sys/vm/vm_pageq.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:07: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 2886616A420; Fri, 27 Jan 2006 21:07:05 +0000 (GMT) (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 BFA2C43D48; Fri, 27 Jan 2006 21:07:04 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RL74Yg058253; Fri, 27 Jan 2006 21:07:04 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RL74OU058252; Fri, 27 Jan 2006 21:07:04 GMT (envelope-from cognet) Message-Id: <200601272107.k0RL74OU058252@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 27 Jan 2006 21:07:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm vm_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: Fri, 27 Jan 2006 21:07:05 -0000 cognet 2006-01-27 21:07:04 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: Try harder not to recurse. Revision Changes Path 1.21 +4 -2 src/sys/arm/arm/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21: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 E0EEA16A420; Fri, 27 Jan 2006 21:11:50 +0000 (GMT) (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 92D1D43D48; Fri, 27 Jan 2006 21:11:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RLBoYZ058473; Fri, 27 Jan 2006 21:11:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RLBoPe058472; Fri, 27 Jan 2006 21:11:50 GMT (envelope-from cognet) Message-Id: <200601272111.k0RLBoPe058472@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 27 Jan 2006 21:11: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/vm swap_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: Fri, 27 Jan 2006 21:11:51 -0000 cognet 2006-01-27 21:11:50 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c Log: Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts they are. They should be NULL at this point, except if we're coming from swapdev_strategy(). It should only affect the case where we're swapping directly on a file over NFS. Revision Changes Path 1.276 +9 -0 src/sys/vm/swap_pager.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21: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 A322E16A420; Fri, 27 Jan 2006 21:37:57 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0298E43D49; Fri, 27 Jan 2006 21:37:57 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RLbu5C059957; Fri, 27 Jan 2006 21:37:56 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RLbuSQ059956; Fri, 27 Jan 2006 21:37:56 GMT (envelope-from bz) Message-Id: <200601272137.k0RLbuSQ059956@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 27 Jan 2006 21:37: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/pci 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: Fri, 27 Jan 2006 21:37:57 -0000 bz 2006-01-27 21:37:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_sk.c Log: MFC rev. 1.115: Remove unused code. Found with: Coverity Prevent(tm) Revision Changes Path 1.106.2.7 +0 -3 src/sys/pci/if_sk.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:41: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 81D8516A420; Fri, 27 Jan 2006 21:41:11 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EDF43D5F; Fri, 27 Jan 2006 21:41:06 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 7149208 for multiple; Fri, 27 Jan 2006 16:39:57 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0RLf3AU053749; Fri, 27 Jan 2006 16:41:04 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Jason Evans Date: Fri, 27 Jan 2006 16:42:03 -0500 User-Agent: KMail/1.9.1 References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> <20060127025150.GA57825@nagual.pp.ru> <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> In-Reply-To: <6B47D688-0A7D-421F-9830-9493EC375307@FreeBSD.ORG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601271642.06181.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1254/Fri Jan 27 12:22:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andrey Chernov , cvs-all@freebsd.org Subject: Re: 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: Fri, 27 Jan 2006 21:41:11 -0000 On Thursday 26 January 2006 22:02, Jason Evans wrote: > On Jan 26, 2006, at 6:51 PM, Andrey Chernov wrote: > > I worry about my system performance. Could you please make all > > statistics > > and debug code conditional, debending on some flags which could be > > set as > > malloc options? Even in case this is a test period now, some people > > perhaps don't want some tests. It is much easy to turn some tests > > off via > > malloc options than to comment out manually corresponding malloc.c > > defines > > after each cvsup. > > Unfortunately, run-time checks for the debugging features are > expensive, since the debugging code is scattered throughout > malloc.c. This pretty much mandates compile-time configuration, for > performance reasons. > > I can disable statistics and debugging, if there's a general > consensus to do so. How much performance difference is the debug/ > stats code making for you? I've only been disabling debug/stats for > benchmarking purposes, so I don't have a good feel for how much it > impacts overall system performance. Perhaps you could add some Makefile foo so Andrey can just add some entries to his /etc/make.conf (like NO_MALLOC_DEBUG, NO_MALLOC_STATS). This would give Andrey what he needs w/o adding runtime overhead and w/o requiring Andrey to hack the source each time. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:41: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 28FBE16A435; Fri, 27 Jan 2006 21:41:50 +0000 (GMT) (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 CF09943D45; Fri, 27 Jan 2006 21:41:49 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RLfnYw060155; Fri, 27 Jan 2006 21:41:49 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RLfncv060154; Fri, 27 Jan 2006 21:41:49 GMT (envelope-from jkim) Message-Id: <200601272141.k0RLfncv060154@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 27 Jan 2006 21:41:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall 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: Fri, 27 Jan 2006 21:41:50 -0000 jkim 2006-01-27 21:41:49 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall disks.c Log: - Hide 'incorrect geometry warning' in non-interactive mode. A user should know what they are doing in non-interactive mode. Less scarier warning goes to debugging info instead. - Print sanitized geometry to debugging info. Revision Changes Path 1.155 +18 -11 src/usr.sbin/sysinstall/disks.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 21:50: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 B348216A420; Fri, 27 Jan 2006 21:50:11 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737FC43D45; Fri, 27 Jan 2006 21:50:11 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RLoBqv060588; Fri, 27 Jan 2006 21:50:11 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RLoB42060587; Fri, 27 Jan 2006 21:50:11 GMT (envelope-from bz) Message-Id: <200601272150.k0RLoB42060587@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 27 Jan 2006 21:50:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_gre.c src/sys/netinet ip_gre.c ip_gre.h src/sys/netipsec keysock.c keysock.h src/sys/netkey keysock.c keysock.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, 27 Jan 2006 21:50:11 -0000 bz 2006-01-27 21:50:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_gre.c sys/netinet ip_gre.c ip_gre.h sys/netipsec keysock.c keysock.h sys/netkey keysock.c keysock.h Log: MFC: rev. 1.39 sys/net/if_gre.c rev. 1.21 sys/netinet/ip_gre.c rev. 1.4 sys/netinet/ip_gre.h rev. 1.12 sys/netipsec/keysock.c rev. 1.3 sys/netipsec/keysock.h rev. 1.32 sys/netkey/keysock.c rev. 1.9 sys/netkey/keysock.h Fix stack corruptions on amd64. Vararg functions have a different calling convention than regular functions on amd64. Casting a varag function to a regular one to match the function pointer declaration will hide the varargs from the caller and we will end up with an incorrectly setup stack. Entirely remove the varargs from these functions and change the functions to match the declaration of the function pointers. Remove the now unnecessary casts. Lots of explanations and help from: peter PR: amd64/89261 Revision Changes Path 1.32.2.4 +2 -2 src/sys/net/if_gre.c 1.19.2.2 +3 -25 src/sys/netinet/ip_gre.c 1.3.2.1 +2 -2 src/sys/netinet/ip_gre.h 1.10.2.2 +2 -14 src/sys/netipsec/keysock.c 1.2.2.1 +1 -1 src/sys/netipsec/keysock.h 1.30.2.2 +2 -14 src/sys/netkey/keysock.c 1.8.2.1 +1 -1 src/sys/netkey/keysock.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:17: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 2E51816A420; Fri, 27 Jan 2006 22:17:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D437043D4C; Fri, 27 Jan 2006 22:17:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RMHVVW061692; Fri, 27 Jan 2006 22:17:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RMHV0v061691; Fri, 27 Jan 2006 22:17:31 GMT (envelope-from jhb) Message-Id: <200601272217.k0RMHV0v061691@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 22:17: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 kern_ktr.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, 27 Jan 2006 22:17:32 -0000 jhb 2006-01-27 22:17:31 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this sysctl then it will clear the KTR buffer. Note that if you have active KTR traces at the same time as a clear operation the behavior is undefined, though it shouldn't panic. Revision Changes Path 1.50 +20 -0 src/sys/kern/kern_ktr.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:20: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 ABF9616A420; Fri, 27 Jan 2006 22:20:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7336E43D48; Fri, 27 Jan 2006 22:20:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RMKFSG061850; Fri, 27 Jan 2006 22:20:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RMKFX5061849; Fri, 27 Jan 2006 22:20:15 GMT (envelope-from jhb) Message-Id: <200601272220.k0RMKFX5061849@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 22:20: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 lock.h src/sys/vm uma_core.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, 27 Jan 2006 22:20:15 -0000 jhb 2006-01-27 22:20:15 UTC FreeBSD src repository Modified files: sys/sys lock.h sys/vm uma_core.c Log: Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function. The difference between WITNESS_CHECK() and WITNESS_WARN() is that WITNESS_CHECK() should be used in the places that the return value of witness_warn() is checked, whereas WITNESS_WARN() should be used in places where the return value is ignored. Specifically, in a kernel without WITNESS enabled, WITNESS_WARN() evaluates to an empty string where as WITNESS_CHECK evaluates to 0. I also updated the one place that was checking the return value of WITNESS_WARN() to use WITNESS_CHECK. Revision Changes Path 1.57 +4 -0 src/sys/sys/lock.h 1.135 +1 -1 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:22: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 299E116A420; Fri, 27 Jan 2006 22:22:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E292643D46; Fri, 27 Jan 2006 22:22:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RMMAVV062023; Fri, 27 Jan 2006 22:22:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RMMAoR062022; Fri, 27 Jan 2006 22:22:10 GMT (envelope-from jhb) Message-Id: <200601272222.k0RMMAoR062022@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 22:22: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/i386/i386 trap.c 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: Fri, 27 Jan 2006 22:22:11 -0000 jhb 2006-01-27 22:22:10 UTC FreeBSD src repository Modified files: sys/i386/i386 trap.c sys/amd64/amd64 trap.c Log: Call WITNESS_CHECK() in the page fault handler and immediately assume it is a fatal fault if we are holding any non-sleepable locks. This should cut down on the number of bogus LORs we currently get when the kernel panics due to a NULL (or bogus) pointer dereference that goes wandering off into the VM system which tries to acquire locks and then kicks off the spurious LORs. This should probably be ported to all the archs at some point. Tested on: i386 Revision Changes Path 1.300 +9 -1 src/sys/amd64/amd64/trap.c 1.287 +11 -3 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:24: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 823DA16A420; Fri, 27 Jan 2006 22:24:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331FB43D48; Fri, 27 Jan 2006 22:24:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RMO7rG062089; Fri, 27 Jan 2006 22:24:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RMO7q3062088; Fri, 27 Jan 2006 22:24:07 GMT (envelope-from jhb) Message-Id: <200601272224.k0RMO7q3062088@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 22:24:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.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, 27 Jan 2006 22:24:07 -0000 jhb 2006-01-27 22:24:07 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Add a new ddb command 'show sleepq'. It takes a wait channel as an argument and looks for a sleep queue associated with that wait channel. If it finds one it will display information such as the list of threads sleeping on that queue. If it can't find a sleep queue for that wait channel, then it will see if that address matches any of the active sleep queues. If so, it will display information about the sleepq at the specified address. Revision Changes Path 1.22 +64 -2 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:30: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 0771C16A420; Fri, 27 Jan 2006 22:30:34 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEE243D45; Fri, 27 Jan 2006 22:30:33 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RMUXHo062476; Fri, 27 Jan 2006 22:30:33 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RMUX2t062475; Fri, 27 Jan 2006 22:30:33 GMT (envelope-from markm) Message-Id: <200601272230.k0RMUX2t062475@repoman.freebsd.org> From: Mark Murray Date: Fri, 27 Jan 2006 22:30: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: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Jan 2006 22:30:34 -0000 markm 2006-01-27 22:30:33 UTC FreeBSD src repository Modified files: . access Log: Somewhat late forced commit to release Jason Evans (jasone) from his courtesy "welcome back" menteeship. Approved by: core (implicit) Revision Changes Path 1.734 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:42: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 7038C16A46A; Fri, 27 Jan 2006 22:42:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB7F43D45; Fri, 27 Jan 2006 22:42:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RMgCtt062995; Fri, 27 Jan 2006 22:42:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RMgCeJ062994; Fri, 27 Jan 2006 22:42:12 GMT (envelope-from jhb) Message-Id: <200601272242.k0RMgCeJ062994@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 22:42: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/kern kern_mutex.c subr_turnstile.c src/sys/sys turnstile.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, 27 Jan 2006 22:42:13 -0000 jhb 2006-01-27 22:42:12 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c subr_turnstile.c sys/sys turnstile.h Log: - Add support for having both a shared and exclusive queue of threads in each turnstile. Also, allow for the owner thread pointer of a turnstile to be NULL. This is needed for the upcoming reader/writer lock implementation. - Add a new ddb command 'show turnstile' that will look up the turnstile associated with the given lock argument and display useful information like the list of threads blocked on each queue, etc. If there isn't an active turnstile for a lock at the specified address, then the function will see if there is an active turnstile at the specified address and display info about it if so. - Adjust the mutex code to handle the turnstile API changes. Tested on: i386 (all), alpha, amd64, sparc64 (1 and 3) Revision Changes Path 1.167 +6 -5 src/sys/kern/kern_mutex.c 1.156 +174 -47 src/sys/kern/subr_turnstile.c 1.9 +13 -5 src/sys/sys/turnstile.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:46: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 8286D16A420; Fri, 27 Jan 2006 22:46:36 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C7B43D45; Fri, 27 Jan 2006 22:46:35 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 7152531 for multiple; Fri, 27 Jan 2006 17:45:26 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0RMkWpf054106; Fri, 27 Jan 2006 17:46:32 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Fri, 27 Jan 2006 17:45:15 -0500 User-Agent: KMail/1.9.1 References: <200601272222.k0RMMAoR062022@repoman.freebsd.org> In-Reply-To: <200601272222.k0RMMAoR062022@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601271745.17186.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1254/Fri Jan 27 12:22:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c 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: Fri, 27 Jan 2006 22:46:36 -0000 On Friday 27 January 2006 17:22, John Baldwin wrote: > jhb 2006-01-27 22:22:10 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 trap.c > sys/amd64/amd64 trap.c > Log: > Call WITNESS_CHECK() in the page fault handler and immediately assume it > is a fatal fault if we are holding any non-sleepable locks. This should > cut down on the number of bogus LORs we currently get when the kernel > panics due to a NULL (or bogus) pointer dereference that goes wandering > off into the VM system which tries to acquire locks and then kicks off > the spurious LORs. This should probably be ported to all the archs at > some point. > > Tested on: i386 Sample output for a fault with a mutex held: 32 fault with a mutex held # sysctl debug.crash.test=32 debug.crash.testc: r0as -> h: fa0ult with a mutex held Kern# el page fault with the following non-sleepable locks held: exclusive sleep mutex test r = 0 (0xc4c318d4) locked @ crash.c:95 KDB: stack backtrace: kdb_backtrace(c0811c3c,e00dabe4,1,c4774780,c4777678) at kdb_backtrace+0x2e witness_warn(5,0,c0773810,c4774780,0) at witness_warn+0x1d3 trap(c0540008,c4c30028,28,c4c2f910,21) at trap+0x13e calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc4c2e1db, esp = 0xe00dacb0, ebp = 0xe00dacc4 --- fault_with_lock(c4c304e9,c4c2ffbf,c4c2ffd7,255,0) at fault_with_lock+0x2b crash_thread(0,e00dad38,c074f249,30e,c4774780) at crash_thread+0xdd fork_exit(c4c2f910,0,e00dad38) at fork_exit+0x117 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xe00dad6c, ebp = 0 --- Fatal trap 12: page fault while in kernel mode cpuid = 3; apic id = 03 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc4c2e1db stack pointer = 0x28:0xe00dacb0 frame pointer = 0x28:0xe00dacc4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1325 (crash) [thread pid 1325 tid 100087 ] Stopped at fault_with_lock+0x2b: movsbl 0,%ebx db> -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:46: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 0481416A422; Fri, 27 Jan 2006 22:46:37 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1864343D58; Fri, 27 Jan 2006 22:46:35 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 7152532 for multiple; Fri, 27 Jan 2006 17:45:26 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0RMkWpg054106; Fri, 27 Jan 2006 17:46:33 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Fri, 27 Jan 2006 17:46:35 -0500 User-Agent: KMail/1.9.1 References: <200601272224.k0RMO7q3062088@repoman.freebsd.org> In-Reply-To: <200601272224.k0RMO7q3062088@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601271746.37539.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1254/Fri Jan 27 12:22:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_sleepqueue.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, 27 Jan 2006 22:46:37 -0000 On Friday 27 January 2006 17:24, John Baldwin wrote: > jhb 2006-01-27 22:24:07 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_sleepqueue.c > Log: > Add a new ddb command 'show sleepq'. It takes a wait channel as an > argument and looks for a sleep queue associated with that wait channel. > If it finds one it will display information such as the list of threads > sleeping on that queue. If it can't find a sleep queue for that wait > channel, then it will see if that address matches any of the active > sleep queues. If so, it will display information about the sleepq at the > specified address. Sample output: db> show sleepq 0xc477d780 Wait channel: 0xc477d780 Queue type: 1 Associated Interlock: 0xc477d788 - (sleep mutex) crash2 event Blocked threads: 0xc4754a80 (tid 100059, pid 57, "crash2: 1") 0xc4754c00 (tid 100058, pid 58, "crash2: 2") 0xc4754900 (tid 100060, pid 56, "crash2: 0") 0xc4754d80 (tid 100057, pid 59, "crash2: 3") db> show sleepq 0xc07c5b70 Wait channel: 0xc07c5b70 Queue type: 0 Blocked threads: 0xc44ffc00 (tid 100047, pid 41, "syncer") -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jan 27 22:46: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 AD4A816A423; Fri, 27 Jan 2006 22:46:37 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77A643D45; Fri, 27 Jan 2006 22:46:36 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 7152533 for multiple; Fri, 27 Jan 2006 17:45:27 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k0RMkWph054106; Fri, 27 Jan 2006 17:46:33 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Fri, 27 Jan 2006 17:47:32 -0500 User-Agent: KMail/1.9.1 References: <200601272242.k0RMgCeJ062994@repoman.freebsd.org> In-Reply-To: <200601272242.k0RMgCeJ062994@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601271747.34394.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1254/Fri Jan 27 12:22:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_mutex.c subr_turnstile.c src/sys/sys turnstile.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, 27 Jan 2006 22:46:37 -0000 On Friday 27 January 2006 17:42, John Baldwin wrote: > jhb 2006-01-27 22:42:12 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_mutex.c subr_turnstile.c > sys/sys turnstile.h > Log: > - Add a new ddb command 'show turnstile' that will look up the turnstile > associated with the given lock argument and display useful information > like the list of threads blocked on each queue, etc. If there isn't an > active turnstile for a lock at the specified address, then the function > will see if there is an active turnstile at the specified address and > display info about it if so. Sample output (from a reader/writer lock): db> show lock foo class: rw name: foo state: WLOCK: 0xc473ac00 (tid 100072, pid 53, "crash2: 3") waiters: readers and waiters db> show turnstile foo Lock: 0xc476a7c0 - (rw) foo Lock Owner: 0xc473ac00 (tid 100072, pid 53, "crash2: 3") Shared Waiters: 0xc473a780 (tid 100075, pid 50, "crash2: 0") Exclusive Waiters: 0xc473aa80 (tid 100073, pid 52, "crash2: 2") 0xc473a900 (tid 100074, pid 51, "crash2: 1") Pending Threads: empty -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jan 27 23:04: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 A1FFC16A420; Fri, 27 Jan 2006 23:04:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5726F43D45; Fri, 27 Jan 2006 23:04:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RN4h1c064117; Fri, 27 Jan 2006 23:04:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RN4hTk064116; Fri, 27 Jan 2006 23:04:43 GMT (envelope-from jhb) Message-Id: <200601272304.k0RN4hTk064116@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 23: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/sys/sys proc.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, 27 Jan 2006 23:04:43 -0000 jhb 2006-01-27 23:04:43 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: Oops, commit missed file from the previous change to enable multiple queues in turnstiles. Add a new thread member td_tsqueue which contains the sub-queue of a turnstile that a thread is on when it is blocked on a turnstile. Revision Changes Path 1.448 +1 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Fri Jan 27 23:05: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 CDA0F16A420; Fri, 27 Jan 2006 23:05:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8130243D45; Fri, 27 Jan 2006 23:05:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RN5cAV064253; Fri, 27 Jan 2006 23:05:38 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RN5c4U064252; Fri, 27 Jan 2006 23:05:38 GMT (envelope-from trhodes) Message-Id: <200601272305.k0RN5c4U064252@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 27 Jan 2006 23:05:38 +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/stdlib 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: Fri, 27 Jan 2006 23:05:39 -0000 trhodes 2006-01-27 23:05:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdlib Makefile.inc Log: Fix a fat fingered revision number in my cvs diff. Not my month. Revision Changes Path 1.48.8.2 +1 -1 src/lib/libc/stdlib/Makefile.inc From owner-cvs-src@FreeBSD.ORG Fri Jan 27 23:06: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 ADA0B16A429; Fri, 27 Jan 2006 23:06:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5367243D49; Fri, 27 Jan 2006 23:06:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RN68uG064372; Fri, 27 Jan 2006 23:06:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RN68LI064371; Fri, 27 Jan 2006 23:06:08 GMT (envelope-from jhb) Message-Id: <200601272306.k0RN68LI064371@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 23:06:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_ktr.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, 27 Jan 2006 23:06:08 -0000 jhb 2006-01-27 23:06:08 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Whitespace. Revision Changes Path 1.51 +3 -3 src/sys/kern/kern_ktr.c From owner-cvs-src@FreeBSD.ORG Fri Jan 27 23: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 E280116A420; Fri, 27 Jan 2006 23:13:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BE043D46; Fri, 27 Jan 2006 23:13:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0RNDQF7064748; Fri, 27 Jan 2006 23:13:26 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0RNDQHI064747; Fri, 27 Jan 2006 23:13:26 GMT (envelope-from jhb) Message-Id: <200601272313.k0RNDQHI064747@repoman.freebsd.org> From: John Baldwin Date: Fri, 27 Jan 2006 23:13: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/conf files options src/sys/kern kern_rwlock.c subr_lock.c src/sys/sys lock.h rwlock.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, 27 Jan 2006 23:13:27 -0000 jhb 2006-01-27 23:13:26 UTC FreeBSD src repository Modified files: sys/conf files options sys/kern subr_lock.c sys/sys lock.h Added files: sys/kern kern_rwlock.c sys/sys rwlock.h Log: Add a basic reader/writer lock implementation to the kernel. This implementation is by no means perfect as far as some of the algorithms that it uses and the fact that it is missing some functionality (try locks and upgrades/downgrades are not there yet), however it does seem to work in my local testing. There is more detail in the comments in the code, but the short version follows. A reader/writer lock is very much like a regular mutex: it cannot be held across a voluntary sleep; it can be acquired in an interrupt thread; if the lock is held by a writer then the priority of any threads that block on the lock will be lent to the owner; the simple case lock operations all are done in a single atomic op. It also shares some similiarities with sx locks: it supports reader/writer semantics (multiple readers, but single writers); readers are allowed to recurse, but writers are not. We can extend this implementation further by either improving algorithms or adding new functionality, but this should at least give us a base to work with now. Reviewed by: arch (in theory) Tested on: i386 (4 cpu box with a kernel module that used 4 threads that randomly chose between read locks and write locks that ran w/o panicing for over a day solid. It usually panic'd within a few seconds when there were bugs during testing. :) The kernel module source is available on request.) Revision Changes Path 1.1087 +1 -0 src/sys/conf/files 1.525 +1 -0 src/sys/conf/options 1.1 +587 -0 src/sys/kern/kern_rwlock.c (new) 1.4 +1 -0 src/sys/kern/subr_lock.c 1.58 +1 -0 src/sys/sys/lock.h 1.1 +192 -0 src/sys/sys/rwlock.h (new) From owner-cvs-src@FreeBSD.ORG Sat Jan 28 00:31: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 DC45F16A420; Sat, 28 Jan 2006 00:31:56 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 988C243D46; Sat, 28 Jan 2006 00:31:56 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S0VuOS070238; Sat, 28 Jan 2006 00:31:56 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S0VuCq070237; Sat, 28 Jan 2006 00:31:56 GMT (envelope-from truckman) Message-Id: <200601280031.k0S0VuCq070237@repoman.freebsd.org> From: Don Lewis Date: Sat, 28 Jan 2006 00: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/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: Sat, 28 Jan 2006 00:31:57 -0000 truckman 2006-01-28 00:31:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sysctl.c Log: MFC kern_sysctl.c 1.168 Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTE modified bit emulation traps on Alpha while holding locks in the sysctl handler. Revision Changes Path 1.165.2.2 +12 -1 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 00:43: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 81B3916A420; Sat, 28 Jan 2006 00:43:54 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF4243D46; Sat, 28 Jan 2006 00:43:54 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S0hrme070617; Sat, 28 Jan 2006 00:43:54 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S0hrJ9070616; Sat, 28 Jan 2006 00:43:53 GMT (envelope-from truckman) Message-Id: <200601280043.k0S0hrJ9070616@repoman.freebsd.org> From: Don Lewis Date: Sat, 28 Jan 2006 00:43:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern 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: Sat, 28 Jan 2006 00:43:54 -0000 truckman 2006-01-28 00:43:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_sysctl.c Log: MFC kern_sysctl.c 1.168 Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTE modified bit emulation traps on Alpha while holding locks in the sysctl handler. Revision Changes Path 1.159.2.2 +12 -1 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 00:49: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 F389E16A420; Sat, 28 Jan 2006 00:49:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B346043D45; Sat, 28 Jan 2006 00:49:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S0nVk0078268; Sat, 28 Jan 2006 00:49:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S0nVmC078267; Sat, 28 Jan 2006 00:49:31 GMT (envelope-from imp) Message-Id: <200601280049.k0S0nVmC078267@repoman.freebsd.org> From: Warner Losh Date: Sat, 28 Jan 2006 00:49: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 subr_sleepqueue.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, 28 Jan 2006 00:49:32 -0000 imp 2006-01-28 00:49:31 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: lock unused when INVARIANTS not defined, so don't declare it then Revision Changes Path 1.23 +2 -0 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 01:11: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 2CBB816A420; Sat, 28 Jan 2006 01:11:12 +0000 (GMT) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E366D43D45; Sat, 28 Jan 2006 01:11:11 +0000 (GMT) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S1BBio079155; Sat, 28 Jan 2006 01:11:11 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S1BBP4079154; Sat, 28 Jan 2006 01:11:11 GMT (envelope-from brd) Message-Id: <200601280111.k0S1BBP4079154@repoman.freebsd.org> From: Brad Davis Date: Sat, 28 Jan 2006 01:11: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.bin/su su.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Jan 2006 01:11:12 -0000 brd 2006-01-28 01:11:11 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/su su.1 Log: - Mention that users need to be in the wheel group to `su - root' by default, and how to change it. PR: docs/70616 Submitted by: Jilles Tjoelker Reviewed by: ru@ Approved by: ceri@ MFC after: 3 days Revision Changes Path 1.37 +17 -3 src/usr.bin/su/su.1 From owner-cvs-src@FreeBSD.ORG Sat Jan 28 03:06: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 958B616A420; Sat, 28 Jan 2006 03:06:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650DF43D49; Sat, 28 Jan 2006 03:06:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S36aMR088375; Sat, 28 Jan 2006 03:06:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S36a2K088374; Sat, 28 Jan 2006 03:06:36 GMT (envelope-from kris) Message-Id: <200601280306.k0S36a2K088374@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 28 Jan 2006 03:06: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: Sat, 28 Jan 2006 03:06:36 -0000 kris 2006-01-28 03:06:35 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Back out r1.653; it turns out that the race (or at least the printf) is actually not hard to trigger, and it can cause a lot of console spam. Approved by: kan Revision Changes Path 1.656 +0 -20 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 04:02: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 36DBF16A422; Sat, 28 Jan 2006 04:02:55 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15E843D49; Sat, 28 Jan 2006 04:02:54 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S42s40090578; Sat, 28 Jan 2006 04:02:54 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S42sKZ090577; Sat, 28 Jan 2006 04:02:54 GMT (envelope-from kris) Message-Id: <200601280402.k0S42sKZ090577@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 28 Jan 2006 04:02:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/include trap.h utrap.h src/sys/sparc64/sparc64 exception.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Jan 2006 04:02:55 -0000 kris 2006-01-28 04:02:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/include trap.h utrap.h sys/sparc64/sparc64 exception.S Log: MFC: Correct spelling of T_TAG_OFERFLOW Approved by: re Revision Changes Path 1.11.12.1 +1 -1 src/sys/sparc64/include/trap.h 1.4.12.1 +1 -1 src/sys/sparc64/include/utrap.h 1.70.2.1 +2 -2 src/sys/sparc64/sparc64/exception.S From owner-cvs-src@FreeBSD.ORG Sat Jan 28 05:57: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 7B59716A420; Sat, 28 Jan 2006 05:57:30 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D201543D48; Sat, 28 Jan 2006 05:57:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id k0S5vPHl083881; Fri, 27 Jan 2006 21:57:29 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id k0S5vPim083880; Fri, 27 Jan 2006 21:57:25 -0800 (PST) (envelope-from obrien) Date: Fri, 27 Jan 2006 21:57:25 -0800 From: "David O'Brien" To: Craig Rodrigues Message-ID: <20060128055725.GA83856@dragon.NUXI.org> References: <200511232322.jANNMuGE005810@repoman.freebsd.org> <20051208024017.GA32302@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051208024017.GA32302@dragon.NUXI.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount Makefile extern.h mount_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2006 05:57:30 -0000 On Wed, Dec 07, 2005 at 06:40:17PM -0800, David O'Brien wrote: > On Wed, Nov 23, 2005 at 11:22:56PM +0000, Craig Rodrigues wrote: > > rodrigc 2005-11-23 23:22:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/mount Makefile extern.h > > Removed files: > > sbin/mount mount_ufs.c > > Log: > > Remove UFS-specific parts from mount(8). > > For mounting UFS, all mount options are passed directly to nmount(), > > without any UFS-specific logic. > > Where do we stand on making 'mount /' from single user work again? Craig, Can you give us an update on where you stand on making 'mount /' work again from single user? We've been suffering from this for 2 months now. -- -- David (obrien@FreeBSD.org) Q: Because it reverses the logical flow of conversation. A: Why is top-posting (putting a reply at the top of the message) frowned upon? From owner-cvs-src@FreeBSD.ORG Sat Jan 28 07:38: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 CB2CA16A420; Sat, 28 Jan 2006 07:38:16 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EEA443D48; Sat, 28 Jan 2006 07:38:16 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S7cG0F005759; Sat, 28 Jan 2006 07:38:16 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S7cGjv005758; Sat, 28 Jan 2006 07:38:16 GMT (envelope-from nyan) Message-Id: <200601280738.k0S7cGjv005758@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 28 Jan 2006 07:38:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/boot/pc98/libpc98 comconsole.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, 28 Jan 2006 07:38:16 -0000 nyan 2006-01-28 07:38:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/pc98/libpc98 comconsole.c Log: MFi386: revision 1.10.4.1 Revision Changes Path 1.5.4.1 +108 -9 src/sys/boot/pc98/libpc98/comconsole.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 07:55: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 E1A1B16A420; Sat, 28 Jan 2006 07:55:20 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A343B43D45; Sat, 28 Jan 2006 07:55:20 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S7tKl0006416; Sat, 28 Jan 2006 07:55:20 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S7tKIZ006415; Sat, 28 Jan 2006 07:55:20 GMT (envelope-from nyan) Message-Id: <200601280755.k0S7tKIZ006415@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 28 Jan 2006 07:55: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/boot/pc98/libpc98 comconsole.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, 28 Jan 2006 07:55:21 -0000 nyan 2006-01-28 07:55:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/pc98/libpc98 comconsole.c Log: MFi386: revision 1.10.10.1 Revision Changes Path 1.6.2.1 +108 -9 src/sys/boot/pc98/libpc98/comconsole.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 09:19: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 6E5FA16A420; Sat, 28 Jan 2006 09:19:22 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5D243D45; Sat, 28 Jan 2006 09:19:22 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0S9JLlW016858; Sat, 28 Jan 2006 09:19:22 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0S9JL4a016853; Sat, 28 Jan 2006 09:19:21 GMT (envelope-from dds) Message-Id: <200601280919.k0S9JL4a016853@repoman.freebsd.org> From: Diomidis Spinellis Date: Sat, 28 Jan 2006 09:19: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/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Jan 2006 09:19:22 -0000 dds 2006-01-28 09:19:21 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Never do programs contain so few bugs as when no debugging tools are available. -- Niklaus Wirth Pointed by: Panagiotis Louridas Revision Changes Path 1.205 +4 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Sat Jan 28 10:26: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 0B99C16A420; Sat, 28 Jan 2006 10:26:44 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448B943D5F; Sat, 28 Jan 2006 10:26:37 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id BD38D50A7F; Sat, 28 Jan 2006 11:26:35 +0100 (CET) Received: from localhost (dko180.neoplus.adsl.tpnet.pl [83.24.18.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 1D9C850A16; Sat, 28 Jan 2006 11:26:29 +0100 (CET) Date: Sat, 28 Jan 2006 11:26:24 +0100 From: Pawel Jakub Dawidek To: Kris Kennaway Message-ID: <20060128102624.GA12110@garage.freebsd.pl> References: <200601280306.k0S36a2K088374@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200601280306.k0S36a2K088374@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/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: Sat, 28 Jan 2006 10:26:44 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 28, 2006 at 03:06:35AM +0000, Kris Kennaway wrote: +> kris 2006-01-28 03:06:35 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern vfs_subr.c=20 +> Log: +> Back out r1.653; it turns out that the race (or at least the printf) is +> actually not hard to trigger, and it can cause a lot of console spam. I'd prefer to leave it commented out. At least description of the race. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD20bQForvXbEpPzQRAvreAKCLlgfvTwT5kYqJNDIHH7poIs8l1ACgtyJw 4rcOz7pzipP9LgeBJSG3QjE= =3NEI -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-cvs-src@FreeBSD.ORG Sat Jan 28 10:37: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 8350B16A420; Sat, 28 Jan 2006 10:37:04 +0000 (GMT) (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 4212943D49; Sat, 28 Jan 2006 10:37:04 +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 1AC0A1A3C1D; Sat, 28 Jan 2006 02:37:04 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BFC8D52135; Sat, 28 Jan 2006 05:33:10 -0500 (EST) Date: Sat, 28 Jan 2006 05:33:10 -0500 From: Kris Kennaway To: Pawel Jakub Dawidek Message-ID: <20060128103310.GA82135@xor.obsecurity.org> References: <200601280306.k0S36a2K088374@repoman.freebsd.org> <20060128102624.GA12110@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20060128102624.GA12110@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, Kris Kennaway , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Sat, 28 Jan 2006 10:37:04 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 28, 2006 at 11:26:24AM +0100, Pawel Jakub Dawidek wrote: > On Sat, Jan 28, 2006 at 03:06:35AM +0000, Kris Kennaway wrote: > +> kris 2006-01-28 03:06:35 UTC > +>=20 > +> FreeBSD src repository > +>=20 > +> Modified files: > +> sys/kern vfs_subr.c=20 > +> Log: > +> Back out r1.653; it turns out that the race (or at least the printf)= is > +> actually not hard to trigger, and it can cause a lot of console spam. >=20 > I'd prefer to leave it commented out. At least description of the race. OK by me :) Kris --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD20hlWry0BWjoQKURAtdsAJ99633IfEGIS7Rh40/uLPJQ8en2TwCdFGQV I2vXnv6AUFWS7/LpfPQmhkc= =goR3 -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-cvs-src@FreeBSD.ORG Sat Jan 28 11:07: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 B797416A422; Sat, 28 Jan 2006 11:07:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4723743D46; Sat, 28 Jan 2006 11:07:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SB7YU4021134; Sat, 28 Jan 2006 11:07:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SB7YpI021131; Sat, 28 Jan 2006 11:07:34 GMT (envelope-from pav) Message-Id: <200601281107.k0SB7YpI021131@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 28 Jan 2006 11:07:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/ports-net-p2p list.cvs releases X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Jan 2006 11:07:34 -0000 pav 2006-01-28 11:07:33 UTC FreeBSD src repository (doc,ports committer) Modified files: cvsup/sup README Added files: cvsup/sup/ports-net-p2p list.cvs releases Log: - Add ports-net-p2p collection Revision Changes Path 1.37 +2 -1 distrib/cvsup/sup/README 1.1 +6 -0 distrib/cvsup/sup/ports-net-p2p/list.cvs (new) 1.1 +1 -0 distrib/cvsup/sup/ports-net-p2p/releases (new) From owner-cvs-src@FreeBSD.ORG Sat Jan 28 11:08: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 48FDB16A420; Sat, 28 Jan 2006 11:08:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E4943D45; Sat, 28 Jan 2006 11:08:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SB8lgp021221; Sat, 28 Jan 2006 11:08:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SB8lDO021220; Sat, 28 Jan 2006 11:08:47 GMT (envelope-from pav) Message-Id: <200601281108.k0SB8lDO021220@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 28 Jan 2006 11:08: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/examples/cvsup ports-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Jan 2006 11:08:48 -0000 pav 2006-01-28 11:08:47 UTC FreeBSD src repository (doc,ports committer) Modified files: share/examples/cvsup ports-supfile Log: - Add ports-net-p2p collection Revision Changes Path 1.35 +1 -0 src/share/examples/cvsup/ports-supfile From owner-cvs-src@FreeBSD.ORG Sat Jan 28 14:13: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 7DEAF16A420; Sat, 28 Jan 2006 14:13:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C8A43D45; Sat, 28 Jan 2006 14:13:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SEDHDR035608; Sat, 28 Jan 2006 14:13:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SEDHA3035607; Sat, 28 Jan 2006 14:13:17 GMT (envelope-from pjd) Message-Id: <200601281413.k0SEDHA3035607@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 28 Jan 2006 14:13: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/libutil pidfile.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: Sat, 28 Jan 2006 14:13:18 -0000 pjd 2006-01-28 14:13:15 UTC FreeBSD src repository Modified files: lib/libutil pidfile.3 Log: - Add a note that passing NULL to pidfile_write(), pidfile_remove() and pidfile_close() functions is safe. This possibility is used in example code. - Cast pid_t to int. Requested by: yar Revision Changes Path 1.4 +13 -3 src/lib/libutil/pidfile.3 From owner-cvs-src@FreeBSD.ORG Sat Jan 28 14:14: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 D286016A420; Sat, 28 Jan 2006 14:14:48 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from mail23.syd.optusnet.com.au (mail23.syd.optusnet.com.au [211.29.133.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4AA43D48; Sat, 28 Jan 2006 14:14:47 +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 mail23.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k0SEEk3J023579 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 29 Jan 2006 01:14:46 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k0SEEkPZ002544; Sun, 29 Jan 2006 01:14:46 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k0SEEjGk002543; Sun, 29 Jan 2006 01:14:45 +1100 (EST) (envelope-from peter) Date: Sun, 29 Jan 2006 01:14:45 +1100 From: Peter Jeremy To: John Baldwin Message-ID: <20060128141445.GC2341@turion.vk2pj.dyndns.org> References: <200601272313.k0RNDQHI064747@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601272313.k0RNDQHI064747@repoman.freebsd.org> 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/sys/conf files options src/sys/kern kern_rwlock.c subr_lock.c src/sys/sys lock.h rwlock.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, 28 Jan 2006 14:14:49 -0000 On Fri, 2006-Jan-27 23:13:26 +0000, John Baldwin wrote: > Log: > Add a basic reader/writer lock implementation to the kernel. Thank you. This looks interesting. > Tested on: i386 (4 cpu box with a kernel module that used 4 threads > that randomly chose between read locks and write locks > that ran w/o panicing for over a day solid. It usually > panic'd within a few seconds when there were bugs during > testing. :) The kernel module source is available on > request.) Can I suggest that this module be committed into tools/regression or similar so that it is generally available. -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Sat Jan 28 14:37: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 19CD616A420; Sat, 28 Jan 2006 14:37:38 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3251943D60; Sat, 28 Jan 2006 14:37:36 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SEbatn036718; Sat, 28 Jan 2006 14:37:36 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SEbaZF036717; Sat, 28 Jan 2006 14:37:36 GMT (envelope-from bz) Message-Id: <200601281437.k0SEbaZF036717@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 28 Jan 2006 14:37:35 +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/net if_gre.c src/sys/netinet ip_gre.c ip_gre.h src/sys/netipsec keysock.c keysock.h src/sys/netkey keysock.c keysock.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, 28 Jan 2006 14:37:38 -0000 bz 2006-01-28 14:37:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_gre.c sys/netinet ip_gre.c ip_gre.h sys/netipsec keysock.c keysock.h sys/netkey keysock.c keysock.h Log: MFC: rev. 1.39 sys/net/if_gre.c rev. 1.21 sys/netinet/ip_gre.c rev. 1.4 sys/netinet/ip_gre.h rev. 1.12 sys/netipsec/keysock.c rev. 1.3 sys/netipsec/keysock.h rev. 1.32 sys/netkey/keysock.c rev. 1.9 sys/netkey/keysock.h Fix stack corruptions on amd64. Vararg functions have a different calling convention than regular functions on amd64. Casting a varag function to a regular one to match the function pointer declaration will hide the varargs from the caller and we will end up with an incorrectly setup stack. Entirely remove the varargs from these functions and change the functions to match the declaration of the function pointers. Remove the now unnecessary casts. Lots of explanations and help from: peter PR: amd64/89261 Revision Changes Path 1.28.2.3 +2 -2 src/sys/net/if_gre.c 1.17.2.3 +3 -25 src/sys/netinet/ip_gre.c 1.2.10.2 +2 -2 src/sys/netinet/ip_gre.h 1.8.2.2 +2 -14 src/sys/netipsec/keysock.c 1.1.10.2 +1 -1 src/sys/netipsec/keysock.h 1.27.2.3 +2 -14 src/sys/netkey/keysock.c 1.7.4.2 +1 -1 src/sys/netkey/keysock.h From owner-cvs-src@FreeBSD.ORG Sat Jan 28 15:50: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 A8AF916A420; Sat, 28 Jan 2006 15:50:20 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6010B43D45; Sat, 28 Jan 2006 15:50:20 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SFoKTo039360; Sat, 28 Jan 2006 15:50:20 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SFoKtb039359; Sat, 28 Jan 2006 15:50:20 GMT (envelope-from scottl) Message-Id: <200601281550.k0SFoKtb039359@repoman.freebsd.org> From: Scott Long Date: Sat, 28 Jan 2006 15:50:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Sat, 28 Jan 2006 15:50:20 -0000 scottl 2006-01-28 15:50:19 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Squash another invalid use of BUS_DMA_ALLOCNOW. MFC After: 3 days Revision Changes Path 1.104 +1 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 16:38: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 F040616A420; Sat, 28 Jan 2006 16:38:28 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA5E43D49; Sat, 28 Jan 2006 16:38:28 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SGcSnX041083; Sat, 28 Jan 2006 16:38:28 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SGcSrG041082; Sat, 28 Jan 2006 16:38:28 GMT (envelope-from yar) Message-Id: <200601281638.k0SGcSrG041082@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 28 Jan 2006 16:38:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig 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, 28 Jan 2006 16:38:29 -0000 yar 2006-01-28 16:38:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifvlan.c Log: Temporarily back out the last change, rev. 1.7.2.2. The problem with it was that it swapped the relative order of IP assignment and parent interface attachment. The present if_vlan code gets certain flags from the parent, including those meaningful to the upper layers. E.g., IP assignment to an interface with IFF_BROADCAST goes somewhat differently from that to a non-broadcast interface. Consequently, assigning IP before attaching the parent results in a bogus or missing broadcast address on the vlan interface. This bug is still here, but at least it won't be triggered by doing both vlanX configuration steps, IP and vlan+vlandev, in a single ifconfig invocation, which is usual to setting up vlans via rc.conf. Work at the global issue is under way. Revision Changes Path 1.7.2.3 +45 -36 src/sbin/ifconfig/ifvlan.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 17:51: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 1348316A420; Sat, 28 Jan 2006 17:51:28 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FD043D5F; Sat, 28 Jan 2006 17:51:21 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SHpKTJ051408; Sat, 28 Jan 2006 17:51:20 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SHpKnl051407; Sat, 28 Jan 2006 17:51:20 GMT (envelope-from scottl) Message-Id: <200601281751.k0SHpKnl051407@repoman.freebsd.org> From: Scott Long Date: Sat, 28 Jan 2006 17:51:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys _rwlock.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, 28 Jan 2006 17:51:28 -0000 scottl 2006-01-28 17:51:20 UTC FreeBSD src repository Added files: sys/sys _rwlock.h Log: Add _rwlock.h, apparently missed from the rwlock.h commit. Revision Changes Path 1.1 +39 -0 src/sys/sys/_rwlock.h (new) From owner-cvs-src@FreeBSD.ORG Sat Jan 28 17:56: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 5DBDA16A422; Sat, 28 Jan 2006 17:56:17 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D41F43D48; Sat, 28 Jan 2006 17:56:16 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SHuG7m051623; Sat, 28 Jan 2006 17:56:16 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SHuGpu051622; Sat, 28 Jan 2006 17:56:16 GMT (envelope-from marcel) Message-Id: <200601281756.k0SHuGpu051622@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 28 Jan 2006 17:56: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/libexec/rtld-elf/ia64 rtld_start.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Jan 2006 17:56:17 -0000 marcel 2006-01-28 17:56:16 UTC FreeBSD src repository Modified files: libexec/rtld-elf/ia64 rtld_start.S Log: s/R_IA64_/R_IA_64_/ Revision Changes Path 1.4 +6 -6 src/libexec/rtld-elf/ia64/rtld_start.S From owner-cvs-src@FreeBSD.ORG Sat Jan 28 17:58: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 6386316A420; Sat, 28 Jan 2006 17:58:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1855143D46; Sat, 28 Jan 2006 17:58:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SHwMYL051756; Sat, 28 Jan 2006 17:58:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SHwMgE051755; Sat, 28 Jan 2006 17:58:22 GMT (envelope-from marcel) Message-Id: <200601281758.k0SHwMgE051755@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 28 Jan 2006 17:58: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/ia64/include elf.h src/libexec/rtld-elf/ia64 reloc.c src/usr.bin/elfdump elfdump.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, 28 Jan 2006 17:58:23 -0000 marcel 2006-01-28 17:58:22 UTC FreeBSD src repository Modified files: sys/ia64/include elf.h libexec/rtld-elf/ia64 reloc.c usr.bin/elfdump elfdump.c Log: s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ Revision Changes Path 1.18 +3 -3 src/libexec/rtld-elf/ia64/reloc.c 1.14 +1 -1 src/sys/ia64/include/elf.h 1.14 +1 -1 src/usr.bin/elfdump/elfdump.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 18:40: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 748CB16A420; Sat, 28 Jan 2006 18:40:58 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084BA43D4C; Sat, 28 Jan 2006 18:40:56 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SIetlX053559; Sat, 28 Jan 2006 18:40:55 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SIetZK053558; Sat, 28 Jan 2006 18:40:55 GMT (envelope-from marcel) Message-Id: <200601281840.k0SIetZK053558@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 28 Jan 2006 18:40:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/rtld-elf/ia64 reloc.c rtld_start.S src/sys/boot/ia64/efi start.S src/sys/ia64/ia64 elf_machdep.c genassym.c locore.S src/sys/ia64/include elf.h src/usr.bin/elfdump elfdump.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, 28 Jan 2006 18:40:58 -0000 marcel 2006-01-28 18:40:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/rtld-elf/ia64 reloc.c rtld_start.S sys/boot/ia64/efi start.S sys/ia64/ia64 elf_machdep.c genassym.c locore.S sys/ia64/include elf.h usr.bin/elfdump elfdump.c Log: MFC ia64 psABI conformance changes: s/R_IA64_/R_IA_64_/ s/DT_IA64_/DT_IA_64_/ libexec/rtld-elf/ia64/reloc.c:1.17,1.18 libexec/rtld-elf/ia64/rtld_start.S:1.4 sys/boot/ia64/efi/start.S:1.9,1.10 sys/ia64/ia64/elf_machdep.c:1.23 sys/ia64/ia64/genassym.c:1.42 sys/ia64/ia64/locore.S:1.39 sys/ia64/include/elf.h:1.12,1.13,1.14 usr.bin/elfdump/elfdump.c:1.14 Revision Changes Path 1.15.8.2 +14 -14 src/libexec/rtld-elf/ia64/reloc.c 1.3.12.1 +6 -6 src/libexec/rtld-elf/ia64/rtld_start.S 1.8.2.1 +15 -39 src/sys/boot/ia64/efi/start.S 1.19.8.3 +9 -9 src/sys/ia64/ia64/elf_machdep.c 1.41.2.1 +4 -4 src/sys/ia64/ia64/genassym.c 1.38.2.1 +4 -4 src/sys/ia64/ia64/locore.S 1.11.10.1 +82 -76 src/sys/ia64/include/elf.h 1.12.8.2 +1 -1 src/usr.bin/elfdump/elfdump.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 19:24: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 B8EFE16A420; Sat, 28 Jan 2006 19:24:40 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8509343D48; Sat, 28 Jan 2006 19:24:40 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SJOeGE055108; Sat, 28 Jan 2006 19:24:40 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SJOeLY055107; Sat, 28 Jan 2006 19:24:40 GMT (envelope-from csjp) Message-Id: <200601281924.k0SJOeLY055107@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 28 Jan 2006 19:24: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/nfsserver nfs.h nfs_serv.c nfs_srvsock.c nfs_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: Sat, 28 Jan 2006 19:24:40 -0000 csjp 2006-01-28 19:24:40 UTC FreeBSD src repository Modified files: sys/nfsserver nfs.h nfs_serv.c nfs_srvsock.c nfs_syscalls.c Log: Manage the ucred for the NFS server using the crget/crfree API defined in kern_prot.c. This API handles reference counting among many other things. Notably, if MAC is compiled into the kernel, it will properly initialize the MAC labels when the ucred is allocated. This work is in preparation for a new MAC entry point which will be responsible for properly initializing policy specific labels for the NFS server credential. Utilization of the crfree/crget APIs reduce the complexity associated with this label's management. Submitted by: green (with changes) [1] Obtained from: TrustedBSD Project Discussed with: rwatson, alfred [1] I moved the ucred allocation outside the scope of the NFS server lock to prevent M_WAIKOK allocations from occurring with non-sleep-able locks held. Additionally, to reduce complexity, the ucred persist as long as the NFS server descriptor. Revision Changes Path 1.79 +1 -1 src/sys/nfsserver/nfs.h 1.161 +24 -24 src/sys/nfsserver/nfs_serv.c 1.96 +14 -14 src/sys/nfsserver/nfs_srvsock.c 1.105 +8 -0 src/sys/nfsserver/nfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 21: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 1AB9E16A420; Sat, 28 Jan 2006 21:03:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874E743D6B; Sat, 28 Jan 2006 21:03:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SL3GkU067645; Sat, 28 Jan 2006 21:03:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SL3GMS067644; Sat, 28 Jan 2006 21:03:16 GMT (envelope-from rwatson) Message-Id: <200601282103.k0SL3GMS067644@repoman.freebsd.org> From: Robert Watson Date: Sat, 28 Jan 2006 21:03: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/tools/tools/netrate/juggle juggle.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, 28 Jan 2006 21:03:17 -0000 rwatson 2006-01-28 21:03:16 UTC FreeBSD src repository Modified files: tools/tools/netrate/juggle juggle.c Log: Use $FreeBSD$ for the juggle version, rather than $P4$. This is good for two reasons: (1) juggle is now maintained in CVS, not P4, so the CVS revision number is the authoritative one. (2) Apparently $P4$ requires special handling and juggle was not marked as needing it, resulting in problems for the P4 importer. Requested by: gordon Revision Changes Path 1.2 +1 -1 src/tools/tools/netrate/juggle/juggle.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 21:10: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 36AFC16A420; Sat, 28 Jan 2006 21:10:29 +0000 (GMT) (envelope-from gordon@tetlows.org) Received: from spiff.melthusia.org (spiff.melthusia.org [207.67.244.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FBF43D46; Sat, 28 Jan 2006 21:10:28 +0000 (GMT) (envelope-from gordon@tetlows.org) Received: from [192.168.1.51] (cpe-66-91-238-221.san.res.rr.com [66.91.238.221]) (authenticated bits=0) by spiff.melthusia.org (8.12.10/8.12.10) with ESMTP id k0SLARTJ097805; Sat, 28 Jan 2006 13:10:27 -0800 (PST) (envelope-from gordon@tetlows.org) Message-ID: <43DBDDD2.8080605@tetlows.org> Date: Sat, 28 Jan 2006 13:10:42 -0800 From: Gordon Tetlow User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Robert Watson References: <200601282103.k0SL3GMS067644@repoman.freebsd.org> In-Reply-To: <200601282103.k0SL3GMS067644@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/tools/tools/netrate/juggle juggle.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, 28 Jan 2006 21:10:29 -0000 Robert Watson wrote: > rwatson 2006-01-28 21:03:16 UTC > > FreeBSD src repository > > Modified files: > tools/tools/netrate/juggle juggle.c > Log: > Use $FreeBSD$ for the juggle version, rather than $P4$. This is good for > two reasons: > > (1) juggle is now maintained in CVS, not P4, so the CVS revision number is > the authoritative one. > (2) Apparently $P4$ requires special handling and juggle was not marked > as needing it, resulting in problems for the P4 importer. > > Requested by: gordon > Thanks! From owner-cvs-src@FreeBSD.ORG Sat Jan 28 22:33: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 37CF416A422; Sat, 28 Jan 2006 22:33:54 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from mail01.syd.optusnet.com.au (mail01.syd.optusnet.com.au [211.29.132.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D8A43D6A; Sat, 28 Jan 2006 22:33:48 +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 mail01.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k0SMXj46010722 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 29 Jan 2006 09:33:46 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k0SMXh3u004231; Sun, 29 Jan 2006 09:33:43 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k0SMXhoh004230; Sun, 29 Jan 2006 09:33:43 +1100 (EST) (envelope-from peter) Date: Sun, 29 Jan 2006 09:33:43 +1100 From: Peter Jeremy To: Craig Rodrigues Message-ID: <20060128223343.GE2341@turion.vk2pj.dyndns.org> References: <200511232322.jANNMuGE005810@repoman.freebsd.org> <20051208024017.GA32302@dragon.NUXI.org> <20060128055725.GA83856@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060128055725.GA83856@dragon.NUXI.org> 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/sbin/mount Makefile extern.h mount_ufs.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, 28 Jan 2006 22:33:54 -0000 On Fri, 2006-Jan-27 21:57:25 -0800, David O'Brien wrote: >On Wed, Dec 07, 2005 at 06:40:17PM -0800, David O'Brien wrote: >> On Wed, Nov 23, 2005 at 11:22:56PM +0000, Craig Rodrigues wrote: >> > rodrigc 2005-11-23 23:22:56 UTC >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sbin/mount Makefile extern.h >> > Removed files: >> > sbin/mount mount_ufs.c >> > Log: >> > Remove UFS-specific parts from mount(8). >> > For mounting UFS, all mount options are passed directly to nmount(), >> > without any UFS-specific logic. >> >> Where do we stand on making 'mount /' from single user work again? > >Can you give us an update on where you stand on making 'mount /' work >again from single user? We've been suffering from this for 2 months now. "mount -r" also no longer works if the FS is marked "rw" in /etc/fstab. Instead you have to use "mount -o norw". How about having "ro" imply "norw" and vice versa. -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Sat Jan 28 22:57: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 3CCBE16A420; Sat, 28 Jan 2006 22:57:04 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2053343D46; Sat, 28 Jan 2006 22:57:02 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id k0SMv1St078542; Sat, 28 Jan 2006 23:57:01 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k0SMv0cw088348; Sat, 28 Jan 2006 23:57:00 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k0SMv0kx088347; Sat, 28 Jan 2006 23:57:00 +0100 (CET) (envelope-from wb) Date: Sat, 28 Jan 2006 23:57:00 +0100 From: Wilko Bulte To: Peter Jeremy Message-ID: <20060128225700.GA88332@freebie.xs4all.nl> References: <200511232322.jANNMuGE005810@repoman.freebsd.org> <20051208024017.GA32302@dragon.NUXI.org> <20060128055725.GA83856@dragon.NUXI.org> <20060128223343.GE2341@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060128223343.GE2341@turion.vk2pj.dyndns.org> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Craig Rodrigues , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount Makefile extern.h mount_ufs.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, 28 Jan 2006 22:57:04 -0000 On Sun, Jan 29, 2006 at 09:33:43AM +1100, Peter Jeremy wrote.. > On Fri, 2006-Jan-27 21:57:25 -0800, David O'Brien wrote: > >On Wed, Dec 07, 2005 at 06:40:17PM -0800, David O'Brien wrote: > >> On Wed, Nov 23, 2005 at 11:22:56PM +0000, Craig Rodrigues wrote: > >> > rodrigc 2005-11-23 23:22:56 UTC > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > sbin/mount Makefile extern.h > >> > Removed files: > >> > sbin/mount mount_ufs.c > >> > Log: > >> > Remove UFS-specific parts from mount(8). > >> > For mounting UFS, all mount options are passed directly to nmount(), > >> > without any UFS-specific logic. > >> > >> Where do we stand on making 'mount /' from single user work again? > > > >Can you give us an update on where you stand on making 'mount /' work > >again from single user? We've been suffering from this for 2 months now. > > "mount -r" also no longer works if the FS is marked "rw" in /etc/fstab. > Instead you have to use "mount -o norw". How about having "ro" imply > "norw" and vice versa. Blurk.. norw == ro and noro == rw? What is wrong with just sticking with plain and simple rw and ro ? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sat Jan 28 22:58: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 CB86616A420; Sat, 28 Jan 2006 22:58:40 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C6443D46; Sat, 28 Jan 2006 22:58:40 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SMweOQ089775; Sat, 28 Jan 2006 22:58:40 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SMwdqI089773; Sat, 28 Jan 2006 22:58:40 GMT (envelope-from ssouhlal) Message-Id: <200601282258.k0SMwdqI089773@repoman.freebsd.org> From: Suleiman Souhlal Date: Sat, 28 Jan 2006 22:58: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/kern vfs_mount.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, 28 Jan 2006 22:58:40 -0000 ssouhlal 2006-01-28 22:58:39 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Don't try to load KLDs if we're mounting the root. We'd otherwise panic. Tested by: kris MFC after: 3 days Revision Changes Path 1.215 +12 -4 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sat Jan 28 23:31: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 132BB16A420; Sat, 28 Jan 2006 23:31:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C565E43D46; Sat, 28 Jan 2006 23:31:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SNVJop091136; Sat, 28 Jan 2006 23:31:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SNVJNQ091135; Sat, 28 Jan 2006 23:31:19 GMT (envelope-from rwatson) Message-Id: <200601282331.k0SNVJNQ091135@repoman.freebsd.org> From: Robert Watson Date: Sat, 28 Jan 2006 23:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty_pts.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, 28 Jan 2006 23:31:20 -0000 rwatson 2006-01-28 23:31:19 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: Rename use_old_pty variable to use_pts, as this more accurately reflects the sense of the variable. Suggested by: dwhite Revision Changes Path 1.5 +4 -5 src/sys/kern/tty_pts.c