From owner-cvs-src@FreeBSD.ORG Sun Apr 27 00:06:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 532711065672; Sun, 27 Apr 2008 00:06:04 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7618FC0C; Sun, 27 Apr 2008 00:06:04 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3R064xW082250; Sun, 27 Apr 2008 00:06:04 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3R062wP082249; Sun, 27 Apr 2008 00:06:02 GMT (envelope-from alc) Message-Id: <200804270006.m3R062wP082249@repoman.freebsd.org> From: Alan Cox Date: Sun, 27 Apr 2008 00:06: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/mips/mips pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 00:06:04 -0000 alc 2008-04-27 00:06:02 UTC FreeBSD src repository Modified files: sys/mips/mips pmap.c Log: Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains why "pmap_initialized" no longer exists. Revision Changes Path 1.3 +0 -4 src/sys/mips/mips/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 00:10:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106A31065672; Sun, 27 Apr 2008 00:10:46 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDBE58FC2F; Sun, 27 Apr 2008 00:10:45 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3R0AjYL082476; Sun, 27 Apr 2008 00:10:45 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3R0Ajqb082475; Sun, 27 Apr 2008 00:10:45 GMT (envelope-from alc) Message-Id: <200804270010.m3R0Ajqb082475@repoman.freebsd.org> From: Alan Cox Date: Sun, 27 Apr 2008 00:10:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 00:10:46 -0000 alc 2008-04-27 00:10:45 UTC FreeBSD src repository Modified files: sys/mips/include pmap.h Log: Remove two unused declarations. These variables are now fields within vm.h's struct kva_md_info. Revision Changes Path 1.2 +0 -2 src/sys/mips/include/pmap.h From owner-cvs-src@FreeBSD.ORG Sun Apr 27 00:31:09 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03841065672; Sun, 27 Apr 2008 00:31:09 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id A31CF8FC0C; Sun, 27 Apr 2008 00:31:09 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id DA58A73303; Sun, 27 Apr 2008 00:31:08 +0000 (GMT) Date: Sun, 27 Apr 2008 00:31:08 +0000 From: John Birrell To: Sam Leffler Message-ID: <20080427003108.GA28311@what-creek.com> References: <200804260509.m3Q59JgG016417@repoman.freebsd.org> <20080426085357.GB38431@FreeBSD.org> <20080426090005.GE17883@what-creek.com> <481358AA.1090406@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <481358AA.1090406@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, Alexey Dokuchaev , John Birrell , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 00:31:09 -0000 On Sat, Apr 26, 2008 at 09:30:34AM -0700, Sam Leffler wrote: > How do we see the changes that correspond to the commit msg? If I go to > cvsweb it's not obvious. Please resolve this before churning the > repository. A diff between HEAD and the opensolaris_20080410a tag will show you the diffs. A diff between the opensolaris_20080410 tag and the opensolaris_20080410a tag will show you the same diff. At any point later in the lifecycle of these files, to see a diff of the changes from HEAD to the latest version of the file on the vendor branch, you have to diff against the tag of the latest import on the vendor branch. -- John Birrell From owner-cvs-src@FreeBSD.ORG Sun Apr 27 04:07:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4695A106564A; Sun, 27 Apr 2008 04:07:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED1F8FC14; Sun, 27 Apr 2008 04:07:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3R47aVC003514; Sun, 27 Apr 2008 04:07:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3R47aNn003513; Sun, 27 Apr 2008 04:07:36 GMT (envelope-from imp) Message-Id: <200804270407.m3R47aNn003513@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Apr 2008 04:07: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 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, 27 Apr 2008 04:07:37 -0000 imp 2008-04-27 04:07:36 UTC FreeBSD src repository Modified files: . UPDATING Log: Add a breif example for the wlan change. Include an explicit pointer to rc.conf(5) to remind people where to look for all the details. People without network connectivity forget basics like this... This is in keeping with historic UPDATING entries which try to provide basic information in the entry, and a pointer to more extensive information documenting the new thing. Revision Changes Path 1.526 +6 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sun Apr 27 10:57:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75557106564A; Sun, 27 Apr 2008 10:57:54 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5388FC1C; Sun, 27 Apr 2008 10:57:54 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RAvrXD046632; Sun, 27 Apr 2008 10:57:53 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RAvrio046631; Sun, 27 Apr 2008 10:57:53 GMT (envelope-from dfr) Message-Id: <200804271057.m3RAvrio046631@repoman.freebsd.org> From: Doug Rabson Date: Sun, 27 Apr 2008 10:57: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/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 10:57:54 -0000 dfr 2008-04-27 10:57:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_srvsock.c Log: Back out the last revision - it shouldn't have been committed and in any case its wrong for RELENG_6. Revision Changes Path 1.94.2.5 +4 -7 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 11:36:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C30C106566B; Sun, 27 Apr 2008 11:36:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2229B8FC0C; Sun, 27 Apr 2008 11:36:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RBaZBR048929; Sun, 27 Apr 2008 11:36:35 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RBaY8l048928; Sun, 27 Apr 2008 11:36:34 GMT (envelope-from marius) Message-Id: <200804271136.m3RBaY8l048928@repoman.freebsd.org> From: Marius Strobl Date: Sun, 27 Apr 2008 11:36:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/vx if_vx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 11:36:35 -0000 marius 2008-04-27 11:36:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/vx if_vx.c Log: MFC: 1.61 - vx_stop() requires the driver lock to be held. - Add some missing newlines to messages printed by vx_getlink(). Revision Changes Path 1.60.2.1 +5 -3 src/sys/dev/vx/if_vx.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 11:36:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FD40106568C; Sun, 27 Apr 2008 11:36:43 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35FE78FC13; Sun, 27 Apr 2008 11:36:43 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RBah1j048956; Sun, 27 Apr 2008 11:36:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RBahMd048955; Sun, 27 Apr 2008 11:36:43 GMT (envelope-from marius) Message-Id: <200804271136.m3RBahMd048955@repoman.freebsd.org> From: Marius Strobl Date: Sun, 27 Apr 2008 11:36: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/dev/vx if_vx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 11:36:43 -0000 marius 2008-04-27 11:36:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/vx if_vx.c Log: MFC: 1.61 - vx_stop() requires the driver lock to be held. - Add some missing newlines to messages printed by vx_getlink(). Revision Changes Path 1.56.2.4 +5 -3 src/sys/dev/vx/if_vx.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 14:13:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE07E1065673; Sun, 27 Apr 2008 14:13:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C12658FC21; Sun, 27 Apr 2008 14:13:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3REDeh1067450; Sun, 27 Apr 2008 14:13:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3REDdQg067449; Sun, 27 Apr 2008 14:13:39 GMT (envelope-from rwatson) Message-Id: <200804271413.m3REDdQg067449@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Apr 2008 14:13:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/procstat procstat.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, 27 Apr 2008 14:13:41 -0000 rwatson 2008-04-27 14:13:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/procstat procstat.1 Log: Merge procstat.1:1.2 from HEAD to RELENG_7: It is a bug that procstat(8) works only on live kernels and not crashdumps; document in case anyone wants to work on fixing this. Revision Changes Path 1.1.2.3 +4 -0 src/usr.bin/procstat/procstat.1 From owner-cvs-src@FreeBSD.ORG Sun Apr 27 14:17:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6CCF106564A; Sun, 27 Apr 2008 14:17:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A5CA8FC16; Sun, 27 Apr 2008 14:17:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3REHWHT067586; Sun, 27 Apr 2008 14:17:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3REHWDA067585; Sun, 27 Apr 2008 14:17:32 GMT (envelope-from rwatson) Message-Id: <200804271417.m3REHWDA067585@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Apr 2008 14:17:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/procstat procstat.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, 27 Apr 2008 14:17:32 -0000 rwatson 2008-04-27 14:17:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/procstat procstat.1 Log: Merge procstat.1:1.3 from HEAD to RELENG_7: Provide more detailed information about each procstat(1) display mode, including a key to fields in each mode and flag abbreviations. Note: mention of POSIX shared memory in the man page has been removed in the MFC, as explicit kernel support for pshm hasn't been merged to RELENG_7 yet. Revision Changes Path 1.1.2.4 +246 -7 src/usr.bin/procstat/procstat.1 From owner-cvs-src@FreeBSD.ORG Sun Apr 27 14:24:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AC09106564A; Sun, 27 Apr 2008 14:24:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F1B118FC12; Sun, 27 Apr 2008 14:24:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3REObLn067854; Sun, 27 Apr 2008 14:24:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3REObtl067853; Sun, 27 Apr 2008 14:24:37 GMT (envelope-from rwatson) Message-Id: <200804271424.m3REObtl067853@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Apr 2008 14:24:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_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, 27 Apr 2008 14:24:38 -0000 rwatson 2008-04-27 14:24:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/fifofs fifo_vnops.c Log: Remove fifo_vnops.c:1.143 from HEAD to RELENG_7: Remove Giant acquisition around soreceive() and sosend() in fifofs. The bug that caused us to reintroduce it is believed to be fixed, and Kris says he no longer sees problems with fifofs in highly parallel builds. Pointed out by: kris Revision Changes Path 1.138.2.1 +4 -10 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 14:39:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D52891065678; Sun, 27 Apr 2008 14:39:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7C638FC20; Sun, 27 Apr 2008 14:39:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3REdWCa068757; Sun, 27 Apr 2008 14:39:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3REdWOI068756; Sun, 27 Apr 2008 14:39:32 GMT (envelope-from rwatson) Message-Id: <200804271439.m3REdWOI068756@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Apr 2008 14:39:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet in_pcb.c src/sys/netinet6 in6_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, 27 Apr 2008 14:39:33 -0000 rwatson 2008-04-27 14:39:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c sys/netinet6 in6_pcb.c Log: Merge in_pcb.c:1.203, in6_pcb.c:1.88 from HEAD to RELENG_7: In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and eliminate unnecessary local variable caching of the list head pointer, making the code a bit easier to read. Revision Changes Path 1.196.2.3 +2 -5 src/sys/netinet/in_pcb.c 1.84.2.2 +2 -6 src/sys/netinet6/in6_pcb.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 15:50:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 276B81065675; Sun, 27 Apr 2008 15:50:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 122558FC14; Sun, 27 Apr 2008 15:50:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RFo0jn071941; Sun, 27 Apr 2008 15:50:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RFo0R6071940; Sun, 27 Apr 2008 15:50:00 GMT (envelope-from rwatson) Message-Id: <200804271550.m3RFo0R6071940@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Apr 2008 15:50: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 uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 15:50:01 -0000 rwatson 2008-04-27 15:50:00 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: When writing trailers in sendfile(2), don't call kern_writev() while holding the socket buffer lock. These leads to an immediate panic due to recursing the socket buffer lock. This bug was introduced in uipc_syscalls.c:1.240, but masked by another bug until that was fixed in uipc_syscalls.c:1.269. Note that the current fix isn't perfect, but better than panicking: normally we guarantee that simultaneous invocations of a system call to write on a stream socket won't be interlaced, which is ensured by use of the socket buffer sleep lock. This is guaranteed for the sendfile headers, but not trailers. In practice, this is likely not a problem, but should be fixed. MFC after: 3 days Pointy hat to: andre (1.240), cperciva (1.269) Revision Changes Path 1.271 +4 -3 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 15:51:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AD69106566C; Sun, 27 Apr 2008 15:51:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB358FC25; Sun, 27 Apr 2008 15:51:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RFpnGQ072051; Sun, 27 Apr 2008 15:51:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RFpnKV072050; Sun, 27 Apr 2008 15:51:49 GMT (envelope-from rwatson) Message-Id: <200804271551.m3RFpnKV072050@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Apr 2008 15:51: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/security/audit audit.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, 27 Apr 2008 15:51:49 -0000 rwatson 2008-04-27 15:51:49 UTC FreeBSD src repository Modified files: sys/security/audit audit.h Log: Fix include guard spelling. MFC after: 3 days Submitted by: diego Revision Changes Path 1.17 +1 -1 src/sys/security/audit/audit.h From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:04:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8607F106567E; Sun, 27 Apr 2008 17:04:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 362C68FC1A; Sun, 27 Apr 2008 17:04:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (smmsp@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3RH4MJ5028248; Sun, 27 Apr 2008 10:04:35 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3R5Nd0x021908; Sat, 26 Apr 2008 22:23:39 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 Apr 2008 22:23:39 -0700 From: "David O'Brien" To: John Birrell Message-ID: <20080427052339.GB21702@dragon.NUXI.org> References: <200804260509.m3Q59JgG016417@repoman.freebsd.org> <20080426085357.GB38431@FreeBSD.org> <20080426090005.GE17883@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080426090005.GE17883@what-creek.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, Alexey Dokuchaev , John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.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: Sun, 27 Apr 2008 17:04:36 -0000 On Sat, Apr 26, 2008 at 09:00:05AM +0000, John Birrell wrote: > On Sat, Apr 26, 2008 at 08:53:57AM +0000, Alexey Dokuchaev wrote: > > On Sat, Apr 26, 2008 at 05:09:19AM +0000, John Birrell wrote: > > > jb 2008-04-26 05:09:19 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c > > > dt_consume.c > > > Log: > > > * Handle the different ioctl design. > > > * Add a couple of FreeBSD action extensions. > > > > > > Revision Changes Path > > > 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cc.c > > > 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c > > > 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c > > > > John, can you enlighten please why a bunch of your recent commits are +0 > > -0 changes? Am I missimg something obvious? > > My reference is the tree from p4. I chose to import that as 1.1.1.1 on > the vendor branch and then a second import of the raw OpenSolaris files > which will be 1.1.1.2 if they differ from my reference. This is back-asswards. I've offered to help you with the imports - even do them for you. I wish you would have takee me up on it... Including giving you 'cvs import -X' behavior. If I understand correctly, the rev 1.1.1.1 files are the OpenSolaris files with changes by you in them? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:04:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD2A106564A; Sun, 27 Apr 2008 17:04:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6D08FC1B; Sun, 27 Apr 2008 17:04:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (smmsp@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3RH4MJ7028248; Sun, 27 Apr 2008 10:04:35 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3R5GRkD021847; Sat, 26 Apr 2008 22:16:27 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 Apr 2008 22:16:27 -0700 From: "David O'Brien" To: John Birrell Message-ID: <20080427051626.GA21702@dragon.NUXI.org> References: <200804260509.m3Q59JgG016417@repoman.freebsd.org> <20080426085357.GB38431@FreeBSD.org> <20080426090005.GE17883@what-creek.com> <481358AA.1090406@freebsd.org> <20080427003108.GA28311@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080427003108.GA28311@what-creek.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Sam Leffler , John Birrell Subject: Re: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.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: Sun, 27 Apr 2008 17:04:36 -0000 On Sun, Apr 27, 2008 at 12:31:08AM +0000, John Birrell wrote: > At any point later in the lifecycle of these files, to see a diff of > the changes from HEAD to the latest version of the file on the vendor > branch, you have to diff against the tag of the latest import on the > vendor branch. Actually you should be able to get that from a diff to the vendor branch tag: cvs diff -r SUN cddl/contrib/opensolaris -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:13:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8286106566B; Sun, 27 Apr 2008 17:13:22 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 87FBB8FC1B; Sun, 27 Apr 2008 17:13:22 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RHDMk3089746; Sun, 27 Apr 2008 17:13:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RHDMXD089745; Sun, 27 Apr 2008 17:13:22 GMT (envelope-from marcel) Message-Id: <200804271713.m3RHDMXD089745@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Apr 2008 17:13: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/powerpc/mpc85xx mpc85xx.c ocpbus.c src/sys/powerpc/include cpufunc.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, 27 Apr 2008 17:13:22 -0000 marcel 2008-04-27 17:13:22 UTC FreeBSD src repository Modified files: sys/powerpc/mpc85xx mpc85xx.c ocpbus.c sys/powerpc/include cpufunc.h Log: Remove mfsvr(): o The function is defined unconditionally but depends on SPR_SVR, which is defined conditionally. o spr.h defines mfspr() and mtspr(), which is no worse to use. Revision Changes Path 1.23 +0 -10 src/sys/powerpc/include/cpufunc.h 1.3 +1 -1 src/sys/powerpc/mpc85xx/mpc85xx.c 1.7 +1 -1 src/sys/powerpc/mpc85xx/ocpbus.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:38:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F22921065675; Sun, 27 Apr 2008 17:38:50 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C226C8FC12; Sun, 27 Apr 2008 17:38:50 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RHcoek091115; Sun, 27 Apr 2008 17:38:50 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RHcjw2091114; Sun, 27 Apr 2008 17:38:45 GMT (envelope-from scf) Message-Id: <200804271738.m3RHcjw2091114@repoman.freebsd.org> From: Sean Farley Date: Sun, 27 Apr 2008 17:38: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/usr.bin/calendar/calendars calendar.christian X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 17:38:51 -0000 scf 2008-04-27 17:38:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.christian Log: MFC: Capitalize "Eve". This is the correct form and now matches calendar.usholiday. src/usr.bin/calendar/calendars/calendar.christian: rev 1.10 -> 1.11 Revision Changes Path 1.9.10.3 +1 -1 src/usr.bin/calendar/calendars/calendar.christian From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:39:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D99B9106564A; Sun, 27 Apr 2008 17:39:33 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9F8B8FC14; Sun, 27 Apr 2008 17:39:33 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RHdX6p091159; Sun, 27 Apr 2008 17:39:33 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RHdXjC091158; Sun, 27 Apr 2008 17:39:33 GMT (envelope-from scf) Message-Id: <200804271739.m3RHdXjC091158@repoman.freebsd.org> From: Sean Farley Date: Sun, 27 Apr 2008 17:39:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.christian X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 17:39:34 -0000 scf 2008-04-27 17:39:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/calendar/calendars calendar.christian Log: MFC: Capitalize "Eve". This is the correct form and now matches calendar.usholiday. src/usr.bin/calendar/calendars/calendar.christian: rev 1.10 -> 1.11 Revision Changes Path 1.10.2.1 +1 -1 src/usr.bin/calendar/calendars/calendar.christian From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:49:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7D101065670; Sun, 27 Apr 2008 17:49:52 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id B78628FC14; Sun, 27 Apr 2008 17:49:52 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (uwzjd6wdh0zcjvok@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id m3RHnq3d025722; Sun, 27 Apr 2008 10:49:52 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id m3RHnpCA025721; Sun, 27 Apr 2008 10:49:51 -0700 (PDT) (envelope-from jmg) Date: Sun, 27 Apr 2008 10:49:51 -0700 From: John-Mark Gurney To: Robert Watson Message-ID: <20080427174951.GJ82555@funkthat.com> References: <200804271550.m3RFo0R6071940@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804271550.m3RFo0R6071940@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (hydrogen.funkthat.com [127.0.0.1]); Sun, 27 Apr 2008 10:49:52 -0700 (PDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 17:49:53 -0000 Robert Watson wrote this message on Sun, Apr 27, 2008 at 15:50 +0000: > Note that the current fix isn't perfect, but better than > panicking: normally we guarantee that simultaneous invocations > of a system call to write on a stream socket won't be > interlaced, which is ensured by use of the socket buffer sleep > lock. This is guaranteed for the sendfile headers, but not > trailers. In practice, this is likely not a problem, but > should be fixed. Should this be mentioned in the BUGS section of the sendfile(2) man page? or do you plan on fixing this in the near future? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Sun Apr 27 17:51:11 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B8C1065674; Sun, 27 Apr 2008 17:51:11 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 498E08FC0A; Sun, 27 Apr 2008 17:51:06 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3RHp5Zr028469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Apr 2008 10:51:05 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4814BD09.8090000@freebsd.org> Date: Sun, 27 Apr 2008 10:51:05 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: obrien@freebsd.org References: <200804260509.m3Q59JgG016417@repoman.freebsd.org> <20080426085357.GB38431@FreeBSD.org> <20080426090005.GE17883@what-creek.com> <20080427052339.GB21702@dragon.NUXI.org> In-Reply-To: <20080427052339.GB21702@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: Alexey Dokuchaev , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, John Birrell , John Birrell Subject: Re: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Apr 2008 17:51:12 -0000 David O'Brien wrote: > On Sat, Apr 26, 2008 at 09:00:05AM +0000, John Birrell wrote: > >> On Sat, Apr 26, 2008 at 08:53:57AM +0000, Alexey Dokuchaev wrote: >> >>> On Sat, Apr 26, 2008 at 05:09:19AM +0000, John Birrell wrote: >>> >>>> jb 2008-04-26 05:09:19 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c >>>> dt_consume.c >>>> Log: >>>> * Handle the different ioctl design. >>>> * Add a couple of FreeBSD action extensions. >>>> >>>> Revision Changes Path >>>> 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cc.c >>>> 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c >>>> 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c >>>> >>> John, can you enlighten please why a bunch of your recent commits are +0 >>> -0 changes? Am I missimg something obvious? >>> >> My reference is the tree from p4. I chose to import that as 1.1.1.1 on >> the vendor branch and then a second import of the raw OpenSolaris files >> which will be 1.1.1.2 if they differ from my reference. >> > > This is back-asswards. I've offered to help you with the imports - even > do them for you. I wish you would have takee me up on it... > Including giving you 'cvs import -X' behavior. > > If I understand correctly, the rev 1.1.1.1 files are the OpenSolaris > files with changes by you in them? > > Yes, what he's done appears totally useless. Not sure how best to recover except to rip everything out and start over. Sam From owner-cvs-src@FreeBSD.ORG Sun Apr 27 18:34:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A027B106567C; Sun, 27 Apr 2008 18:34:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6618FC0C; Sun, 27 Apr 2008 18:34:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RIYaD0094853; Sun, 27 Apr 2008 18:34:36 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RIYYgJ094851; Sun, 27 Apr 2008 18:34:34 GMT (envelope-from marcel) Message-Id: <200804271834.m3RIYYgJ094851@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Apr 2008 18: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/lib/libc/powerpc/softfloat milieu.h powerpc-gcc.h softfloat.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, 27 Apr 2008 18:34:36 -0000 marcel 2008-04-27 18:34:34 UTC FreeBSD src repository Added files: lib/libc/powerpc/softfloat milieu.h powerpc-gcc.h softfloat.h Log: Add support files for compiling with soft-float. This has been copied from ARM and modified to warrant the duplication. Oh, and to make it work for PowerPC :-) Revision Changes Path 1.1 +49 -0 src/lib/libc/powerpc/softfloat/milieu.h (new) 1.1 +92 -0 src/lib/libc/powerpc/softfloat/powerpc-gcc.h (new) 1.1 +307 -0 src/lib/libc/powerpc/softfloat/softfloat.h (new) From owner-cvs-src@FreeBSD.ORG Sun Apr 27 18:40:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF3EC106564A; Sun, 27 Apr 2008 18:40:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id AD9A88FC15; Sun, 27 Apr 2008 18:40:17 +0000 (UTC) (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 1C2A846B14; Sun, 27 Apr 2008 14:40:17 -0400 (EDT) Date: Sun, 27 Apr 2008 19:40:16 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John-Mark Gurney In-Reply-To: <20080427174951.GJ82555@funkthat.com> Message-ID: <20080427193737.K5282@fledge.watson.org> References: <200804271550.m3RFo0R6071940@repoman.freebsd.org> <20080427174951.GJ82555@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 18:40:18 -0000 On Sun, 27 Apr 2008, John-Mark Gurney wrote: > Robert Watson wrote this message on Sun, Apr 27, 2008 at 15:50 +0000: >> Note that the current fix isn't perfect, but better than >> panicking: normally we guarantee that simultaneous invocations >> of a system call to write on a stream socket won't be >> interlaced, which is ensured by use of the socket buffer sleep >> lock. This is guaranteed for the sendfile headers, but not >> trailers. In practice, this is likely not a problem, but >> should be fixed. > > Should this be mentioned in the BUGS section of the sendfile(2) man page? or > do you plan on fixing this in the near future? This bug has been present pretty much since inception, and I'm not convinced other OS's provide as strong protections against interlacing as we do (and certainly, application writers shouldn't rely on that protection if they are portable). I will likely look at fixing it at some point, but it will be in the queue behind quite a bit of other stuff. This particular bug became pressing today when I upgraded my 7.x web server and it keeled over within five minutes of booting (I run with INVARIANTS on my box). Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun Apr 27 19:03:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A90106564A; Sun, 27 Apr 2008 19:03:14 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9928E8FC14; Sun, 27 Apr 2008 19:03:14 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RJ3E7Y097579; Sun, 27 Apr 2008 19:03:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RJ3EqJ097578; Sun, 27 Apr 2008 19:03:14 GMT (envelope-from marcel) Message-Id: <200804271903.m3RJ3EqJ097578@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Apr 2008 19: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/powerpc/aim locore.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: Sun, 27 Apr 2008 19:03:14 -0000 marcel 2008-04-27 19:03:14 UTC FreeBSD src repository Modified files: sys/powerpc/aim locore.S Log: Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16. Revision Changes Path 1.27 +3 -2 src/sys/powerpc/aim/locore.S From owner-cvs-src@FreeBSD.ORG Sun Apr 27 19:51:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E6B1065678; Sun, 27 Apr 2008 19:51:35 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5879B8FC14; Sun, 27 Apr 2008 19:51:35 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RJpZd3099127; Sun, 27 Apr 2008 19:51:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RJpZGg099126; Sun, 27 Apr 2008 19:51:35 GMT (envelope-from marcel) Message-Id: <200804271951.m3RJpZGg099126@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Apr 2008 19:51: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/powerpc/include smp.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, 27 Apr 2008 19:51:35 -0000 marcel 2008-04-27 19:51:35 UTC FreeBSD src repository Modified files: sys/powerpc/include smp.h Log: MFp4: SMP support Revision Changes Path 1.2 +63 -6 src/sys/powerpc/include/smp.h From owner-cvs-src@FreeBSD.ORG Sun Apr 27 20:25:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CBC81065675; Sun, 27 Apr 2008 20:25:45 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 74B278FC12; Sun, 27 Apr 2008 20:25:45 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RKPj5g001799; Sun, 27 Apr 2008 20:25:45 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RKPjGs001798; Sun, 27 Apr 2008 20:25:45 GMT (envelope-from stefanf) Message-Id: <200804272025.m3RKPjGs001798@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 27 Apr 2008 20:25: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/bin/sh arith.h arith.y expand.c shell.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, 27 Apr 2008 20:25:45 -0000 stefanf 2008-04-27 20:25:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/sh arith.h arith.y expand.c shell.h Log: - Fix bugs where the value of arithmetic expansion$((...)) was trucated to type int. - Change the type used for arithmetic expansion to intmax_t (ie. 64 bit on all currently supported FreeBSD architectures). SUSv3 requires at least type long but allows for larger types. Other shells (eg. bash, zsh, NetBSD's sh) do that too. PR: 122659 Submitted by: Jaakko Heinonen (minor modifications by me) Revision Changes Path 1.9.8.2 +5 -1 src/bin/sh/arith.h 1.19.8.2 +13 -9 src/bin/sh/arith.y 1.47.2.4 +3 -6 src/bin/sh/expand.c 1.17.8.1 +11 -4 src/bin/sh/shell.h From owner-cvs-src@FreeBSD.ORG Sun Apr 27 20:43:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3361065670; Sun, 27 Apr 2008 20:43:27 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99CC18FC12; Sun, 27 Apr 2008 20:43:27 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RKhR6L002454; Sun, 27 Apr 2008 20:43:27 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RKhRVU002453; Sun, 27 Apr 2008 20:43:27 GMT (envelope-from stefanf) Message-Id: <200804272043.m3RKhRVU002453@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 27 Apr 2008 20:43: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/bin/sh arith.h arith.y expand.c shell.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, 27 Apr 2008 20:43:27 -0000 stefanf 2008-04-27 20:43:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/sh arith.h arith.y expand.c shell.h Log: Revert, this was supposed to go into HEAD. Revision Changes Path 1.9.8.3 +1 -5 src/bin/sh/arith.h 1.19.8.3 +9 -13 src/bin/sh/arith.y 1.47.2.5 +6 -3 src/bin/sh/expand.c 1.17.8.2 +4 -11 src/bin/sh/shell.h From owner-cvs-src@FreeBSD.ORG Sun Apr 27 20:46:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65F40106568D; Sun, 27 Apr 2008 20:46:46 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1018FC1E; Sun, 27 Apr 2008 20:46:46 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RKkjmI002683; Sun, 27 Apr 2008 20:46:45 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RKkjnu002682; Sun, 27 Apr 2008 20:46:45 GMT (envelope-from stefanf) Message-Id: <200804272046.m3RKkjnu002682@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 27 Apr 2008 20:46: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/bin/sh arith.h arith.y shell.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, 27 Apr 2008 20:46:46 -0000 stefanf 2008-04-27 20:46:45 UTC FreeBSD src repository Modified files: bin/sh arith.h arith.y shell.h Log: - Fix bugs where the value of arithmetic expansion$((...)) was trucated to type int. - Change the type used for arithmetic expansion to intmax_t (ie. 64 bit on all currently supported FreeBSD architectures). SUSv3 requires at least type long but allows for larger types. Other shells (eg. bash, zsh, NetBSD's sh) do that too. PR: 122659 Submitted by: Jaakko Heinonen (minor modifications by me) Revision Changes Path 1.12 +5 -1 src/bin/sh/arith.h 1.22 +13 -9 src/bin/sh/arith.y 1.18 +11 -4 src/bin/sh/shell.h From owner-cvs-src@FreeBSD.ORG Sun Apr 27 21:04:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 420741065677; Sun, 27 Apr 2008 21:04:55 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1121B8FC0C; Sun, 27 Apr 2008 21:04:55 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RL4siF013426; Sun, 27 Apr 2008 21:04:54 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RL4sRW013425; Sun, 27 Apr 2008 21:04:54 GMT (envelope-from marcel) Message-Id: <200804272104.m3RL4sRW013425@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Apr 2008 21:04: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/powerpc/booke pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 21:04:55 -0000 marcel 2008-04-27 21:04:54 UTC FreeBSD src repository Modified files: sys/powerpc/booke pmap.c Log: Eliminate track_modified_needed(), better known as pmap_track_modified() on other platforms. We no longer need it because we do not create managed mappings within the clean submap. Pointed out by: alc Revision Changes Path 1.2 +8 -37 src/sys/powerpc/booke/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 21:38:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C8091065684; Sun, 27 Apr 2008 21:38:17 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id 622C28FC1B; Sun, 27 Apr 2008 21:38:17 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id C901F2C2D4D; Sun, 27 Apr 2008 16:12:29 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FvTNThPRMOjg; Sun, 27 Apr 2008 16:12:22 -0500 (CDT) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 094D92C2D3F; Sun, 27 Apr 2008 16:12:22 -0500 (CDT) Message-ID: <4814EC35.9090000@cs.rice.edu> Date: Sun, 27 Apr 2008 16:12:21 -0500 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070805 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200804272104.m3RL4sRW013425@repoman.freebsd.org> In-Reply-To: <200804272104.m3RL4sRW013425@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/sys/powerpc/booke pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 21:38:17 -0000 Marcel Moolenaar wrote: >marcel 2008-04-27 21:04:54 UTC > > FreeBSD src repository > > Modified files: > sys/powerpc/booke pmap.c > Log: > Eliminate track_modified_needed(), better known as pmap_track_modified() > on other platforms. We no longer need it because we do not create managed > mappings within the clean submap. > > Pointed out by: alc > > Revision Changes Path > 1.2 +8 -37 src/sys/powerpc/booke/pmap.c > > Thank you! From owner-cvs-src@FreeBSD.ORG Sun Apr 27 22:03:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 807A5106567A; Sun, 27 Apr 2008 22:03:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 505678FC12; Sun, 27 Apr 2008 22:03:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RM3uSj016815; Sun, 27 Apr 2008 22:03:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RM3uq3016814; Sun, 27 Apr 2008 22:03:56 GMT (envelope-from sam) Message-Id: <200804272203.m3RM3uq3016814@repoman.freebsd.org> From: Sam Leffler Date: Sun, 27 Apr 2008 22:03: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/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: Sun, 27 Apr 2008 22:03:58 -0000 sam 2008-04-27 22:03:56 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: restore the hal's channel list when doing getradiocaps so it's in sync with the 802.11 layer's list Revision Changes Path 1.181 +5 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Sun Apr 27 22:25:44 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B85B106566B; Sun, 27 Apr 2008 22:25:44 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id EE8E48FC12; Sun, 27 Apr 2008 22:25:43 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.14.2/8.14.2) with ESMTP id m3RLmBRJ054027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Apr 2008 01:48:11 +0400 (MSD) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.14.2/8.14.2/Submit) id m3RLmAQ7054026; Mon, 28 Apr 2008 01:48:10 +0400 (MSD) (envelope-from oleg) Date: Mon, 28 Apr 2008 01:48:10 +0400 From: Oleg Bulyzhin To: Andre Albsmeier Message-ID: <20080427214810.GB53909@lath.rinet.ru> References: <200804251029.m3PATQZJ014400@repoman.freebsd.org> <20080426153743.GA11411@curry.mchp.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080426153743.GA11411@curry.mchp.siemens.de> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw_pfil.c src/sys/net if_bridge.c if_ethersubr.c src/sbin/ipfw ipfw.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, 27 Apr 2008 22:25:44 -0000 On Sat, Apr 26, 2008 at 05:37:43PM +0200, Andre Albsmeier wrote: > On Fri, 25-Apr-2008 at 10:29:26 +0000, Oleg Bulyzhin wrote: > > oleg 2008-04-25 10:29:26 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/netinet ip_dummynet.h ip_dummynet.c ip_fw_pfil.c > > sys/net if_bridge.c if_ethersubr.c > > sbin/ipfw ipfw.8 > > Log: > > MFC: > > src/sys/netinet/ip_dummynet.h 1.41 > > I am now getting > > /src/src-6/sys/modules/bridge/../../net/bridge.c: In function `bdg_forward': > /src/src-6/sys/modules/bridge/../../net/bridge.c:1122: warning: passing arg 1 of pointer to function from incompatible pointer type > *** Error code 1 > > when compiling sys/modules/bridge. Adding an '&' in front > of the first arg seems to fix it: > > ip_dn_io_ptr(&m, DN_TO_BDG_FWD, &args); > > -Andre mea culpa. fixed it yesterday. -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================ From owner-cvs-src@FreeBSD.ORG Sun Apr 27 22:33:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D9FF1065676; Sun, 27 Apr 2008 22:33:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62EF48FC18; Sun, 27 Apr 2008 22:33:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3RMXhuw018072; Sun, 27 Apr 2008 22:33:43 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RMXhD3018071; Sun, 27 Apr 2008 22:33:43 GMT (envelope-from marcel) Message-Id: <200804272233.m3RMXhD3018071@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Apr 2008 22:33:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.powerpc src/sys/powerpc/aim clock.c locore.S machdep.c mmu_oea.c mp_cpudep.c swtch.S trap_subr.S vm_machdep.c src/sys/powerpc/booke trap_subr.S src/sys/powerpc/conf NOTES src/sys/powerpc/include cpufunc.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, 27 Apr 2008 22:33:43 -0000 marcel 2008-04-27 22:33:43 UTC FreeBSD src repository Modified files: sys/conf files.powerpc sys/powerpc/aim clock.c locore.S machdep.c mmu_oea.c swtch.S trap_subr.S vm_machdep.c sys/powerpc/booke trap_subr.S sys/powerpc/conf NOTES sys/powerpc/include cpufunc.h pcpu.h sys/powerpc/powerpc intr_machdep.c mp_machdep.c openpic.c Added files: sys/powerpc/aim mp_cpudep.c Log: MFp4: SMP support Revision Changes Path 1.76 +1 -0 src/sys/conf/files.powerpc 1.34 +9 -31 src/sys/powerpc/aim/clock.c 1.28 +5 -5 src/sys/powerpc/aim/locore.S 1.115 +11 -4 src/sys/powerpc/aim/machdep.c 1.120 +60 -22 src/sys/powerpc/aim/mmu_oea.c 1.1 +231 -0 src/sys/powerpc/aim/mp_cpudep.c (new) 1.25 +12 -2 src/sys/powerpc/aim/swtch.S 1.19 +59 -12 src/sys/powerpc/aim/trap_subr.S 1.121 +0 -9 src/sys/powerpc/aim/vm_machdep.c 1.2 +2 -2 src/sys/powerpc/booke/trap_subr.S 1.17 +0 -2 src/sys/powerpc/conf/NOTES 1.24 +1 -9 src/sys/powerpc/include/cpufunc.h 1.27 +10 -5 src/sys/powerpc/include/pcpu.h 1.22 +29 -0 src/sys/powerpc/powerpc/intr_machdep.c 1.15 +269 -28 src/sys/powerpc/powerpc/mp_machdep.c 1.19 +16 -6 src/sys/powerpc/powerpc/openpic.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 03:04:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B0DA1065679; Mon, 28 Apr 2008 03:04:42 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0438FC0C; Mon, 28 Apr 2008 03:04:42 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3S34g5w042194; Mon, 28 Apr 2008 03:04:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3S34g2Z042193; Mon, 28 Apr 2008 03:04:42 GMT (envelope-from marcel) Message-Id: <200804280304.m3S34g2Z042193@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 28 Apr 2008 03:04:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim mmu_oea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 03:04:42 -0000 marcel 2008-04-28 03:04:42 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c Log: The first argment of mtdbatu or mtibatu is part of the encoding. It needs to be constant, so eliminate the loop and "hand-unroll". Revision Changes Path 1.121 +8 -7 src/sys/powerpc/aim/mmu_oea.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 05:30:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F85E1065670; Mon, 28 Apr 2008 05:30:24 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 161D68FC12; Mon, 28 Apr 2008 05:30:24 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3S5UNVJ057820; Mon, 28 Apr 2008 05:30:23 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3S5UN1X057819; Mon, 28 Apr 2008 05:30:23 GMT (envelope-from alc) Message-Id: <200804280530.m3S5UN1X057819@repoman.freebsd.org> From: Alan Cox Date: Mon, 28 Apr 2008 05:30: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/vm vm_map.c vm_map.h vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 05:30:24 -0000 alc 2008-04-28 05:30:23 UTC FreeBSD src repository Modified files: sys/vm vm_map.c vm_map.h vm_mmap.c Log: vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be passed by value. Revision Changes Path 1.395 +2 -3 src/sys/vm/vm_map.c 1.123 +2 -1 src/sys/vm/vm_map.h 1.219 +1 -1 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 07:15:59 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8526D106566C; Mon, 28 Apr 2008 07:15:59 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 0C0A38FC20; Mon, 28 Apr 2008 07:15:58 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [172.21.1.150]) (authenticated bits=0) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id m3S6kigL059203 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Apr 2008 08:46:44 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Message-ID: <481572D4.1090000@omnisec.de> Date: Mon, 28 Apr 2008 08:46:44 +0200 From: Harald Schmalzbauer Organization: OmniSEC User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: Poul-Henning Kamp References: <200802101914.m1AJEg9d066020@repoman.freebsd.org> In-Reply-To: <200802101914.m1AJEg9d066020@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig53B7EF26E5BBA90DC2454673" Cc: cvs-src@freebsd.org, src-committers@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 geode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 07:15:59 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig53B7EF26E5BBA90DC2454673 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Poul-Henning Kamp wrote am 10.02.2008 20:14 (localtime): > phk 2008-02-10 19:14:42 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/i386/i386 geode.c=20 > Log: > Add support for PC Engines ALIX boards. > =20 > Style cleanup. > =20 > Hide some messages behind bootverbose. > =20 > Revision Changes Path > 1.11 +74 -43 src/sys/i386/i386/geode.c I'd love to see this MFCd. I'm using 1.11 with RELENG_7 for 2 Months and = haven't had any problems. I can't imagine that the diff could cause any=20 trouble, but that's more "guessing" with my quiet limited C skills... Thanks, -Harry --------------enig53B7EF26E5BBA90DC2454673 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkgVctQACgkQLDqVQ9VXb8jcawCgx/SDhUfKyA7GSgi0LXt3Dtp4 pREAn0Tc3P9EY02ayhHIbU/2IHN1Hjo4 =PJ1C -----END PGP SIGNATURE----- --------------enig53B7EF26E5BBA90DC2454673-- From owner-cvs-src@FreeBSD.ORG Mon Apr 28 07:26:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A5781065681; Mon, 28 Apr 2008 07:26:35 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 254698FC1A; Mon, 28 Apr 2008 07:26:35 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3S7QZI3076408; Mon, 28 Apr 2008 07:26:35 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3S7QZ3G076407; Mon, 28 Apr 2008 07:26:35 GMT (envelope-from stefanf) Message-Id: <200804280726.m3S7QZ3G076407@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 28 Apr 2008 07:26: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/bin/sh expand.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 07:26:35 -0000 stefanf 2008-04-28 07:26:34 UTC FreeBSD src repository Modified files: bin/sh expand.c Log: Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file. Reported by: Jaakko Heinonen Revision Changes Path 1.52 +3 -6 src/bin/sh/expand.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 10:20:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E0471065676; Mon, 28 Apr 2008 10:20:09 +0000 (UTC) (envelope-from eric@anholt.net) Received: from vonnegut.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.freebsd.org (Postfix) with ESMTP id EE64B8FC2A; Mon, 28 Apr 2008 10:20:08 +0000 (UTC) (envelope-from eric@anholt.net) Received: from vonnegut.anholt.net (localhost [127.0.0.1]) by vonnegut.anholt.net (8.14.2/8.14.2) with ESMTP id m3ON7Vso096099; Thu, 24 Apr 2008 16:07:31 -0700 (PDT) (envelope-from eric@anholt.net) Received: (from anholt@localhost) by vonnegut.anholt.net (8.14.2/8.14.2/Submit) id m3ON7VjI096098; Thu, 24 Apr 2008 16:07:31 -0700 (PDT) (envelope-from eric@anholt.net) X-Authentication-Warning: vonnegut.anholt.net: anholt set sender to eric@anholt.net using -f From: Eric Anholt To: =?ISO-8859-1?Q?S=F8ren?= Schmidt In-Reply-To: References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> <86fxto1mhi.fsf@ds4.des.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ZA3WqzTKrJuJaUnfatRX" Date: Thu, 24 Apr 2008 16:07:29 -0700 Message-Id: <1209078450.5900.50.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port Cc: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 10:20:09 -0000 --=-ZA3WqzTKrJuJaUnfatRX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, 2008-04-14 at 17:42 +0200, S=C3=B8ren Schmidt wrote: > Hi >=20 > You have to set AHCI mode in the BIOS or the resources needed to use =20 > it wont be available, so yes its software but not ours :) Not sure if you've seen it, but Matthew Garrett has been working on the Linux side on prodding the hardware to flip to AHCI mode at boot. Might want to take a look at how that works. > -S=C3=B8ren > On 14Apr, 2008, at 17:31 , Dag-Erling Sm=C3=B8rgrav wrote: >=20 > > S=C3=B8ren Schmidt writes: > >> They arent, unless your HW runs in legacy emulation mode, then some > >> chipsets emulates master/slave pairs. > > > > Hmm, isn't that a matter of software more than hardware, i.e. the =20 > > driver > > switches to "native" mode when FreeBSD boots? > > > > Or perhaps I should double-check that the BIOS is set to "AHCI mode"? > > > > The hardware is ICH8, except for the DVDR drive which is on a POS > > JMicron controller: > > > > des@ds4 ~% grep \^ata /var/run/dmesg.boot > > atapci0: mem 0xf9000000-0xf9001fff irq 17 =20 > > at device 0.0 on pci4 > > atapci0: [ITHREAD] > > atapci0: AHCI Version 01.00 controller with 2 ports detected > > ata2: on atapci0 > > ata2: [ITHREAD] > > ata3: on atapci0 > > ata3: [ITHREAD] > > atapci1: port =20 > > 0xa000=20 > > -0xa007,0xa400-0xa403,0xa800-0xa807,0xac00-0xac03,0xb000-0xb00f irq =20 > > 18 at device 0.1 on pci4 > > atapci1: [ITHREAD] > > ata4: on atapci1 > > ata4: [ITHREAD] > > atapci2: port =20 > > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f,0xfc00-0xfc0f at =20 > > device 31.2 on pci0 > > ata0: on atapci2 > > ata0: [ITHREAD] > > ata1: on atapci2 > > ata1: [ITHREAD] > > atapci3: port =20 > > 0xd800=20 > > -0xd807,0xdc00-0xdc03,0xe000-0xe007,0xe400-0xe403,0xe800-0xe80f,=20 > > 0xec00-0xec0f irq 19 at device 31.5 on pci0 > > atapci3: [ITHREAD] > > ata5: on atapci3 > > ata5: [ITHREAD] > > ata6: on atapci3 > > ata6: [ITHREAD] > > des@ds4 ~% sudo atacontrol list > > ATA channel 0: > > Master: ad0 Serial ATA v1.0 > > Slave: ad1 Serial ATA II > > ATA channel 1: > > Master: ad2 Serial ATA II > > Slave: ad3 Serial ATA II > > ATA channel 2: > > Master: no device present > > Slave: no device present > > ATA channel 3: > > Master: no device present > > Slave: no device present > > ATA channel 4: > > Master: acd0 ATA/ATAPI revision 6 > > Slave: no device present > > ATA channel 5: > > Master: ad10 Serial ATA II > > Slave: no device present > > ATA channel 6: > > Master: ad12 Serial ATA II > > Slave: no device present > > > > DES > > --=20 > > Dag-Erling Sm=C3=B8rgrav - des@des.no > > > > >=20 --=20 Eric Anholt anholt@FreeBSD.org eric@anholt.net eric.anholt@intel.com --=-ZA3WqzTKrJuJaUnfatRX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgRErEACgkQHUdvYGzw6vdcYgCfRsxufLiGS6M+0SkfXxAzqQFW 03UAoJUKTXzAagkQUowI5904QuxQKknX =zDEE -----END PGP SIGNATURE----- --=-ZA3WqzTKrJuJaUnfatRX-- From owner-cvs-src@FreeBSD.ORG Mon Apr 28 14:11:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2DDA106564A; Mon, 28 Apr 2008 14:11:23 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 920E28FC1F; Mon, 28 Apr 2008 14:11:23 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SEBNOu021611; Mon, 28 Apr 2008 14:11:23 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SEBNhP021610; Mon, 28 Apr 2008 14:11:23 GMT (envelope-from pjd) Message-Id: <200804281411.m3SEBNhP021610@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 28 Apr 2008 14: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/share/man/man4 ddb.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, 28 Apr 2008 14:11:23 -0000 pjd 2008-04-28 14:11:23 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Document 'show mount' command. Revision Changes Path 1.50 +7 -1 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Mon Apr 28 14:54:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 257FD1065677; Mon, 28 Apr 2008 14:54:18 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03FC68FC19; Mon, 28 Apr 2008 14:54:18 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SEsHMC022847; Mon, 28 Apr 2008 14:54:17 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SEsH2d022845; Mon, 28 Apr 2008 14:54:17 GMT (envelope-from gonzo) Message-Id: <200804281454.m3SEsH2d022845@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Mon, 28 Apr 2008 14:54:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.endian.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 14:54:18 -0000 gonzo 2008-04-28 14:54:17 UTC FreeBSD src repository Modified files: share/mk bsd.endian.mk Log: Handle endianness for mips Approved by: cognet (mentor) Revision Changes Path 1.5 +4 -2 src/share/mk/bsd.endian.mk From owner-cvs-src@FreeBSD.ORG Mon Apr 28 15:26:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CDBD1065672; Mon, 28 Apr 2008 15:26:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4A68FC0A; Mon, 28 Apr 2008 15:26:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SFQCok025094; Mon, 28 Apr 2008 15:26:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SFQCLN025093; Mon, 28 Apr 2008 15:26:12 GMT (envelope-from jhb) Message-Id: <200804281526.m3SFQCLN025093@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Apr 2008 15:26:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb kld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 15:26:12 -0000 jhb 2008-04-28 15:26:12 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kld.c Log: Remove the 'add_kld_command' arg from load_kld(). It is always true since the auto-loading of kld's switched to hooking into gdb's shared library support. MFC after: 1 week Revision Changes Path 1.8 +5 -12 src/gnu/usr.bin/gdb/kgdb/kld.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 16:19:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22F3106564A; Mon, 28 Apr 2008 16:19:36 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C02288FC1B; Mon, 28 Apr 2008 16:19:36 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SGJauj031208; Mon, 28 Apr 2008 16:19:36 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SGJaNE031207; Mon, 28 Apr 2008 16:19:36 GMT (envelope-from bz) Message-Id: <200804281619.m3SGJaNE031207@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 28 Apr 2008 16: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/netipsec key.c src/sys/netkey key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 16:19:37 -0000 bz 2008-04-28 16:19:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipsec key.c sys/netkey key.c Log: MFC: sys/netipsec/key.c rev. 1.31, also apply to sys/netkey/key.c not present in 7.x/8. Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.c In case of "new SA", we must check the hard lifetime of the old SA to find out if it is not permanent and we can delete it. Submitted by: sakane via gnn Revision Changes Path 1.20.2.6 +1 -1 src/sys/netipsec/key.c 1.71.2.3 +1 -1 src/sys/netkey/key.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 16:57:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6DFA1065689; Mon, 28 Apr 2008 16:57:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 947A28FC0C; Mon, 28 Apr 2008 16:57:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SGvu7g041511; Mon, 28 Apr 2008 16:57:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SGvuL7041510; Mon, 28 Apr 2008 16:57:56 GMT (envelope-from rwatson) Message-Id: <200804281657.m3SGvuL7041510@repoman.freebsd.org> From: Robert Watson Date: Mon, 28 Apr 2008 16:57: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/libc/sys sctp_generic_recvmsg.2 sctp_peeloff.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: Mon, 28 Apr 2008 16:57:56 -0000 rwatson 2008-04-28 16:57:56 UTC FreeBSD src repository Modified files: lib/libc/sys sctp_generic_recvmsg.2 sctp_peeloff.2 Log: Correct minor typos in SCTP man pages. MFC after: 3 days Revision Changes Path 1.4 +0 -1 src/lib/libc/sys/sctp_generic_recvmsg.2 1.4 +1 -1 src/lib/libc/sys/sctp_peeloff.2 From owner-cvs-src@FreeBSD.ORG Mon Apr 28 17:25:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F4E81065673; Mon, 28 Apr 2008 17:25:28 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D38B8FC15; Mon, 28 Apr 2008 17:25:28 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SHPS7i043502; Mon, 28 Apr 2008 17:25:28 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SHPShs043501; Mon, 28 Apr 2008 17:25:28 GMT (envelope-from alc) Message-Id: <200804281725.m3SHPShs043501@repoman.freebsd.org> From: Alan Cox Date: Mon, 28 Apr 2008 17:25: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/vm vm_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 17:25:28 -0000 alc 2008-04-28 17:25:27 UTC FreeBSD src repository Modified files: sys/vm vm_kern.c Log: Eliminate pointless casts from kmem_suballoc(). Revision Changes Path 1.133 +2 -2 src/sys/vm/vm_kern.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 18:27:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54E27106566C; Mon, 28 Apr 2008 18:27:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 320BA8FC1C; Mon, 28 Apr 2008 18:27:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SIRK76049324; Mon, 28 Apr 2008 18:27:20 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SIRKfb049323; Mon, 28 Apr 2008 18:27:20 GMT (envelope-from jhb) Message-Id: <200804281827.m3SIRKfb049323@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Apr 2008 18:27: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/gnu/usr.bin/gdb/kgdb trgt_i386.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Apr 2008 18:27:20 -0000 jhb 2008-04-28 18:27:19 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_i386.c Log: Use kgdb_parse() instead of libkvm(3) to read the first instruction from "calltrap" to see which method is used to pass trap frames. This seg faulted on remote gdb connections (where libkvm isn't used). MFC after: 3 days Revision Changes Path 1.9 +9 -16 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 19:42:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F82E106567A; Mon, 28 Apr 2008 19:42:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AEFE8FC12; Mon, 28 Apr 2008 19:42:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SJgBZn052895; Mon, 28 Apr 2008 19:42:11 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SJgBSn052894; Mon, 28 Apr 2008 19:42:11 GMT (envelope-from jkim) Message-Id: <200804281942.m3SJgBSn052894@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 28 Apr 2008 19:42: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/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 19:42:12 -0000 jkim 2008-04-28 19:42:11 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Check packet directions more properly instead of just checking received interface is null. PR: kern/123138 Submitted by: Dmitry (hanabana at mail dot ru) MFC after: 1 week Revision Changes Path 1.194 +5 -5 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 20:47:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 927CF1065673; Mon, 28 Apr 2008 20:47:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 651AA8FC0A; Mon, 28 Apr 2008 20:47:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SKldf4065024; Mon, 28 Apr 2008 20:47:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SKldZF065023; Mon, 28 Apr 2008 20:47:39 GMT (envelope-from jhb) Message-Id: <200804282047.m3SKldZF065023@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Apr 2008 20:47:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/gdb gdb_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, 28 Apr 2008 20:47:39 -0000 jhb 2008-04-28 20:47:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/gdb gdb_main.c Log: MFC: Add support for detach packets. Revision Changes Path 1.7.2.1 +5 -0 src/sys/gdb/gdb_main.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 20:48:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F4C106566C; Mon, 28 Apr 2008 20:48:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01CEE8FC0C; Mon, 28 Apr 2008 20:48:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SKmghI065074; Mon, 28 Apr 2008 20:48:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SKmgiw065073; Mon, 28 Apr 2008 20:48:42 GMT (envelope-from jhb) Message-Id: <200804282048.m3SKmgiw065073@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Apr 2008 20:48:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/gdb gdb_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, 28 Apr 2008 20:48:43 -0000 jhb 2008-04-28 20:48:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/gdb gdb_main.c Log: MFC: Support for the detach packet. Revision Changes Path 1.5.2.1 +5 -0 src/sys/gdb/gdb_main.c From owner-cvs-src@FreeBSD.ORG Mon Apr 28 20:58:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 244AC1065670; Mon, 28 Apr 2008 20:58:21 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id D488C8FC1C; Mon, 28 Apr 2008 20:58:20 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id EC5A41CC157; Mon, 28 Apr 2008 22:43:13 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 3D9BB1141D; Mon, 28 Apr 2008 22:43:13 +0200 (CEST) Date: Mon, 28 Apr 2008 22:43:12 +0200 From: Henrik Brix Andersen To: Sam Leffler Message-ID: <20080428204312.GA98038@tirith.brixandersen.dk> Mail-Followup-To: Sam Leffler , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200804272203.m3RM3uq3016814@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <200804272203.m3RM3uq3016814@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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, 28 Apr 2008 20:58:21 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 27, 2008 at 10:03:56PM +0000, Sam Leffler wrote: > sam 2008-04-27 22:03:56 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ath if_ath.c=20 > Log: > restore the hal's channel list when doing getradiocaps so it's in sync = with > the 802.11 layer's list Thanks! Brix --=20 Henrik Brix Andersen --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkgWNuAACgkQv+Q4flTiePg7NACgpQOL7zt9ZdElBKzFCGOqZ9qf Rg8AnivKMKOmn/m+PSxWn/C57wloVVU6 =0Pry -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-cvs-src@FreeBSD.ORG Mon Apr 28 21:08:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39445106564A; Mon, 28 Apr 2008 21:08:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26C808FC1B; Mon, 28 Apr 2008 21:08:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SL8hUK066864; Mon, 28 Apr 2008 21:08:43 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SL8gpS066863; Mon, 28 Apr 2008 21:08:42 GMT (envelope-from delphij) Message-Id: <200804282108.m3SL8gpS066863@repoman.freebsd.org> From: Xin LI Date: Mon, 28 Apr 2008 21:08:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/talk ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.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, 28 Apr 2008 21:08:43 -0000 delphij 2008-04-28 21:08:42 UTC FreeBSD src repository Modified files: usr.bin/talk ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.h Log: ANSIfy function prototypes. While I am there, constify some parameters and make use of C99 sparse initialization for static variables, this makes talk(1) to compile cleanly with WARNS=6. Revision Changes Path 1.11 +6 -7 src/usr.bin/talk/ctl.c 1.8 +1 -5 src/usr.bin/talk/ctl_transact.c 1.12 +3 -10 src/usr.bin/talk/display.c 1.6 +1 -2 src/usr.bin/talk/get_addrs.c 1.11 +1 -3 src/usr.bin/talk/get_iface.c 1.10 +2 -4 src/usr.bin/talk/get_names.c 1.15 +6 -7 src/usr.bin/talk/init_disp.c 1.10 +4 -5 src/usr.bin/talk/invite.c 1.17 +4 -6 src/usr.bin/talk/io.c 1.9 +2 -3 src/usr.bin/talk/look_up.c 1.7 +3 -4 src/usr.bin/talk/msgs.c 1.12 +2 -4 src/usr.bin/talk/talk.c 1.6 +1 -1 src/usr.bin/talk/talk.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 00:51:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6316B106566B; Tue, 29 Apr 2008 00:51:21 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31AD88FC12; Tue, 29 Apr 2008 00:51:21 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T0pLrp088864; Tue, 29 Apr 2008 00:51:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T0pLrY088863; Tue, 29 Apr 2008 00:51:21 GMT (envelope-from imp) Message-Id: <200804290051.m3T0pLrY088863@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Apr 2008 00:51:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 00:51:21 -0000 imp 2008-04-29 00:51:21 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add Epson DX8400 scanner. PR: 123148 Submitted by: Bill Squire Revision Changes Path 1.349 +1 -0 src/sys/dev/usb/usbdevs 1.91 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 00:53:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 660151065685; Tue, 29 Apr 2008 00:53:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34FA48FC1C; Tue, 29 Apr 2008 00:53:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T0rCxq088946; Tue, 29 Apr 2008 00:53:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T0rCWw088945; Tue, 29 Apr 2008 00:53:12 GMT (envelope-from imp) Message-Id: <200804290053.m3T0rCWw088945@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Apr 2008 00:53: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/share/man/man4 uscanner.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 00:53:12 -0000 imp 2008-04-29 00:53:12 UTC FreeBSD src repository Modified files: share/man/man4 uscanner.4 Log: mention DX8400/50 Revision Changes Path 1.33 +3 -2 src/share/man/man4/uscanner.4 From owner-cvs-src@FreeBSD.ORG Tue Apr 29 01:32:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2733F106566C; Tue, 29 Apr 2008 01:32:43 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9D4A8FC19; Tue, 29 Apr 2008 01:32:42 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T1Wggx091180; Tue, 29 Apr 2008 01:32:42 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T1Wga6091179; Tue, 29 Apr 2008 01:32:42 GMT (envelope-from jasone) Message-Id: <200804290132.m3T1Wga6091179@repoman.freebsd.org> From: Jason Evans Date: Tue, 29 Apr 2008 01:32:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Tue, 29 Apr 2008 01:32:43 -0000 jasone 2008-04-29 01:32:42 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Check for integer overflow before calling sbrk(2), since it uses a signed increment argument, but the size is an unsigned integer. Revision Changes Path 1.169 +7 -0 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 03:48:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3A31106564A; Tue, 29 Apr 2008 03:48:48 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B17A68FC0A; Tue, 29 Apr 2008 03:48:48 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T3mm9j097630; Tue, 29 Apr 2008 03:48:48 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T3mmwm097629; Tue, 29 Apr 2008 03:48:48 GMT (envelope-from davidxu) Message-Id: <200804290348.m3T3mmwm097629@repoman.freebsd.org> From: David Xu Date: Tue, 29 Apr 2008 03:48: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/sys umtx.h src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 03:48:49 -0000 davidxu 2008-04-29 03:48:48 UTC FreeBSD src repository Modified files: sys/sys umtx.h sys/kern kern_umtx.c Log: Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to allow userland to specify that an address is not shared by multiple processes. Revision Changes Path 1.69 +62 -12 src/sys/kern/kern_umtx.c 1.32 +9 -7 src/sys/sys/umtx.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 03:58:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20CD41065673; Tue, 29 Apr 2008 03:58:19 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 066F98FC1B; Tue, 29 Apr 2008 03:58:19 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T3wIge097986; Tue, 29 Apr 2008 03:58:18 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T3wI7Y097985; Tue, 29 Apr 2008 03:58:18 GMT (envelope-from davidxu) Message-Id: <200804290358.m3T3wI7Y097985@repoman.freebsd.org> From: David Xu Date: Tue, 29 Apr 2008 03:58:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_create.c thr_exit.c thr_private.h thr_resume_np.c thr_sem.c thr_sig.c thr_suspend_np.c thr_umtx.c thr_umtx.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, 29 Apr 2008 03:58:19 -0000 davidxu 2008-04-29 03:58:18 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_create.c thr_exit.c thr_private.h thr_resume_np.c thr_sem.c thr_sig.c thr_suspend_np.c thr_umtx.c thr_umtx.h Log: Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save time in kernel(avoid VM lookup). Revision Changes Path 1.46 +1 -1 src/lib/libthr/thread/thr_create.c 1.28 +1 -1 src/lib/libthr/thread/thr_exit.c 1.93 +1 -1 src/lib/libthr/thread/thr_private.h 1.12 +1 -1 src/lib/libthr/thread/thr_resume_np.c 1.15 +4 -4 src/lib/libthr/thread/thr_sem.c 1.29 +3 -3 src/lib/libthr/thread/thr_sig.c 1.10 +1 -1 src/lib/libthr/thread/thr_suspend_np.c 1.16 +6 -5 src/lib/libthr/thread/thr_umtx.c 1.13 +2 -2 src/lib/libthr/thread/thr_umtx.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 05:48:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C46E81065672; Tue, 29 Apr 2008 05:48:08 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92D728FC12; Tue, 29 Apr 2008 05:48:08 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T5m8pA018377; Tue, 29 Apr 2008 05:48:08 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T5m7OR018376; Tue, 29 Apr 2008 05:48:07 GMT (envelope-from davidxu) Message-Id: <200804290548.m3T5m7OR018376@repoman.freebsd.org> From: David Xu Date: Tue, 29 Apr 2008 05:48: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_thr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 05:48:08 -0000 davidxu 2008-04-29 05:48:05 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: Fix compiling problem. Revision Changes Path 1.68 +1 -1 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 06:48:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C932E106566B; Tue, 29 Apr 2008 06:48:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 971858FC14; Tue, 29 Apr 2008 06:48:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T6m0cC021346; Tue, 29 Apr 2008 06:48:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T6m0S1021345; Tue, 29 Apr 2008 06:48:00 GMT (envelope-from ru) Message-Id: <200804290648.m3T6m0S1021345@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Apr 2008 06:48: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/usr.bin/fstat Makefile src/usr.bin/fstat/zfs zfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 06:48:00 -0000 ru 2008-04-29 06:48:00 UTC FreeBSD src repository Modified files: usr.bin/fstat Makefile Removed files: usr.bin/fstat/zfs zfs.c Log: - Fix makefile so it doesn't break the build in some corner cases. [1] - Remove an extra copy of zfs.c. Reported by: yar [1] Revision Changes Path 1.12 +3 -1 src/usr.bin/fstat/Makefile 1.3 +0 -133 src/usr.bin/fstat/zfs/zfs.c (dead) From owner-cvs-src@FreeBSD.ORG Tue Apr 29 06:54:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B4811065675; Tue, 29 Apr 2008 06:54:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1D38FC19; Tue, 29 Apr 2008 06:54:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T6sDSF021547; Tue, 29 Apr 2008 06:54:13 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T6sDRT021546; Tue, 29 Apr 2008 06:54:13 GMT (envelope-from ru) Message-Id: <200804290654.m3T6sDRT021546@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Apr 2008 06:54:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fstat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 06:54:13 -0000 ru 2008-04-29 06:54:12 UTC FreeBSD src repository Modified files: usr.bin/fstat Makefile Log: Don't depend on the modification time of the "zfs" subdir. Revision Changes Path 1.13 +1 -2 src/usr.bin/fstat/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 29 07:35:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A8A21065703; Tue, 29 Apr 2008 07:35:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9078FC15; Tue, 29 Apr 2008 07:35:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T7ZVup024197; Tue, 29 Apr 2008 07:35:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T7ZV77024196; Tue, 29 Apr 2008 07:35:31 GMT (envelope-from pjd) Message-Id: <200804290735.m3T7ZV77024196@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 29 Apr 2008 07:35:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/stat stat.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, 29 Apr 2008 07:35:32 -0000 pjd 2008-04-29 07:35:31 UTC FreeBSD src repository Modified files: usr.bin/stat stat.1 Log: The referenced section name is 'Formats', not 'FORMATS'. Revision Changes Path 1.10 +1 -1 src/usr.bin/stat/stat.1 From owner-cvs-src@FreeBSD.ORG Tue Apr 29 08:16:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C93C9106564A; Tue, 29 Apr 2008 08:16:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99D3F8FC2A; Tue, 29 Apr 2008 08:16:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T8G5Uw027101; Tue, 29 Apr 2008 08:16:05 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T8G5pH027100; Tue, 29 Apr 2008 08:16:05 GMT (envelope-from pjd) Message-Id: <200804290816.m3T8G5pH027100@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 29 Apr 2008 08:16: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/share/man/man4 termios.4 src/share/man/man9 BUS_SETUP_INTR.9 src/usr.bin/fstat fstat.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, 29 Apr 2008 08:16:05 -0000 pjd 2008-04-29 08:16:05 UTC FreeBSD src repository Modified files: share/man/man4 termios.4 share/man/man9 BUS_SETUP_INTR.9 usr.bin/fstat fstat.1 Log: Fix some section references. Revision Changes Path 1.31 +3 -3 src/share/man/man4/termios.4 1.23 +2 -2 src/share/man/man9/BUS_SETUP_INTR.9 1.27 +1 -1 src/usr.bin/fstat/fstat.1 From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:08:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B664106564A; Tue, 29 Apr 2008 09:08:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E29FB8FC36; Tue, 29 Apr 2008 09:08:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T98Xge040353; Tue, 29 Apr 2008 09:08:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T98XvS040352; Tue, 29 Apr 2008 09:08:33 GMT (envelope-from rwatson) Message-Id: <200804290908.m3T98XvS040352@repoman.freebsd.org> From: Robert Watson Date: Tue, 29 Apr 2008 09:08: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 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 09:08:34 -0000 rwatson 2008-04-29 09:08:33 UTC FreeBSD src repository Modified files: . Makefile Log: Mention -U and -ai arguments to mergemaster in a comment for the general mergemaster line. MFC after: 3 days Suggested by: Ben Laurie Revision Changes Path 1.348 +1 -1 src/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:12:01 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21754106568D; Tue, 29 Apr 2008 09:12:01 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id D135A8FC17; Tue, 29 Apr 2008 09:12:00 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 4E99A731A6; Tue, 29 Apr 2008 10:56:27 +0200 (CEST) Date: Tue, 29 Apr 2008 10:56:27 +0200 From: Luigi Rizzo To: Warner Losh Message-ID: <20080429085627.GA55779@onelab2.iet.unipi.it> References: <200804290051.m3T0pLrY088863@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804290051.m3T0pLrY088863@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 09:12:01 -0000 On Tue, Apr 29, 2008 at 12:51:21AM +0000, Warner Losh wrote: > imp 2008-04-29 00:51:21 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb usbdevs uscanner.c > Log: > Add Epson DX8400 scanner. we really need a way to make these tables of device IDS/quirks configurable at runtime! cheers luigi From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:16:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E4C106564A; Tue, 29 Apr 2008 09:16:20 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6813B8FC1C; Tue, 29 Apr 2008 09:16:20 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T9GKX7040630; Tue, 29 Apr 2008 09:16:20 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T9GKHX040629; Tue, 29 Apr 2008 09:16:20 GMT (envelope-from rrs) Message-Id: <200804290916.m3T9GKHX040629@repoman.freebsd.org> From: Randall Stewart Date: Tue, 29 Apr 2008 09:16:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 09:16:20 -0000 rrs 2008-04-29 09:16:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_output.c Log: 1) adds some additional logging 2) changes to use a inqueue_bytes calculated value in max_len calc's. Revision Changes Path 1.58.2.5 +106 -1 src/sys/netinet/sctp_output.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:17:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD5761065677; Tue, 29 Apr 2008 09:17:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4958FC29; Tue, 29 Apr 2008 09:17:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T9Hdul040725; Tue, 29 Apr 2008 09:17:39 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T9HdTI040724; Tue, 29 Apr 2008 09:17:39 GMT (envelope-from rrs) Message-Id: <200804290917.m3T9HdTI040724@repoman.freebsd.org> From: Randall Stewart Date: Tue, 29 Apr 2008 09:17:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sys protosw.h socket.h src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 09:17:39 -0000 rrs 2008-04-29 09:17:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys protosw.h socket.h sys/kern uipc_socket.c Log: Add pru_flush routine so a transport can flush itself during Shutdown Revision Changes Path 1.302.2.3 +3 -1 src/sys/kern/uipc_socket.c 1.57.2.1 +2 -1 src/sys/sys/protosw.h 1.95.2.1 +6 -0 src/sys/sys/socket.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:18:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636D21065673; Tue, 29 Apr 2008 09:18:30 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36A208FC24; Tue, 29 Apr 2008 09:18:30 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T9IU0Y040780; Tue, 29 Apr 2008 09:18:30 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T9IUAn040779; Tue, 29 Apr 2008 09:18:30 GMT (envelope-from rrs) Message-Id: <200804290918.m3T9IUAn040779@repoman.freebsd.org> From: Randall Stewart Date: Tue, 29 Apr 2008 09:18:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_input.c sctp_usrreq.c sctp_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: Tue, 29 Apr 2008 09:18:30 -0000 rrs 2008-04-29 09:18:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_input.c sctp_usrreq.c sctp_var.h Log: Use the pru_flush infrastructure to avoid a panic Revision Changes Path 1.65.2.3 +28 -1 src/sys/netinet/sctp_input.c 1.48.2.5 +32 -0 src/sys/netinet/sctp_usrreq.c 1.20.2.2 +2 -0 src/sys/netinet/sctp_var.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:20:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17EE4106568C; Tue, 29 Apr 2008 09:20:26 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF0EA8FC15; Tue, 29 Apr 2008 09:20:25 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T9KPQL040978; Tue, 29 Apr 2008 09:20:25 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T9KPTe040977; Tue, 29 Apr 2008 09:20:25 GMT (envelope-from rrs) Message-Id: <200804290920.m3T9KPTe040977@repoman.freebsd.org> From: Randall Stewart Date: Tue, 29 Apr 2008 09:20:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_indata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 09:20:26 -0000 rrs 2008-04-29 09:20:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_indata.c Log: Protection against errant sender sending a stream seq number out of order with no missing TSN's (a cisco box has this problem which will make a ssn be held forever). Revision Changes Path 1.45.2.4 +7 -1 src/sys/netinet/sctp_indata.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:21:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 088661065689; Tue, 29 Apr 2008 09:21:53 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D01278FC24; Tue, 29 Apr 2008 09:21:52 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T9Lqur041049; Tue, 29 Apr 2008 09:21:52 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T9Lqxd041048; Tue, 29 Apr 2008 09:21:52 GMT (envelope-from rrs) Message-Id: <200804290921.m3T9Lqxd041048@repoman.freebsd.org> From: Randall Stewart Date: Tue, 29 Apr 2008 09:21:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet sctp_constants.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, 29 Apr 2008 09:21:53 -0000 rrs 2008-04-29 09:21:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_constants.h Log: Logging changes from MFC Revision Changes Path 1.32.2.3 +29 -28 src/sys/netinet/sctp_constants.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 09:26:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0E131065676; Tue, 29 Apr 2008 09:26:33 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A476B8FC12; Tue, 29 Apr 2008 09:26:33 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T9QXDS041243; Tue, 29 Apr 2008 09:26:33 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T9QXdV041242; Tue, 29 Apr 2008 09:26:33 GMT (envelope-from rrs) Message-Id: <200804290926.m3T9QXdV041242@repoman.freebsd.org> From: Randall Stewart Date: Tue, 29 Apr 2008 09:26:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet6 sctp6_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, 29 Apr 2008 09:26:33 -0000 rrs 2008-04-29 09:26:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 sctp6_usrreq.c Log: - Have SCTP use the new pru_flush functionality Revision Changes Path 1.41.2.1 +1 -0 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 11:17:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEBE21065681; Tue, 29 Apr 2008 11:17:45 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97D3A8FC15; Tue, 29 Apr 2008 11:17:45 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TBHjkN050980; Tue, 29 Apr 2008 11:17:45 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TBHjw3050979; Tue, 29 Apr 2008 11:17:45 GMT (envelope-from gonzo) Message-Id: <200804291117.m3TBHjw3050979@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Tue, 29 Apr 2008 11:17:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys user.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, 29 Apr 2008 11:17:46 -0000 gonzo 2008-04-29 11:17:45 UTC FreeBSD src repository Modified files: sys/sys user.h Log: Define KINFO_PROC_SIZE for mips. Approved by: cognet (mentor) Revision Changes Path 1.75 +3 -0 src/sys/sys/user.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 11:28:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA454106566C; Tue, 29 Apr 2008 11:28:10 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF5CB8FC0A; Tue, 29 Apr 2008 11:28:10 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TBSAWs051530; Tue, 29 Apr 2008 11:28:10 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TBSABY051529; Tue, 29 Apr 2008 11:28:10 GMT (envelope-from gonzo) Message-Id: <200804291128.m3TBSABY051529@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Tue, 29 Apr 2008 11:28: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/conf kern.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 11:28:11 -0000 gonzo 2008-04-29 11:28:10 UTC FreeBSD src repository Modified files: sys/conf kern.mk Log: Define INLINE_LIMIT and additional CFLAGS for mips. Approved by: cognet (mentor) Revision Changes Path 1.53 +9 -0 src/sys/conf/kern.mk From owner-cvs-src@FreeBSD.ORG Tue Apr 29 13:02:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3829110656BF; Tue, 29 Apr 2008 13:02:22 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DBB48FC2D; Tue, 29 Apr 2008 13:02:22 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TD2LFl068980; Tue, 29 Apr 2008 13:02:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TD2LEh068979; Tue, 29 Apr 2008 13:02:21 GMT (envelope-from phk) Message-Id: <200804291302.m3TD2LEh068979@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 29 Apr 2008 13:02: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: Tue, 29 Apr 2008 13:02:22 -0000 phk 2008-04-29 13:02:21 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: This bloke has his priorities straight: +"Can you be more stupid than aggravating the judge AND your lawyer? +No? Oh yes you can: You can aggravate the whole kernel community." + -- Alexander Lyamin (about Hans Reisers murder trial) Found at: http://www.news.com/8301-10784_3-9925607-7.html?tag=nefd.top Revision Changes Path 1.263 +4 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Tue Apr 29 13:41:20 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7599C106567E for ; Tue, 29 Apr 2008 13:41:20 +0000 (UTC) (envelope-from yar.tikhiy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id F37748FC19 for ; Tue, 29 Apr 2008 13:41:19 +0000 (UTC) (envelope-from yar.tikhiy@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1085314uge.37 for ; Tue, 29 Apr 2008 06:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=JWYHVBH9AodGzqrNPbui5xSvlTk0oY9BHneAgs9cHa8=; b=rAml9rt70nSzW8BhKglHJ8Hrh+bI6l2pTyCSyJLIVe3Rh4djEuhOZzvmZmGLfOdzksVGMwaL+Ro4V/xTc3vCAwf861AHO1ITFR94mwUzSxuSi/Si7/ReVagCdhsmm/jqriCmKkNUCkmsr+Pepq1/wBo0WxsGU2Xh5QhVi5fsgdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uMnKYbt3E3BMiTT4LDVh3MnuwDuPr8AglykhrL7lRTUTldX3olIvMVywItvzMmz3nxic3IUNkkP3tUbyOeQoiOx6lp4kxRXtktU79ieh/oKTOX1A/241Heu8fymzwvyUg2/+QssH1aST9sNYCof2yIT+PtnXBclCmNxwhsmMc4c= Received: by 10.66.217.20 with SMTP id p20mr6416724ugg.51.1209476478823; Tue, 29 Apr 2008 06:41:18 -0700 (PDT) Received: by 10.67.100.9 with HTTP; Tue, 29 Apr 2008 06:41:18 -0700 (PDT) Message-ID: Date: Tue, 29 Apr 2008 17:41:18 +0400 From: "Yar Tikhiy" Sender: yar.tikhiy@gmail.com To: "Oleksandr Tymoshenko" In-Reply-To: <200804291117.m3TBHjw3050979@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804291117.m3TBHjw3050979@repoman.freebsd.org> X-Google-Sender-Auth: c15e44ec56cc025a Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys user.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, 29 Apr 2008 13:41:20 -0000 On Tue, Apr 29, 2008 at 3:17 PM, Oleksandr Tymoshenko wrote: > gonzo 2008-04-29 11:17:45 UTC > > FreeBSD src repository > > Modified files: > sys/sys user.h > Log: > Define KINFO_PROC_SIZE for mips. > > Approved by: cognet (mentor) > > Revision Changes Path > 1.75 +3 -0 src/sys/sys/user.h > Perhaps it's time to introduce MD .h files for that instead of adding MD #ifdefs to the MI .h file, isn't it? I.e., can include , which can define KINFO_PROC_SIZE and its possible friends. -- Yar From owner-cvs-src@FreeBSD.ORG Tue Apr 29 14:30:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850031065680; Tue, 29 Apr 2008 14:30:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 599B58FC26; Tue, 29 Apr 2008 14:30:49 +0000 (UTC) (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 D2C0546C18; Tue, 29 Apr 2008 10:30:48 -0400 (EDT) Date: Tue, 29 Apr 2008 15:30:48 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Randall Stewart In-Reply-To: <200804290917.m3T9HdTI040724@repoman.freebsd.org> Message-ID: <20080429153015.Y39992@fledge.watson.org> References: <200804290917.m3T9HdTI040724@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys protosw.h socket.h src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 14:30:49 -0000 On Tue, 29 Apr 2008, Randall Stewart wrote: > rrs 2008-04-29 09:17:39 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > sys/sys protosw.h socket.h > sys/kern uipc_socket.c > Log: > Add pru_flush routine so a transport can > flush itself during Shutdown Per my earlier e-mail, I'm not convinced it was safe to MFC this. Please see that e-mail for details. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Apr 29 15:45:44 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB911065675; Tue, 29 Apr 2008 15:45:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFD88FC22; Tue, 29 Apr 2008 15:45:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m3TFhgZp023478; Tue, 29 Apr 2008 09:43:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 29 Apr 2008 09:43:42 -0600 (MDT) Message-Id: <20080429.094342.74742248.imp@bsdimp.com> To: rizzo@iet.unipi.it From: Warner Losh In-Reply-To: <20080429085627.GA55779@onelab2.iet.unipi.it> References: <200804290051.m3T0pLrY088863@repoman.freebsd.org> <20080429085627.GA55779@onelab2.iet.unipi.it> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 15:45:44 -0000 From: Luigi Rizzo Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c Date: Tue, 29 Apr 2008 10:56:27 +0200 > On Tue, Apr 29, 2008 at 12:51:21AM +0000, Warner Losh wrote: > > imp 2008-04-29 00:51:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb usbdevs uscanner.c > > Log: > > Add Epson DX8400 scanner. > > we really need a way to make these tables of device IDS/quirks > configurable at runtime! True. However, as I keep saying, we need the IDs to be a mapping to another compatible device, otherwise drivers will break. Many of them do different things for different IDs, and forcing the driver to swallow an ID doesn't know about has issues. Warner From owner-cvs-src@FreeBSD.ORG Tue Apr 29 17:37:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D72C106566B; Tue, 29 Apr 2008 17:37:02 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73E428FC17; Tue, 29 Apr 2008 17:37:02 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3THb2gG004449; Tue, 29 Apr 2008 17:37:02 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3THb254004448; Tue, 29 Apr 2008 17:37:02 GMT (envelope-from ru) Message-Id: <200804291737.m3THb254004448@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Apr 2008 17: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/lib/libstand Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 17:37:02 -0000 ru 2008-04-29 17:37:02 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: Don't forget to clean the "machine" symlink on amd64, otherwise bad things may happen. Reported by: phk MFC after: 3 days Revision Changes Path 1.60 +3 -0 src/lib/libstand/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 29 17:42:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DA1F106564A; Tue, 29 Apr 2008 17:42:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D84C68FC19; Tue, 29 Apr 2008 17:42:42 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3THggZ0005074; Tue, 29 Apr 2008 17:42:42 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3THgg7p005073; Tue, 29 Apr 2008 17:42:42 GMT (envelope-from ru) Message-Id: <200804291742.m3THgg7p005073@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Apr 2008 17:42:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libstand Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 17:42:43 -0000 ru 2008-04-29 17:42:42 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: _setjmp.o was missing a dependency on "machine". Revision Changes Path 1.61 +1 -3 src/lib/libstand/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 29 17:43:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 970F91065673; Tue, 29 Apr 2008 17:43:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD3F8FC19; Tue, 29 Apr 2008 17:43:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3THhZBb005180; Tue, 29 Apr 2008 17:43:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3THhZqx005179; Tue, 29 Apr 2008 17:43:35 GMT (envelope-from jhb) Message-Id: <200804291743.m3THhZqx005179@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Apr 2008 17:43:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/stdio fopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 17:43:35 -0000 jhb 2008-04-29 17:43:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdio fopen.c Log: MFC: Fix a resource leak in the recent fixes for file descriptors > SHRT_MAX. Revision Changes Path 1.11.2.2 +1 -0 src/lib/libc/stdio/fopen.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 17:44:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 355F31065689; Tue, 29 Apr 2008 17:44:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2558FC1C; Tue, 29 Apr 2008 17:44:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3THi07o005253; Tue, 29 Apr 2008 17:44:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3THi0i2005248; Tue, 29 Apr 2008 17:44:00 GMT (envelope-from jhb) Message-Id: <200804291744.m3THi0i2005248@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Apr 2008 17:44: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/lib/libc/stdio fopen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 17:44:01 -0000 jhb 2008-04-29 17:44:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdio fopen.c Log: MFC: Fix a resource leak in the recent fixes for file descriptors > SHRT_MAX. Revision Changes Path 1.10.14.2 +1 -0 src/lib/libc/stdio/fopen.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 17:47:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B87481065675; Tue, 29 Apr 2008 17:47:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A822C8FC12; Tue, 29 Apr 2008 17:47:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3THlPh9005525; Tue, 29 Apr 2008 17:47:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3THlPCj005524; Tue, 29 Apr 2008 17:47:25 GMT (envelope-from jhb) Message-Id: <200804291747.m3THlPCj005524@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Apr 2008 17:47: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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 17:47:25 -0000 jhb 2008-04-29 17:47:25 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: - Add a global variable 'fbsdcoreops_suppress_target' that can be set to force the FreeBSD multithreaded core target to not register any target for handling core dumps. This is analogous to the 'coreops_suppress_target' variable that GDB provides for suppressing the default core dump target. KGDB will use this new variable so it can provide its own core dump target that uses libkvm to work with vmcore files. - Adjust the long name and documentation of the FreeBSD multithreaded core dump target so it better matches what GDB's core dump target uses. MFC after: 1 week Reviewed by: davidxu, marcel Revision Changes Path 1.17 +11 -2 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 19:47:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65403106566B; Tue, 29 Apr 2008 19:47:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 544728FC25; Tue, 29 Apr 2008 19:47:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TJlFna021975; Tue, 29 Apr 2008 19:47:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TJlDxh021974; Tue, 29 Apr 2008 19:47:13 GMT (envelope-from jhb) Message-Id: <200804291947.m3TJlDxh021974@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Apr 2008 19:47: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/bge if_bge.c if_bgereg.h src/sys/dev/mii brgphy.c brgphyreg.h miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 19:47:15 -0000 jhb 2008-04-29 19:47:13 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h sys/dev/mii brgphy.c brgphyreg.h miidevs Log: Add support for the BCM5906[M] adapters. These adapters only support 10/100 operation and place the mailbox registers at a different offset. They also do not have an EEPROM, so the MAC address must be read from NVRAM instead. MFC after: 1 month PR: kern/118975 Submitted by: benjsc, Thomas Nyström thn at saeab dot se Submitted by: sephe (original patch for DragonflyBSD) Revision Changes Path 1.208 +268 -59 src/sys/dev/bge/if_bge.c 1.78 +69 -0 src/sys/dev/bge/if_bgereg.h 1.74 +11 -2 src/sys/dev/mii/brgphy.c 1.11 +1 -0 src/sys/dev/mii/brgphyreg.h 1.54 +2 -0 src/sys/dev/mii/miidevs From owner-cvs-src@FreeBSD.ORG Tue Apr 29 19:55:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C74461065672; Tue, 29 Apr 2008 19:55:18 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9498FC25; Tue, 29 Apr 2008 19:55:18 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TJtIfb022303; Tue, 29 Apr 2008 19:55:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TJtIkn022302; Tue, 29 Apr 2008 19:55:18 GMT (envelope-from imp) Message-Id: <200804291955.m3TJtIkn022302@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Apr 2008 19:55:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src 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, 29 Apr 2008 19:55:18 -0000 imp 2008-04-29 19:55:18 UTC FreeBSD src repository Modified files: . UPDATING Log: More recommendations Revision Changes Path 1.527 +3 -1 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Apr 29 20:17:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42CC51065676; Tue, 29 Apr 2008 20:17:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19B288FC15; Tue, 29 Apr 2008 20:17:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TKHkDQ024398; Tue, 29 Apr 2008 20:17:46 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TKHkYi024397; Tue, 29 Apr 2008 20:17:46 GMT (envelope-from brooks) Message-Id: <200804292017.m3TKHkYi024397@repoman.freebsd.org> From: Brooks Davis Date: Tue, 29 Apr 2008 20:17:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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, 29 Apr 2008 20:17:47 -0000 brooks 2008-04-29 20:17:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man5 rc.conf.5 Log: MFC per ppp profile variable documentation (revs 1.336 and 1.337) PR: conf/121452, conf/122127 Revision Changes Path 1.327.2.5 +32 -3 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Apr 29 20:32:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91FB7106564A; Tue, 29 Apr 2008 20:32:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8015E8FC35; Tue, 29 Apr 2008 20:32:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TKWk2C025154; Tue, 29 Apr 2008 20:32:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TKWkbm025153; Tue, 29 Apr 2008 20:32:46 GMT (envelope-from jhb) Message-Id: <200804292032.m3TKWkbm025153@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Apr 2008 20:32: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/gnu/usr.bin/gdb/kgdb kgdb.h kld.c kthr.c main.c trgt.c trgt_amd64.c trgt_arm.c trgt_i386.c trgt_ia64.c trgt_powerpc.c trgt_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 20:32:46 -0000 jhb 2008-04-29 20:32:46 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kgdb.h kld.c kthr.c main.c trgt.c trgt_amd64.c trgt_arm.c trgt_i386.c trgt_ia64.c trgt_powerpc.c trgt_sparc64.c Log: Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ish so that kgdb can be used more like a normal gdb: - Load the kernel via the standard 'exec' target and allow it to be changed via the 'file' command. - Instead of explicitly loading the kernel file as the mail symbol file during startup, just pass it to gdb_main() as the executable file. - Change the kld support (via shared libraries) to cache the address of the linker_files and linker_kernel_file variables in addition to the offsets of various members in 'struct linker_file'. - When a new symbol file is loaded, recompute the addresses and offsets used by the kld support code. - When a new symbol file is loaded, recalculate the ofs_fix variable to account for the different ways a trapframe can be passed to trap frame handlers in i386. This is done by adding a MD kgdb_trgt_new_objfile() hook that is empty on all but i386. - Don't use the directory name of the kernel specified on the command line to find kernel modules in the kld support code. Instead, extract the filename of the current executable via exec_bfd. Now the 'kernel' variable is private to main.c again. - Make the 'add-kld' command explicitly fail if no executable is loaded. - Make the support for vmcores a real core-dump target that opens the kernel and vmcore on open and closes the kvm connection when closed, etc. - The 'core' command can now be used to select a vmcore to use, either a crash dump file or /dev/mem for live debugging. - The 'detach' command can be used to detach from a vmcore w/o attaching to a new one. - kgdb no longer explicitly opens a core dump during startup and no longer has to use an atexit() hook to close the kvm connection on shutdown. - Symbols for kld's are automatically loaded anytime a core is opened. Also, the unread portion of dmesg is dumped just as it was done on kgdb startup previously. - Don't require either a remote target or core dump if a kernel is specified. You can now just run 'kgdb kernel' similar to running gdb on an executable and later connect to a remote target or core dump. - Use a more relaxed way to verify remote targets specified via -r. Instead of explicitly allowing a few non-file target specifications, just assume that if stat() on the arg and on "/dev/" + arg both fail that is some non-file target and pass it to gdb. - Don't use a custom interpreter. The existing kgdb_init() hook and the target_new_objfile() hook give us sufficient hooks during startup to setup kgdb-specific behavior now. - Always add the 'proc', 'tid', and 'add-kld' commands on startup and not just if we have a core dump. Currently the 'proc' and 'tid' commands do not work for remote targets (I will fix at least 'tid' in the next round of changes though). However, the 'add-kld' command works fine for loading symbols for a kernel module on a remote target. - Always setup the 'kld' shared library target operations instead of just if we have a core dump. Although symbols for kernel modules are not automatically loaded when connecting to a remote target, you can do 'info sharedlibrary' after connecting to the remote target and kgdb will find all the modules. You can then use the 'sharedlibrary' command to load symbols from the module files. - Change kthr_init() to free the existing list of kthr objects before generating a new one. This allows it to be invoked multiple times w/o leaking memory. MFC after: 1 week Revision Changes Path 1.13 +10 -6 src/gnu/usr.bin/gdb/kgdb/kgdb.h 1.9 +52 -23 src/gnu/usr.bin/gdb/kgdb/kld.c 1.11 +6 -0 src/gnu/usr.bin/gdb/kgdb/kthr.c 1.16 +86 -119 src/gnu/usr.bin/gdb/kgdb/main.c 1.11 +139 -22 src/gnu/usr.bin/gdb/kgdb/trgt.c 1.9 +5 -0 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c 1.4 +5 -0 src/gnu/usr.bin/gdb/kgdb/trgt_arm.c 1.10 +20 -14 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c 1.5 +5 -0 src/gnu/usr.bin/gdb/kgdb/trgt_ia64.c 1.3 +5 -0 src/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c 1.7 +5 -0 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 20:34:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6419106564A; Tue, 29 Apr 2008 20:34:31 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DC1C8FC17; Tue, 29 Apr 2008 20:34:31 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TKYVZm025275; Tue, 29 Apr 2008 20:34:31 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TKYVb8025274; Tue, 29 Apr 2008 20:34:31 GMT (envelope-from brooks) Message-Id: <200804292034.m3TKYVb8025274@repoman.freebsd.org> From: Brooks Davis Date: Tue, 29 Apr 2008 20:34:31 +0000 (UTC) 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, 29 Apr 2008 20:34:31 -0000 brooks 2008-04-29 20:34:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 rc.conf.5 Log: MFC per ppp profile variable documentation (revs 1.336 and 1.337) PR: conf/121452, conf/122127 Revision Changes Path 1.256.2.38 +32 -3 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Apr 29 20:43:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 309A31065670; Tue, 29 Apr 2008 20:43:09 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 07F5B8FC19; Tue, 29 Apr 2008 20:43:09 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TKh8Ld025641; Tue, 29 Apr 2008 20:43:08 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TKh8d9025640; Tue, 29 Apr 2008 20:43:08 GMT (envelope-from brooks) Message-Id: <200804292043.m3TKh8d9025640@repoman.freebsd.org> From: Brooks Davis Date: Tue, 29 Apr 2008 20:43:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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: Tue, 29 Apr 2008 20:43:09 -0000 brooks 2008-04-29 20:43:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if.c Log: MFC rev 1.278: Delay the global registration of the struct ifnet in if_alloc() until after we're certain the allocation will entierly succeed. This fixes a leak in a fairly unlikely case. Reported by: vijay singh Revision Changes Path 1.273.2.1 +1 -1 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 20:43:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0019B106564A; Tue, 29 Apr 2008 20:43:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBBF78FC1D; Tue, 29 Apr 2008 20:43:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TKhm4A025679; Tue, 29 Apr 2008 20:43:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TKhmuT025678; Tue, 29 Apr 2008 20:43:48 GMT (envelope-from brooks) Message-Id: <200804292043.m3TKhmuT025678@repoman.freebsd.org> From: Brooks Davis Date: Tue, 29 Apr 2008 20: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/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: Tue, 29 Apr 2008 20:43:49 -0000 brooks 2008-04-29 20:43:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev 1.278: Delay the global registration of the struct ifnet in if_alloc() until after we're certain the allocation will entierly succeed. This fixes a leak in a fairly unlikely case. Reported by: vijay singh Revision Changes Path 1.234.2.22 +1 -1 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:21:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3E09106568C; Tue, 29 Apr 2008 21:21:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8548FC1C; Tue, 29 Apr 2008 21:21:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLLFPj043987; Tue, 29 Apr 2008 21:21:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLLFXl043986; Tue, 29 Apr 2008 21:21:15 GMT (envelope-from rwatson) Message-Id: <200804292121.m3TLLFXl043986@repoman.freebsd.org> From: Robert Watson Date: Tue, 29 Apr 2008 21:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw.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, 29 Apr 2008 21:21:15 -0000 rwatson 2008-04-29 21:21:15 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h Log: Fix a comment typo. MFC after: 3 days Revision Changes Path 1.113 +1 -1 src/sys/netinet/ip_fw.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:23:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCD2C106564A; Tue, 29 Apr 2008 21:23:21 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCB8B8FC16; Tue, 29 Apr 2008 21:23:21 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLNL12044156; Tue, 29 Apr 2008 21:23:21 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLNLwT044155; Tue, 29 Apr 2008 21:23:21 GMT (envelope-from julian) Message-Id: <200804292123.m3TLNLwT044155@repoman.freebsd.org> From: Julian Elischer Date: Tue, 29 Apr 2008 21:23:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 21:23:22 -0000 julian 2008-04-29 21:23:21 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c sys/sys mbuf.h sys/kern uipc_mbuf.c sys/conf NOTES options Log: Add an option (compiled out by default) to profile outoing packets for a number of mbuf chain related parameters e.g. number of mbufs, wasted space. probably will do with further work later. Reviewed by: various Revision Changes Path 1.1482 +5 -0 src/sys/conf/NOTES 1.627 +1 -0 src/sys/conf/options 1.178 +152 -0 src/sys/kern/uipc_mbuf.c 1.245 +2 -0 src/sys/net/if_ethersubr.c 1.225 +8 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:29:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BE441065686; Tue, 29 Apr 2008 21:29:10 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7B648FC19; Tue, 29 Apr 2008 21:29:09 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLT9et044420; Tue, 29 Apr 2008 21:29:09 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLT95p044419; Tue, 29 Apr 2008 21:29:09 GMT (envelope-from brooks) Message-Id: <200804292129.m3TLT95p044419@repoman.freebsd.org> From: Brooks Davis Date: Tue, 29 Apr 2008 21:29:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/dhclient bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 21:29:10 -0000 brooks 2008-04-29 21:29:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/dhclient bpf.c Log: MFC rev 1.8 When sending packets directly to the DHCP server, use a socket and send directly rather than bogusly sending it out as a link layer broadcast (which fails to be received on some networks). PR: bin/96018 MFC after: 2 weeks Revision Changes Path 1.7.2.1 +15 -0 src/sbin/dhclient/bpf.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:35:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 231D4106567E; Tue, 29 Apr 2008 21:35:25 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF8868FC20; Tue, 29 Apr 2008 21:35:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLZOo4045027; Tue, 29 Apr 2008 21:35:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLZONF045026; Tue, 29 Apr 2008 21:35:24 GMT (envelope-from sam) Message-Id: <200804292135.m3TLZONF045026@repoman.freebsd.org> From: Sam Leffler Date: Tue, 29 Apr 2008 21:35: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: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 21:35:25 -0000 sam 2008-04-29 21:35:24 UTC FreeBSD src repository Modified files: . exclude Log: add iwn firmware Revision Changes Path 1.162 +1 -0 CVSROOT/exclude From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:36:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09B461065796; Tue, 29 Apr 2008 21:36:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB3238FC20; Tue, 29 Apr 2008 21:36:17 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLaHuY045312; Tue, 29 Apr 2008 21:36:17 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLaHI5045311; Tue, 29 Apr 2008 21:36:17 GMT (envelope-from sam) Message-Id: <200804292136.m3TLaHI5045311@repoman.freebsd.org> From: Sam Leffler Date: Tue, 29 Apr 2008 21:36:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 21:36:18 -0000 sam 2008-04-29 21:36:17 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES sys/conf files sys/i386/conf NOTES sys/modules Makefile share/man/man4 Makefile Added files: sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h sys/modules/iwn Makefile sys/modules/iwnfw Makefile share/man/man4 iwn.4 Log: Intel 4965 wireless driver (derived from openbsd driver of the same name) Revision Changes Path 1.416 +1 -0 src/share/man/man4/Makefile 1.1 +161 -0 src/share/man/man4/iwn.4 (new) 1.79 +2 -0 src/sys/amd64/conf/NOTES 1.1296 +15 -0 src/sys/conf/files 1.1 +39 -0 src/sys/contrib/dev/iwn/LICENSE (new) 1.1 +3398 -0 src/sys/contrib/dev/iwn/iwlwifi-4965-4.44.17.fw.uu (new) 1.1 +4615 -0 src/sys/dev/iwn/if_iwn.c (new) 1.1 +970 -0 src/sys/dev/iwn/if_iwnreg.h (new) 1.1 +242 -0 src/sys/dev/iwn/if_iwnvar.h (new) 1.1253 +2 -0 src/sys/i386/conf/NOTES 1.565 +6 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/iwn/Makefile (new) 1.1 +14 -0 src/sys/modules/iwnfw/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:40:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEB1410656C3; Tue, 29 Apr 2008 21:40:11 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9646D8FC16; Tue, 29 Apr 2008 21:40:11 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLeBnf045653; Tue, 29 Apr 2008 21:40:11 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLeBnf045652; Tue, 29 Apr 2008 21:40:11 GMT (envelope-from rdivacky) Message-Id: <200804292140.m3TLeBnf045652@repoman.freebsd.org> From: Roman Divacky Date: Tue, 29 Apr 2008 21:40: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/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, 29 Apr 2008 21:40:11 -0000 rdivacky 2008-04-29 21:40:11 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Lock filedesc exclusively when modifying fd_[cr]dir. This is probably harmless but it's better to lock it correctly. Approved by: kib (mentor) Revision Changes Path 1.281 +2 -2 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:43:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BE1210656C1; Tue, 29 Apr 2008 21:43:17 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 246378FC12; Tue, 29 Apr 2008 21:43:17 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLhGBL047066; Tue, 29 Apr 2008 21:43:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLhG9x047065; Tue, 29 Apr 2008 21:43:16 GMT (envelope-from sam) Message-Id: <200804292143.m3TLhG9x047065@repoman.freebsd.org> From: Sam Leffler Date: Tue, 29 Apr 2008 21:43: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/dev/iwn if_iwn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 21:43:17 -0000 sam 2008-04-29 21:43:16 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c Log: disable HT capabilities until we sort out firmware issues Revision Changes Path 1.2 +3 -1 src/sys/dev/iwn/if_iwn.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:48:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEE351065686; Tue, 29 Apr 2008 21:48:55 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A701F8FC0C; Tue, 29 Apr 2008 21:48:55 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TLmtYJ047270; Tue, 29 Apr 2008 21:48:55 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TLmtt7047269; Tue, 29 Apr 2008 21:48:55 GMT (envelope-from cokane) Message-Id: <200804292148.m3TLmtt7047269@repoman.freebsd.org> From: Coleman Kane Date: Tue, 29 Apr 2008 21:48:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 21:48:55 -0000 cokane 2008-04-29 21:48:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ffs ffs_softdep.c Log: MFC: revision 1.219 Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous items on the http://wiki.freebsd.org/SMPTODO list. Revision Changes Path 1.211.2.3 +15 -8 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 22:02:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ECCB106564A; Tue, 29 Apr 2008 22:02:31 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06D728FC1D; Tue, 29 Apr 2008 22:02:31 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TM2U5X047784; Tue, 29 Apr 2008 22:02:30 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TM2TSO047783; Tue, 29 Apr 2008 22:02:29 GMT (envelope-from rpaulo) Message-Id: <200804292202.m3TM2TSO047783@repoman.freebsd.org> From: Rui Paulo Date: Tue, 29 Apr 2008 22:02: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/tools/tools/net80211/scripts setup.dfs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 22:02:31 -0000 rpaulo 2008-04-29 22:02:27 UTC FreeBSD src repository Modified files: tools/tools/net80211/scripts setup.dfs Log: Add missing 't'. Approved by: sam Revision Changes Path 1.2 +1 -1 src/tools/tools/net80211/scripts/setup.dfs From owner-cvs-src@FreeBSD.ORG Tue Apr 29 22:05:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C38AF106564A; Tue, 29 Apr 2008 22:05:26 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6CC8FC1E; Tue, 29 Apr 2008 22:05:26 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TM5Qpa048938; Tue, 29 Apr 2008 22:05:26 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TM5QNG048937; Tue, 29 Apr 2008 22:05:26 GMT (envelope-from rpaulo) Message-Id: <200804292205.m3TM5QNG048937@repoman.freebsd.org> From: Rui Paulo Date: Tue, 29 Apr 2008 22:05: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/tools/tools/net80211 README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 22:05:26 -0000 rpaulo 2008-04-29 22:05:26 UTC FreeBSD src repository Modified files: tools/tools/net80211 README Log: Add new directories, scripts and wlanwds. Introduced with vap support. Revision Changes Path 1.4 +2 -0 src/tools/tools/net80211/README From owner-cvs-src@FreeBSD.ORG Tue Apr 29 22:38:29 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B133106566C; Tue, 29 Apr 2008 22:38:29 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id D2D318FC13; Tue, 29 Apr 2008 22:38:28 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3TMcSPl051155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Apr 2008 15:38:28 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4817A363.8080102@freebsd.org> Date: Tue, 29 Apr 2008 15:38:27 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: src-committers@freebsd.org References: <200804292136.m3TLaHI5045311@repoman.freebsd.org> In-Reply-To: <200804292136.m3TLaHI5045311@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 22:38:29 -0000 Sam Leffler wrote: > sam 2008-04-29 21:36:17 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf NOTES > sys/conf files > sys/i386/conf NOTES > sys/modules Makefile > share/man/man4 Makefile > Added files: > sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu > sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h > sys/modules/iwn Makefile > sys/modules/iwnfw Makefile > share/man/man4 iwn.4 > Log: > Intel 4965 wireless driver (derived from openbsd driver of the same name) > > Just to be clear, this driver needs work; it's been committed because it appears stable enough in sta mode to be useful. Anyone that wants to work on it can talk to me (e.g. to add HT support, test out AP mode w/ Intel's experimental firmware, add support for the new 5000 part, etc.). Sam From owner-cvs-src@FreeBSD.ORG Tue Apr 29 22:43:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E6C91065670; Tue, 29 Apr 2008 22:43:16 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA0AD8FC12; Tue, 29 Apr 2008 22:43:15 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TMhFLW058773; Tue, 29 Apr 2008 22:43:15 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TMhFXP058772; Tue, 29 Apr 2008 22:43:15 GMT (envelope-from julian) Message-Id: <200804292243.m3TMhFXP058772@repoman.freebsd.org> From: Julian Elischer Date: Tue, 29 Apr 2008 22:43: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/share/man/man9 kproc.9 kthread.9 src/sys/kern kern_kthread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 22:43:16 -0000 julian 2008-04-29 22:43:15 UTC FreeBSD src repository Modified files: share/man/man9 kproc.9 kthread.9 sys/kern kern_kthread.c Log: Document the kproc_kthread_add() call and fix a small detail of its implementation. MFC after: 1 week Revision Changes Path 1.3 +58 -0 src/share/man/man9/kproc.9 1.18 +16 -0 src/share/man/man9/kthread.9 1.46 +2 -1 src/sys/kern/kern_kthread.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 22:56:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76C5106564A; Tue, 29 Apr 2008 22:56:06 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FEB48FC1B; Tue, 29 Apr 2008 22:56:06 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TMu6jo059217; Tue, 29 Apr 2008 22:56:06 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TMu6ES059216; Tue, 29 Apr 2008 22:56:06 GMT (envelope-from gonzo) Message-Id: <200804292256.m3TMu6ES059216@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Tue, 29 Apr 2008 22:56: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/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: Tue, 29 Apr 2008 22:56:06 -0000 gonzo 2008-04-29 22:56:06 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPS Approved by: imp Revision Changes Path 1.170 +5 -0 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Tue Apr 29 23:15:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADFDA1065682; Tue, 29 Apr 2008 23:15:23 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 867DA8FC28; Tue, 29 Apr 2008 23:15:23 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3TNFNx2060882; Tue, 29 Apr 2008 23:15:23 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3TNFNIE060881; Tue, 29 Apr 2008 23:15:23 GMT (envelope-from gonzo) Message-Id: <200804292315.m3TNFNIE060881@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Tue, 29 Apr 2008 23:15:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Apr 2008 23:15:23 -0000 gonzo 2008-04-29 23:15:23 UTC FreeBSD src repository Modified files: lib/libc/gen tls.c Log: o Add MIPS to the list of architectures with defined TLS_TCB_ALIGN o Stick with TLS Variant II for MIPS for the moment. Approved by: imp Revision Changes Path 1.15 +2 -2 src/lib/libc/gen/tls.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 00:11:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AFAF106566C; Wed, 30 Apr 2008 00:11:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 645138FC21; Wed, 30 Apr 2008 00:11:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3U0B9Bs080334; Wed, 30 Apr 2008 00:11:09 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3U0B9uG080333; Wed, 30 Apr 2008 00:11:09 GMT (envelope-from sam) Message-Id: <200804300011.m3U0B9uG080333@repoman.freebsd.org> From: Sam Leffler Date: Wed, 30 Apr 2008 00:11: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/dev/iwn if_iwn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 00:11:09 -0000 sam 2008-04-30 00:11:08 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c Log: fix build Submitted by: delphij Revision Changes Path 1.3 +2 -2 src/sys/dev/iwn/if_iwn.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 00:51:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50EF3106567D; Wed, 30 Apr 2008 00:51:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0C18FC13; Wed, 30 Apr 2008 00:51:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3U0p05s090899; Wed, 30 Apr 2008 00:51:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3U0ooTb090894; Wed, 30 Apr 2008 00:50:50 GMT (envelope-from marcel) Message-Id: <200804300050.m3U0ooTb090894@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 30 Apr 2008 00:50: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/conf files.powerpc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 00:51:01 -0000 marcel 2008-04-30 00:50:50 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: mp_machdep.c is only conditional upon smp, not aim. If booke grows support for smp, mp_machdep.c needs to be included as well. Revision Changes Path 1.77 +1 -1 src/sys/conf/files.powerpc From owner-cvs-src@FreeBSD.ORG Wed Apr 30 02:49:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D6A106566B; Wed, 30 Apr 2008 02:49:25 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 125F38FC1A; Wed, 30 Apr 2008 02:49:25 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3U2nOLj096681; Wed, 30 Apr 2008 02:49:24 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3U2nOOG096680; Wed, 30 Apr 2008 02:49:24 GMT (envelope-from yongari) Message-Id: <200804300249.m3U2nOOG096680@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 30 Apr 2008 02:49:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 02:49:25 -0000 yongari 2008-04-30 02:49:24 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c Log: Don't panic even if bus_dmamap_load(9) was failed. Just return ENOBUFS so callers can reuse previous mbuf. Submitted by: Oleg (agile.quad AT gmail DOT com) MFC after: 1 week Revision Changes Path 1.45 +11 -3 src/sys/dev/bfe/if_bfe.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 06:05:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914191065676; Wed, 30 Apr 2008 06:05:37 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFFD8FC18; Wed, 30 Apr 2008 06:05:37 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3U65bRB017889; Wed, 30 Apr 2008 06:05:37 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3U65bQ3017888; Wed, 30 Apr 2008 06:05:37 GMT (envelope-from alc) Message-Id: <200804300605.m3U65bQ3017888@repoman.freebsd.org> From: Alan Cox Date: Wed, 30 Apr 2008 06:05: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/mips/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 06:05:37 -0000 alc 2008-04-30 06:05:37 UTC FreeBSD src repository Modified files: sys/mips/include pmap.h Log: Eliminate an unused field from the pmap. Revision Changes Path 1.3 +0 -1 src/sys/mips/include/pmap.h From owner-cvs-src@FreeBSD.ORG Wed Apr 30 11:25:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07AB21065683; Wed, 30 Apr 2008 11:25:35 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D91058FC25; Wed, 30 Apr 2008 11:25:34 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UBPYnX049730; Wed, 30 Apr 2008 11:25:34 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UBPYnM049729; Wed, 30 Apr 2008 11:25:34 GMT (envelope-from dfr) Message-Id: <200804301125.m3UBPYnM049729@repoman.freebsd.org> From: Doug Rabson Date: Wed, 30 Apr 2008 11:25: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/lib/libgssapi gss_utils.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 11:25:35 -0000 dfr 2008-04-30 11:25:34 UTC FreeBSD src repository Modified files: lib/libgssapi gss_utils.c Log: Allow null oids in _gss_oid_equal(). MFC after: 2 weeks Revision Changes Path 1.3 +5 -0 src/lib/libgssapi/gss_utils.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 11:26:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8269E1065670; Wed, 30 Apr 2008 11:26:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4928FC32; Wed, 30 Apr 2008 11:26:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UBQqqE049791; Wed, 30 Apr 2008 11:26:52 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UBQqpP049790; Wed, 30 Apr 2008 11:26:52 GMT (envelope-from marius) Message-Id: <200804301126.m3UBQqpP049790@repoman.freebsd.org> From: Marius Strobl Date: Wed, 30 Apr 2008 11:26:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/include sysarch.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, 30 Apr 2008 11:26:52 -0000 marius 2008-04-30 11:26:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include sysarch.h Log: MFC: 1.5 - Include so this header doesn't have an MD dependency. - Make prototypes style(9) compliant. Revision Changes Path 1.4.18.1 +7 -5 src/sys/sparc64/include/sysarch.h From owner-cvs-src@FreeBSD.ORG Wed Apr 30 11:26:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECC6A106568C; Wed, 30 Apr 2008 11:26:55 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C98DA8FC23; Wed, 30 Apr 2008 11:26:55 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UBQtnH049818; Wed, 30 Apr 2008 11:26:55 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UBQtRb049817; Wed, 30 Apr 2008 11:26:55 GMT (envelope-from marius) Message-Id: <200804301126.m3UBQtRb049817@repoman.freebsd.org> From: Marius Strobl Date: Wed, 30 Apr 2008 11:26:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/include sysarch.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, 30 Apr 2008 11:26:56 -0000 marius 2008-04-30 11:26:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/include sysarch.h Log: MFC: 1.5 - Include so this header doesn't have an MD dependency. - Make prototypes style(9) compliant. Revision Changes Path 1.4.8.1 +7 -5 src/sys/sparc64/include/sysarch.h From owner-cvs-src@FreeBSD.ORG Wed Apr 30 11:27:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E04DF1065683; Wed, 30 Apr 2008 11:27:15 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD73D8FC20; Wed, 30 Apr 2008 11:27:15 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UBRFdq049849; Wed, 30 Apr 2008 11:27:15 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UBRFjZ049848; Wed, 30 Apr 2008 11:27:15 GMT (envelope-from dfr) Message-Id: <200804301127.m3UBRFjZ049848@repoman.freebsd.org> From: Doug Rabson Date: Wed, 30 Apr 2008 11: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/lib/libgssapi gss_test_oid_set_member.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 11:27:16 -0000 dfr 2008-04-30 11:27:15 UTC FreeBSD src repository Modified files: lib/libgssapi gss_test_oid_set_member.c Log: Use global implementation of _gss_oid_equal. MFC after: 2 weeks Revision Changes Path 1.2 +1 -9 src/lib/libgssapi/gss_test_oid_set_member.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 11:29:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17EFB1065679; Wed, 30 Apr 2008 11:29:23 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8BE48FC14; Wed, 30 Apr 2008 11:29:22 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UBTMBP049956; Wed, 30 Apr 2008 11:29:22 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UBTMTY049955; Wed, 30 Apr 2008 11:29:22 GMT (envelope-from dfr) Message-Id: <200804301129.m3UBTMTY049955@repoman.freebsd.org> From: Doug Rabson Date: Wed, 30 Apr 2008 11:29: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/libgssapi gss_accept_sec_context.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 11:29:23 -0000 dfr 2008-04-30 11:29:22 UTC FreeBSD src repository Modified files: lib/libgssapi gss_accept_sec_context.c Log: When receiving delegated credentials, initialise our cred's linked list. Add a bit more sanity checking for GSS-API mechanisms that claim to have delegated creds but don't actually return a cred handle. MFC after: 2 weeks Revision Changes Path 1.4 +5 -1 src/lib/libgssapi/gss_accept_sec_context.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 12:44:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 871EE106566C; Wed, 30 Apr 2008 12:44:58 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6043E8FC1B; Wed, 30 Apr 2008 12:44:58 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UCiwlf055000; Wed, 30 Apr 2008 12:44:58 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UCiwAd054999; Wed, 30 Apr 2008 12:44:58 GMT (envelope-from gonzo) Message-Id: <200804301244.m3UCiwAd054999@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Wed, 30 Apr 2008 12:44:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf ldscript.mips ldscript.mips.cfe X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 12:44:58 -0000 gonzo 2008-04-30 12:44:58 UTC FreeBSD src repository Modified files: sys/conf ldscript.mips ldscript.mips.cfe Log: Make ld use tradmips for output formats since we migrated to it. Approved by: cognet (mentor) Revision Changes Path 1.2 +1 -1 src/sys/conf/ldscript.mips 1.2 +1 -1 src/sys/conf/ldscript.mips.cfe From owner-cvs-src@FreeBSD.ORG Wed Apr 30 16:05:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09CD11065673; Wed, 30 Apr 2008 16:05:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D00948FC0C; Wed, 30 Apr 2008 16:05:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UG5vuh075428; Wed, 30 Apr 2008 16:05:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UG5vGt075427; Wed, 30 Apr 2008 16:05:57 GMT (envelope-from sam) Message-Id: <200804301605.m3UG5vGt075427@repoman.freebsd.org> From: Sam Leffler Date: Wed, 30 Apr 2008 16:05: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/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 16:05:58 -0000 sam 2008-04-30 16:05:57 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: disable default enabling of WME until we resolve driver regressions Revision Changes Path 1.48 +3 -0 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 16:29:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42E131065671; Wed, 30 Apr 2008 16:29:16 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13F3F8FC12; Wed, 30 Apr 2008 16:29:16 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UGTFHY076937; Wed, 30 Apr 2008 16:29:15 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UGTFn2076936; Wed, 30 Apr 2008 16:29:15 GMT (envelope-from brooks) Message-Id: <200804301629.m3UGTFn2076936@repoman.freebsd.org> From: Brooks Davis Date: Wed, 30 Apr 2008 16:29:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc network.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 16:29:16 -0000 brooks 2008-04-30 16:29:15 UTC FreeBSD src repository Modified files: etc network.subr Log: Emit a warning when the network_interfaces variable is not set to AUTO. MFC after: 3 days Revision Changes Path 1.185 +4 -0 src/etc/network.subr From owner-cvs-src@FreeBSD.ORG Wed Apr 30 16:53:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A81106567F; Wed, 30 Apr 2008 16:53:53 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 734D28FC1F; Wed, 30 Apr 2008 16:53:53 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3UGrrsn021392; Wed, 30 Apr 2008 09:53:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3UGrrCS021391; Wed, 30 Apr 2008 09:53:53 -0700 (PDT) (envelope-from obrien) Date: Wed, 30 Apr 2008 09:53:53 -0700 From: "David O'Brien" To: Sam Leffler Message-ID: <20080430165352.GA89079@dragon.NUXI.org> References: <200804292135.m3TLZONF045026@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804292135.m3TLZONF045026@repoman.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude 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: Wed, 30 Apr 2008 16:53:53 -0000 On Tue, Apr 29, 2008 at 09:35:24PM +0000, Sam Leffler wrote: > . exclude > Log: > add iwn firmware Hi Sam, I notice we keep excluding $FreeBSD$ from uuencoded firmware files. At least looking at sys/contrib/dev/iwn/iwlwifi-4965-4.44.17.fw.uu, which has a Copyright notice at the top, I think the use of this file would tolerate a $FreeBSD$ on the first line. Would you mind if I fixed this? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Apr 30 16:59:06 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5418F1065671; Wed, 30 Apr 2008 16:59:06 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2447B8FC1F; Wed, 30 Apr 2008 16:59:06 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3UGx5TR057435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Apr 2008 09:59:05 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4818A559.1010903@freebsd.org> Date: Wed, 30 Apr 2008 09:59:05 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: obrien@freebsd.org References: <200804292135.m3TLZONF045026@repoman.freebsd.org> <20080430165352.GA89079@dragon.NUXI.org> In-Reply-To: <20080430165352.GA89079@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-dcc1-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 16:59:06 -0000 David O'Brien wrote: > On Tue, Apr 29, 2008 at 09:35:24PM +0000, Sam Leffler wrote: > >> . exclude >> Log: >> add iwn firmware >> > > Hi Sam, > I notice we keep excluding $FreeBSD$ from uuencoded firmware files. > At least looking at sys/contrib/dev/iwn/iwlwifi-4965-4.44.17.fw.uu, > which has a Copyright notice at the top, I think the use of this file > would tolerate a $FreeBSD$ on the first line. > > Would you mind if I fixed this? > > I copied previous practice in excluding the entire directory. The issue isn't whether it's possible to insert a keyword but rather whether it's a good idea to alter files (like the LICENSE files) that come directly from "the vendor" under limited terms. Sam From owner-cvs-src@FreeBSD.ORG Wed Apr 30 17:00:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18D48106567B; Wed, 30 Apr 2008 17:00:33 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD8928FC1D; Wed, 30 Apr 2008 17:00:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UH0Wc7087354; Wed, 30 Apr 2008 17:00:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UH0WiY087353; Wed, 30 Apr 2008 17:00:32 GMT (envelope-from sam) Message-Id: <200804301700.m3UH0WiY087353@repoman.freebsd.org> From: Sam Leffler Date: Wed, 30 Apr 2008 17:00: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/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: Wed, 30 Apr 2008 17:00:33 -0000 sam 2008-04-30 17:00:32 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: remove old code to handle mcast address changes; this is all done through net80211 and pushed into the driver through non-ioctl callbacks Revision Changes Path 1.182 +0 -10 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 17:40:24 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AD0E106566B; Wed, 30 Apr 2008 17:40:24 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 437E78FC0A; Wed, 30 Apr 2008 17:40:24 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3UHeOSi022539; Wed, 30 Apr 2008 10:40:24 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3UHeNvr022538; Wed, 30 Apr 2008 10:40:23 -0700 (PDT) (envelope-from obrien) Date: Wed, 30 Apr 2008 10:40:23 -0700 From: "David O'Brien" To: Sam Leffler Message-ID: <20080430174023.GA22190@dragon.NUXI.org> References: <200804292135.m3TLZONF045026@repoman.freebsd.org> <20080430165352.GA89079@dragon.NUXI.org> <4818A559.1010903@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4818A559.1010903@freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT exclude 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: Wed, 30 Apr 2008 17:40:24 -0000 On Wed, Apr 30, 2008 at 09:59:05AM -0700, Sam Leffler wrote: > David O'Brien wrote: >> On Tue, Apr 29, 2008 at 09:35:24PM +0000, Sam Leffler wrote: >>> . exclude Log: >>> add iwn firmware >> >> Hi Sam, >> I notice we keep excluding $FreeBSD$ from uuencoded firmware files. >> At least looking at sys/contrib/dev/iwn/iwlwifi-4965-4.44.17.fw.uu, >> which has a Copyright notice at the top, I think the use of this file >> would tolerate a $FreeBSD$ on the first line. >> >> Would you mind if I fixed this? >> > I copied previous practice in excluding the entire directory. I think "the previous practice" mostly comes from the wireless firmware where the folks committing it may not have realized that "$FreeBSD$" will be nicely ignored by uudecode. > The issue > isn't whether it's possible to insert a keyword but rather whether it's a > good idea to alter files (like the LICENSE files) that come directly from > "the vendor" under limited terms. # $FreeBSD: src/sys/contrib/dev/ral/rt2860.fw.uu,v 1.1 2008/04/20 20:35:35 sam Exp $ (and the other *.uu's there) are examples where we've done it. And I think its fine. Note, if these come straight from a vendor, why aren't they being vendor imported? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Apr 30 17:43:16 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51E61065671 for ; Wed, 30 Apr 2008 17:43:16 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4732B8FC22 for ; Wed, 30 Apr 2008 17:43:16 +0000 (UTC) (envelope-from max@love2party.net) Received: from vampire.homelinux.org (dslb-088-066-002-251.pools.arcor-ip.net [88.66.2.251]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1JrGKo1TG6-0005Kd; Wed, 30 Apr 2008 19:43:15 +0200 Received: (qmail 72455 invoked from network); 30 Apr 2008 17:41:50 -0000 Received: from myhost.laiers.local (192.168.4.151) by ns1.laiers.local with SMTP; 30 Apr 2008 17:41:50 -0000 From: Max Laier Organization: FreeBSD To: Julian Elischer Date: Wed, 30 Apr 2008 19:39:06 +0200 User-Agent: KMail/1.9.9 References: <200804292123.m3TLNLwT044155@repoman.freebsd.org> In-Reply-To: <200804292123.m3TLNLwT044155@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804301939.06987.max@love2party.net> X-Provags-ID: V01U2FsdGVkX19AzB6O+0gCRbgVX5EfQ7zKCaWFraPO3h8a6rr i9ckBmxiQLrGONeXUygToZdAkbwUs7eEtvY6+5M4Kx7suXwzN/ 2iU4/JBmA61ok3ARzO+2A== Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 17:43:16 -0000 On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote: > julian 2008-04-29 21:23:21 UTC > > FreeBSD src repository > > Modified files: > sys/net if_ethersubr.c > sys/sys mbuf.h > sys/kern uipc_mbuf.c > sys/conf NOTES options > Log: > Add an option (compiled out by default) > to profile outoing packets for a number of mbuf chain > related parameters > e.g. number of mbufs, wasted space. > probably will do with further work later. This breaks the build: http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.brief 1) Use %u to print unsigned values 2) printing [u]int64_t's has been broken since the beginning. The reason is the unfortunate choice to have int64_t be a "long int" alias on platforms with a 64bit long (while they could as easily be "long long int" as on the other platforms where long is 32bit wide - this also means that "long long" is > intmax_t which is an alias for int64_t). Hence you either have to use the (ugly) PRIu64 macro, or %ju and cast to uintmax_t. This is a no-op (as long as we don't have uint128_t or the like). > Reviewed by: various > > Revision Changes Path > 1.1482 +5 -0 src/sys/conf/NOTES > 1.627 +1 -0 src/sys/conf/options > 1.178 +152 -0 src/sys/kern/uipc_mbuf.c > 1.245 +2 -0 src/sys/net/if_ethersubr.c > 1.225 +8 -0 src/sys/sys/mbuf.h -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-src@FreeBSD.ORG Wed Apr 30 17:49:20 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DFF4106564A; Wed, 30 Apr 2008 17:49:20 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1A58FC0A; Wed, 30 Apr 2008 17:49:20 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3UHnJ7Y057836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Apr 2008 10:49:19 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4818B11F.6050609@freebsd.org> Date: Wed, 30 Apr 2008 10:49:19 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: obrien@freebsd.org References: <200804292135.m3TLZONF045026@repoman.freebsd.org> <20080430165352.GA89079@dragon.NUXI.org> <4818A559.1010903@freebsd.org> <20080430174023.GA22190@dragon.NUXI.org> In-Reply-To: <20080430174023.GA22190@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-dcc1-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 17:49:20 -0000 David O'Brien wrote: > On Wed, Apr 30, 2008 at 09:59:05AM -0700, Sam Leffler wrote: > >> David O'Brien wrote: >> >>> On Tue, Apr 29, 2008 at 09:35:24PM +0000, Sam Leffler wrote: >>> >>>> . exclude Log: >>>> add iwn firmware >>>> >>> Hi Sam, >>> I notice we keep excluding $FreeBSD$ from uuencoded firmware files. >>> At least looking at sys/contrib/dev/iwn/iwlwifi-4965-4.44.17.fw.uu, >>> which has a Copyright notice at the top, I think the use of this file >>> would tolerate a $FreeBSD$ on the first line. >>> >>> Would you mind if I fixed this? >>> >>> >> I copied previous practice in excluding the entire directory. >> > > I think "the previous practice" mostly comes from the wireless firmware > where the folks committing it may not have realized that "$FreeBSD$" will > be nicely ignored by uudecode. > I was involved with placing the other Intel firmware in sys/contrib. > >> The issue >> isn't whether it's possible to insert a keyword but rather whether it's a >> good idea to alter files (like the LICENSE files) that come directly from >> "the vendor" under limited terms. >> > > # $FreeBSD: src/sys/contrib/dev/ral/rt2860.fw.uu,v 1.1 2008/04/20 20:35:35 sam Exp $ > (and the other *.uu's there) are examples where we've done it. And I > think its fine. > > Note, if these come straight from a vendor, why aren't they being vendor > imported? > > If "these" refers to the ralink firmware images they do not come straight from the vendor; I generated them from the rt2661_ucode.h file I got from obsd CVS. The LICENSE file in that directory however could/should be intact but I was lazy; I will correct that. I'm not opposed to adding a keyword but I don't want to have to go back through lawyers to get approval. If you want to do all the work be my guest. Sam From owner-cvs-src@FreeBSD.ORG Wed Apr 30 18:04:37 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA2F106566B; Wed, 30 Apr 2008 18:04:37 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id B5D148FC1A; Wed, 30 Apr 2008 18:04:37 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3UI2uiX026573; Wed, 30 Apr 2008 11:02:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3UI2t7H026572; Wed, 30 Apr 2008 11:02:55 -0700 (PDT) (envelope-from obrien) Date: Wed, 30 Apr 2008 11:02:55 -0700 From: "David O'Brien" To: Yar Tikhiy Message-ID: <20080430180255.GB89079@dragon.NUXI.org> References: <200804291117.m3TBHjw3050979@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Oleksandr Tymoshenko , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/sys user.h 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: Wed, 30 Apr 2008 18:04:38 -0000 On Tue, Apr 29, 2008 at 05:41:18PM +0400, Yar Tikhiy wrote: > On Tue, Apr 29, 2008 at 3:17 PM, Oleksandr Tymoshenko wrote: > > gonzo 2008-04-29 11:17:45 UTC > > Modified files: > > sys/sys user.h > > Log: > > Define KINFO_PROC_SIZE for mips. .. > Perhaps it's time to introduce MD .h files for that instead of adding > MD #ifdefs to the MI .h file, isn't it? I.e., can include > , which can define KINFO_PROC_SIZE and its possible > friends. I would like to see us go in that direction also. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Apr 30 18:39:42 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46728106564A for ; Wed, 30 Apr 2008 18:39:42 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outD.internet-mail-service.net (outd.internet-mail-service.net [216.240.47.227]) by mx1.freebsd.org (Postfix) with ESMTP id 2535B8FC13 for ; Wed, 30 Apr 2008 18:39:41 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 30 Apr 2008 16:56:50 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 074662D6018; Wed, 30 Apr 2008 11:39:40 -0700 (PDT) Message-ID: <4818BCEF.1040308@elischer.org> Date: Wed, 30 Apr 2008 11:39:43 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Max Laier References: <200804292123.m3TLNLwT044155@repoman.freebsd.org> <200804301939.06987.max@love2party.net> In-Reply-To: <200804301939.06987.max@love2party.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Julian Elischer , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 18:39:42 -0000 Max Laier wrote: > On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote: >> julian 2008-04-29 21:23:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/net if_ethersubr.c >> sys/sys mbuf.h >> sys/kern uipc_mbuf.c >> sys/conf NOTES options >> Log: >> Add an option (compiled out by default) >> to profile outoing packets for a number of mbuf chain >> related parameters >> e.g. number of mbufs, wasted space. >> probably will do with further work later. > > This breaks the build: > http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.brief > > 1) Use %u to print unsigned values > 2) printing [u]int64_t's has been broken since the beginning. The reason > is the unfortunate choice to have int64_t be a "long int" alias on > platforms with a 64bit long (while they could as easily be "long long > int" as on the other platforms where long is 32bit wide - this also means > that "long long" is > intmax_t which is an alias for int64_t). Hence you > either have to use the (ugly) PRIu64 macro, or %ju and cast to uintmax_t. > This is a no-op (as long as we don't have uint128_t or the like). I'm happy to change the types to any way you suggest.. how about just changing them to long long? > >> Reviewed by: various >> >> Revision Changes Path >> 1.1482 +5 -0 src/sys/conf/NOTES >> 1.627 +1 -0 src/sys/conf/options >> 1.178 +152 -0 src/sys/kern/uipc_mbuf.c >> 1.245 +2 -0 src/sys/net/if_ethersubr.c >> 1.225 +8 -0 src/sys/sys/mbuf.h > > > From owner-cvs-src@FreeBSD.ORG Wed Apr 30 18:49:47 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89F1C1065671; Wed, 30 Apr 2008 18:49:47 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.79]) by mx1.freebsd.org (Postfix) with ESMTP id 642888FC21; Wed, 30 Apr 2008 18:49:47 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp007-s [10.150.69.70]) by smtpoutm.mac.com (Xserve/smtpout016/MantshX 4.0) with ESMTP id m3UInkVh010419; Wed, 30 Apr 2008 11:49:46 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp007/MantshX 4.0) with ESMTP id m3UInc61007241 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 30 Apr 2008 11:49:39 -0700 (PDT) Message-Id: <42F8226A-A63D-44AB-8BF7-A74233520F24@mac.com> From: Marcel Moolenaar To: Julian Elischer In-Reply-To: <4818BCEF.1040308@elischer.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 30 Apr 2008 11:49:38 -0700 References: <200804292123.m3TLNLwT044155@repoman.freebsd.org> <200804301939.06987.max@love2party.net> <4818BCEF.1040308@elischer.org> X-Mailer: Apple Mail (2.919.2) Cc: Max Laier , src-committers@freebsd.org, Julian Elischer , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 18:49:47 -0000 On Apr 30, 2008, at 11:39 AM, Julian Elischer wrote: > Max Laier wrote: >> On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote: >>> julian 2008-04-29 21:23:21 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/net if_ethersubr.c >>> sys/sys mbuf.h >>> sys/kern uipc_mbuf.c >>> sys/conf NOTES options >>> Log: >>> Add an option (compiled out by default) >>> to profile outoing packets for a number of mbuf chain >>> related parameters >>> e.g. number of mbufs, wasted space. >>> probably will do with further work later. >> This breaks the build: >> http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.brief >> 1) Use %u to print unsigned values >> 2) printing [u]int64_t's has been broken since the beginning. The >> reason is the unfortunate choice to have int64_t be a "long int" >> alias on platforms with a 64bit long (while they could as easily be >> "long long int" as on the other platforms where long is 32bit wide >> - this also means that "long long" is > intmax_t which is an alias >> for int64_t). Hence you either have to use the (ugly) PRIu64 >> macro, or %ju and cast to uintmax_t. This is a no-op (as long as >> we don't have uint128_t or the like). > > I'm happy to change the types to any way you suggest.. > how about just changing them to long long? I hope you don't mean redefining [u]int64_t from [u_]long to [u_]long_long on 64-bit platforms? I violently oppose that. Itanium already supports 128-bit atomic operations and I like like to keep long long available for that... Not to mention that PRIu64 is defined exactly for this issue, so I would suggest that people get over their eye-of-beholder objections and just use it (if casting to long long and sing %llu is not an option)... FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Wed Apr 30 19:37:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DCC51065685; Wed, 30 Apr 2008 19:37:54 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9CC8FC19; Wed, 30 Apr 2008 19:37:54 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UJbsAD096812; Wed, 30 Apr 2008 19:37:54 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from kaiw@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UJbsvS096811; Wed, 30 Apr 2008 19:37:54 GMT (envelope-from kaiw) Message-Id: <200804301937.m3UJbsvS096811@repoman.freebsd.org> From: Kai Wang Date: Wed, 30 Apr 2008 19:37:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ums.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: Wed, 30 Apr 2008 19:37:54 -0000 kaiw 2008-04-30 19:37:54 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c usbdevs Log: Add support for Microsoft Notebook Optical Mouse 3000 Model 1049. Reviewed by: imp (RELENG-7) Tested by: Oliver Herold PR: usb/121052 MFC after: 1 month Revision Changes Path 1.99 +20 -0 src/sys/dev/usb/ums.c 1.350 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Wed Apr 30 19:45:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F29D11065677; Wed, 30 Apr 2008 19:45:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C084F8FC25; Wed, 30 Apr 2008 19:45:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UJjWh1097058; Wed, 30 Apr 2008 19:45:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UJjWCo097057; Wed, 30 Apr 2008 19:45:32 GMT (envelope-from sam) Message-Id: <200804301945.m3UJjWCo097057@repoman.freebsd.org> From: Sam Leffler Date: Wed, 30 Apr 2008 19:45:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wlanwatch wlanwatch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 19:45:33 -0000 sam 2008-04-30 19:45:32 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanwatch wlanwatch.c Log: update for new events Revision Changes Path 1.5 +65 -0 src/tools/tools/net80211/wlanwatch/wlanwatch.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 19:47:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238A01065670; Wed, 30 Apr 2008 19:47:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 09B638FC15; Wed, 30 Apr 2008 19:47:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UJlV01097124; Wed, 30 Apr 2008 19:47:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UJlVTi097123; Wed, 30 Apr 2008 19:47:31 GMT (envelope-from sam) Message-Id: <200804301947.m3UJlVTi097123@repoman.freebsd.org> From: Sam Leffler Date: Wed, 30 Apr 2008 19:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wlanstats main.c statfoo.c statfoo.h wlanstats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Apr 2008 19:47:32 -0000 sam 2008-04-30 19:47:31 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanstats main.c statfoo.c statfoo.h wlanstats.c Log: o add indirect array for field indices as the # stats is > 127 and doesn't fit in a signed char o change default output to something more useful for sta mode o futz w/ various field names and widths; need to do full pass over this stuff Revision Changes Path 1.5 +1 -1 src/tools/tools/net80211/wlanstats/main.c 1.4 +17 -8 src/tools/tools/net80211/wlanstats/statfoo.c 1.3 +1 -0 src/tools/tools/net80211/wlanstats/statfoo.h 1.8 +9 -9 src/tools/tools/net80211/wlanstats/wlanstats.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 20:00:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95459106567C; Wed, 30 Apr 2008 20:00:31 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 628748FC16; Wed, 30 Apr 2008 20:00:31 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UK0Vxi097648; Wed, 30 Apr 2008 20:00:31 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UK0V9j097647; Wed, 30 Apr 2008 20:00:31 GMT (envelope-from julian) Message-Id: <200804302000.m3UK0V9j097647@repoman.freebsd.org> From: Julian Elischer Date: Wed, 30 Apr 2008 20: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/sys/kern uipc_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: Wed, 30 Apr 2008 20:00:31 -0000 julian 2008-04-30 20:00:31 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: Attempt to make the print types more friendly to other architectures. Prodded by: Max Laier Help from: BMS, jhb Revision Changes Path 1.179 +15 -15 src/sys/kern/uipc_mbuf.c From owner-cvs-src@FreeBSD.ORG Wed Apr 30 23:27:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BB2B1065674; Wed, 30 Apr 2008 23:27:03 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59A3B8FC14; Wed, 30 Apr 2008 23:27:03 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UNR3WF020518; Wed, 30 Apr 2008 23:27:03 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UNR3O4020517; Wed, 30 Apr 2008 23:27:03 GMT (envelope-from scf) Message-Id: <200804302327.m3UNR3O4020517@repoman.freebsd.org> From: Sean Farley Date: Wed, 30 Apr 2008 23:27: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/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, 30 Apr 2008 23:27:03 -0000 scf 2008-04-30 23:27:02 UTC FreeBSD src repository Modified files: tools/tools/mfc mfc.pl Log: Enable autoflush of output to always show prompts. If piping the output prior to this patch, the prompt would not appear due to buffering. Approved by: flz Revision Changes Path 1.13 +5 -0 src/tools/tools/mfc/mfc.pl From owner-cvs-src@FreeBSD.ORG Wed Apr 30 23:32:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B4CC106564A; Wed, 30 Apr 2008 23:32:13 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD3B78FC12; Wed, 30 Apr 2008 23:32:12 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UNWCAJ020694; Wed, 30 Apr 2008 23:32:12 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UNWC7s020693; Wed, 30 Apr 2008 23:32:12 GMT (envelope-from scf) Message-Id: <200804302332.m3UNWC7s020693@repoman.freebsd.org> From: Sean Farley Date: Wed, 30 Apr 2008 23:32:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/sys mkdir.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, 30 Apr 2008 23:32:13 -0000 scf 2008-04-30 23:32:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys mkdir.2 Log: MFC: Have the man page catch up with the namespace pollution cleanup that occurred between 2001-2003. Thanks to bde for the history lesson[1] concerning sys/types.h and the many system calls that at one time (pre-2001) were required by POSIX to include it. 1. http://lists.freebsd.org/pipermail/freebsd-arch/2008-April/008126.html src/lib/libc/sys/mkdir.2: rev 1.25 -> 1.26 Revision Changes Path 1.24.2.1 +0 -1 src/lib/libc/sys/mkdir.2 From owner-cvs-src@FreeBSD.ORG Wed Apr 30 23:35:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 982831065673; Wed, 30 Apr 2008 23:35:47 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65B188FC17; Wed, 30 Apr 2008 23:35:47 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UNZl46020960; Wed, 30 Apr 2008 23:35:47 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UNZlwL020959; Wed, 30 Apr 2008 23:35:47 GMT (envelope-from scf) Message-Id: <200804302335.m3UNZlwL020959@repoman.freebsd.org> From: Sean Farley Date: Wed, 30 Apr 2008 23:35: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/lib/libc/sys mkdir.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, 30 Apr 2008 23:35:47 -0000 scf 2008-04-30 23:35:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys mkdir.2 Log: MFC: Have the man page catch up with the namespace pollution cleanup that occurred between 2001-2003. Thanks to bde for the history lesson[1] concerning sys/types.h and the many system calls that at one time (pre-2001) were required by POSIX to include it. 1. http://lists.freebsd.org/pipermail/freebsd-arch/2008-April/008126.html src/lib/libc/sys/mkdir.2: rev 1.25 -> 1.26 Revision Changes Path 1.19.12.1 +0 -1 src/lib/libc/sys/mkdir.2 From owner-cvs-src@FreeBSD.ORG Thu May 1 02:36:08 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F4131065673; Thu, 1 May 2008 02:36:08 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail35.syd.optusnet.com.au (mail35.syd.optusnet.com.au [211.29.133.51]) by mx1.freebsd.org (Postfix) with ESMTP id BD0368FC0A; Thu, 1 May 2008 02:36:07 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c220-239-252-11.carlnfd3.nsw.optusnet.com.au (c220-239-252-11.carlnfd3.nsw.optusnet.com.au [220.239.252.11]) by mail35.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m412ZxOF013202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 May 2008 12:36:00 +1000 Date: Thu, 1 May 2008 12:35:59 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Marcel Moolenaar In-Reply-To: <42F8226A-A63D-44AB-8BF7-A74233520F24@mac.com> Message-ID: <20080501114438.P93336@delplex.bde.org> References: <200804292123.m3TLNLwT044155@repoman.freebsd.org> <200804301939.06987.max@love2party.net> <4818BCEF.1040308@elischer.org> <42F8226A-A63D-44AB-8BF7-A74233520F24@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Julian Elischer , Max Laier , Julian Elischer Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 02:36:08 -0000 On Wed, 30 Apr 2008, Marcel Moolenaar wrote: > > On Apr 30, 2008, at 11:39 AM, Julian Elischer wrote: > >> Max Laier wrote: >>> On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote: >>>> julian 2008-04-29 21:23:21 UTC >>>> ... >>>> Add an option (compiled out by default) >>>> to profile outoing packets for a number of mbuf chain >>>> related parameters >>>> e.g. number of mbufs, wasted space. >>>> probably will do with further work later. >>> This breaks the build: >>> http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.brief >>> 1) Use %u to print unsigned values >>> 2) printing [u]int64_t's has been broken since the beginning. The reason >>> is the unfortunate choice to have int64_t be a "long int" alias on >>> platforms with a 64bit long (while they could as easily be "long long int" >>> as on the other platforms where long is 32bit wide - this also means that >>> "long long" is > intmax_t which is an alias for int64_t). Hence you >>> either have to use the (ugly) PRIu64 macro, or %ju and cast to uintmax_t. >>> This is a no-op (as long as we don't have uint128_t or the like). >> >> I'm happy to change the types to any way you suggest.. >> how about just changing them to long long? This would be wrong. They ([u]intmax_t) are partly intentionally implemented as being different from long long iff this is possible (i.e., on arches with long the physically longest integral type), so that bad code is rewarded with printf format errors like the above. (Unfortunately, C's type checking is too weak to give stronger rewards.) Bad code does things like assuming that int64_t or long long is the longest type, or that these types are the same, or that int64_t is the same as long (rare) or int (rarer, partly because attempts to print int64_t's using %d would fail under almost all implementations). > I hope you don't mean redefining [u]int64_t from [u_]long to > [u_]long_long on 64-bit platforms? I violently oppose that. > > Itanium already supports 128-bit atomic operations and I like > like to keep long long available for that... I unviolently oppose that :-). The existence of long long is a bug. > Not to mention that PRIu64 is defined exactly for this issue, > so I would suggest that people get over their eye-of-beholder > objections and just use it (if casting to long long and sing > %llu is not an option)... The existence of PRI* is a bug. Casting to long long and sing (sic) %llu is not an option. Just convert to a larger standard type of the same signedness -- usually intmax_t or uintmax_t, since it is hard to figure out the minimal larger type even using ugly macros like PRI*. It can be hard to figure out the signedness even for casting to [u]intmax_t. PRI* provides no help for this -- you have to decide the 'u' at write time for both. PRI* also provides no help if the original type is not known, which is the usual case since most types should be typedefs. PRI* provides negative help if the original type is known now but changes -- then PRI* is too easy to use, but it breaks or starts working accidentally when the type changes. Conversions to [u]intmax_t keep working for all changes of the type except ones that change the signedness or the integrality. Bruce From owner-cvs-src@FreeBSD.ORG Thu May 1 03:01:57 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B5791065676; Thu, 1 May 2008 03:01:57 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by mx1.freebsd.org (Postfix) with ESMTP id 17D658FC0A; Thu, 1 May 2008 03:01:56 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c220-239-252-11.carlnfd3.nsw.optusnet.com.au (c220-239-252-11.carlnfd3.nsw.optusnet.com.au [220.239.252.11]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m4130YLJ001386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 May 2008 13:00:37 +1000 Date: Thu, 1 May 2008 13:00:34 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "David O'Brien" In-Reply-To: <20080430180255.GB89079@dragon.NUXI.org> Message-ID: <20080501123943.V93454@delplex.bde.org> References: <200804291117.m3TBHjw3050979@repoman.freebsd.org> <20080430180255.GB89079@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Yar Tikhiy , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Oleksandr Tymoshenko Subject: Re: cvs commit: src/sys/sys user.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, 01 May 2008 03:01:57 -0000 On Wed, 30 Apr 2008, David O'Brien wrote: > On Tue, Apr 29, 2008 at 05:41:18PM +0400, Yar Tikhiy wrote: >> On Tue, Apr 29, 2008 at 3:17 PM, Oleksandr Tymoshenko wrote: >>> gonzo 2008-04-29 11:17:45 UTC >>> Modified files: >>> sys/sys user.h >>> Log: >>> Define KINFO_PROC_SIZE for mips. > .. >> Perhaps it's time to introduce MD .h files for that instead of adding >> MD #ifdefs to the MI .h file, isn't it? I.e., can include >> , which can define KINFO_PROC_SIZE and its possible >> friends. > > I would like to see us go in that direction also. KINFO_PROC_SIZE is special. It can only be determined by looking at the MI struct declared in , and the looking must not be automated since the reason for existence of this macro is to prevent automated changes to the size of the struct. I would have used a definition like KI_NVOIDSTAR * sizeof(void *) + KI_NINTMAX_T * sizeof(intmax_t) + ... where KI_N* are MI. This requires the struct to not have any padding or for the padding to be countable by and actually counted by an expression like the above. Unfortunately, the struct is not laid out very carefully, (it has nested structs which it cannot control the layout of) so it might have MD padding which would make some of the KI_N*'s MD. All padding is MD in theory, but in practice padding can be made almost MI by a careful layout. Bruce From owner-cvs-src@FreeBSD.ORG Thu May 1 03:49:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D513D1065673; Thu, 1 May 2008 03:49:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73E338FC1C; Thu, 1 May 2008 03:49:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m413nxGV045418; Thu, 1 May 2008 03:49:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m413nxT9045417; Thu, 1 May 2008 03:49:59 GMT (envelope-from sam) Message-Id: <200805010349.m413nxT9045417@repoman.freebsd.org> From: Sam Leffler Date: Thu, 1 May 2008 03:49: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/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 03:49:59 -0000 sam 2008-05-01 03:49:59 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: re-enable WME by default; after a full day of testing on iwi I see no issues and the only way we'll identify them is for people to use it Revision Changes Path 1.49 +0 -3 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Thu May 1 04:55:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE344106566C; Thu, 1 May 2008 04:55:02 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C59BB8FC2D; Thu, 1 May 2008 04:55:02 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m414t2Cc057935; Thu, 1 May 2008 04:55:02 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m414t2PI057906; Thu, 1 May 2008 04:55:02 GMT (envelope-from thompsa) Message-Id: <200805010455.m414t2PI057906@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 1 May 2008 04:55: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/dev/ath if_ath.c src/sys/dev/if_ndis if_ndis.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/iwn if_iwn.c src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_rum.c if_zyd.c src/sys/dev/wi if_wi.c src/sys/dev/wpi if_wpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 04:55:03 -0000 thompsa 2008-05-01 04:55:00 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/if_ndis if_ndis.c sys/dev/ipw if_ipw.c sys/dev/iwi if_iwi.c sys/dev/iwn if_iwn.c sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_rum.c if_zyd.c sys/dev/wi if_wi.c sys/dev/wpi if_wpi.c Log: Unify all the wifi *_ioctl routines - Limit grabbing the lock to SIOCSIFFLAGS. - Move ieee80211_start_all() to SIOCSIFFLAGS. - Remove SIOCSIFMEDIA as it is not useful. - Limit ether_ioctl to only SIOCGIFADDR. SIOCSIFADDR and SIOCSIFMTU have no affect as there is no input/output path in the vap parent. The vap code will handle the reinit of the mac address changes. - Split off ndis_ioctl_80211 as it was getting too different to wired devices. This fixes a copyout while locked and a lock recursion. Reviewed by: sam Revision Changes Path 1.183 +7 -13 src/sys/dev/ath/if_ath.c 1.135 +50 -12 src/sys/dev/if_ndis/if_ndis.c 1.36 +9 -7 src/sys/dev/ipw/if_ipw.c 1.61 +8 -7 src/sys/dev/iwi/if_iwi.c 1.4 +8 -7 src/sys/dev/iwn/if_iwn.c 1.21 +8 -7 src/sys/dev/ral/rt2560.c 1.21 +8 -7 src/sys/dev/ral/rt2661.c 1.20 +9 -7 src/sys/dev/usb/if_rum.c 1.15 +8 -7 src/sys/dev/usb/if_zyd.c 1.216 +8 -7 src/sys/dev/wi/if_wi.c 1.12 +8 -7 src/sys/dev/wpi/if_wpi.c From owner-cvs-src@FreeBSD.ORG Thu May 1 05:11:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215141065AA3; Thu, 1 May 2008 05:11:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E841A8FC15; Thu, 1 May 2008 05:11:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m415BXb6059658; Thu, 1 May 2008 05:11:33 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m415BXjo059657; Thu, 1 May 2008 05:11:33 GMT (envelope-from thompsa) Message-Id: <200805010511.m415BXjo059657@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 1 May 2008 05:11:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 05:11:34 -0000 thompsa 2008-05-01 05:11:33 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Do not call ndis_setstate_80211() until we are ready to associate, the vap may not have been created yet and will panic. This requires ndis_scan() to always set the SSID. Reported by: Ben Kaduk Revision Changes Path 1.136 +9 -11 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Thu May 1 07:41:27 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C230106566B; Thu, 1 May 2008 07:41:27 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 183A18FC0C; Thu, 1 May 2008 07:41:27 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A57FFA.dip.t-dialin.net [84.165.127.250]) by redbull.bpaserver.net (Postfix) with ESMTP id A98892E1FD; Thu, 1 May 2008 09:24:04 +0200 (CEST) Received: from deskjail (unknown [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 9FA096CCF7; Thu, 1 May 2008 09:24:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1209626641; bh=HT7LcmsWeGIX/BQNDLAWqqVDNmV3zAbkG PUt0PzO6Wk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To: References:Mime-Version:Content-Type:Content-Transfer-Encoding; b=eOJH8CqQ9rARPzm2xkKjNL7498CqJ/GMN9pzZVak2pgdDLw08A9DvHvJuppon0Ktc LTHli469KY/scFAhDnHixbhpb8wJbmNiOsH+7WdmRBrtr5R0AxTuok0o2UnBUOaD7Hk 9V1n8EIW/B7nvUpgm3VoVJDVLkEcZknJf9vfRsRmzEiJQj7ACue2kAPa6JjzWL/azHV s1kwV58oyqz2Ng4gVPxofBZWsunUMmMh4JXx9DEyjxsnxW/sNLzWvy9FJcDBWfXOwK2 sR6ULzLGMhG8Yqw46qd0AKVmml/U/Wnd6FHiJB2ay7ryAhA6u2xjBWVc1/KkNKWz1xN KnorIrSiA== Date: Thu, 1 May 2008 09:24:01 +0200 From: Alexander Leidinger To: "Daniel O'Connor" Message-ID: <20080501092401.6f197633@deskjail> In-Reply-To: <200804250914.47667.doconnor@gsoft.com.au> References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200804230907.24247.jhb@freebsd.org> <200804250914.47667.doconnor@gsoft.com.au> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.8; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, NO_RDNS 0.50, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@freebsd.org, Brooks Davis , src-committers@freebsd.org, John Baldwin , cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.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: Thu, 01 May 2008 07:41:27 -0000 Quoting "Daniel O'Connor" (Fri, 25 Apr 2008 09:14:37 +0930): > On Wed, 23 Apr 2008, John Baldwin wrote: > > As far as panics in X are concerned, that is a bug in the console > > driver that it doesn't just abort ddb already and write out a dump > > and reboot. I've been disabling ddb on panics via tunable as a > > workaround on my laptop to get crashdumps during panics in X. > > How hard would this be to fix properly? :) The X11-guys moved the mode switching from the X server to the linux kernel. In case we would do the same, would this allow us to switch when entering ddb? No, I don't volunteer, I just point out what may be a proper solution, and what we may have to do anyway at some point. Bye, Alexander. -- Need to quickly return to your home directory? Type "cd". -- Dru http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-src@FreeBSD.ORG Thu May 1 09:52:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FA201065673; Thu, 1 May 2008 09:52:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05DBA8FC17; Thu, 1 May 2008 09:52:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m419qYGY092044; Thu, 1 May 2008 09:52:34 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m419qYc3092043; Thu, 1 May 2008 09:52:34 GMT (envelope-from maxim) Message-Id: <200805010952.m419qYc3092043@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 1 May 2008 09:52:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 09:52:35 -0000 maxim 2008-05-01 09:52:34 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o OpenBSD 4.3 added. Revision Changes Path 1.120 +2 -1 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Thu May 1 13:10:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2784B106566B; Thu, 1 May 2008 13:10:04 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0C3F8FC1C; Thu, 1 May 2008 13:10:03 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41DA3Ep013113; Thu, 1 May 2008 13:10:03 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41DA34S013112; Thu, 1 May 2008 13:10:03 GMT (envelope-from bz) Message-Id: <200805011310.m41DA34S013112@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 1 May 2008 13:10:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/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: Thu, 01 May 2008 13:10:04 -0000 bz 2008-05-01 13:10:03 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Use the correct bit when trying to force an interrupt through the HCC reg. It's not a problem as this is a #ifdef notyet. Revision Changes Path 1.209 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Thu May 1 14:36:16 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BDCC1065681; Thu, 1 May 2008 14:36:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 33B528FC18; Thu, 1 May 2008 14:36:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 384DD1A4D84; Thu, 1 May 2008 07:36:15 -0700 (PDT) From: John Baldwin To: "Daniel O'Connor" Date: Thu, 1 May 2008 10:36:15 -0400 User-Agent: KMail/1.9.7 References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200804230907.24247.jhb@freebsd.org> <200804250914.47667.doconnor@gsoft.com.au> In-Reply-To: <200804250914.47667.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805011036.16663.jhb@freebsd.org> Cc: cvs-src@freebsd.org, Brooks Davis , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.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: Thu, 01 May 2008 14:36:16 -0000 On Thursday 24 April 2008 07:44:37 pm Daniel O'Connor wrote: > On Wed, 23 Apr 2008, John Baldwin wrote: > > As far as panics in X are concerned, that is a bug in the console > > driver that it doesn't just abort ddb already and write out a dump > > and reboot. I've been disabling ddb on panics via tunable as a > > workaround on my laptop to get crashdumps during panics in X. > > How hard would this be to fix properly? :) Not sure. db_trap() calls 'cnunavailable()' and perhaps that isn't working correctly now? -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu May 1 17:24:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F0E1065670; Thu, 1 May 2008 17:24:38 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44DA08FC1B; Thu, 1 May 2008 17:24:38 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41HOb3o037750; Thu, 1 May 2008 17:24:37 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41HObs8037749; Thu, 1 May 2008 17:24:37 GMT (envelope-from jasone) Message-Id: <200805011724.m41HObs8037749@repoman.freebsd.org> From: Jason Evans Date: Thu, 1 May 2008 17:24: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/stdlib rb.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, 01 May 2008 17:24:38 -0000 jasone 2008-05-01 17:24:37 UTC FreeBSD src repository Modified files: lib/libc/stdlib rb.h Log: Add rb_wrap(), which creates C function wrappers for most rb_*() macros. Add rb_foreach_next() and rb_foreach_reverse_prev(), which make it possible to re-synchronize tree iteration after the tree has been modified. Rename rb_tree_new() to rb_new(). Revision Changes Path 1.2 +194 -36 src/lib/libc/stdlib/rb.h From owner-cvs-src@FreeBSD.ORG Thu May 1 17:25:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA211065671; Thu, 1 May 2008 17:25:55 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52DE98FC2A; Thu, 1 May 2008 17:25:55 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41HPtUa037857; Thu, 1 May 2008 17:25:55 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41HPtxh037856; Thu, 1 May 2008 17:25:55 GMT (envelope-from jasone) Message-Id: <200805011725.m41HPtxh037856@repoman.freebsd.org> From: Jason Evans Date: Thu, 1 May 2008 17:25: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 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, 01 May 2008 17:25:55 -0000 jasone 2008-05-01 17:25:55 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Add a separate tree to track arena chunks that contain dirty pages. This substantially improves worst case allocation performance, since O(lg n) tree search can be used instead of O(n) tree iteration. Use rb_wrap() instead of directly calling rb_*() macros. Revision Changes Path 1.171 +134 -158 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Thu May 1 18:08:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FE6C1065672; Thu, 1 May 2008 18:08:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D80028FC1F; Thu, 1 May 2008 18:08:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41I8gRZ040461; Thu, 1 May 2008 18:08:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41I8gTs040460; Thu, 1 May 2008 18:08:42 GMT (envelope-from jhb) Message-Id: <200805011808.m41I8gTs040460@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 May 2008 18:08:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_i386.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 18:08:43 -0000 jhb 2008-05-01 18:08:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/usr.bin/gdb/kgdb trgt_i386.c Log: MFC: Fix the ofs_fix handling for trapframes for i386 on remote targets. Revision Changes Path 1.6.2.3 +9 -16 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c From owner-cvs-src@FreeBSD.ORG Thu May 1 19:21:26 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDF01065675 for ; Thu, 1 May 2008 19:21:26 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id D315B8FC15 for ; Thu, 1 May 2008 19:21:25 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so563957ywh.13 for ; Thu, 01 May 2008 12:21:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=CSYj5jR1P4naKarsnS0VIexBVY+jWnhdynzCaU7ocmY=; b=is79UAXnqjJ4hDZd0oSz9cbMAlsdGj/AveZfXaSuHobJUDO/4ETAS1hGWmTuNTE8rugQleyZWp3dQGCCGwXGH6LGxRHCUK/8qIQPqvva/Su2Oz8MoSwPRU3L/ehlNlCfuSFCJm5oCUtWUXwNhWh4zisi8in3SSEmSw1dSJWQH/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=asifcshAY8Wa0rels13xMPyTB5bEDRjFixNM4VWNOD5c5FUV34uwEFgD+BcSCNJ9zMbVT6L3wgr45Lw2YU491tltfYkMoNmz7tUPJgwTSGguvVy3OyVEJDNLqXmbAQ2RJ2Qu6heDRrqg8GTIlGL0F7E+wVLIzW80V/GQB+feCbE= Received: by 10.150.73.6 with SMTP id v6mr2700586yba.115.1209668003740; Thu, 01 May 2008 11:53:23 -0700 (PDT) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id 26sm5785905wrl.38.2008.05.01.11.53.20 (version=SSLv3 cipher=OTHER); Thu, 01 May 2008 11:53:21 -0700 (PDT) Date: Thu, 1 May 2008 14:53:15 -0400 From: Alexander Kabaev To: John Baldwin Message-ID: <20080501145315.4ec8170c@kan.dnsalias.net> In-Reply-To: <200805011036.16663.jhb@freebsd.org> References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200804230907.24247.jhb@freebsd.org> <200804250914.47667.doconnor@gsoft.com.au> <200805011036.16663.jhb@freebsd.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/GBukAsVSVZ9jT0FMVngglHi"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Davis , Daniel O'Connor , Brooks, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.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: Thu, 01 May 2008 19:21:26 -0000 --Sig_/GBukAsVSVZ9jT0FMVngglHi Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 1 May 2008 10:36:15 -0400 John Baldwin wrote: > On Thursday 24 April 2008 07:44:37 pm Daniel O'Connor wrote: > > On Wed, 23 Apr 2008, John Baldwin wrote: > > > As far as panics in X are concerned, that is a bug in the console > > > driver that it doesn't just abort ddb already and write out a dump > > > and reboot. I've been disabling ddb on panics via tunable as a > > > workaround on my laptop to get crashdumps during panics in X. > > > > How hard would this be to fix properly? :) >=20 > Not sure. db_trap() calls 'cnunavailable()' and perhaps that isn't > working correctly now? >=20 > --=20 > John Baldwin cnunavailable will not prevent DDB as long as you have any console that DDB can interact with enabled. Firewire/serial consoles are considered to be always available, if configured. --=20 Alexander Kabaev --Sig_/GBukAsVSVZ9jT0FMVngglHi Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD4DBQFIGhGbQ6z1jMm+XZYRAnD6AKDNZW68sk1oCWhZcJS7ajPVWmRaJACXY5kW FKNEXpeEP5oMPSdPHzmcwA== =UElm -----END PGP SIGNATURE----- --Sig_/GBukAsVSVZ9jT0FMVngglHi-- From owner-cvs-src@FreeBSD.ORG Thu May 1 19:49:38 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 281A81065671; Thu, 1 May 2008 19:49:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 01C7C8FC1B; Thu, 1 May 2008 19:49:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 969571A4D86; Thu, 1 May 2008 12:49:37 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m41JnLZF025754; Thu, 1 May 2008 15:49:21 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Rui Paulo Date: Thu, 1 May 2008 15:47:06 -0400 User-Agent: KMail/1.9.7 References: <200802281910.m1SJAgm1083976@repoman.freebsd.org> In-Reply-To: <200802281910.m1SJAgm1083976@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805011547.07007.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 01 May 2008 15:49:21 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7007/Thu May 1 11:34:23 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 19:49:38 -0000 On Thursday 28 February 2008 02:10:42 pm Rui Paulo wrote: > rpaulo 2008-02-28 19:10:42 UTC > > FreeBSD src repository > > Modified files: > sys/i386/cpufreq est.c > Log: > Validate the id16 values gathered from ACPI (previously a TODO item). > Style changes by me and njl. What is the purpose of the 'saved_id16' variable? It is never used. I think what might be better is to just read it once at the start of the loop and then restore it at the end of the loop, though phk@ has overwritten this with the "chew up all battery on laptops at all cost" patch. :-P -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu May 1 19:59:11 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2382106566B; Thu, 1 May 2008 19:59:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id BD8918FC14; Thu, 1 May 2008 19:59:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 73B141A4D82; Thu, 1 May 2008 12:59:11 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m41Jwpwu025825; Thu, 1 May 2008 15:58:52 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Alexander Kabaev Date: Thu, 1 May 2008 15:59:00 -0400 User-Agent: KMail/1.9.7 References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200805011036.16663.jhb@freebsd.org> <20080501145315.4ec8170c@kan.dnsalias.net> In-Reply-To: <20080501145315.4ec8170c@kan.dnsalias.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200805011559.00415.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 01 May 2008 15:58:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7007/Thu May 1 11:34:23 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Daniel O'Connor , Brooks Davis , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.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: Thu, 01 May 2008 19:59:12 -0000 On Thursday 01 May 2008 02:53:15 pm Alexander Kabaev wrote: > On Thu, 1 May 2008 10:36:15 -0400 > John Baldwin wrote: > > > On Thursday 24 April 2008 07:44:37 pm Daniel O'Connor wrote: > > > On Wed, 23 Apr 2008, John Baldwin wrote: > > > > As far as panics in X are concerned, that is a bug in the console > > > > driver that it doesn't just abort ddb already and write out a dump > > > > and reboot. I've been disabling ddb on panics via tunable as a > > > > workaround on my laptop to get crashdumps during panics in X. > > > > > > How hard would this be to fix properly? :) > > > > Not sure. db_trap() calls 'cnunavailable()' and perhaps that isn't > > working correctly now? > > > > -- > > John Baldwin > cnunavailable will not prevent DDB as long as you have any console that > DDB can interact with enabled. Firewire/serial consoles are considered > to be always available, if configured. Yeah, but my laptop only has vidconsole and it hangs during a panic in X unless I turn off 'debugger_on_panic'. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu May 1 20:15:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1899D106567C; Thu, 1 May 2008 20:15:04 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFF8F8FC0C; Thu, 1 May 2008 20:15:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41KF3Lb046805; Thu, 1 May 2008 20:15:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41KF2WA046795; Thu, 1 May 2008 20:15:02 GMT (envelope-from jhb) Message-Id: <200805012015.m41KF2WA046795@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 May 2008 20:15:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 20:15:04 -0000 jhb 2008-05-01 20:15:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/cpufreq est.c Log: MFC: A few fixes. - Increase time we wait for things to settle to 1 millisecond, 10 microseconds is too short. - In est_acpi_info(), initialize count. Revision Changes Path 1.7.2.4 +2 -1 src/sys/i386/cpufreq/est.c From owner-cvs-src@FreeBSD.ORG Thu May 1 20:26:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA17A1065673; Thu, 1 May 2008 20:26:16 +0000 (UTC) (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 56D828FC0A; Thu, 1 May 2008 20:26:15 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m41KQEAr093330; Fri, 2 May 2008 00:26:14 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1209673574; bh=LZBkFG8VwyOCYcaVIH2VwSAGZME0eC2Z2KHjfiI 3pLM=; l=327; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=HUYx/SH5n+hpl9gjxGLy1cH8l gSRoBzCQ3X2dPqTZviPaeKlTxeoSS33ByCvsVbIRc3I8pTyihVtPd06nAh1gUnx4+vX Rslc/X2KRt5TQnDGoybilKENKEezTpHvCeyolG+kH1alTKkU81zfxvMwPyoTdvFOKbI ZwHvXaif9ZLM= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m41KQDaT093328; Fri, 2 May 2008 00:26:13 +0400 (MSD) (envelope-from ache) Date: Fri, 2 May 2008 00:26:13 +0400 From: Andrey Chernov To: John Baldwin Message-ID: <20080501202613.GA93118@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , John Baldwin , Alexander Kabaev , Daniel O'Connor , cvs-all@FreeBSD.ORG, Brooks Davis , cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200805011036.16663.jhb@freebsd.org> <20080501145315.4ec8170c@kan.dnsalias.net> <200805011559.00415.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805011559.00415.jhb@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Brooks Davis , Daniel O'Connor , cvs-all@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, Alexander Kabaev Subject: Re: cvs commit: src/etc/defaults rc.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: Thu, 01 May 2008 20:26:17 -0000 On Thu, May 01, 2008 at 03:59:00PM -0400, John Baldwin wrote: > Yeah, but my laptop only has vidconsole and it hangs during a panic in X > unless I turn off 'debugger_on_panic'. Ideally KDB_UNATTENDED option (almost the same thing) should be able to produce textdumps, but currently is not. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Thu May 1 20:26:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABEB61065672; Thu, 1 May 2008 20:26:25 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FBAB8FC1E; Thu, 1 May 2008 20:26:25 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41KQPCq047349; Thu, 1 May 2008 20:26:25 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41KQP8x047348; Thu, 1 May 2008 20:26:25 GMT (envelope-from sam) Message-Id: <200805012026.m41KQP8x047348@repoman.freebsd.org> From: Sam Leffler Date: Thu, 1 May 2008 20:26: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/net80211 ieee80211_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 20:26:25 -0000 sam 2008-05-01 20:26:25 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: fix build w/ IEEE80211_DEBUG_REFCNT enabled Revision Changes Path 1.93 +1 -1 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Thu May 1 20:36:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99ECA1065670; Thu, 1 May 2008 20:36:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8593B8FC1D; Thu, 1 May 2008 20:36:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41Kamoj047725; Thu, 1 May 2008 20:36:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41Kam6r047724; Thu, 1 May 2008 20:36:48 GMT (envelope-from jhb) Message-Id: <200805012036.m41Kam6r047724@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 May 2008 20:36: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/gnu/usr.bin/gdb/kgdb kthr.c trgt.c trgt_amd64.c trgt_arm.c trgt_i386.c trgt_ia64.c trgt_powerpc.c trgt_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 20:36:48 -0000 jhb 2008-05-01 20:36:48 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kthr.c trgt.c trgt_amd64.c trgt_arm.c trgt_i386.c trgt_ia64.c trgt_powerpc.c trgt_sparc64.c Log: - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. We now only use the TID and ignore the PID and use pid_to_ptid() to build a ptid treating the TID as a PID. The benefit of this is that the vmcore target now uses the same scheme as GDB's remote targets. As a result, the 'tid' command now works for remote targets (however, it only accepts TIDs and not addresses of 'struct thread' objects). - Use gdb_thread_select() to do the actual thread switch for the 'tid' and 'proc' commands. This now gives the same UI feedback when switching threads as the GDB 'thread' command rather than providing no visual output at all. MFC after: 1 week Revision Changes Path 1.12 +12 -9 src/gnu/usr.bin/gdb/kgdb/kthr.c 1.12 +20 -30 src/gnu/usr.bin/gdb/kgdb/trgt.c 1.10 +1 -1 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c 1.5 +1 -1 src/gnu/usr.bin/gdb/kgdb/trgt_arm.c 1.11 +2 -2 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c 1.6 +1 -1 src/gnu/usr.bin/gdb/kgdb/trgt_ia64.c 1.4 +1 -1 src/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c 1.8 +1 -1 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c From owner-cvs-src@FreeBSD.ORG Thu May 1 20:55:52 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7FEE10656C2; Thu, 1 May 2008 20:55:52 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id A18938FC17; Thu, 1 May 2008 20:55:52 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m41Ktqir067031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 May 2008 13:55:52 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <481A2E58.9020103@freebsd.org> Date: Thu, 01 May 2008 13:55:52 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: src-committers@freebsd.org References: <200804292136.m3TLaHI5045311@repoman.freebsd.org> In-Reply-To: <200804292136.m3TLaHI5045311@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn 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, 01 May 2008 20:55:53 -0000 Sam Leffler wrote: > Intel 4965 wireless driver (derived from openbsd driver of the same name) > > I completely forgot to acknowledge the work that Ben Close did on this driver; his effort was key to getting a working driver. Sam From owner-cvs-src@FreeBSD.ORG Thu May 1 21:20:15 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A3F61065674 for ; Thu, 1 May 2008 21:20:15 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 5089B8FC2B for ; Thu, 1 May 2008 21:20:14 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so571486nfh.33 for ; Thu, 01 May 2008 14:20:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=iGcQ2vWvBFped2D/jbh4ch/TUNxOr/pgJIrnYbisfWw=; b=xPDo3/z3KfPrTBdZyn47ummzABRQGmthJXm4+sxbJsmw0zexY7Jt/HA+AQVI3eYbH3SoHHbqvkLl9QDkf+ZGZI0fwR0DNi7osF5iVp3XrOzMefQR0Vfo6HF0Wow/jwse8BLNV2CwswveBJafdhGp75qVDVs2GbTzoVFYU2gZkHE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=B9pJMFXFH9uhGlWXJcSZKiRwkghbAtE3pRxwY280VIWgUgai6VoyFi/rYdgLalRJ/M0RGPc818VAuMQT/1UwUVfi/Zp6P+ZijSTKulnTrDS5MzaKw7bC/5ScZQAAj1pZsSDHUv7kfSbmBmwL4i7DDfrMS95QuNqHrZrPUW1F7fg= Received: by 10.210.58.17 with SMTP id g17mr2334580eba.190.1209676812669; Thu, 01 May 2008 14:20:12 -0700 (PDT) Received: from epsilon.local ( [89.214.145.245]) by mx.google.com with ESMTPS id f4sm12837334nfh.0.2008.05.01.14.20.10 (version=SSLv3 cipher=RC4-MD5); Thu, 01 May 2008 14:20:11 -0700 (PDT) Message-ID: <481A3406.8080007@FreeBSD.org> Date: Thu, 01 May 2008 22:20:06 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: John Baldwin References: <200802281910.m1SJAgm1083976@repoman.freebsd.org> <200805011547.07007.jhb@freebsd.org> In-Reply-To: <200805011547.07007.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: Rui Paulo Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 21:20:15 -0000 John Baldwin wrote: > On Thursday 28 February 2008 02:10:42 pm Rui Paulo wrote: >> rpaulo 2008-02-28 19:10:42 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/cpufreq est.c >> Log: >> Validate the id16 values gathered from ACPI (previously a TODO item). >> Style changes by me and njl. > > What is the purpose of the 'saved_id16' variable? It is never used. I think > what might be better is to just read it once at the start of the loop and > then restore it at the end of the loop, though phk@ has overwritten this with > the "chew up all battery on laptops at all cost" patch. :-P > What do you mean by 'It is never used.' ? % cat -n est.c | grep saved_id16 1082 uint16_t saved_id16; 1111 est_get_id16(&saved_id16); -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Thu May 1 21:29:17 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 282FE106564A; Thu, 1 May 2008 21:29:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 0558F8FC1A; Thu, 1 May 2008 21:29:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 91C8E1A4D82; Thu, 1 May 2008 14:29:16 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m41LT4NF026442; Thu, 1 May 2008 17:29:04 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Rui Paulo Date: Thu, 1 May 2008 17:28:50 -0400 User-Agent: KMail/1.9.7 References: <200802281910.m1SJAgm1083976@repoman.freebsd.org> <200805011547.07007.jhb@freebsd.org> <481A3406.8080007@FreeBSD.org> In-Reply-To: <481A3406.8080007@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805011728.51152.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 01 May 2008 17:29:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7008/Thu May 1 15:52:04 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 May 2008 21:29:17 -0000 On Thursday 01 May 2008 05:20:06 pm Rui Paulo wrote: > John Baldwin wrote: > > On Thursday 28 February 2008 02:10:42 pm Rui Paulo wrote: > >> rpaulo 2008-02-28 19:10:42 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/i386/cpufreq est.c > >> Log: > >> Validate the id16 values gathered from ACPI (previously a TODO item). > >> Style changes by me and njl. > > > > What is the purpose of the 'saved_id16' variable? It is never used. I think > > what might be better is to just read it once at the start of the loop and > > then restore it at the end of the loop, though phk@ has overwritten this with > > the "chew up all battery on laptops at all cost" patch. :-P > > > > What do you mean by 'It is never used.' ? > > % cat -n est.c | grep saved_id16 > 1082 uint16_t saved_id16; > 1111 est_get_id16(&saved_id16); Right, it is initialized, but it's value isn't actually _used_ anywhere. There isn't a est_set_id16(&saved_id16), etc. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri May 2 05:14:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A8751065676; Fri, 2 May 2008 05:14:59 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45F318FC17; Fri, 2 May 2008 05:14:59 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m425ExvD002269; Fri, 2 May 2008 05:14:59 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m425ExAw002268; Fri, 2 May 2008 05:14:59 GMT (envelope-from kientzle) Message-Id: <200805020514.m425ExAw002268@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 2 May 2008 05:14:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 05:14:59 -0000 kientzle 2008-05-02 05:14:58 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Allow -r with -T even if there are no files on the command line. PR: bin/123246 MFC after: 3 days Revision Changes Path 1.66 +1 -1 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Fri May 2 05:17:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EB951065670; Fri, 2 May 2008 05:17:17 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 618488FC12; Fri, 2 May 2008 05:17:17 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m425HH6W002425; Fri, 2 May 2008 05:17:17 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m425HHbH002424; Fri, 2 May 2008 05:17:17 GMT (envelope-from kientzle) Message-Id: <200805020517.m425HHbH002424@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 2 May 2008 05:17: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/usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c test_stdio.c test_version.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 05:17:17 -0000 kientzle 2008-05-02 05:17:16 UTC FreeBSD src repository Added files: usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c test_stdio.c test_version.c Log: New bsdtar test harness. Still rather skimpy, but a lot easier to run and maintain than the old scripts that used to be here. Revision Changes Path 1.1 +61 -0 src/usr.bin/tar/test/Makefile (new) 1.1 +1012 -0 src/usr.bin/tar/test/main.c (new) 1.1 +151 -0 src/usr.bin/tar/test/test.h (new) 1.1 +62 -0 src/usr.bin/tar/test/test_0.c (new) 1.1 +158 -0 src/usr.bin/tar/test/test_basic.c (new) 1.1 +300 -0 src/usr.bin/tar/test/test_copy.c (new) 1.1 +38 -0 src/usr.bin/tar/test/test_getdate.c (new) 1.1 +81 -0 src/usr.bin/tar/test/test_help.c (new) 1.1 +123 -0 src/usr.bin/tar/test/test_option_T.c (new) 1.1 +124 -0 src/usr.bin/tar/test/test_stdio.c (new) 1.1 +93 -0 src/usr.bin/tar/test/test_version.c (new) From owner-cvs-src@FreeBSD.ORG Fri May 2 05:18:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94B571065677; Fri, 2 May 2008 05:18:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 703FA8FC16; Fri, 2 May 2008 05:18:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m425IlYM002507; Fri, 2 May 2008 05:18:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m425IlqT002506; Fri, 2 May 2008 05:18:47 GMT (envelope-from kientzle) Message-Id: <200805020518.m425IlqT002506@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 2 May 2008 05:18:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 05:18:47 -0000 kientzle 2008-05-02 05:18:47 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: bsdtar --version should succeed. Revision Changes Path 1.87 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Fri May 2 05:40:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A28D3106564A; Fri, 2 May 2008 05:40:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3AB8FC14; Fri, 2 May 2008 05:40:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m425e5sV003194; Fri, 2 May 2008 05:40:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m425e5uO003193; Fri, 2 May 2008 05:40:05 GMT (envelope-from kientzle) Message-Id: <200805020540.m425e5uO003193@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 2 May 2008 05:40:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 05:40:05 -0000 kientzle 2008-05-02 05:40:05 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Documentation updates: * --format can be used with -r or -u * -o is a synonym for --format=ustar when used with -c, -r, or -u Also, fix the erroneous sanity check that suppressed --format with -r or -u. Revision Changes Path 1.41 +8 -2 src/usr.bin/tar/bsdtar.1 1.88 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Fri May 2 06:16:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F18106564A; Fri, 2 May 2008 06:16:02 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D71918FC0C; Fri, 2 May 2008 06:16:01 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m426G1bH005806; Fri, 2 May 2008 06:16:01 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m426Fx3X005803; Fri, 2 May 2008 06:15:59 GMT (envelope-from simokawa) Message-Id: <200805020615.m426Fx3X005803@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 2 May 2008 06:15:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 06:16:02 -0000 simokawa 2008-05-02 06:15:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c Log: MFC: add -f option and other small fixes firewire.8 rev 1.22 firewire.c rev 1.24 Revision Changes Path 1.18.2.1 +6 -1 src/usr.sbin/fwcontrol/fwcontrol.8 1.23.2.1 +17 -7 src/usr.sbin/fwcontrol/fwcontrol.c From owner-cvs-src@FreeBSD.ORG Fri May 2 06:17:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 161D1106564A; Fri, 2 May 2008 06:17:17 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6AB38FC1C; Fri, 2 May 2008 06:17:16 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m426HGCQ005880; Fri, 2 May 2008 06:17:16 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m426HGS5005879; Fri, 2 May 2008 06:17:16 GMT (envelope-from simokawa) Message-Id: <200805020617.m426HGS5005879@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 2 May 2008 06:17: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/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 06:17:17 -0000 simokawa 2008-05-02 06:17:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c Log: MFC: add -f option and other small fixes firewire.8 rev 1.22 firewire.c rev 1.24 Revision Changes Path 1.16.2.3 +6 -1 src/usr.sbin/fwcontrol/fwcontrol.8 1.22.2.2 +17 -7 src/usr.sbin/fwcontrol/fwcontrol.c From owner-cvs-src@FreeBSD.ORG Fri May 2 10:16:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 430441065673; Fri, 2 May 2008 10:16:42 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2272A8FC16; Fri, 2 May 2008 10:16:42 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42AGfP6027785; Fri, 2 May 2008 10:16:41 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42AGf17027784; Fri, 2 May 2008 10:16:41 GMT (envelope-from rpaulo) Message-Id: <200805021016.m42AGf17027784@repoman.freebsd.org> From: Rui Paulo Date: Fri, 2 May 2008 10:16:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 10:16:42 -0000 rpaulo 2008-05-02 10:16:41 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: Remove unused variable saved_id16. Pointy hat to: me Pointed out by: jhb MFC after: 1 week Revision Changes Path 1.16 +0 -2 src/sys/i386/cpufreq/est.c From owner-cvs-src@FreeBSD.ORG Fri May 2 10:17:01 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48D14106567A for ; Fri, 2 May 2008 10:17:01 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id D0FC58FC33 for ; Fri, 2 May 2008 10:17:00 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so637596nfh.33 for ; Fri, 02 May 2008 03:16:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=8r6U8yR1o2vWMm5B1luoPG3ZNGbKxoNHBesEKRhRGKE=; b=UyLtPC3zBYLI69Nl7T8mBQqA94XsiUIPSe5Z8GrcQ1hSIqzr31x+9HVeXDIn9xpD3YHHWtdax0/Op+HCEBctUpIvgXLpVHIj/oXKcjNYL7nT8h0hJloEWn+OeYLAkaINi1lGyCBI5YWQpm4pdK/IN2CsHuEg3feZ07gwParfA2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=kBZz2uufkEbraJTD1Gk3ZfgsmkdIWjOjHnT3aFbV+ZO7Rp2ylvWCW7yRGzEyUpcw6vVhcTdqG4kdoFeJK4QLfRgXCR73j877CQMHJ9XDiGDSSWaQ1cJTDIz46/lRRCZAYv5JTJshQ343hnqWh+Evv8ZStl0tYGJ/ydrcQ6d1tPg= Received: by 10.210.23.3 with SMTP id 3mr2856702ebw.21.1209723419611; Fri, 02 May 2008 03:16:59 -0700 (PDT) Received: from epsilon.local ( [89.214.139.215]) by mx.google.com with ESMTPS id 5sm4999156nfv.37.2008.05.02.03.16.57 (version=SSLv3 cipher=RC4-MD5); Fri, 02 May 2008 03:16:58 -0700 (PDT) Message-ID: <481AEA17.7060702@FreeBSD.org> Date: Fri, 02 May 2008 11:16:55 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: John Baldwin References: <200802281910.m1SJAgm1083976@repoman.freebsd.org> <200805011547.07007.jhb@freebsd.org> <481A3406.8080007@FreeBSD.org> <200805011728.51152.jhb@freebsd.org> In-Reply-To: <200805011728.51152.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: Rui Paulo Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 10:17:01 -0000 John Baldwin wrote: > On Thursday 01 May 2008 05:20:06 pm Rui Paulo wrote: >> John Baldwin wrote: >>> On Thursday 28 February 2008 02:10:42 pm Rui Paulo wrote: >>>> rpaulo 2008-02-28 19:10:42 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/i386/cpufreq est.c >>>> Log: >>>> Validate the id16 values gathered from ACPI (previously a TODO item). >>>> Style changes by me and njl. >>> What is the purpose of the 'saved_id16' variable? It is never used. I > think >>> what might be better is to just read it once at the start of the loop and >>> then restore it at the end of the loop, though phk@ has overwritten this > with >>> the "chew up all battery on laptops at all cost" patch. :-P >>> >> What do you mean by 'It is never used.' ? >> >> % cat -n est.c | grep saved_id16 >> 1082 uint16_t saved_id16; >> 1111 est_get_id16(&saved_id16); > > Right, it is initialized, but it's value isn't actually _used_ anywhere. > There isn't a est_set_id16(&saved_id16), etc. > Yes, you're right. Sorry, it was late yesterday :-) The variable is not necessary and has been removed. Thanks, -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Fri May 2 12:21:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B744106566B; Fri, 2 May 2008 12:21:37 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id D22428FC1E; Fri, 2 May 2008 12:21:36 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id 046951CCAFA; Fri, 2 May 2008 14:21:35 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 2B8D11141D; Fri, 2 May 2008 14:21:34 +0200 (CEST) Date: Fri, 2 May 2008 14:21:33 +0200 From: Henrik Brix Andersen To: Brooks Davis Message-ID: <20080502122133.GA7692@tirith.brixandersen.dk> Mail-Followup-To: Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200804252350.m3PNonnb017604@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <200804252350.m3PNonnb017604@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr 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, 02 May 2008 12:21:37 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 25, 2008 at 11:50:49PM +0000, Brooks Davis wrote: > brooks 2008-04-25 23:50:49 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc network.subr=20 > share/man/man5 rc.conf.5=20 > Log: > Replace the prototype vaps_ and vap_create_ variables with > more wlans_ and create_args_ > =20 > Add documentation for these variants and generally update the wireless > device example. > =20 > There is are very short lived shim from vaps_ which produces > a warning and vap_create_ which does not. Misuse the MFC > notification service to remind me to remove them. > =20 > MFC after: 3 weeks Please also change the example in etc/defaults/rc.conf. Brix --=20 Henrik Brix Andersen --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkgbB00ACgkQv+Q4flTiePjZIACeLGmpK8tpaoHx1g2jNn/PR+LH 1eoAn1Mk1L3wAAd9+zj4N2oIXgbPQANr =wV1+ -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- From owner-cvs-src@FreeBSD.ORG Fri May 2 14:51:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80CF81065672; Fri, 2 May 2008 14:51:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2CF8FC13; Fri, 2 May 2008 14:51:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42EpNRo052862; Fri, 2 May 2008 14:51:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42EpNcD052861; Fri, 2 May 2008 14:51:23 GMT (envelope-from jhb) Message-Id: <200805021451.m42EpNcD052861@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 May 2008 14:51: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/net nsdispatch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 14:51:23 -0000 jhb 2008-05-02 14:51:23 UTC FreeBSD src repository Modified files: lib/libc/net nsdispatch.c Log: Include libc_private.h for the declaration of __isthreaded instead of relying on namespace pollution in stdio.h. MFC after: 3 days Revision Changes Path 1.17 +1 -0 src/lib/libc/net/nsdispatch.c From owner-cvs-src@FreeBSD.ORG Fri May 2 15:25:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31CD01065732; Fri, 2 May 2008 15:25:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2327D8FC0A; Fri, 2 May 2008 15:25:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42FP8aV055066; Fri, 2 May 2008 15:25:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42FP7GC055065; Fri, 2 May 2008 15:25:07 GMT (envelope-from jhb) Message-Id: <200805021525.m42FP7GC055065@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 May 2008 15: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/include stdio.h src/lib/libc/stdio Makefile.inc clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c unlocked.c xprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 15:25:08 -0000 jhb 2008-05-02 15:25:07 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio Makefile.inc clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c xprintf.c Removed files: lib/libc/stdio unlocked.c Log: Next round of stdio changes: Remove all inlining of stdio operations and move the definition of the type backing FILE (struct __sFILE) into an internal header. - Remove macros to inline certain operations from stdio.h. Applications will now always call the functions instead. - Move the various foo_unlocked() functions from unlocked.c into foo.c. This lets some of the inlining macros (e.g. __sfeof()) move into foo.c. - Update a few comments. - struct __sFILE can now go back to using mbstate_t, pthread_t, and pthread_mutex_t instead of knowing about their private, backing types. MFC after: 1 month Reviewed by: kan Revision Changes Path 1.65 +4 -172 src/include/stdio.h 1.38 +1 -1 src/lib/libc/stdio/Makefile.inc 1.11 +10 -1 src/lib/libc/stdio/clrerr.c 1.11 +9 -1 src/lib/libc/stdio/feof.c 1.11 +8 -2 src/lib/libc/stdio/ferror.c 1.12 +9 -1 src/lib/libc/stdio/fileno.c 1.15 +7 -2 src/lib/libc/stdio/getc.c 1.14 +7 -2 src/lib/libc/stdio/getchar.c 1.32 +132 -2 src/lib/libc/stdio/local.h 1.15 +7 -2 src/lib/libc/stdio/putc.c 1.15 +7 -2 src/lib/libc/stdio/putchar.c 1.2 +0 -94 src/lib/libc/stdio/unlocked.c (dead) 1.7 +3 -2 src/lib/libc/stdio/xprintf.c From owner-cvs-src@FreeBSD.ORG Fri May 2 15:28:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7442C1065670; Fri, 2 May 2008 15:28:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBA18FC15; Fri, 2 May 2008 15:28:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42FSN8L055186; Fri, 2 May 2008 15:28:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42FSNXC055185; Fri, 2 May 2008 15:28:23 GMT (envelope-from jhb) Message-Id: <200805021528.m42FSNXC055185@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 May 2008 15:28: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/include stdio.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, 02 May 2008 15:28:23 -0000 jhb 2008-05-02 15:28:23 UTC FreeBSD src repository Modified files: include stdio.h Log: - Move declaration of renameat() to the existing section of BSD_VISIBLE function prototypes. - Fix a few whitespace inconsistencies in prototypes. MFC after: 1 month Revision Changes Path 1.66 +6 -6 src/include/stdio.h From owner-cvs-src@FreeBSD.ORG Fri May 2 15:35:24 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B08411065670; Fri, 2 May 2008 15:35:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 91D918FC1C; Fri, 2 May 2008 15:35:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 09CD11A4D80; Fri, 2 May 2008 08:35:23 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m42FZBZu035044; Fri, 2 May 2008 11:35:11 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Rui Paulo Date: Fri, 2 May 2008 11:03:32 -0400 User-Agent: KMail/1.9.7 References: <200802281910.m1SJAgm1083976@repoman.freebsd.org> <200805011728.51152.jhb@freebsd.org> <481AEA17.7060702@FreeBSD.org> In-Reply-To: <481AEA17.7060702@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805021103.32849.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 02 May 2008 11:35:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7011/Fri May 2 09:11:57 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, phk@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 15:35:24 -0000 On Friday 02 May 2008 06:16:55 am Rui Paulo wrote: > John Baldwin wrote: > > On Thursday 01 May 2008 05:20:06 pm Rui Paulo wrote: > >> John Baldwin wrote: > >>> On Thursday 28 February 2008 02:10:42 pm Rui Paulo wrote: > >>>> rpaulo 2008-02-28 19:10:42 UTC > >>>> > >>>> FreeBSD src repository > >>>> > >>>> Modified files: > >>>> sys/i386/cpufreq est.c > >>>> Log: > >>>> Validate the id16 values gathered from ACPI (previously a TODO item). > >>>> Style changes by me and njl. > >>> What is the purpose of the 'saved_id16' variable? It is never used. I > > think > >>> what might be better is to just read it once at the start of the loop and > >>> then restore it at the end of the loop, though phk@ has overwritten this > > with > >>> the "chew up all battery on laptops at all cost" patch. :-P > >>> > >> What do you mean by 'It is never used.' ? > >> > >> % cat -n est.c | grep saved_id16 > >> 1082 uint16_t saved_id16; > >> 1111 est_get_id16(&saved_id16); > > > > Right, it is initialized, but it's value isn't actually _used_ anywhere. > > There isn't a est_set_id16(&saved_id16), etc. > > > > Yes, you're right. Sorry, it was late yesterday :-) > The variable is not necessary and has been removed. I'm not sure that is really the right fix though. I think the systems where phk had issues may be involved too. First off, I ran into some servers where 6.x was running them at a lower speed yesterday and merely bumping up the latency from 10 to 1000 fixed those. However, the original speed setting algorithm looked like this: for (i = 0; i < count; i++) { save_current_speed(&saved); try_speed(speeds[i]); set_speed(speeds[0]); } What this meant is that after the loop the CPU was always set to run at the first speed in the list, whatever that happened to be. On all the systems I've seen so far the speeds appear to be ordered from highest to lowest, but I don't think that is mandated. I'm especially curious to see what the list was like on phk's problematic server (if it was still slow after the 10 -> 1000 change). I'm betting the system did boot at full speed (the calibration of the TSC frequency earlier in the boot would confirm this) and that this loop ended up slowing it down. Also, by setting the speed to the first speed, you basically made it so laptops booted on battery would run at full speed hurting battery life if you didn't run powerd. I think the correct algorithm should be this: save_current_speed(&saved); for (i = 0; i < count; i++) { try_speed(speeds[i]); } set_speed(&saved); This ensures that after the sanity check loop the CPU is restored to whatever speed it was running at when the system started up. I think the original code tried to do this, but it had a bug in that it set the speed to 'speeds[0]' rather than 'saved'. So I guess a patch like this: Index: est.c =================================================================== RCS file: /usr/cvs/src/sys/i386/cpufreq/est.c,v retrieving revision 1.16 diff -u -r1.16 est.c --- est.c 2 May 2008 10:16:41 -0000 1.16 +++ est.c 2 May 2008 15:01:58 -0000 @@ -1078,7 +1078,8 @@ struct cf_setting *sets; freq_info *table; device_t perf_dev; - int count, error, i, j, maxi, maxfreq; + int count, error, i, j; + uint16_t saved_id16; perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); if (perf_dev == NULL || !device_is_attached(perf_dev)) @@ -1101,7 +1102,7 @@ error = ENOMEM; goto out; } - maxi = maxfreq = 0; + est_get_id16(&saved_id16); for (i = 0, j = 0; i < count; i++) { /* * Confirm id16 value is correct. @@ -1118,24 +1119,11 @@ table[j].id16 = sets[i].spec[0]; table[j].power = sets[i].power; ++j; - if (sets[i].freq > maxfreq) { - maxi = i; - maxfreq = sets[i].freq; - } - } - /* restore saved setting */ - est_set_id16(dev, sets[i].spec[0], 0); } } - /* - * Set the frequency to max, so we get through boot fast, and don't - * handicap systems not running powerd. - */ - if (maxfreq != 0) { - device_printf(dev, "Setting %d MHz\n", sets[maxi].freq); - est_set_id16(dev, sets[maxi].spec[0], 0); - } + /* restore saved setting */ + est_set_id16(dev, saved_id16, 0); /* Mark end of table with a terminator. */ bzero(&table[j], sizeof(freq_info)); -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri May 2 15:59:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C76F7106567F; Fri, 2 May 2008 15:59:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A09148FC2B; Fri, 2 May 2008 15:59:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42FxOlY056507; Fri, 2 May 2008 15:59:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42FxOxj056499; Fri, 2 May 2008 15:59:24 GMT (envelope-from jhb) Message-Id: <200805021559.m42FxOxj056499@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 May 2008 15:59:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include stdio.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, 02 May 2008 15:59:24 -0000 jhb 2008-05-02 15:59:22 UTC FreeBSD src repository Modified files: include stdio.h Log: Axe now-empty __BSD_VISIBLE block that held renameat(). Reported by: kib Pointy hat: jhb Revision Changes Path 1.67 +0 -2 src/include/stdio.h From owner-cvs-src@FreeBSD.ORG Fri May 2 16:23:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4227B106566C; Fri, 2 May 2008 16:23:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19C868FC14; Fri, 2 May 2008 16:23:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42GNl3m069966; Fri, 2 May 2008 16:23:47 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42GNlO4069965; Fri, 2 May 2008 16:23:47 GMT (envelope-from hrs) Message-Id: <200805021623.m42GNlO4069965@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 2 May 2008 16:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/unifdef unifdef.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: Fri, 02 May 2008 16:23:48 -0000 hrs 2008-05-02 16:23:47 UTC FreeBSD src repository Modified files: usr.bin/unifdef unifdef.1 Log: Add AUTHORS section[*] and fix HISTORY section. Requested by: Dave Yost (original author)[*] History checked by: The CSRG Archives MFC after: 3 days Revision Changes Path 1.25 +7 -1 src/usr.bin/unifdef/unifdef.1 From owner-cvs-src@FreeBSD.ORG Fri May 2 17:02:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53F2B106566C; Fri, 2 May 2008 17:02:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0358FC1F; Fri, 2 May 2008 17:02:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42H2aGV082524; Fri, 2 May 2008 17:02:36 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42H2auo082523; Fri, 2 May 2008 17:02:36 GMT (envelope-from jkim) Message-Id: <200805021702.m42H2auo082523@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 2 May 2008 17:02:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.h mpt_cam.c mpt_raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 17:02:36 -0000 jkim 2008-05-02 17:02:35 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.h mpt_cam.c mpt_raid.c Log: Restore multi-release tradition of the driver. Reviewed by: mjacob Revision Changes Path 1.45 +15 -3 src/sys/dev/mpt/mpt.h 1.64 +4 -3 src/sys/dev/mpt/mpt_cam.c 1.17 +1 -1 src/sys/dev/mpt/mpt_raid.c From owner-cvs-src@FreeBSD.ORG Fri May 2 17:36:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2101106564A; Fri, 2 May 2008 17:36:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CFC58FC15; Fri, 2 May 2008 17:36:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42HaORT084635; Fri, 2 May 2008 17:36:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42HaO1n084634; Fri, 2 May 2008 17:36:24 GMT (envelope-from rwatson) Message-Id: <200805021736.m42HaO1n084634@repoman.freebsd.org> From: Robert Watson Date: Fri, 2 May 2008 17:36: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/share/man/man4 auditpipe.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, 02 May 2008 17:36:24 -0000 rwatson 2008-05-02 17:36:23 UTC FreeBSD src repository Modified files: share/man/man4 auditpipe.4 Log: Fix type name: struct auditpipe_preselect is actually struct auditpipe_ioctl_preselect. MFC after: 3 days Submitted by: Stacey D. Son Revision Changes Path 1.6 +1 -1 src/share/man/man4/auditpipe.4 From owner-cvs-src@FreeBSD.ORG Fri May 2 17:41:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E95210656C3; Fri, 2 May 2008 17:41:53 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53D598FC16; Fri, 2 May 2008 17:41:53 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42HfrmV084837; Fri, 2 May 2008 17:41:53 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42Hfr3X084836; Fri, 2 May 2008 17:41:53 GMT (envelope-from marius) Message-Id: <200805021741.m42Hfr3X084836@repoman.freebsd.org> From: Marius Strobl Date: Fri, 2 May 2008 17:41:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.sun4v X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 17:41:53 -0000 marius 2008-05-02 17:41:53 UTC FreeBSD src repository Modified files: sys/conf files.sun4v Log: Don't built the unused counter-timer abstraction. MFC after: 3 days Revision Changes Path 1.15 +0 -1 src/sys/conf/files.sun4v From owner-cvs-src@FreeBSD.ORG Fri May 2 17:44:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95FF01065677; Fri, 2 May 2008 17:44:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69D638FC1A; Fri, 2 May 2008 17:44:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42HiISS084984; Fri, 2 May 2008 17:44:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42HiIVa084983; Fri, 2 May 2008 17:44:18 GMT (envelope-from marius) Message-Id: <200805021744.m42HiIVa084983@repoman.freebsd.org> From: Marius Strobl Date: Fri, 2 May 2008 17:44:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/pci ofw_pcibus.c src/sys/sun4v/sun4v nexus.c vnex.c src/sys/sun4v/include bus_common.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, 02 May 2008 17:44:18 -0000 marius 2008-05-02 17:44:18 UTC FreeBSD src repository Modified files: sys/sparc64/pci ofw_pcibus.c sys/sun4v/sun4v nexus.c vnex.c Removed files: sys/sun4v/include bus_common.h Log: Remove an header which is unused for sun4v. MFC after: 3 days Revision Changes Path 1.19 +3 -1 src/sys/sparc64/pci/ofw_pcibus.c 1.2 +0 -65 src/sys/sun4v/include/bus_common.h (dead) 1.5 +0 -1 src/sys/sun4v/sun4v/nexus.c 1.7 +0 -1 src/sys/sun4v/sun4v/vnex.c From owner-cvs-src@FreeBSD.ORG Fri May 2 18:03:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C4E0106564A; Fri, 2 May 2008 18:03:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 611878FC1C; Fri, 2 May 2008 18:03:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42I31sg085775; Fri, 2 May 2008 18:03:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42I30GK085608; Fri, 2 May 2008 18:03:00 GMT (envelope-from imp) Message-Id: <200805021803.m42I30GK085608@repoman.freebsd.org> From: Warner Losh Date: Fri, 2 May 2008 18:03: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/mips/include am29lv081b.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, 02 May 2008 18:03:01 -0000 imp 2008-05-02 18:03:00 UTC FreeBSD src repository Removed files: sys/mips/include am29lv081b.h Log: This file is unused, so remove it for now. Revision Changes Path 1.2 +0 -111 src/sys/mips/include/am29lv081b.h (dead) From owner-cvs-src@FreeBSD.ORG Fri May 2 18:54:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F6E5106564A; Fri, 2 May 2008 18:54:37 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 330988FC12; Fri, 2 May 2008 18:54:37 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42IsbOJ088236; Fri, 2 May 2008 18:54:37 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42IsbBC088235; Fri, 2 May 2008 18:54:37 GMT (envelope-from marck) Message-Id: <200805021854.m42IsbBC088235@repoman.freebsd.org> From: Dmitry Morozovsky Date: Fri, 2 May 2008 18:54:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet/libalias alias.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 18:54:37 -0000 marck 2008-05-02 18:54:36 UTC FreeBSD src repository (doc committer) Modified files: sys/netinet/libalias alias.c Log: Fix build, together with a bit of style breakage. Revision Changes Path 1.61 +1 -1 src/sys/netinet/libalias/alias.c From owner-cvs-src@FreeBSD.ORG Fri May 2 19:42:39 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535591065681; Fri, 2 May 2008 19:42:39 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.166]) by mx1.freebsd.org (Postfix) with ESMTP id 77B698FC0A; Fri, 2 May 2008 19:42:38 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.2/8.14.2) with ESMTP id m42JTbqx012215; Sat, 3 May 2008 03:29:37 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.2/8.14.2/Submit) id m42JTabv012214; Sat, 3 May 2008 03:29:36 +0800 (KRAST) (envelope-from eugen) Date: Sat, 3 May 2008 03:29:36 +0800 From: Eugene Grosbein To: John Baldwin Message-ID: <20080502192936.GA12176@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <481AEA17.7060702@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, Rui Paulo Subject: kern/121433 (Was: cvs commit: src/sys/i386/cpufreq est.c) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 May 2008 19:42:39 -0000 Hi! While you are here, could you please take a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/121433 There is apparently logic error in src/sys/kern/kern_cpu.c, as explained in the PR. It breaks "passive cooling" feature of acpi_thermal(4). I was forced to patch so it'd be usable. Eugene Grosbein From owner-cvs-src@FreeBSD.ORG Fri May 2 23:41:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A141065670; Fri, 2 May 2008 23:41:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0428FC1A; Fri, 2 May 2008 23:41:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42NftR0012998; Fri, 2 May 2008 23:41:55 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42Nft1M012997; Fri, 2 May 2008 23:41:55 GMT (envelope-from jfv) Message-Id: <200805022341.m42Nft1M012997@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 2 May 2008 23:41:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 23:41:55 -0000 jfv 2008-05-02 23:41:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files Log: MFC of the em/igb split Revision Changes Path 1.1243.2.19 +11 -7 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Fri May 2 23:43:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD24D1065675; Fri, 2 May 2008 23:43:23 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDCF8FC1B; Fri, 2 May 2008 23:43:23 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42NhNvO013082; Fri, 2 May 2008 23:43:23 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42NhNBb013081; Fri, 2 May 2008 23:43:23 GMT (envelope-from jfv) Message-Id: <200805022343.m42NhNBb013081@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 2 May 2008 23:43:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/modules/em 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, 02 May 2008 23:43:23 -0000 jfv 2008-05-02 23:43:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules/em Makefile Log: MFC of the new em/igb from HEAD Revision Changes Path 1.9.2.1 +7 -3 src/sys/modules/em/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 2 23:46:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE4D8106566B; Fri, 2 May 2008 23:46:58 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FEB18FC20; Fri, 2 May 2008 23:46:58 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42Nkwng013462; Fri, 2 May 2008 23:46:58 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42NkwDr013461; Fri, 2 May 2008 23:46:58 GMT (envelope-from jfv) Message-Id: <200805022346.m42NkwDr013461@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 2 May 2008 23:46:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/modules/igb 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, 02 May 2008 23:46:58 -0000 jfv 2008-05-02 23:46:58 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/modules/igb Makefile Log: MFC of the em/igb from HEAD Revision Changes Path 1.3.2.1 +25 -0 src/sys/modules/igb/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri May 2 23:49:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 796F01065677; Fri, 2 May 2008 23:49:48 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60CC28FC1B; Fri, 2 May 2008 23:49:48 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42Nnmbv013697; Fri, 2 May 2008 23:49:48 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42Nnm3l013696; Fri, 2 May 2008 23:49:48 GMT (envelope-from jfv) Message-Id: <200805022349.m42Nnm3l013696@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 2 May 2008 23:49:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_manage.h e1000_nvm.c e1000_nvm.h e1000_osdep.c e1000_osdep.h e1000_phy.c e1000_phy.h e1000_regs.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, 02 May 2008 23:49:48 -0000 jfv 2008-05-02 23:49:44 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_manage.h e1000_nvm.c e1000_nvm.h e1000_osdep.c e1000_osdep.h e1000_phy.c e1000_phy.h e1000_regs.h if_igb.c if_igb.h Log: MFC of the em/igb drivers from HEAD Revision Changes Path 1.2.2.1 +1430 -0 src/sys/dev/igb/e1000_82575.c (new) 1.1.2.1 +317 -0 src/sys/dev/igb/e1000_82575.h (new) 1.2.2.1 +1060 -0 src/sys/dev/igb/e1000_api.c (new) 1.2.2.1 +151 -0 src/sys/dev/igb/e1000_api.h (new) 1.2.2.1 +1403 -0 src/sys/dev/igb/e1000_defines.h (new) 1.2.2.1 +627 -0 src/sys/dev/igb/e1000_hw.h (new) 1.3.2.1 +2171 -0 src/sys/dev/igb/e1000_mac.c (new) 1.1.2.1 +101 -0 src/sys/dev/igb/e1000_mac.h (new) 1.1.2.1 +390 -0 src/sys/dev/igb/e1000_manage.c (new) 1.2.2.1 +88 -0 src/sys/dev/igb/e1000_manage.h (new) 1.1.2.1 +932 -0 src/sys/dev/igb/e1000_nvm.c (new) 1.1.2.1 +68 -0 src/sys/dev/igb/e1000_nvm.h (new) 1.2.2.1 +87 -0 src/sys/dev/igb/e1000_osdep.c (new) 1.2.2.1 +186 -0 src/sys/dev/igb/e1000_osdep.h (new) 1.2.2.1 +2145 -0 src/sys/dev/igb/e1000_phy.c (new) 1.1.2.1 +177 -0 src/sys/dev/igb/e1000_phy.h (new) 1.1.2.1 +326 -0 src/sys/dev/igb/e1000_regs.h (new) 1.12.2.1 +4419 -0 src/sys/dev/igb/if_igb.c (new) 1.2.2.1 +427 -0 src/sys/dev/igb/if_igb.h (new) From owner-cvs-src@FreeBSD.ORG Fri May 2 23:52:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8843B1065676; Fri, 2 May 2008 23:52:02 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 566988FC20; Fri, 2 May 2008 23:52:02 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m42Nq2l7013924; Fri, 2 May 2008 23:52:02 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m42Nq2e5013923; Fri, 2 May 2008 23:52:02 GMT (envelope-from jfv) Message-Id: <200805022352.m42Nq2e5013923@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 2 May 2008 23:52:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c e1000_82575.h e1000_api.c e1000_api.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, 02 May 2008 23:52:02 -0000 jfv 2008-05-02 23:52:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_manage.h e1000_nvm.c e1000_nvm.h e1000_osdep.h e1000_phy.c e1000_phy.h e1000_regs.h if_em.c if_em.h Added files: (Branch: RELENG_7) sys/dev/em e1000_osdep.c Removed files: (Branch: RELENG_7) sys/dev/em e1000_82575.c e1000_82575.h Log: MFC of the em/igb split drivers from HEAD. Revision Changes Path 1.6.2.1 +1 -1 src/sys/dev/em/LICENSE 1.3.4.2 +196 -145 src/sys/dev/em/e1000_80003es2lan.c 1.3.4.2 +3 -3 src/sys/dev/em/e1000_80003es2lan.h 1.3.4.2 +86 -91 src/sys/dev/em/e1000_82540.c 1.3.4.2 +150 -156 src/sys/dev/em/e1000_82541.c 1.3.4.2 +1 -1 src/sys/dev/em/e1000_82541.h 1.3.4.2 +90 -58 src/sys/dev/em/e1000_82542.c 1.3.4.2 +115 -113 src/sys/dev/em/e1000_82543.c 1.3.4.2 +1 -1 src/sys/dev/em/e1000_82543.h 1.3.4.2 +197 -162 src/sys/dev/em/e1000_82571.c 1.3.4.2 +11 -4 src/sys/dev/em/e1000_82571.h 1.3.4.2 +0 -1450 src/sys/dev/em/e1000_82575.c (dead) 1.3.4.2 +0 -316 src/sys/dev/em/e1000_82575.h (dead) 1.3.4.2 +158 -127 src/sys/dev/em/e1000_api.c 1.3.4.2 +19 -4 src/sys/dev/em/e1000_api.h 1.3.4.2 +63 -43 src/sys/dev/em/e1000_defines.h 1.3.4.2 +45 -29 src/sys/dev/em/e1000_hw.h 1.3.4.2 +326 -203 src/sys/dev/em/e1000_ich8lan.c 1.3.4.2 +15 -5 src/sys/dev/em/e1000_ich8lan.h 1.3.4.2 +171 -45 src/sys/dev/em/e1000_mac.c 1.3.4.2 +12 -4 src/sys/dev/em/e1000_mac.h 1.3.4.2 +17 -18 src/sys/dev/em/e1000_manage.c 1.3.4.2 +3 -3 src/sys/dev/em/e1000_manage.h 1.3.4.2 +84 -52 src/sys/dev/em/e1000_nvm.c 1.3.4.2 +12 -10 src/sys/dev/em/e1000_nvm.h 1.1.2.1 +101 -0 src/sys/dev/em/e1000_osdep.c (new) 1.3.4.2 +37 -35 src/sys/dev/em/e1000_osdep.h 1.3.4.2 +673 -234 src/sys/dev/em/e1000_phy.c 1.3.4.2 +32 -5 src/sys/dev/em/e1000_phy.h 1.3.4.2 +21 -47 src/sys/dev/em/e1000_regs.h 1.184.2.2 +825 -845 src/sys/dev/em/if_em.c 1.62.2.2 +105 -56 src/sys/dev/em/if_em.h From owner-cvs-src@FreeBSD.ORG Sat May 3 02:29:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 224191065780; Sat, 3 May 2008 02:29:03 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6C558FC22; Sat, 3 May 2008 02:29:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m432T2Mu031864; Sat, 3 May 2008 02:29:02 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m432T2BX031863; Sat, 3 May 2008 02:29:02 GMT (envelope-from bms) Message-Id: <200805030229.m432T2BX031863@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 3 May 2008 02:29:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tip/tip cmds.c tip.c tip.h uucplock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 May 2008 02:29:03 -0000 bms 2008-05-03 02:29:02 UTC FreeBSD src repository Modified files: usr.bin/tip/tip cmds.c tip.c tip.h uucplock.c Log: Relinquish exclusive TTY access when tip(1) or cu(1) exit. Previously they would have left TIOCEXCL enabled, requiring either a reboot or use of tip/cu as the root user. Observed when running QEMU with character devices redirected to pty instances. MFC after: 2 weeks Revision Changes Path 1.19 +1 -0 src/usr.bin/tip/tip/cmds.c 1.19 +9 -0 src/usr.bin/tip/tip/tip.c 1.12 +1 -0 src/usr.bin/tip/tip/tip.h 1.9 +1 -0 src/usr.bin/tip/tip/uucplock.c From owner-cvs-src@FreeBSD.ORG Sat May 3 02:42:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B34981065674; Sat, 3 May 2008 02:42:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8463C8FC1B; Sat, 3 May 2008 02:42:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m432gwFH032424; Sat, 3 May 2008 02:42:58 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m432gwqS032423; Sat, 3 May 2008 02:42:58 GMT (envelope-from delphij) Message-Id: <200805030242.m432gwqS032423@repoman.freebsd.org> From: Xin LI Date: Sat, 3 May 2008 02:42: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/usr.sbin/sade Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:42:58 -0000 delphij 2008-05-03 02:42:57 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile Log: sade(8) does not need FTP I/O. Revision Changes Path 1.148 +2 -2 src/usr.sbin/sade/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 3 07:06:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 616AF106566C; Sat, 3 May 2008 07:06:49 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4948FC1A; Sat, 3 May 2008 07:06:49 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4376mlF057464; Sat, 3 May 2008 07:06:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4376m39057463; Sat, 3 May 2008 07:06:48 GMT (envelope-from brooks) Message-Id: <200805030706.m4376m39057463@repoman.freebsd.org> From: Brooks Davis Date: Sat, 3 May 2008 07:06: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/share/man/man4 wlan.4 src/etc/defaults rc.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: Sat, 03 May 2008 07:06:49 -0000 brooks 2008-05-03 07:06:48 UTC FreeBSD src repository Modified files: share/man/man4 wlan.4 etc/defaults rc.conf Log: Replace a couple mentions of the soon to be removed vaps_ variable form with wlans_. Revision Changes Path 1.334 +1 -1 src/etc/defaults/rc.conf 1.17 +1 -1 src/share/man/man4/wlan.4 From owner-cvs-src@FreeBSD.ORG Sat May 3 07:07:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 464BF1065678; Sat, 3 May 2008 07:07:33 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id C13738FC0A; Sat, 3 May 2008 07:07:32 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m4377iIn044533; Sat, 3 May 2008 02:07:44 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m4377iw0044532; Sat, 3 May 2008 02:07:44 -0500 (CDT) (envelope-from brooks) Date: Sat, 3 May 2008 02:07:44 -0500 From: Brooks Davis To: Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080503070744.GA44292@lor.one-eyed-alien.net> References: <200804252350.m3PNonnb017604@repoman.freebsd.org> <20080502122133.GA7692@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20080502122133.GA7692@tirith.brixandersen.dk> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Sat, 03 May 2008 02:07:44 -0500 (CDT) Cc: Subject: Re: cvs commit: src/etc network.subr 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: Sat, 03 May 2008 07:07:33 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 02, 2008 at 02:21:33PM +0200, Henrik Brix Andersen wrote: > On Fri, Apr 25, 2008 at 11:50:49PM +0000, Brooks Davis wrote: > > brooks 2008-04-25 23:50:49 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > etc network.subr=20 > > share/man/man5 rc.conf.5=20 > > Log: > > Replace the prototype vaps_ and vap_create_ variables with > > more wlans_ and create_args_ > > =20 > > Add documentation for these variants and generally update the wireless > > device example. > > =20 > > There is are very short lived shim from vaps_ which produces > > a warning and vap_create_ which does not. Misuse the MFC > > notification service to remind me to remove them. > > =20 > > MFC after: 3 weeks >=20 > Please also change the example in etc/defaults/rc.conf. Thanks for reminding me. I also fixed wlan.4. -- Brooks --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFIHA8/XY6L6fI4GtQRAvDEAJwPrQLJKQ2b0SP6/XDu4YUCQBzxVwCeMdCn +kbmvNrNpGwu50xIcLOCv2Q= =eVHS -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-cvs-src@FreeBSD.ORG Sat May 3 11:16:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A920A1065671; Sat, 3 May 2008 11:16:32 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 90B458FC22; Sat, 3 May 2008 11:16:32 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43BGWD3079862; Sat, 3 May 2008 11:16:32 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43BGWWC079861; Sat, 3 May 2008 11:16:32 GMT (envelope-from gonzo) Message-Id: <200805031116.m43BGWWC079861@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Sat, 3 May 2008 11:16: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/lib/csu/mips Makefile crt1.c crti.S crtn.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, 03 May 2008 11:16:32 -0000 gonzo 2008-05-03 11:16:32 UTC FreeBSD src repository Added files: lib/csu/mips Makefile crt1.c crti.S crtn.S Log: Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch. Approved by: cognet (mentor) Revision Changes Path 1.1 +23 -0 src/lib/csu/mips/Makefile (new) 1.1 +116 -0 src/lib/csu/mips/crt1.c (new) 1.1 +37 -0 src/lib/csu/mips/crti.S (new) 1.1 +15 -0 src/lib/csu/mips/crtn.S (new) From owner-cvs-src@FreeBSD.ORG Sat May 3 16:20:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F138106564A; Sat, 3 May 2008 16:20:37 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70B6F8FC0C; Sat, 3 May 2008 16:20:37 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43GKbj2006933; Sat, 3 May 2008 16:20:37 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43GKbi5006932; Sat, 3 May 2008 16:20:37 GMT (envelope-from jfv) Message-Id: <200805031620.m43GKbi5006932@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 3 May 2008 16:20:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 16:20:37 -0000 jfv 2008-05-03 16:20:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files Log: Left out the inclusion of 82575 when building a static kernel with JUST em. Revision Changes Path 1.1243.2.20 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sat May 3 16:37:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8E1065681; Sat, 3 May 2008 16:37:56 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F334B8FC1F; Sat, 3 May 2008 16:37:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43GbtmN007681; Sat, 3 May 2008 16:37:55 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43Gbt1S007680; Sat, 3 May 2008 16:37:55 GMT (envelope-from jfv) Message-Id: <200805031637.m43Gbt1S007680@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 3 May 2008 16:37:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/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: Sat, 03 May 2008 16:37:56 -0000 jfv 2008-05-03 16:37:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules Makefile Log: Add igb into the module build. Revision Changes Path 1.540.2.12 +5 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 3 17:05:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 499E3106566C; Sat, 3 May 2008 17:05:39 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1572B8FC17; Sat, 3 May 2008 17:05:39 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43H5dup019122; Sat, 3 May 2008 17:05:39 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43H5c30019121; Sat, 3 May 2008 17:05:38 GMT (envelope-from sam) Message-Id: <200805031705.m43H5c30019121@repoman.freebsd.org> From: Sam Leffler Date: Sat, 3 May 2008 17:05:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 17:05:39 -0000 sam 2008-05-03 17:05:38 UTC FreeBSD src repository Modified files: sys/conf NOTES sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/sparc64/conf GENERIC Log: enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default Revision Changes Path 1.498 +2 -0 src/sys/amd64/conf/GENERIC 1.1483 +2 -0 src/sys/conf/NOTES 1.486 +2 -0 src/sys/i386/conf/GENERIC 1.305 +2 -0 src/sys/pc98/conf/GENERIC 1.136 +2 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sat May 3 17:07:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C441065678; Sat, 3 May 2008 17:07:00 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9B858FC17; Sat, 3 May 2008 17:06:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43H6xNE019200; Sat, 3 May 2008 17:06:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43H6x2q019199; Sat, 3 May 2008 17:06:59 GMT (envelope-from sam) Message-Id: <200805031706.m43H6x2q019199@repoman.freebsd.org> From: Sam Leffler Date: Sat, 3 May 2008 17:06: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/modules/wlan 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: Sat, 03 May 2008 17:07:00 -0000 sam 2008-05-03 17:06:59 UTC FreeBSD src repository Modified files: sys/modules/wlan Makefile Log: enable IEEE80211_AMDPU_AGE by default Revision Changes Path 1.10 +1 -0 src/sys/modules/wlan/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 3 17:49:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FA5F106564A; Sat, 3 May 2008 17:49:17 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1F68FC12; Sat, 3 May 2008 17:49:17 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43HnHXM020465; Sat, 3 May 2008 17:49:17 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43HnHqp020464; Sat, 3 May 2008 17:49:17 GMT (envelope-from jasone) Message-Id: <200805031749.m43HnHqp020464@repoman.freebsd.org> From: Jason Evans Date: Sat, 3 May 2008 17:49: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/lib/libc/stdlib rb.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, 03 May 2008 17:49:17 -0000 jasone 2008-05-03 17:49:16 UTC FreeBSD src repository Modified files: lib/libc/stdlib rb.h Log: Fix a comment. Revision Changes Path 1.3 +1 -1 src/lib/libc/stdlib/rb.h From owner-cvs-src@FreeBSD.ORG Sat May 3 18:57:53 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 450A4106566C; Sat, 3 May 2008 18:57:53 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DE2038FC24; Sat, 3 May 2008 18:57:52 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m43IIEtv024044; Sat, 3 May 2008 11:18:14 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <481CAC66.7030808@freebsd.org> Date: Sat, 03 May 2008 11:18:14 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200805021525.m42FP7GC055065@repoman.freebsd.org> In-Reply-To: <200805021525.m42FP7GC055065@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 stdio.h src/lib/libc/stdio Makefile.inc clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c unlocked.c xprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 May 2008 18:57:53 -0000 This commit seems to be responsible for the last two days of trunk breakage. libftp directly accesses the _cookie field from a FILE * which was hidden by this commit. John Baldwin wrote: > jhb 2008-05-02 15:25:07 UTC > > FreeBSD src repository > > Modified files: > include stdio.h > lib/libc/stdio Makefile.inc clrerr.c feof.c ferror.c > fileno.c getc.c getchar.c local.h putc.c > putchar.c xprintf.c > Removed files: > lib/libc/stdio unlocked.c > Log: > Next round of stdio changes: Remove all inlining of stdio operations and > move the definition of the type backing FILE (struct __sFILE) into an > internal header. > - Remove macros to inline certain operations from stdio.h. Applications > will now always call the functions instead. > - Move the various foo_unlocked() functions from unlocked.c into foo.c. > This lets some of the inlining macros (e.g. __sfeof()) move into > foo.c. > - Update a few comments. > - struct __sFILE can now go back to using mbstate_t, pthread_t, and > pthread_mutex_t instead of knowing about their private, backing types. > > MFC after: 1 month > Reviewed by: kan > > Revision Changes Path > 1.65 +4 -172 src/include/stdio.h > 1.38 +1 -1 src/lib/libc/stdio/Makefile.inc > 1.11 +10 -1 src/lib/libc/stdio/clrerr.c > 1.11 +9 -1 src/lib/libc/stdio/feof.c > 1.11 +8 -2 src/lib/libc/stdio/ferror.c > 1.12 +9 -1 src/lib/libc/stdio/fileno.c > 1.15 +7 -2 src/lib/libc/stdio/getc.c > 1.14 +7 -2 src/lib/libc/stdio/getchar.c > 1.32 +132 -2 src/lib/libc/stdio/local.h > 1.15 +7 -2 src/lib/libc/stdio/putc.c > 1.15 +7 -2 src/lib/libc/stdio/putchar.c > 1.2 +0 -94 src/lib/libc/stdio/unlocked.c (dead) > 1.7 +3 -2 src/lib/libc/stdio/xprintf.c > > From owner-cvs-src@FreeBSD.ORG Sat May 3 19:57:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EA641065671; Sat, 3 May 2008 19:57:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62F408FC18; Sat, 3 May 2008 19:57:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43Jvkme026963; Sat, 3 May 2008 19:57:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43JvjcJ026962; Sat, 3 May 2008 19:57:45 GMT (envelope-from imp) Message-Id: <200805031957.m43JvjcJ026962@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 May 2008 19:57:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips mips_subr.c src/sys/mips/include cp0.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, 03 May 2008 19:57:46 -0000 imp 2008-05-03 19:57:45 UTC FreeBSD src repository Removed files: sys/mips/mips mips_subr.c sys/mips/include cp0.h Log: These files are unused, so remove them for now. If they turn out to be needed later, they can be restored. Revision Changes Path 1.2 +0 -310 src/sys/mips/include/cp0.h (dead) 1.2 +0 -48 src/sys/mips/mips/mips_subr.c (dead) From owner-cvs-src@FreeBSD.ORG Sat May 3 20:06:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB58A1065670; Sat, 3 May 2008 20:06:16 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 702608FC0C; Sat, 3 May 2008 20:06:16 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43K6G59028353; Sat, 3 May 2008 20:06:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43K6GQ2028352; Sat, 3 May 2008 20:06:16 GMT (envelope-from imp) Message-Id: <200805032006.m43K6GQ2028352@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 May 2008 20:06: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/dev/usb 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: Sat, 03 May 2008 20:06:16 -0000 imp 2008-05-03 20:06:15 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: A couple of cameras that I recently bought Revision Changes Path 1.351 +2 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sat May 3 20:09:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38AE1106566C; Sat, 3 May 2008 20:09:45 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFEF68FC1C; Sat, 3 May 2008 20:09:44 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43K9iMf028541; Sat, 3 May 2008 20:09:44 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43K9ifM028540; Sat, 3 May 2008 20:09:44 GMT (envelope-from marcel) Message-Id: <200805032009.m43K9ifM028540@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 May 2008 20:09: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/include stdio.h src/lib/libc/stdio stdio.c src/lib/libftpio ftpio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 May 2008 20:09:45 -0000 marcel 2008-05-03 20:09:44 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio stdio.c lib/libftpio ftpio.c Log: Unbreak build: libftpio gropes inside struct __sFILE. Implement accessor functions for its benefit now thaat FILE is opaque. I'm sure there's a better way. I leave that for people to work on in a src tree that isn't broken. Pointy hat: jhb Revision Changes Path 1.68 +3 -0 src/include/stdio.h 1.26 +14 -0 src/lib/libc/stdio/stdio.c 1.45 +11 -19 src/lib/libftpio/ftpio.c From owner-cvs-src@FreeBSD.ORG Sat May 3 21:04:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E45A81065679; Sat, 3 May 2008 21:04:21 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A71E48FC14; Sat, 3 May 2008 21:04:21 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43L4L7e040380; Sat, 3 May 2008 21:04:21 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43L4LJi040379; Sat, 3 May 2008 21:04:21 GMT (envelope-from gonzo) Message-Id: <200805032104.m43L4LJi040379@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Sat, 3 May 2008 21:04:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/include float.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, 03 May 2008 21:04:22 -0000 gonzo 2008-05-03 21:04:21 UTC FreeBSD src repository Modified files: sys/mips/include float.h Log: Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard. Approved by: cognet (mentor) Revision Changes Path 1.2 +6 -0 src/sys/mips/include/float.h From owner-cvs-src@FreeBSD.ORG Sat May 3 21:16:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A58A21065681; Sat, 3 May 2008 21:16:09 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67D678FC15; Sat, 3 May 2008 21:16:09 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43LG94W040829; Sat, 3 May 2008 21:16:09 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43LG9H5040828; Sat, 3 May 2008 21:16:09 GMT (envelope-from gonzo) Message-Id: <200805032116.m43LG9H5040828@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Sat, 3 May 2008 21:16: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/msun/mips Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 May 2008 21:16:09 -0000 gonzo 2008-05-03 21:16:08 UTC FreeBSD src repository Modified files: lib/msun/mips Symbol.map Log: Symbol.map is handled by cpp, so use C-style comments Approved by: cognet (mentor) Revision Changes Path 1.2 +3 -1 src/lib/msun/mips/Symbol.map From owner-cvs-src@FreeBSD.ORG Sat May 3 21:24:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57B181065678; Sat, 3 May 2008 21:24:29 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0B48FC13; Sat, 3 May 2008 21:24:29 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43LOTjE041084; Sat, 3 May 2008 21:24:29 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43LOTCc041083; Sat, 3 May 2008 21:24:29 GMT (envelope-from gonzo) Message-Id: <200805032124.m43LOTCc041083@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Sat, 3 May 2008 21:24: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/gnu/lib/libstdc++ config.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, 03 May 2008 21:24:29 -0000 gonzo 2008-05-03 21:24:28 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++ config.h Log: Add MIPS to the list of "no TLS" architectures. Approved by: cognet (mentor) Revision Changes Path 1.16 +1 -1 src/gnu/lib/libstdc++/config.h From owner-cvs-src@FreeBSD.ORG Sat May 3 21:52:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC69E106564A; Sat, 3 May 2008 21:52:06 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE2958FC12; Sat, 3 May 2008 21:52:06 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43Lq6SI042028; Sat, 3 May 2008 21:52:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43Lq6IV042027; Sat, 3 May 2008 21:52:06 GMT (envelope-from sam) Message-Id: <200805032152.m43Lq6IV042027@repoman.freebsd.org> From: Sam Leffler Date: Sat, 3 May 2008 21:52: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/dev/ath if_ath.c if_athvar.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, 03 May 2008 21:52:07 -0000 sam 2008-05-03 21:52:06 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: add back sysctl's to display the regdomain and country code from eeprom; useful for debugging Revision Changes Path 1.184 +11 -6 src/sys/dev/ath/if_ath.c 1.64 +2 -0 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Sat May 3 21:55:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9F8E1065677; Sat, 3 May 2008 21:55:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C7988FC1B; Sat, 3 May 2008 21:55:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43Lt29Q042213; Sat, 3 May 2008 21:55:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43Lt2AU042212; Sat, 3 May 2008 21:55:02 GMT (envelope-from sam) Message-Id: <200805032155.m43Lt2AU042212@repoman.freebsd.org> From: Sam Leffler Date: Sat, 3 May 2008 21:55: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/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: Sat, 03 May 2008 21:55:02 -0000 sam 2008-05-03 21:55:02 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o unbreak handling of TKIP tx-only keys for splitmic chips o yank compat support for hal's older than 0.9.20.3; leave a CTASSERT in place just in case Revision Changes Path 1.185 +13 -9 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Sat May 3 22:56:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE191065682; Sat, 3 May 2008 22:56:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 580DD8FC0C; Sat, 3 May 2008 22:56:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43Muo45045331; Sat, 3 May 2008 22:56:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43MuoEW045330; Sat, 3 May 2008 22:56:50 GMT (envelope-from pav) Message-Id: <200805032256.m43MuoEW045330@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 3 May 2008 22:56: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/usr.sbin/pkg_install Makefile.inc src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/lib lib.h match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 May 2008 22:56:50 -0000 pav 2008-05-03 22:56:50 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/pkg_install Makefile.inc usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/lib lib.h match.c Log: - Restore functionality broken in previous commit; we need to be able to report multiple installed packages with the same PKGORIGIN. Reported by: marcus MFC after: 1 month Revision Changes Path 1.15 +0 -5 src/usr.sbin/pkg_install/Makefile.inc 1.84 +19 -15 src/usr.sbin/pkg_install/add/perform.c 1.44 +5 -2 src/usr.sbin/pkg_install/delete/perform.c 1.65 +1 -1 src/usr.sbin/pkg_install/lib/lib.h 1.23 +12 -9 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-src@FreeBSD.ORG Sat May 3 23:17:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67F771065675; Sat, 3 May 2008 23:17:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28E008FC1B; Sat, 3 May 2008 23:17:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43NHc93047143; Sat, 3 May 2008 23:17:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43NHb7U047142; Sat, 3 May 2008 23:17:37 GMT (envelope-from pav) Message-Id: <200805032317.m43NHb7U047142@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 3 May 2008 23:17:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install 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: Sat, 03 May 2008 23:17:38 -0000 pav 2008-05-03 23:17:37 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/pkg_install Makefile.inc Log: - Backout 1.15, it was committed by accident Pointy hat to: pav Revision Changes Path 1.16 +5 -0 src/usr.sbin/pkg_install/Makefile.inc From owner-cvs-src@FreeBSD.ORG Sat May 3 23:36:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE131065673; Sat, 3 May 2008 23:36:00 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC468FC0A; Sat, 3 May 2008 23:36:00 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43Na0V3047845; Sat, 3 May 2008 23:36:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43Na03f047844; Sat, 3 May 2008 23:36:00 GMT (envelope-from marcel) Message-Id: <200805032336.m43Na03f047844@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 May 2008 23:36: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/include stdio.h src/lib/libc/stdio stdio.c src/gnu/usr.bin/sort config.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, 03 May 2008 23:36:00 -0000 marcel 2008-05-03 23:36:00 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio stdio.c gnu/usr.bin/sort config.h Log: Unbreak build: gnu sort has been configured to grope inside struct __sFILE. It's opaque now, so add a function that returns the pending output bytes. Pointy hat: jhb Revision Changes Path 1.9 +1 -1 src/gnu/usr.bin/sort/config.h 1.69 +3 -0 src/include/stdio.h 1.27 +7 -0 src/lib/libc/stdio/stdio.c