From owner-cvs-src@FreeBSD.ORG Sun Sep 28 00:08: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 4806A106568C; Sun, 28 Sep 2008 00:08:54 +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 34B328FC12; Sun, 28 Sep 2008 00:08:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S08rvv005262; Sun, 28 Sep 2008 00:08:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S08rac005261; Sun, 28 Sep 2008 00:08:53 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809280008.m8S08rac005261@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 28 Sep 2008 00:07: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/conf files.sparc64 options.sparc64 src/sys/sparc64/pci schizo.c schizoreg.h schizovar.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, 28 Sep 2008 00:08:54 -0000 marius 2008-09-28 00:07:05 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 Added files: sys/sparc64/pci schizo.c schizoreg.h schizovar.h Log: SVN rev 183423 on 2008-09-28 00:07:05Z by marius Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo' JBus to PCI 2.2 bridges. In theory, this driver should also handle `XMITS' Fireplane/Safari to PCI-X bridges but due to lack of access to such hardware, support for these hasn't be fleshed out, yet. Revision Changes Path 1.100 +1 -0 src/sys/conf/files.sparc64 1.18 +2 -0 src/sys/conf/options.sparc64 1.1 +1266 -0 src/sys/sparc64/pci/schizo.c (new) 1.1 +312 -0 src/sys/sparc64/pci/schizoreg.h (new) 1.1 +71 -0 src/sys/sparc64/pci/schizovar.h (new) From owner-cvs-src@FreeBSD.ORG Sun Sep 28 03:33: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 9F2AE10656AF; Sun, 28 Sep 2008 03:33:10 +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 C6BFA8FC15; Sun, 28 Sep 2008 03:33:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S3XAb6063825; Sun, 28 Sep 2008 03:33:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S3XABp063809; Sun, 28 Sep 2008 03:33:10 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809280333.m8S3XABp063809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 03:33:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cfe cfe_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 03:33:11 -0000 imp 2008-09-28 03:33:01 UTC FreeBSD src repository Modified files: sys/dev/cfe cfe_console.c Log: SVN rev 183424 on 2008-09-28 03:33:01Z by imp Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the former more explicitly tells the compiler that you want an empty loop. There are some lint programs that use this hint to avoid generating warnings. No functional change... Revision Changes Path 1.4 +3 -3 src/sys/dev/cfe/cfe_console.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 03:45: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 C95E9106568E; Sun, 28 Sep 2008 03:45:38 +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 9E48F8FC17; Sun, 28 Sep 2008 03:45:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S3jcWF038581; Sun, 28 Sep 2008 03:45:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S3jcZA038579; Sun, 28 Sep 2008 03:45:38 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809280345.m8S3jcZA038579@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 03:45:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 spl.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 03:45:38 -0000 imp 2008-09-28 03:45:16 UTC FreeBSD src repository Modified files: share/man/man9 spl.9 Log: SVN rev 183425 on 2008-09-28 03:45:16Z by imp Add stronger warning that spl is historical. I almost deleted this man page entirely, but it is still mildly useful in understanding the few splxxx usages we still have in the tree. Revision Changes Path 1.21 +12 -0 src/share/man/man9/spl.9 From owner-cvs-src@FreeBSD.ORG Sun Sep 28 03:47: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 8CBB41065688; Sun, 28 Sep 2008 03:47:40 +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 61A5E8FC19; Sun, 28 Sep 2008 03:47:40 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S3leWp053865; Sun, 28 Sep 2008 03:47:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S3leKb053864; Sun, 28 Sep 2008 03:47:40 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809280347.m8S3leKb053864@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 03:47: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/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, 28 Sep 2008 03:47:40 -0000 imp 2008-09-28 03:47:24 UTC FreeBSD src repository Modified files: sys/mips/mips pmap.c Log: SVN rev 183426 on 2008-09-28 03:47:24Z by imp Remove stale comment. splhigh -> critical_enter transition happend some time ago, and no longer needs special attention. Revision Changes Path 1.7 +0 -6 src/sys/mips/mips/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 03:48: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 191D410656AC; Sun, 28 Sep 2008 03:48:27 +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 E289C8FC1B; Sun, 28 Sep 2008 03:48:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S3mQ9j057917; Sun, 28 Sep 2008 03:48:26 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S3mQhg057916; Sun, 28 Sep 2008 03:48:26 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809280348.m8S3mQhg057916@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 03:48: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/mips/adm5120 if_admsw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 03:48:27 -0000 imp 2008-09-28 03:48:15 UTC FreeBSD src repository Modified files: sys/mips/adm5120 if_admsw.c Log: SVN rev 183427 on 2008-09-28 03:48:15Z by imp Fix comment about needing to call something from splnet, which doesn't exist in freebsd. Revision Changes Path 1.3 +1 -1 src/sys/mips/adm5120/if_admsw.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 03:50: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 865B410656A4; Sun, 28 Sep 2008 03:50:43 +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 5B5A08FC0C; Sun, 28 Sep 2008 03:50:43 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S3ohBK066926; Sun, 28 Sep 2008 03:50:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S3ohuD066921; Sun, 28 Sep 2008 03:50:43 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809280350.m8S3ohuD066921@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 03:50:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 03:50:43 -0000 imp 2008-09-28 03:50:34 UTC FreeBSD src repository Modified files: sys/mips/mips trap.c Log: SVN rev 183428 on 2008-09-28 03:50:34Z by imp Fix comments to relate to FreeBSD's current interrupt blocking functionality, as opposed to the legacy spl means. Revision Changes Path 1.3 +2 -3 src/sys/mips/mips/trap.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 03:54:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 716CA106568F for ; Sun, 28 Sep 2008 03:54:08 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from xps.daemonology.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx2.freebsd.org (Postfix) with SMTP id 52384152DA8 for ; Sun, 28 Sep 2008 03:54:07 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: (qmail 3470 invoked from network); 28 Sep 2008 03:54:06 -0000 Received: from unknown (HELO xps.daemonology.net) (127.0.0.1) by localhost with SMTP; 28 Sep 2008 03:54:06 -0000 Message-ID: <48DEFFDE.5020300@freebsd.org> Date: Sat, 27 Sep 2008 20:54:06 -0700 From: Colin Percival User-Agent: Thunderbird 2.0.0.16 (X11/20080730) MIME-Version: 1.0 To: Warner Losh References: <200809280333.m8S3XABp063809@repoman.freebsd.org> In-Reply-To: <200809280333.m8S3XABp063809@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cfe cfe_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 03:54:08 -0000 Warner Losh wrote: > Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the > former more explicitly tells the compiler that you want an empty loop. > There are some lint programs that use this hint to avoid generating > warnings. In style(9) the example for (p = buf; *p != '\0'; ++p) ; /* nothing */ is given, but I really like the explicit continue; enough so that I'm wondering if the example in style(9) should be changed to for (p = buf; *p != '\0'; ++p) continue; to encourage people to write that way (I hope I'm not the only person who simply never thought of adding the explicit continue?). Realizing that questions of style tend to provoke huge debates: Please send me your opinions off-list, and I'll only make this change if the emails I get are at least 75% in favour. Colin Percival From owner-cvs-src@FreeBSD.ORG Sun Sep 28 04:12: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 E89EA10656A1; Sun, 28 Sep 2008 04:12:39 +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 A2F4A8FC2F; Sun, 28 Sep 2008 04:12:39 +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 m8S4A9cC053274; Sat, 27 Sep 2008 22:10:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 27 Sep 2008 22:10:59 -0600 (MDT) Message-Id: <20080927.221059.-108809907.imp@bsdimp.com> To: cperciva@freebsd.org From: "M. Warner Losh" In-Reply-To: <48DEFFDE.5020300@freebsd.org> References: <200809280333.m8S3XABp063809@repoman.freebsd.org> <48DEFFDE.5020300@freebsd.org> X-Mailer: Mew version 5.2 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/cfe cfe_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 04:12:40 -0000 In message: <48DEFFDE.5020300@freebsd.org> Colin Percival writes: : Warner Losh wrote: : > Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the : > former more explicitly tells the compiler that you want an empty loop. : > There are some lint programs that use this hint to avoid generating : > warnings. : : In style(9) the example : for (p = buf; *p != '\0'; ++p) : ; /* nothing */ : is given, but I really like the explicit continue; enough so that I'm : wondering if the example in style(9) should be changed to : for (p = buf; *p != '\0'; ++p) : continue; : to encourage people to write that way (I hope I'm not the only person : who simply never thought of adding the explicit continue?). : : Realizing that questions of style tend to provoke huge debates: Please : send me your opinions off-list, and I'll only make this change if the : emails I get are at least 75% in favour. I think this is a good change. I do it in my code because I got used to it when tools enforced it years ago... I like it, but I'm sure others will differ. Warner From owner-cvs-src@FreeBSD.ORG Sun Sep 28 05: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 A8D3A1065696; Sun, 28 Sep 2008 05:36:48 +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 7D9C58FC19; Sun, 28 Sep 2008 05:36:48 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S5amNG029745; Sun, 28 Sep 2008 05:36:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S5am8v029733; Sun, 28 Sep 2008 05:36:48 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809280536.m8S5am8v029733@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 05:36: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/arm/arm 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, 28 Sep 2008 05:36:48 -0000 imp 2008-09-28 05:36:25 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: SVN rev 183429 on 2008-09-28 05:36:25Z by imp White space nit. Revision Changes Path 1.102 +0 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 06:13: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 5D7D31065697; Sun, 28 Sep 2008 06:13:32 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6658FC16; Sun, 28 Sep 2008 06:13:32 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.21.133] (helo=devil.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KjpVC-000JeG-0i; Sun, 28 Sep 2008 14:13:30 +0800 Message-ID: <48DF2010.6030309@micom.mng.net> Date: Sun, 28 Sep 2008 14:11:28 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.16 (X11/20080901) MIME-Version: 1.0 To: Robert Watson References: <200809271014.m8RAENka041457@repoman.freebsd.org> <48DE5C4F.8040807@micom.mng.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 06:13:32 -0000 Robert Watson wrote: > > On Sat, 27 Sep 2008, Robert Watson wrote: > >>>> Rather than shadowing global variable 'lookup' in >>>> check_uidgid(), rename >>>> it to ugid_lookupp. This should make debugging issues with ipfw uid >>>> rules easier. >>> >>> Still panics: >> >> Something seems odd here, we may be looking at an ipfw bug. The goal >> of passing down the inpcb is that ipfw doesn't have to look it up >> (and hence avoids acquiring locks in ipfw on the outbound path) -- >> the stack arguments clearly show it held in ipfw, but locks are >> acquired anyway. This particular change was purely cosmetic, but >> I'll review the ipfw code more closely and see about a fix... > > Indeed -- when an inpcb doesn't have a socket, ipfw will go ahead and > do a lookup for an inpcb even though one is passed down. I've > committed a change that short-circuits that and marks the credential > lookup as failed. Give it a try now? Thanks a lot, Robert, it was indeed simple effective fix. So far no crash :) With loads like pkg_adding emacs (which adds bunch of other packages) on plain CURRENT, downloading FreeBSD ISO with axel (20 simultaneous connection) through http works fine here. test# ipfw show 00040 1184006 673239338 allow ip from any to any uid root 00100 0 0 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 00300 0 0 deny ip from 127.0.0.0/8 to any 65000 60 7426 allow ip from any to any 65535 0 0 deny ip from any to any test# Ganbold > > Robert N M Watson > Computer Laboratory > University of Cambridge > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > -- If it ain't broke, don't fix it. From owner-cvs-src@FreeBSD.ORG Sun Sep 28 14:05: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 9B2DA1065691; Sun, 28 Sep 2008 14:05:32 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70AE38FC17; Sun, 28 Sep 2008 14:05:32 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SE5WxZ067022; Sun, 28 Sep 2008 14:05:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SE5Wq6066999; Sun, 28 Sep 2008 14:05:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809281405.m8SE5Wq6066999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sun, 28 Sep 2008 14:05:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys pmc.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, 28 Sep 2008 14:05:32 -0000 jkoshy 2008-09-28 14:05:12 UTC FreeBSD src repository Modified files: sys/sys pmc.h Log: SVN rev 183435 on 2008-09-28 14:05:12Z by jkoshy Update a comment. Revision Changes Path 1.15 +1 -1 src/sys/sys/pmc.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 14:12: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 808B91065687; Sun, 28 Sep 2008 14:12:05 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520D98FC16; Sun, 28 Sep 2008 14:12:05 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SEC5Ta099949; Sun, 28 Sep 2008 14:12:05 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SEBxTg099868; Sun, 28 Sep 2008 14:11:59 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809281411.m8SEBxTg099868@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sun, 28 Sep 2008 14:11:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys pmc.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, 28 Sep 2008 14:12:05 -0000 jkoshy 2008-09-28 14:11:34 UTC FreeBSD src repository Modified files: sys/sys pmc.h Log: SVN rev 183436 on 2008-09-28 14:11:34Z by jkoshy Add new PMC classes and CPU types. Revision Changes Path 1.16 +8 -3 src/sys/sys/pmc.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 15:12: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 93C801065725; Sun, 28 Sep 2008 15:12:52 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8608FC14; Sun, 28 Sep 2008 15:12:52 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SFCqCr079557; Sun, 28 Sep 2008 15:12:52 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SFCqvh079542; Sun, 28 Sep 2008 15:12:52 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200809281512.m8SFCqvh079542@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sun, 28 Sep 2008 15:12: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/powerpc/powerpc cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 15:12:53 -0000 nwhitehorn 2008-09-28 15:12:43 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: SVN rev 183437 on 2008-09-28 15:12:43Z by nwhitehorn Unbreak support for G4s without an L3 cache. L3 cache support was introduced with, and limited to, the Motorola/Freescale 745x family. Reported by: Marco Trillo Revision Changes Path 1.14 +5 -6 src/sys/powerpc/powerpc/cpu.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 16:44: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 ACB8D1065700; Sun, 28 Sep 2008 16:44:23 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D41B88FC0C; Sun, 28 Sep 2008 16:44:23 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SGiNgs041096; Sun, 28 Sep 2008 16:44:23 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SGiNZD041087; Sun, 28 Sep 2008 16:44:23 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809281644.m8SGiNZD041087@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 28 Sep 2008 16:44: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/bin/pkill pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 16:44:26 -0000 ed 2008-09-28 16:44:15 UTC FreeBSD src repository Modified files: bin/pkill pkill.1 pkill.c Log: SVN rev 183438 on 2008-09-28 16:44:15Z by ed Don't automatically prepend the "tty" prefix to `pkill -t' arguments. Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s -t flag automatically prepended the word "tty" to each TTY that was passed on the command line. This meant that `pkill -t pts/0' was actually converted to /dev/ttypts/0. Disable this broken behaviour for now. Reported by: erwin Revision Changes Path 1.2 +3 -4 src/bin/pkill/pkill.1 1.2 +2 -5 src/bin/pkill/pkill.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 18:36: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 90418106569A; Sun, 28 Sep 2008 18:36:15 +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 7A3C48FC20; Sun, 28 Sep 2008 18:36:15 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SIaFkM043901; Sun, 28 Sep 2008 18:36:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SIaFvD043898; Sun, 28 Sep 2008 18:36:15 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809281836.m8SIaFvD043898@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 28 Sep 2008 18:34: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/amd64/amd64 mp_machdep.c src/sys/amd64/include smp.h src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h src/sys/i386/xen mp_machdep.c src/sys/ia64/ia64 interrupt.c mp_machdep.c sal.c src/sys/ia64/include smp.h src/sys/mips/include ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 18:36:15 -0000 marius 2008-09-28 18:34:14 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c sys/amd64/include smp.h sys/i386/i386 mp_machdep.c sys/i386/include smp.h sys/i386/xen mp_machdep.c sys/ia64/ia64 interrupt.c mp_machdep.c sal.c sys/ia64/include smp.h sys/mips/include smp.h sys/mips/mips mp_machdep.c sys/powerpc/include smp.h sys/powerpc/powerpc intr_machdep.c mp_machdep.c sys/sun4v/include smp.h Log: SVN rev 183439 on 2008-09-28 18:34:14Z by marius Remove ipi_all() and ipi_self() as the former hasn't been used at all to date and the latter also is only used in ia64 and powerpc code which no longer serves a real purpose after bring-up and just can be removed as well. Note that architectures like sun4u also provide no means of implementing IPI'ing a CPU itself natively in the first place. Suggested by: jhb Reviewed by: arch, grehan, jhb Revision Changes Path 1.294 +0 -30 src/sys/amd64/amd64/mp_machdep.c 1.93 +0 -2 src/sys/amd64/include/smp.h 1.289 +0 -30 src/sys/i386/i386/mp_machdep.c 1.93 +0 -2 src/sys/i386/include/smp.h 1.6 +0 -35 src/sys/i386/xen/mp_machdep.c 1.70 +0 -7 src/sys/ia64/ia64/interrupt.c 1.70 +0 -31 src/sys/ia64/ia64/mp_machdep.c 1.17 +0 -1 src/sys/ia64/ia64/sal.c 1.11 +5 -8 src/sys/ia64/include/smp.h 1.2 +0 -2 src/sys/mips/include/smp.h 1.3 +0 -20 src/sys/mips/mips/mp_machdep.c 1.4 +0 -4 src/sys/powerpc/include/smp.h 1.23 +0 -5 src/sys/powerpc/powerpc/intr_machdep.c 1.19 +0 -29 src/sys/powerpc/powerpc/mp_machdep.c 1.6 +0 -1 src/sys/sun4v/include/smp.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 19:18: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 49BA510656C2; Sun, 28 Sep 2008 19:18:04 +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 AE3C88FC22; Sun, 28 Sep 2008 19:18:04 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SJI48g008409; Sun, 28 Sep 2008 19:18:04 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SJI4JG008408; Sun, 28 Sep 2008 19:18:04 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809281918.m8SJI4JG008408@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 28 Sep 2008 19:17: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/gnu/lib/csu Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 19:18:06 -0000 marcel 2008-09-28 19:17:54 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: SVN rev 183440 on 2008-09-28 19:17:54Z by marcel Revert previous commit. The prototype has been moved to unistd.h Revision Changes Path 1.31 +1 -1 src/gnu/lib/csu/Makefile From owner-cvs-src@FreeBSD.ORG Sun Sep 28 19:44: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 CDAE91065688; Sun, 28 Sep 2008 19:44:50 +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 BBDE98FC1B; Sun, 28 Sep 2008 19:44:50 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SJioTa071439; Sun, 28 Sep 2008 19:44:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SJiovJ071430; Sun, 28 Sep 2008 19:44:50 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809281944.m8SJiovJ071430@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 19:44: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/mips/include param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 19:44:50 -0000 imp 2008-09-28 19:44:38 UTC FreeBSD src repository Modified files: sys/mips/include param.h Log: SVN rev 183441 on 2008-09-28 19:44:38Z by imp Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) of sys/param.h and move the MI numbers out of here. Also move the MI defines. Also remove a couple defines not in use (not sure if it is age, or OpenBSD origins for thse). Note the current values that are overrides that appear to be odd in some way. More cleanup could be done here: NBPG appears to be spelled PAGE_SIZE these days. There's new ways to spell PGOFSET and PGSHIFT too, I think. These constants duplicate the MI constants and are sprinkled into the mips code only. Further investigation is needed. Revision Changes Path 1.2 +4 -43 src/sys/mips/include/param.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 19:56: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 2039B1065687; Sun, 28 Sep 2008 19:56:00 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id B79578FC21; Sun, 28 Sep 2008 19:55:59 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id E1B8F28449; Mon, 29 Sep 2008 03:55:58 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 75EF3F681CB; Mon, 29 Sep 2008 03:55:58 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id A0EXpTQ+lj6q; Mon, 29 Sep 2008 03:55:53 +0800 (CST) Received: from delta.delphij.net (c-76-103-40-85.hsd1.ca.comcast.net [76.103.40.85]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 037E6F67A48; Mon, 29 Sep 2008 03:55:51 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=VjdRA6IEj7fywKi5BW/DrJKUYzUQ7F1iH/l2pbWucLUqY/sE63TNmdt58jAGZ//CN K7d312Trju66apCMaqQkg== Message-ID: <48DFE13E.2030200@delphij.net> Date: Sun, 28 Sep 2008 12:55:42 -0700 From: Xin LI Organization: The Geek China Organization User-Agent: Thunderbird 2.0.0.17 (X11/20080926) MIME-Version: 1.0 To: Kostik Belousov References: <200809270009.m8R09OTF000738@repoman.freebsd.org> <20080927084606.GZ47828@deviant.kiev.zoral.com.ua> In-Reply-To: <20080927084606.GZ47828@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 0.95.7 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 19:56:00 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kostik Belousov wrote: > On Sat, Sep 27, 2008 at 12:09:10AM +0000, Xin LI wrote: >> delphij 2008-09-27 00:09:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sbin/init init.c >> Log: >> SVN rev 183391 on 2008-09-27 00:09:10Z by delphij >> >> Static-ify procedures in init(8). >> >> Revision Changes Path >> 1.66 +79 -79 src/sbin/init/init.c > > What is a reason for the change ? This would reduce the size of generated binary... Cheers, -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjf4T4ACgkQi+vbBBjt66BiHACfcOFQDoLNC5xfyj9CJlY/4t2S Wn0AnirMF7iBdfxIzfZHNefe+ZfpD29u =nS3V -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Sun Sep 28 20:24: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 41502106568B; Sun, 28 Sep 2008 20:24:28 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E0178FC15; Sun, 28 Sep 2008 20:24:28 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SKOS5i012570; Sun, 28 Sep 2008 20:24:28 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SKOS4x012546; Sun, 28 Sep 2008 20:24:28 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809282024.m8SKOS4x012546@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 28 Sep 2008 20:15: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 ObsoleteFiles.inc src/share/man/man3 Makefile makedev.3 src/share/man/man9 Makefile device_ids.9 make_dev.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 20:24:28 -0000 ed 2008-09-28 20:15:45 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc share/man/man3 Makefile share/man/man9 Makefile make_dev.9 Added files: share/man/man3 makedev.3 Removed files: share/man/man9 device_ids.9 Log: SVN rev 183442 on 2008-09-28 20:15:45Z by ed Several documentation fixups related to device minor/major numbers: - Document the minor(3), major(3) and makedev(3) macro's. They also apply to umajor() and uminor() in the kernel, but hopefully we'll sort that out one day. - Briefly dev2unit() inside the make_dev(9) manual page, since this is now the preferred macro to obtain character device unit numbers inside the kernel. - Remove the device_ids(9) manual page. It contains highly inaccurate information, such as a description of the nonexistent major(). Revision Changes Path 1.163 +6 -0 src/ObsoleteFiles.inc 1.49 +3 -0 src/share/man/man3/Makefile 1.1 +90 -0 src/share/man/man3/makedev.3 (new) 1.342 +0 -5 src/share/man/man9/Makefile 1.4 +0 -75 src/share/man/man9/device_ids.9 (dead) 1.26 +4 -2 src/share/man/man9/make_dev.9 From owner-cvs-src@FreeBSD.ORG Sun Sep 28 20:26: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 EFB251065697; Sun, 28 Sep 2008 20:26:37 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C53798FC1D; Sun, 28 Sep 2008 20:26:37 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SKQbNB027092; Sun, 28 Sep 2008 20:26:37 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SKQbSI027086; Sun, 28 Sep 2008 20:26:37 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809282026.m8SKQbSI027086@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 28 Sep 2008 20:26:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man3 makedev.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 20:26:38 -0000 ed 2008-09-28 20:26:16 UTC FreeBSD src repository Modified files: share/man/man3 makedev.3 Log: SVN rev 183443 on 2008-09-28 20:26:16Z by ed Small typo in the makedev(3) manpage. devtoname(3) is a nonexistent function. We do have devtoname(9), but that's entirely different. The correct function is devname(3). Revision Changes Path 1.2 +1 -1 src/share/man/man3/makedev.3 From owner-cvs-src@FreeBSD.ORG Sun Sep 28 20:33: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 82FB01065691; Sun, 28 Sep 2008 20:33:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 246E78FC14; Sun, 28 Sep 2008 20:33:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Kk2xF-000E2D-CJ; Sun, 28 Sep 2008 23:33:21 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m8SKXHkf034997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Sep 2008 23:33:17 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id m8SKWBP0009761; Sun, 28 Sep 2008 23:32:21 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id m8SKWAZn009759; Sun, 28 Sep 2008 23:32:10 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 28 Sep 2008 23:32:10 +0300 From: Kostik Belousov To: d@delphij.net Message-ID: <20080928203210.GA2433@deviant.kiev.zoral.com.ua> References: <200809270009.m8R09OTF000738@repoman.freebsd.org> <20080927084606.GZ47828@deviant.kiev.zoral.com.ua> <48DFE13E.2030200@delphij.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <48DFE13E.2030200@delphij.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1Kk2xF-000E2D-CJ 9874ec14097ca1b329804b5ebe23b9f2 X-Terabit: YES Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 20:33:26 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 28, 2008 at 12:55:42PM -0700, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Kostik Belousov wrote: > > On Sat, Sep 27, 2008 at 12:09:10AM +0000, Xin LI wrote: > >> delphij 2008-09-27 00:09:10 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sbin/init init.c=20 > >> Log: > >> SVN rev 183391 on 2008-09-27 00:09:10Z by delphij > >> =20 > >> Static-ify procedures in init(8). > >> =20 > >> Revision Changes Path > >> 1.66 +79 -79 src/sbin/init/init.c > >=20 > > What is a reason for the change ? >=20 > This would reduce the size of generated binary... I am quite curious. Could you, please, show the numbers. Is the reduction in size is due to function inlining, or it is purely symbol table size issue ? --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkjf6ckACgkQC3+MBN1Mb4hFYQCfVxgs3EfI+HuRu8XK+NZRrsIo BsAAoOHd1VuPH8oBhdNmylKQh6qWlWL3 =+Xft -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-cvs-src@FreeBSD.ORG Sun Sep 28 20: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 8E5FB1065686; Sun, 28 Sep 2008 20:59:11 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 31AA78FC1B; Sun, 28 Sep 2008 20:59:11 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 2872F28449; Mon, 29 Sep 2008 04:59:10 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 75187F681F2; Mon, 29 Sep 2008 04:59:09 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id 526Bd6P-iE+t; Mon, 29 Sep 2008 04:59:04 +0800 (CST) Received: from delta.delphij.net (c-76-103-40-85.hsd1.ca.comcast.net [76.103.40.85]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 818A3F681B8; Mon, 29 Sep 2008 04:59:02 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=Y4rfIoDAVvnMLeQDhcDKHMYdMKhwiFLG4YTZvrPHLb5rlRWN66HwWJ2knRDjoMH1W P4QCmah2a3soYqOUtUx9w== Message-ID: <48DFF013.3080309@delphij.net> Date: Sun, 28 Sep 2008 13:58:59 -0700 From: Xin LI Organization: The Geek China Organization User-Agent: Thunderbird 2.0.0.17 (X11/20080926) MIME-Version: 1.0 To: Kostik Belousov References: <200809270009.m8R09OTF000738@repoman.freebsd.org> <20080927084606.GZ47828@deviant.kiev.zoral.com.ua> <48DFE13E.2030200@delphij.net> <20080928203210.GA2433@deviant.kiev.zoral.com.ua> In-Reply-To: <20080928203210.GA2433@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 0.95.7 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Xin LI , src-committers@FreeBSD.ORG, d@delphij.net, cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 20:59:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kostik Belousov wrote: > On Sun, Sep 28, 2008 at 12:55:42PM -0700, Xin LI wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Kostik Belousov wrote: >>> On Sat, Sep 27, 2008 at 12:09:10AM +0000, Xin LI wrote: >>>> delphij 2008-09-27 00:09:10 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sbin/init init.c >>>> Log: >>>> SVN rev 183391 on 2008-09-27 00:09:10Z by delphij >>>> >>>> Static-ify procedures in init(8). >>>> >>>> Revision Changes Path >>>> 1.66 +79 -79 src/sbin/init/init.c >>> What is a reason for the change ? >> This would reduce the size of generated binary... > > I am quite curious. Could you, please, show the numbers. > Is the reduction in size is due to function inlining, or it is purely > symbol table size issue ? Oh it's not purely symbol table size, making these stuff static would reduce instructions by 100+ for this case. If we strip all symbols out then we still have a 2KB saving by doing this. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjf8BMACgkQi+vbBBjt66B1nwCffDVNCGXBm6cqWwfcyrUSvbMA NgwAnijd7Ya4k3MmiuH7VhDyh9KmPMhc =K5Hc -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Sun Sep 28 21:32:41 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 E3E42106568D for ; Sun, 28 Sep 2008 21:32:41 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 473C48FC1C for ; Sun, 28 Sep 2008 21:32:40 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 28 Sep 2008 21:05:57 -0000 Received: from p54A3E885.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.232.133] by mail.gmx.net (mp008) with SMTP; 28 Sep 2008 23:05:57 +0200 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX187nNYf2Pg7KOq7JOiFlYBmarha2turfYFpWovQx+ 0CU6vpRzFYg5Q9 Message-ID: <48DFF1AE.6060408@gmx.de> Date: Sun, 28 Sep 2008 23:05:50 +0200 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: Kostik Belousov References: <200809270009.m8R09OTF000738@repoman.freebsd.org> <20080927084606.GZ47828@deviant.kiev.zoral.com.ua> <48DFE13E.2030200@delphij.net> <20080928203210.GA2433@deviant.kiev.zoral.com.ua> In-Reply-To: <20080928203210.GA2433@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Cc: Xin LI , cvs-src@freebsd.org, src-committers@freebsd.org, d@delphij.net, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 21:32:42 -0000 Kostik Belousov wrote: > On Sun, Sep 28, 2008 at 12:55:42PM -0700, Xin LI wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Kostik Belousov wrote: >>> On Sat, Sep 27, 2008 at 12:09:10AM +0000, Xin LI wrote: >>>> delphij 2008-09-27 00:09:10 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sbin/init init.c >>>> Log: >>>> SVN rev 183391 on 2008-09-27 00:09:10Z by delphij >>>> >>>> Static-ify procedures in init(8). >>>> >>>> Revision Changes Path >>>> 1.66 +79 -79 src/sbin/init/init.c >>> What is a reason for the change ? >> This would reduce the size of generated binary... > > I am quite curious. Could you, please, show the numbers. > Is the reduction in size is due to function inlining, or it is purely > symbol table size issue ? If a function or variable can be made static, it should be. There is basically not excuse not to do so. In fact, it is considered a design flaw of C, that symbols default to external linkage instead of internal by default. The compiler can do more optimisations on things, it knows it is the only user of. For example it can change the calling convention of functions to pass parameters in registers instead of on the stack, if it knows all callers. If a function is not static, it must assume there are callers, which it has not control of. Changing the calling convention is just one example of possible optimisations. Further it reduces the chances of name clashes with functions local to other translation units. Regards Christoph From owner-cvs-src@FreeBSD.ORG Sun Sep 28 22:22: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 DF46B106569F; Sun, 28 Sep 2008 22:22:09 +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 B40108FC0A; Sun, 28 Sep 2008 22:22:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SMM9jD042441; Sun, 28 Sep 2008 22:22:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SMM9xa042436; Sun, 28 Sep 2008 22:22:09 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282222.m8SMM9xa042436@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 22:21: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/dev/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 22:22:10 -0000 imp 2008-09-28 22:21:53 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183444 on 2008-09-28 22:21:53Z by imp Fix line continuation whitespace. Submitted by: mav@ Revision Changes Path 1.5 +2 -2 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 22:23: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 9BF701065689; Sun, 28 Sep 2008 22:23:10 +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 708688FC08; Sun, 28 Sep 2008 22:23:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SMNAWO050610; Sun, 28 Sep 2008 22:23:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SMNAdq050609; Sun, 28 Sep 2008 22:23:10 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282223.m8SMNAdq050609@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 22:23: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/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 22:23:10 -0000 imp 2008-09-28 22:23:06 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183445 on 2008-09-28 22:23:06Z by imp Other busses on the system use the official capitalization for the technology. Make mmc conform to that. Submitted by: mav@ Revision Changes Path 1.6 +1 -1 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 22:27: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 EE334106569C; Sun, 28 Sep 2008 22:27:42 +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 C26988FC14; Sun, 28 Sep 2008 22:27:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SMRfUt086489; Sun, 28 Sep 2008 22:27:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SMRf7F086485; Sun, 28 Sep 2008 22:27:41 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282227.m8SMRf7F086485@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 22:27:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mmc mmc.c mmcreg.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, 28 Sep 2008 22:27:43 -0000 imp 2008-09-28 22:27:29 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h Log: SVN rev 183446 on 2008-09-28 22:27:29Z by imp The OCR register defines both acceptable voltage bits, as well as bits for other things. Mask out the voltage only bits when returning the Vdd mask for voltage computation. Submitted by: mav@ Revision Changes Path 1.7 +2 -2 src/sys/dev/mmc/mmc.c 1.3 +1 -0 src/sys/dev/mmc/mmcreg.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 22:40: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 DAD081065696; Sun, 28 Sep 2008 22:40: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 AEFA58FC1A; Sun, 28 Sep 2008 22:40:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SMejo1054247; Sun, 28 Sep 2008 22:40:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SMeiBV054145; Sun, 28 Sep 2008 22:40:44 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282240.m8SMeiBV054145@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 22: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/dev/mmc mmc.c mmcbrvar.h mmcvar.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, 28 Sep 2008 22:40:47 -0000 imp 2008-09-28 22:40:11 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcbrvar.h mmcvar.h Log: SVN rev 183447 on 2008-09-28 22:40:11Z by imp Propigate read-only status of cards. Right now it is read only at device attach time. We may need to read this more often in the future, but for now simplicity of implementation wins. Submitted by: mav@ Revision Changes Path 1.8 +6 -1 src/sys/dev/mmc/mmc.c 1.3 +6 -0 src/sys/dev/mmc/mmcbrvar.h 1.4 +2 -0 src/sys/dev/mmc/mmcvar.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 22:42: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 646621065686; Sun, 28 Sep 2008 22:42:47 +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 393578FC13; Sun, 28 Sep 2008 22:42:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SMglB9071277; Sun, 28 Sep 2008 22:42:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SMgl8U071272; Sun, 28 Sep 2008 22:42:47 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282242.m8SMgl8U071272@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 22:42:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mmc mmcsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 22:42:47 -0000 imp 2008-09-28 22:42:29 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcsd.c Log: SVN rev 183448 on 2008-09-28 22:42:29Z by imp When a device is read only, fail all non-read BIO requests. Submitted by: mav@ Revision Changes Path 1.5 +8 -1 src/sys/dev/mmc/mmcsd.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 23:25: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 482111065695; Sun, 28 Sep 2008 23:25:05 +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 93D188FC29; Sun, 28 Sep 2008 23:25:04 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SNP4o5033995; Sun, 28 Sep 2008 23:25:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SNP4Gs033994; Sun, 28 Sep 2008 23:25:04 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282325.m8SNP4Gs033994@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 23:24:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 23:25:05 -0000 imp 2008-09-28 23:24:52 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183449 on 2008-09-28 23:24:52Z by imp Implement power down, and power down the bus on detach. Submitted by: mav@ Revision Changes Path 1.9 +15 -1 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Sun Sep 28 23:37: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 D843D1065686; Sun, 28 Sep 2008 23:37:20 +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 ACEF68FC20; Sun, 28 Sep 2008 23:37:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SNbKo9012397; Sun, 28 Sep 2008 23:37:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SNbKjw012392; Sun, 28 Sep 2008 23:37:20 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282337.m8SNbKjw012392@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 23:37: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/mmc mmcbrvar.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, 28 Sep 2008 23:37:21 -0000 imp 2008-09-28 23:37:06 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcbrvar.h Log: SVN rev 183450 on 2008-09-28 23:37:06Z by imp Add "caps" word to host bridge. Revision Changes Path 1.4 +2 -0 src/sys/dev/mmc/mmcbrvar.h From owner-cvs-src@FreeBSD.ORG Sun Sep 28 23:38: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 D17A71065686; Sun, 28 Sep 2008 23:38:06 +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 911358FC26; Sun, 28 Sep 2008 23:38:06 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8SNc6JB018009; Sun, 28 Sep 2008 23:38:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8SNc6mS018004; Sun, 28 Sep 2008 23:38:06 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809282338.m8SNc6mS018004@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 28 Sep 2008 23:37:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_mci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Sep 2008 23:38:06 -0000 imp 2008-09-28 23:37:56 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: SVN rev 183451 on 2008-09-28 23:37:56Z by imp Implement MMCBR_IVAR_CAPS for AT91 MCI device. Submitted by: mav@ (well, not this one, but the base impl was) Revision Changes Path 1.6 +5 -0 src/sys/arm/at91/at91_mci.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 01:28:41 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 9B04E10656BF; Mon, 29 Sep 2008 01:28:41 +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 BDD978FC1C; Mon, 29 Sep 2008 01:28:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8T1ScM7001924; Mon, 29 Sep 2008 01:28:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8T1Sc7j001923; Mon, 29 Sep 2008 01:28:38 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809290128.m8T1Sc7j001923@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 29 Sep 2008 01:28:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 01:28:41 -0000 imp 2008-09-29 01:28:30 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183452 on 2008-09-29 01:28:30Z by imp The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST were the device in question, rather than the bus doing the requesting. Fix it so that it is the bus. Submitted by: mav@ Revision Changes Path 1.10 +2 -2 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 01:32: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 A39B21065700; Mon, 29 Sep 2008 01:32:39 +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 786038FC08; Mon, 29 Sep 2008 01:32:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8T1WdJd022733; Mon, 29 Sep 2008 01:32:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8T1WdIx022728; Mon, 29 Sep 2008 01:32:39 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809290132.m8T1WdIx022728@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 29 Sep 2008 01:32: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/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 01:32:39 -0000 imp 2008-09-29 01:32:21 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183453 on 2008-09-29 01:32:21Z by imp Convert all C++ comments to C style. There's lots of folks that don't like them and they don't add enough to be worth standing out. Revision Changes Path 1.11 +30 -23 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 02:39: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 7BE151065699; Mon, 29 Sep 2008 02:39:11 +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 4FFE28FC08; Mon, 29 Sep 2008 02:39:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8T2dB8j030430; Mon, 29 Sep 2008 02:39:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8T2dBO4030429; Mon, 29 Sep 2008 02:39:11 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809290239.m8T2dBO4030429@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 29 Sep 2008 02:39: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/geom/part g_part.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 02:39:11 -0000 marcel 2008-09-29 02:39:02 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c Log: SVN rev 183454 on 2008-09-29 02:39:02Z by marcel Insert the null scheme at the head. This does not change any functionality, but creates an invariant: the first element on the list is always the null scheme. Revision Changes Path 1.26 +1 -1 src/sys/geom/part/g_part.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 02:48: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 B199D106568B; Mon, 29 Sep 2008 02:48:27 +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 9EF058FC19; Mon, 29 Sep 2008 02:48:27 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8T2mRA1091362; Mon, 29 Sep 2008 02:48:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8T2mRpc091361; Mon, 29 Sep 2008 02:48:27 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809290248.m8T2mRpc091361@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 29 Sep 2008 02:48: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/geom/part g_part_bsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 02:48:27 -0000 marcel 2008-09-29 02:48:22 UTC FreeBSD src repository Modified files: sys/geom/part g_part_bsd.c Log: SVN rev 183455 on 2008-09-29 02:48:22Z by marcel Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORM if the probe succeeds. This guarantees that the BSD scheme wins over the MBR scheme when MBR gets to probe first. Build- or link-time conditions can cause schemes to end up in the linker set in a different order. Normally BSD is before MBR in the linker set and as such get to probe first. But typically when the kernel gets rebuild or relinked, this can change. Revision Changes Path 1.8 +1 -1 src/sys/geom/part/g_part_bsd.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 05:31: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 EBCC2106568A; Mon, 29 Sep 2008 05:31:30 +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 C03758FC20; Mon, 29 Sep 2008 05:31:30 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8T5VUHf094224; Mon, 29 Sep 2008 05:31:30 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8T5VU6s094218; Mon, 29 Sep 2008 05:31:30 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200809290531.m8T5VU6s094218@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Mon, 29 Sep 2008 05:31: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/sbin/setkey setkey.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 05:31:31 -0000 maxim 2008-09-29 05:31:27 UTC FreeBSD src repository Modified files: sbin/setkey setkey.8 Log: SVN rev 183456 on 2008-09-29 05:31:27Z by maxim o Add missed dot. Revision Changes Path 1.39 +1 -1 src/sbin/setkey/setkey.8 From owner-cvs-src@FreeBSD.ORG Mon Sep 29 07:41: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 DF8D61065695; Mon, 29 Sep 2008 07:41:33 +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 B46D18FC21; Mon, 29 Sep 2008 07:41:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8T7fXq1091142; Mon, 29 Sep 2008 07:41:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8T7fXYv091136; Mon, 29 Sep 2008 07:41:33 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200809290741.m8T7fXYv091136@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 29 Sep 2008 07:41:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall installUpgrade.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 07:41:34 -0000 delphij 2008-09-29 07:41:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall installUpgrade.c Log: SVN rev 183457 on 2008-09-29 07:41:17Z by delphij Merge revision 170320: Write to slice name instead of directly to the disk device. This fixes writing boot code upon upgrade. PR: bin/61587 Submitted by: Nobuyuki Koganemaru Approved by: re (blackend) Revision Changes Path 1.84.12.7 +1 -1 src/usr.sbin/sysinstall/installUpgrade.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 10:12: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 4F28F1065692; Mon, 29 Sep 2008 10:12:24 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:3fb::211]) by mx1.freebsd.org (Postfix) with ESMTP id 61E228FC22; Mon, 29 Sep 2008 10:12:23 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id C7EC71CC22; Mon, 29 Sep 2008 12:12:21 +0200 (CEST) Date: Mon, 29 Sep 2008 12:12:21 +0200 From: Ed Schouten To: Christoph Mallon Message-ID: <20080929101221.GC16837@hoeg.nl> References: <200809270009.m8R09OTF000738@repoman.freebsd.org> <20080927084606.GZ47828@deviant.kiev.zoral.com.ua> <48DFE13E.2030200@delphij.net> <20080928203210.GA2433@deviant.kiev.zoral.com.ua> <48DFF1AE.6060408@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline In-Reply-To: <48DFF1AE.6060408@gmx.de> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , Kostik Belousov Subject: Re: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 10:12:24 -0000 --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Christoph Mallon wrote: > If a function or variable can be made static, it should be. There is > basically not excuse not to do so. In fact, it is considered a design > flaw of C, that symbols default to external linkage instead of internal > by default. If I remember correctly we use -Wmissing-prototypes to somewhat catch this bad programming behaviour. Unfortunately GCC does not support a flag to do a similar thing for variables (where we enforce a variable to be `prototyped' with the `extern' keyword before allowing it to be declared. I noticed we have many variables in the kernel that should be marked static, but aren't. I don't know enough of GCC's internals to add this functionality. --=20 Ed Schouten WWW: http://80386.nl/ --69pVuxX8awAiJ7fD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkjgqgUACgkQ52SDGA2eCwXxlwCfQFs1/QMMrZ4ozkvpr7zjueF/ yBkAn1TuDd2zVwRWXyVYLj8e4uMJvcWy =qZ6m -----END PGP SIGNATURE----- --69pVuxX8awAiJ7fD-- From owner-cvs-src@FreeBSD.ORG Mon Sep 29 10:53: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 974BA10656C0; Mon, 29 Sep 2008 10:53:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84A1B8FC17; Mon, 29 Sep 2008 10:53:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TArSUS083299; Mon, 29 Sep 2008 10:53:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TArSYi083293; Mon, 29 Sep 2008 10:53:28 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200809291053.m8TArSYi083293@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Mon, 29 Sep 2008 10:53: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/crypto/openssh moduli.5 scp.1 sftp-server.8 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 sshd.8 sshd_config.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: Mon, 29 Sep 2008 10:53:28 -0000 des 2008-09-29 10:53:05 UTC FreeBSD src repository Modified files: crypto/openssh moduli.5 scp.1 sftp-server.8 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 sshd.8 sshd_config.5 Log: SVN rev 183458 on 2008-09-29 10:53:05Z by des Our groff doesn't understand $Mdocdate$, so replace them with bare dates. MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/crypto/openssh/moduli.5 1.3 +1 -1 src/crypto/openssh/scp.1 1.3 +1 -1 src/crypto/openssh/sftp-server.8 1.3 +1 -1 src/crypto/openssh/sftp.1 1.3 +1 -1 src/crypto/openssh/ssh-add.1 1.3 +1 -1 src/crypto/openssh/ssh-agent.1 1.3 +1 -1 src/crypto/openssh/ssh-keygen.1 1.3 +1 -1 src/crypto/openssh/ssh-keyscan.1 1.3 +1 -1 src/crypto/openssh/ssh-keysign.8 1.37 +1 -1 src/crypto/openssh/ssh.1 1.25 +1 -1 src/crypto/openssh/ssh_config.5 1.36 +1 -1 src/crypto/openssh/sshd.8 1.31 +1 -1 src/crypto/openssh/sshd_config.5 From owner-cvs-src@FreeBSD.ORG Mon Sep 29 11:16: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 E91591065743; Mon, 29 Sep 2008 11:16:46 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B59398FC1B; Mon, 29 Sep 2008 11:16:44 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TBGijF031003; Mon, 29 Sep 2008 11:16:44 GMT (envelope-from philip@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TBGi2c031002; Mon, 29 Sep 2008 11:16:44 GMT (envelope-from philip@repoman.freebsd.org) Message-Id: <200809291116.m8TBGi2c031002@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to philip@repoman.freebsd.org using -f From: Philip Paeps Date: Mon, 29 Sep 2008 11:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 11:16:47 -0000 philip 2008-09-29 11:16:34 UTC FreeBSD src repository Modified files: . access Log: SVN rev 183459 on 2008-09-29 11:16:34Z by philip Take Mark Santcroos' (marks) src commit bit for safekeeping per his request. Approved by: core Revision Changes Path 1.896 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Sep 29 13:49: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 C2D651065693; Mon, 29 Sep 2008 13:49:02 +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 9A0BA8FC1B; Mon, 29 Sep 2008 13:49:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TDn29R077454; Mon, 29 Sep 2008 13:49:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TDn285077453; Mon, 29 Sep 2008 13:49:02 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809291349.m8TDn285077453@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 29 Sep 2008 13: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/netinet in_pcb.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, 29 Sep 2008 13:49:02 -0000 rwatson 2008-09-29 13:48:48 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.h Log: SVN rev 183460 on 2008-09-29 13:48:48Z by rwatson Fix typo in comment. MFC after: 3 days Revision Changes Path 1.115 +2 -2 src/sys/netinet/in_pcb.h From owner-cvs-src@FreeBSD.ORG Mon Sep 29 13:50: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 B22F11065687; Mon, 29 Sep 2008 13:50:33 +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 899658FC2C; Mon, 29 Sep 2008 13:50:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TDoXa1081037; Mon, 29 Sep 2008 13:50:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TDoXRo081032; Mon, 29 Sep 2008 13:50:33 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809291350.m8TDoXRo081032@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 29 Sep 2008 13:50: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/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 13:50:33 -0000 rwatson 2008-09-29 13:50:17 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: SVN rev 183461 on 2008-09-29 13:50:17Z by rwatson Expand comments relating various detach/free/drop inpcb routines. MFC after: 3 days Revision Changes Path 1.218 +31 -9 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 14:33: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 B41F01065677; Mon, 29 Sep 2008 14:33:20 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA6C8FC12; Mon, 29 Sep 2008 14:33:20 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TEXKum061190; Mon, 29 Sep 2008 14:33:20 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TEXKek061189; Mon, 29 Sep 2008 14:33:20 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809291433.m8TEXKek061189@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 29 Sep 2008 14:33:04 +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/atacontrol atacontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 14:33:20 -0000 kib 2008-09-29 14:33:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/atacontrol atacontrol.c Log: SVN rev 183462 on 2008-09-29 14:33:04Z by kib MFC r179005 (by phk): Don't terminate if we are listing devices, a controller might legitimately not be there. Submitted by: Andrey V. Elsukov Approved by: re (gnn), phk Revision Changes Path 1.43.2.3 +5 -3 src/sbin/atacontrol/atacontrol.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 15:19: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 57EEA10656A3; Mon, 29 Sep 2008 15:19:52 +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 470648FC19; Mon, 29 Sep 2008 15:19:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TFJquB052724; Mon, 29 Sep 2008 15:19:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TFJqLX052723; Mon, 29 Sep 2008 15:19:52 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809291519.m8TFJqLX052723@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 29 Sep 2008 15:19: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/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 15:19:52 -0000 rwatson 2008-09-29 15:19:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_input.c Log: SVN rev 183463 on 2008-09-29 15:19:37Z by rwatson Merge r183323 from head to stable/7: When dropping a packet and issuing a reset during TCP segment handling, unconditionally drop the tcbinfo lock (after all, we assert it lines before), but call tcp_dropwithreset() under both inpcb and inpcbinfo locks only if we pass in an tcpcb. Otherwise, if the pointer is NULL, firewall code may later recurse the global tcbinfo lock trying to look up an inpcb. This is an instance where a layering violation leads not only potentially to code reentrace and recursion, but also to lock recursion, and was revealed by the conversion to rwlocks because acquiring a read lock on an rwlock already held with a write lock is forbidden. When these locks were mutexes, they simply recursed. Reported by: Stefan Ehmann Approved by: re (kib) Revision Changes Path 1.370.2.6 +12 -5 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 15:38: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 99DB21065690; Mon, 29 Sep 2008 15:38:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 385688FC13; Mon, 29 Sep 2008 15:38:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8TFcMlf045541; Mon, 29 Sep 2008 11:38:28 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ed Schouten Date: Mon, 29 Sep 2008 10:51:47 -0400 User-Agent: KMail/1.9.7 References: <200809281644.m8SGiNZD041087@repoman.freebsd.org> In-Reply-To: <200809281644.m8SGiNZD041087@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809291051.47759.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 29 Sep 2008 11:38:28 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8353/Mon Sep 29 05:57:09 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS 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/bin/pkill pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 15:38:34 -0000 On Sunday 28 September 2008 12:44:15 pm Ed Schouten wrote: > ed 2008-09-28 16:44:15 UTC > > FreeBSD src repository > > Modified files: > bin/pkill pkill.1 pkill.c > Log: > SVN rev 183438 on 2008-09-28 16:44:15Z by ed > > Don't automatically prepend the "tty" prefix to `pkill -t' arguments. > > Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's > that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s -t > flag automatically prepended the word "tty" to each TTY that was passed > on the command line. This meant that `pkill -t pts/0' was actually > converted to /dev/ttypts/0. Disable this broken behaviour for now. > > Reported by: erwin Why not fix it to do what other utilities like ps, etc. do and just try it both ways? You want to be able to use the 'tty' column from ps output as an argument this, and serial port logins are still going to show up as 'd0' (sio0) or 'u0' (uart0). -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Sep 29 15:38: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 061EA1065751; Mon, 29 Sep 2008 15:38:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id DEB218FC19; Mon, 29 Sep 2008 15:38:39 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8TFcMlg045541; Mon, 29 Sep 2008 11:38:34 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Colin Percival Date: Mon, 29 Sep 2008 10:55:46 -0400 User-Agent: KMail/1.9.7 References: <200809280333.m8S3XABp063809@repoman.freebsd.org> <48DEFFDE.5020300@freebsd.org> In-Reply-To: <48DEFFDE.5020300@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809291055.46386.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 29 Sep 2008 11:38:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8353/Mon Sep 29 05:57:09 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS 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, Warner Losh , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/cfe cfe_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 15:38:45 -0000 On Saturday 27 September 2008 11:54:06 pm Colin Percival wrote: > Warner Losh wrote: > > Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the > > former more explicitly tells the compiler that you want an empty loop. > > There are some lint programs that use this hint to avoid generating > > warnings. > > In style(9) the example > for (p = buf; *p != '\0'; ++p) > ; /* nothing */ > is given, but I really like the explicit continue; enough so that I'm > wondering if the example in style(9) should be changed to > for (p = buf; *p != '\0'; ++p) > continue; > to encourage people to write that way (I hope I'm not the only person > who simply never thought of adding the explicit continue?). > > Realizing that questions of style tend to provoke huge debates: Please > send me your opinions off-list, and I'll only make this change if the > emails I get are at least 75% in favour. Assuming lint doesn't have special magic for '/* nothing */' (it does for /* NOTREACHED */ and /* FALLTHROUGH */ IIRC), then I think we should update style(9) for the 'continue;' style that existing tools parse better. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Sep 29 15:50: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 D82891065693; Mon, 29 Sep 2008 15:50: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 AD2F98FC31; Mon, 29 Sep 2008 15:50:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TFokVi037246; Mon, 29 Sep 2008 15:50:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TFokV8037243; Mon, 29 Sep 2008 15:50:46 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809291550.m8TFokV8037243@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 29 Sep 2008 15:44: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/lib/libc/sys cpuset.2 cpuset_getaffinity.2 src/usr.bin/cpuset cpuset.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: Mon, 29 Sep 2008 15:50:47 -0000 jhb 2008-09-29 15:44:48 UTC FreeBSD src repository Modified files: lib/libc/sys cpuset.2 cpuset_getaffinity.2 usr.bin/cpuset cpuset.1 Log: SVN rev 183464 on 2008-09-29 15:44:48Z by jhb Support for CPU sets is going to appear in 7.1 before 8.0. MFC after: 3 days Revision Changes Path 1.3 +1 -1 src/lib/libc/sys/cpuset.2 1.3 +1 -1 src/lib/libc/sys/cpuset_getaffinity.2 1.4 +1 -1 src/usr.bin/cpuset/cpuset.1 From owner-cvs-src@FreeBSD.ORG Mon Sep 29 16: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 51FD61065686; Mon, 29 Sep 2008 16:04:55 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:3fb::211]) by mx1.freebsd.org (Postfix) with ESMTP id 1628B8FC13; Mon, 29 Sep 2008 16:04:55 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 5458C1CC50; Mon, 29 Sep 2008 18:04:54 +0200 (CEST) Date: Mon, 29 Sep 2008 18:04:54 +0200 From: Ed Schouten To: John Baldwin Message-ID: <20080929160454.GE16837@hoeg.nl> References: <200809281644.m8SGiNZD041087@repoman.freebsd.org> <200809291051.47759.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ILuaRSyQpoVaJ1HG" Content-Disposition: inline In-Reply-To: <200809291051.47759.jhb@freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/pkill pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 16:04:55 -0000 --ILuaRSyQpoVaJ1HG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * John Baldwin wrote: > On Sunday 28 September 2008 12:44:15 pm Ed Schouten wrote: > > ed 2008-09-28 16:44:15 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > bin/pkill pkill.1 pkill.c=20 > > Log: > > SVN rev 183438 on 2008-09-28 16:44:15Z by ed > > =20 > > Don't automatically prepend the "tty" prefix to `pkill -t' arguments. > > =20 > > Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's > > that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s = -t > > flag automatically prepended the word "tty" to each TTY that was pass= ed > > on the command line. This meant that `pkill -t pts/0' was actually > > converted to /dev/ttypts/0. Disable this broken behaviour for now. > > =20 > > Reported by: erwin >=20 > Why not fix it to do what other utilities like ps, etc. do and just try i= t=20 > both ways? You want to be able to use the 'tty' column from ps output as= an=20 > argument this, and serial port logins are still going to show up as 'd0'= =20 > (sio0) or 'u0' (uart0). Yeah, that's true. My fix was the best I could do in 5 minutes, but trying both device names would seem like a fair approach. I'll see if I can get to something this evening. --=20 Ed Schouten WWW: http://80386.nl/ --ILuaRSyQpoVaJ1HG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkjg/KYACgkQ52SDGA2eCwVyagCcCEQCudl/UYIQcyw0GtybJMZb iq8Anj2WaIl7inyB6QY6UIH+pxzwo+nt =md6q -----END PGP SIGNATURE----- --ILuaRSyQpoVaJ1HG-- From owner-cvs-src@FreeBSD.ORG Mon Sep 29 16:13: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 118081065733; Mon, 29 Sep 2008 16:13:37 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D2D88FC19; Mon, 29 Sep 2008 16:13:35 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TGDZtQ084751; Mon, 29 Sep 2008 16:13:35 GMT (envelope-from ache@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TGDZ28084742; Mon, 29 Sep 2008 16:13:35 GMT (envelope-from ache@repoman.freebsd.org) Message-Id: <200809291613.m8TGDZ28084742@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ache@repoman.freebsd.org using -f From: "Andrey A. Chernov" Date: Mon, 29 Sep 2008 16:13: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/usr.bin/make job.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 16:13:37 -0000 ache 2008-09-29 16:13:28 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: SVN rev 183465 on 2008-09-29 16:13:28Z by ache Since in some cases (when found obsolete) 'make' can be builded earlier at 'upgrade_checks' target, put arc4random_uniform() into __FreeBSD_version ifdef. Revision Changes Path 1.130 +6 -1 src/usr.bin/make/job.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 16:27: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 9E23F1065696; Mon, 29 Sep 2008 16:27:36 +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 8D37A8FC25; Mon, 29 Sep 2008 16:27:36 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TGRaC9081341; Mon, 29 Sep 2008 16:27:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TGRaat081340; Mon, 29 Sep 2008 16:27:36 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200809291627.m8TGRaat081340@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 29 Sep 2008 16:27:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 16:27:36 -0000 sam 2008-09-29 16:27:32 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c Log: SVN rev 183466 on 2008-09-29 16:27:32Z by sam Distinguish between cmd/parameters used for clone operations and all others. Use this to disambiguate cmd line arguments that can be either clone params or regular parameters so, in particular, "bssid" again works as a regular parameter. While here leverage the above to improve the logic for flushing clone operations on the first !clone cmd line parameter. Reviewed by: jhay Revision Changes Path 1.140 +43 -33 src/sbin/ifconfig/ifconfig.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 18: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 31EA41065688; Mon, 29 Sep 2008 18:05:39 +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 BE1678FC1E; Mon, 29 Sep 2008 18:05:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TI5cVP086253; Mon, 29 Sep 2008 18:05:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TI5cYE086247; Mon, 29 Sep 2008 18:05:38 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809291805.m8TI5cYE086247@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 29 Sep 2008 18: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/sys/dev/mmc mmc.c mmcsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 18:05:39 -0000 imp 2008-09-29 18:05:26 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcsd.c Log: SVN rev 183467 on 2008-09-29 18:05:26Z by imp Conform to style(9) for return (foo); The files were a mix before. Submitted by: mav@ Revision Changes Path 1.12 +9 -9 src/sys/dev/mmc/mmc.c 1.6 +3 -3 src/sys/dev/mmc/mmcsd.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 18:17: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 CC040106569A; Mon, 29 Sep 2008 18:17:40 +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 A0E238FC17; Mon, 29 Sep 2008 18:17:40 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TIHeLg060377; Mon, 29 Sep 2008 18:17:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TIHeXI060376; Mon, 29 Sep 2008 18:17:40 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809291817.m8TIHeXI060376@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 29 Sep 2008 18:17: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/dev/mmc mmc.c mmcreg.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, 29 Sep 2008 18:17:40 -0000 imp 2008-09-29 18:17:23 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h Log: SVN rev 183468 on 2008-09-29 18:17:23Z by imp Minor style fixes from mav@ (with similar problems fixed where I noticed them): #define zero memory when we allocate it Put device name in error message. Submitted by: mav@ Revision Changes Path 1.13 +3 -2 src/sys/dev/mmc/mmc.c 1.4 +2 -2 src/sys/dev/mmc/mmcreg.h From owner-cvs-src@FreeBSD.ORG Mon Sep 29 18:23: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 E5B1E106568D; Mon, 29 Sep 2008 18:23:26 +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 D361D8FC1F; Mon, 29 Sep 2008 18:23:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TINQWA089631; Mon, 29 Sep 2008 18:23:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TINQ6k089630; Mon, 29 Sep 2008 18:23:26 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809291823.m8TINQ6k089630@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 29 Sep 2008 18:23: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/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 18:23:27 -0000 rwatson 2008-09-29 18:23:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_input.c Log: SVN rev 183469 on 2008-09-29 18:23:08Z by rwatson Merge r183356 from head to stable/7: As a follow-on to r183323, correct another case where ip_output() was called without an inpcb pointer despite holding the tcbinfo global lock, which lead to a deadlock or panic when ipfw tried to further acquire it recursively. Reported by: Stefan Ehmann Approved by: re (kib) Revision Changes Path 1.370.2.7 +17 -1 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 18:33: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 165301065687; Mon, 29 Sep 2008 18:33:13 +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 DF4858FC1F; Mon, 29 Sep 2008 18:33:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TIXCrq051546; Mon, 29 Sep 2008 18:33:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TIXCTj051542; Mon, 29 Sep 2008 18:33:12 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809291833.m8TIXCTj051542@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 29 Sep 2008 18:33: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/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 18:33:13 -0000 imp 2008-09-29 18:33:08 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183470 on 2008-09-29 18:33:08Z by imp Explicitly set data to NULL rather than relying mmc_wait_for_cmd() to do it for us. There may be commands we have to wait for that need to set data. Submitted by: mav@ Revision Changes Path 1.14 +8 -1 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 18:55: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 3F2F710656A2; Mon, 29 Sep 2008 18:55:59 +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 139AD8FC1A; Mon, 29 Sep 2008 18:55:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TItwPs095107; Mon, 29 Sep 2008 18:55:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TItwvN095101; Mon, 29 Sep 2008 18:55:58 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809291855.m8TItwvN095101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 29 Sep 2008 18:55: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/dev/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 18:55:59 -0000 imp 2008-09-29 18:55:45 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183471 on 2008-09-29 18:55:45Z by imp Make the media size return the block rather than the bytes on the device. Revision Changes Path 1.15 +1 -1 src/sys/dev/mmc/mmc.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 19:10: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 60C56106568E; Mon, 29 Sep 2008 19:10:45 +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 34C058FC1A; Mon, 29 Sep 2008 19:10:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TJAjeC076960; Mon, 29 Sep 2008 19:10:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TJAj8X076955; Mon, 29 Sep 2008 19:10:45 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809291910.m8TJAj8X076955@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 29 Sep 2008 19:10: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 ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 19:10:45 -0000 rwatson 2008-09-29 19:10:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_fw2.c Log: SVN rev 183472 on 2008-09-29 19:10:30Z by rwatson Merge r183398 from head to stable/7: Rather than shadowing global variable 'lookup' in check_uidgid(), rename it to ugid_lookupp. This should make debugging issues with ipfw uid rules easier. Approved by: re (kib) Revision Changes Path 1.175.2.11 +8 -8 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 19:19: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 2BC7B1065693; Mon, 29 Sep 2008 19:19:31 +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 1979E8FC17; Mon, 29 Sep 2008 19:19:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TJJUII033768; Mon, 29 Sep 2008 19:19:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TJJUiW033767; Mon, 29 Sep 2008 19:19:30 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809291919.m8TJJUiW033767@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 29 Sep 2008 19:19:27 +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 ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 19:19:31 -0000 rwatson 2008-09-29 19:19:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_fw2.c Log: SVN rev 183473 on 2008-09-29 19:19:27Z by rwatson Merge r183418 from head to stable/7: When an inpcb doesn't have a socket but the inpcb is passed to ipfw in the transmit path, such as TCPS_TIMEWAIT, fail the credential extraction immediately rather than acquiring locks and looking up the inpcb on the global lists in order to reach the conclusion that the credential extraction has failed. This is more efficient, but more importantly, it avoids lock recursion on the inpcbinfo, which is no longer allowed with rwlocks. This appears to have been responsible for at least two reported panics. Reported by: ganbold Approved by: re (kib) Revision Changes Path 1.175.2.12 +2 -1 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 19:45: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 B249D106568F; Mon, 29 Sep 2008 19:45:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0DA8FC20; Mon, 29 Sep 2008 19:45:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TJjWgc094661; Mon, 29 Sep 2008 19:45:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TJjWci094660; Mon, 29 Sep 2008 19:45:32 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809291945.m8TJjWci094660@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 29 Sep 2008 19:45:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm swap_pager.c vm_pageout.c vm_pageout.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, 29 Sep 2008 19:45:32 -0000 kib 2008-09-29 19:45:12 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c vm_pageout.c vm_pageout.h Log: SVN rev 183474 on 2008-09-29 19:45:12Z by kib Move the code for doing out-of-memory grass from vm_pageout_scan() into the separate function vm_pageout_oom(). Supply a parameter for vm_pageout_oom() describing a reason for the call. Call vm_pageout_oom() from the swp_pager_meta_build() when swap zone is exhausted. Reviewed by: alc Tested by: pho, jhb MFC after: 2 weeks Revision Changes Path 1.305 +6 -3 src/sys/vm/swap_pager.c 1.300 +77 -68 src/sys/vm/vm_pageout.c 1.43 +4 -0 src/sys/vm/vm_pageout.h From owner-cvs-src@FreeBSD.ORG Mon Sep 29 19:54: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 52F6F10656D8; Mon, 29 Sep 2008 19:54:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 275168FC0A; Mon, 29 Sep 2008 19:54:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TJsn4u052842; Mon, 29 Sep 2008 19:54:49 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TJsnQx052841; Mon, 29 Sep 2008 19:54:49 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809291954.m8TJsnQx052841@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 29 Sep 2008 19:54:38 +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/ata ata-all.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 19:54:49 -0000 kib 2008-09-29 19:54:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-all.c Log: SVN rev 183475 on 2008-09-29 19:54:38Z by kib MFC of the r179312 by sos: Do not call ata_start() when ata_reinit fails in the ioctl path. Approved by: re (kensmith), sos Prodded by: Andrey V. Elsukov Revision Changes Path 1.280.2.4 +0 -1 src/sys/dev/ata/ata-all.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 20:07: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 4347B106568B; Mon, 29 Sep 2008 20:07:05 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14DE48FC14; Mon, 29 Sep 2008 20:07:05 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TK746D033964; Mon, 29 Sep 2008 20:07:04 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TK74gi033959; Mon, 29 Sep 2008 20:07:04 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809292007.m8TK74gi033959@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 29 Sep 2008 20:06:57 +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/vm 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, 29 Sep 2008 20:07:05 -0000 kib 2008-09-29 20:06:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_mmap.c Log: SVN rev 183476 on 2008-09-29 20:06:57Z by kib MFC r183216: Allow the d_mmap driver methods to use cdevpriv KPI during verification phase of establishing mapping. Approved by: re (rwatson) Revision Changes Path 1.213.2.4 +2 -0 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 20:21: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 29E691065688; Mon, 29 Sep 2008 20:21:11 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6EA8FC1A; Mon, 29 Sep 2008 20:21:11 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TKLAO2010245; Mon, 29 Sep 2008 20:21:10 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TKLADL010240; Mon, 29 Sep 2008 20:21:10 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809292021.m8TKLADL010240@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 29 Sep 2008 20:20:13 +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/devfs devfs_vnops.c src/sys/vm device_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 20:21:11 -0000 kib 2008-09-29 20:20:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/devfs devfs_vnops.c sys/vm device_pager.c Log: SVN rev 183477 on 2008-09-29 20:20:13Z by kib MFC r183383: Save previous content of the td_fpop before storing the current filedescriptor into it. Make sure that td_fpop is NULL when calling d_mmap from dev_pager_getpages(). Approved by: re (kensmith) Revision Changes Path 1.149.2.4 +26 -10 src/sys/fs/devfs/devfs_vnops.c 1.84.2.1 +6 -0 src/sys/vm/device_pager.c From owner-cvs-src@FreeBSD.ORG Mon Sep 29 22:13:41 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 A3B681065731; Mon, 29 Sep 2008 22:13:41 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 471228FC16; Mon, 29 Sep 2008 22:13:39 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8TMDd6s014850; Mon, 29 Sep 2008 22:13:39 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8TMDdjd014849; Mon, 29 Sep 2008 22:13:39 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809292213.m8TMDdjd014849@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Mon, 29 Sep 2008 22:13:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb/ulp/tom cxgb_vm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Sep 2008 22:13:41 -0000 kmacy 2008-09-29 22:13:29 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/tom cxgb_vm.c Log: SVN rev 183478 on 2008-09-29 22:13:29Z by kmacy vm_fault_hold_user_pages will not return if an address in the range passed in is mapped RO but an RW mapping exists for the underlying page. This change fixes the bug by using the page / NULL returned from pmap_extract_and_hold to determine whether or not vm_fault needs to be called. The bug was pointed out by alc. MFC after: 3 days Revision Changes Path 1.3 +8 -14 src/sys/dev/cxgb/ulp/tom/cxgb_vm.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 00:08: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 96F0C10656A1 for ; Tue, 30 Sep 2008 00:08:49 +0000 (UTC) (envelope-from peter@wemm.org) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 771CD8FC14 for ; Tue, 30 Sep 2008 00:08:49 +0000 (UTC) (envelope-from peter@wemm.org) Received: by rv-out-0506.google.com with SMTP id b25so2176110rvf.43 for ; Mon, 29 Sep 2008 17:08:49 -0700 (PDT) Received: by 10.142.78.10 with SMTP id a10mr2482251wfb.37.1222733329128; Mon, 29 Sep 2008 17:08:49 -0700 (PDT) Received: by 10.142.255.21 with HTTP; Mon, 29 Sep 2008 17:08:49 -0700 (PDT) Message-ID: Date: Mon, 29 Sep 2008 17:08:49 -0700 From: "Peter Wemm" To: "Warner Losh" In-Reply-To: <200809290132.m8T1WdIx022728@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200809290132.m8T1WdIx022728@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mmc mmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 00:08:49 -0000 On Sun, Sep 28, 2008 at 6:32 PM, Warner Losh wrote: > imp 2008-09-29 01:32:21 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mmc mmc.c > Log: > SVN rev 183453 on 2008-09-29 01:32:21Z by imp > > Convert all C++ comments to C style. There's lots of folks that don't > like them and they don't add enough to be worth standing out. Hmm. We used to pass compiler switches to gcc for the kernel to explicitly prevent this happening. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From owner-cvs-src@FreeBSD.ORG Tue Sep 30 02:32: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 853671065687; Tue, 30 Sep 2008 02:32:58 +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 58FA28FC08; Tue, 30 Sep 2008 02:32:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U2Wwpb058770; Tue, 30 Sep 2008 02:32:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U2WwaV058769; Tue, 30 Sep 2008 02:32:58 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809300232.m8U2WwaV058769@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Tue, 30 Sep 2008 02:32: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/arm/at91 at91_mci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 02:32:58 -0000 imp 2008-09-30 02:32:41 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: SVN rev 183479 on 2008-09-30 02:32:41Z by imp Properly implement read only. Also, the caps implementation is wrong here, so I'm backing it out. Revision Changes Path 1.7 +1 -5 src/sys/arm/at91/at91_mci.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 02:34: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 B8A981065693; Tue, 30 Sep 2008 02:34:59 +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 8CEA28FC2B; Tue, 30 Sep 2008 02:34:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U2Yx9O074761; Tue, 30 Sep 2008 02:34:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U2YxLk074757; Tue, 30 Sep 2008 02:34:59 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809300234.m8U2YxLk074757@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Tue, 30 Sep 2008 02:34: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/dev/mmc mmcsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 02:34:59 -0000 imp 2008-09-30 02:34:45 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcsd.c Log: SVN rev 183480 on 2008-09-30 02:34:45Z by imp Improve support for multiple block read/write. This code is currently disabled by default because there's problems with it on AT91RM9200, currently the only host controller in the tree. I've not had time to track those problems to ground. I'm committing because this is important for other host controllers that are in the pipeline. Submitted by: mav@ Revision Changes Path 1.7 +42 -38 src/sys/dev/mmc/mmcsd.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 03:53: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 E8373106568A; Tue, 30 Sep 2008 03:53:18 +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 D2A778FC14; Tue, 30 Sep 2008 03:53:18 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U3rIB8056493; Tue, 30 Sep 2008 03:53:18 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U3rIY5056420; Tue, 30 Sep 2008 03:53:18 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809300353.m8U3rIY5056420@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Tue, 30 Sep 2008 03:53: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/lib/libarchive archive_entry.c archive_entry.h archive_entry_copy_stat.c archive_entry_private.h archive_entry_stat.c config_freebsd.h src/lib/libarchive/test test_entry.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 03:53:19 -0000 kientzle 2008-09-30 03:53:03 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_entry.h archive_entry_copy_stat.c archive_entry_private.h archive_entry_stat.c config_freebsd.h lib/libarchive/test test_entry.c Log: SVN rev 183481 on 2008-09-30 03:53:03Z by kientzle MfP4: Support for storing birthtime in archive_entry objects. Submitted by: Pedro Giffuni MFC after: 30 days Revision Changes Path 1.54 +34 -0 src/lib/libarchive/archive_entry.c 1.30 +5 -0 src/lib/libarchive/archive_entry.h 1.2 +6 -0 src/lib/libarchive/archive_entry_copy_stat.c 1.6 +3 -0 src/lib/libarchive/archive_entry_private.h 1.2 +6 -0 src/lib/libarchive/archive_entry_stat.c 1.15 +2 -0 src/lib/libarchive/config_freebsd.h 1.9 +17 -0 src/lib/libarchive/test/test_entry.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 03:57: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 9F3E61065695; Tue, 30 Sep 2008 03:57:23 +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 8A29B8FC15; Tue, 30 Sep 2008 03:57:23 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U3vN3x088808; Tue, 30 Sep 2008 03:57:23 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U3vNw8088803; Tue, 30 Sep 2008 03:57:23 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809300357.m8U3vNw8088803@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Tue, 30 Sep 2008 03:57: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/lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c src/lib/libarchive/test Makefile test_write_format_pax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 03:57:23 -0000 kientzle 2008-09-30 03:57:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c lib/libarchive/test Makefile Added files: lib/libarchive/test test_write_format_pax.c Log: SVN rev 183482 on 2008-09-30 03:57:07Z by kientzle MfP4: Store/read birthtime data in pax format. Submitted by: Pedro Giffuni MFC after: 30 days Revision Changes Path 1.71 +4 -0 src/lib/libarchive/archive_read_support_format_tar.c 1.49 +9 -0 src/lib/libarchive/archive_write_set_format_pax.c 1.26 +1 -0 src/lib/libarchive/test/Makefile 1.1 +146 -0 src/lib/libarchive/test/test_write_format_pax.c (new) From owner-cvs-src@FreeBSD.ORG Tue Sep 30 04:02: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 1AA791065687; Tue, 30 Sep 2008 04:02:55 +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 060B58FC16; Tue, 30 Sep 2008 04:02:55 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U42srC015221; Tue, 30 Sep 2008 04:02:54 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U42saj015215; Tue, 30 Sep 2008 04:02:54 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809300402.m8U42saj015215@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Tue, 30 Sep 2008 04:02: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/lib/libarchive archive_write_disk.c src/lib/libarchive/test Makefile test_write_disk.c test_write_disk_times.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 04:02:55 -0000 kientzle 2008-09-30 04:02:36 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test Makefile test_write_disk.c Added files: lib/libarchive/test test_write_disk_times.c Log: SVN rev 183483 on 2008-09-30 04:02:36Z by kientzle MfP4: restore birth time data to disk + more thorough tests for time restore to disk. MFC after: 30 days Revision Changes Path 1.40 +121 -83 src/lib/libarchive/archive_write_disk.c 1.27 +1 -0 src/lib/libarchive/test/Makefile 1.15 +1 -0 src/lib/libarchive/test/test_write_disk.c 1.1 +197 -0 src/lib/libarchive/test/test_write_disk_times.c (new) From owner-cvs-src@FreeBSD.ORG Tue Sep 30 04:13: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 6714C1065694; Tue, 30 Sep 2008 04:13:26 +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 3AA238FC15; Tue, 30 Sep 2008 04:13:26 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U4DQVY087237; Tue, 30 Sep 2008 04:13:26 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U4DQSP087231; Tue, 30 Sep 2008 04:13:26 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809300413.m8U4DQSP087231@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Tue, 30 Sep 2008 04:13:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_entry.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 04:13:26 -0000 kientzle 2008-09-30 04:13:21 UTC FreeBSD src repository Modified files: lib/libarchive/test test_entry.c Log: SVN rev 183484 on 2008-09-30 04:13:21Z by kientzle Verify high-res birthtime support on FreeBSD. MFC after: 30 days Revision Changes Path 1.10 +2 -0 src/lib/libarchive/test/test_entry.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 04:47: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 BE5E1106569C; Tue, 30 Sep 2008 04:47:58 +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 91C4B8FC14; Tue, 30 Sep 2008 04:47:58 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U4lwqD019678; Tue, 30 Sep 2008 04:47:58 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U4lw2i019671; Tue, 30 Sep 2008 04:47:58 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300447.m8U4lw2i019671@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 04:47:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 04:47:58 -0000 yongari 2008-09-30 04:47:49 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: SVN rev 183485 on 2008-09-30 04:47:49Z by yongari Always pullup mbuf prior to accessing TCP header. This should fix occasional Tx checksum corruption issue. Reported by: Garrett Cooper < yanefbsd gmail dot com > Tested by: Garrett Cooper < yanefbsd gmail dot com > Revision Changes Path 1.33 +5 -0 src/sys/dev/msk/if_msk.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 04:52: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 4C70F1065696; Tue, 30 Sep 2008 04:52:45 +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 204118FC27; Tue, 30 Sep 2008 04:52:45 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U4qjku044729; Tue, 30 Sep 2008 04:52:45 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U4qiLx044721; Tue, 30 Sep 2008 04:52:44 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300452.m8U4qiLx044721@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 04:52:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 04:52:45 -0000 yongari 2008-09-30 04:52:30 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: SVN rev 183486 on 2008-09-30 04:52:30Z by yongari If mbuf is not writable get a writable copy before invoking m_pullup(9). Tested by: Garrett Cooper < yanefbsd gmail dot com > Revision Changes Path 1.34 +10 -1 src/sys/dev/msk/if_msk.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 07:23: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 7E75B1065686; Tue, 30 Sep 2008 07:23:09 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C8F08FC17; Tue, 30 Sep 2008 07:23:09 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U7N9us082920; Tue, 30 Sep 2008 07:23:09 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U7N9UM082915; Tue, 30 Sep 2008 07:23:09 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200809300723.m8U7N9UM082915@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Tue, 30 Sep 2008 07:18: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/sbin/bsdlabel bsdlabel.c src/sbin/fdisk fdisk.c src/usr.sbin/boot0cfg boot0cfg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 07:23:09 -0000 lulf 2008-09-30 07:18:49 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c sbin/fdisk fdisk.c usr.sbin/boot0cfg boot0cfg.c Log: SVN rev 183487 on 2008-09-30 07:18:49Z by lulf - Improve error message given on g_providername call failure. - While there, make error messages consistent with the rest. Approved by: kib (mentor) Revision Changes Path 1.116 +1 -1 src/sbin/bsdlabel/bsdlabel.c 1.87 +1 -1 src/sbin/fdisk/fdisk.c 1.22 +2 -2 src/usr.sbin/boot0cfg/boot0cfg.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 07:25: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 BD243106568B; Tue, 30 Sep 2008 07:25:05 +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 92BAF8FC16; Tue, 30 Sep 2008 07:25:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U7P5B8098209; Tue, 30 Sep 2008 07:25:05 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U7P5BW098204; Tue, 30 Sep 2008 07:25:05 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300725.m8U7P5BW098204@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 07:19:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii ciphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 07:25:05 -0000 yongari 2008-09-30 07:19:01 UTC FreeBSD src repository Modified files: sys/dev/mii ciphy.c Log: SVN rev 183488 on 2008-09-30 07:19:01Z by yongari Announce link loss right after it happens. Revision Changes Path 1.12 +4 -1 src/sys/dev/mii/ciphy.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 07:25: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 A4940106568D; Tue, 30 Sep 2008 07:25:06 +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 7A5B08FC20; Tue, 30 Sep 2008 07:25:06 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U7P61H098342; Tue, 30 Sep 2008 07:25:06 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U7P6qs098337; Tue, 30 Sep 2008 07:25:06 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300725.m8U7P6qs098337@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 07:20:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii ciphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 07:25:06 -0000 yongari 2008-09-30 07:20:26 UTC FreeBSD src repository Modified files: sys/dev/mii ciphy.c Log: SVN rev 183489 on 2008-09-30 07:20:26Z by yongari Use mii_anegticks instead of hardcoded MII_ANEGTICKS. Revision Changes Path 1.13 +2 -2 src/sys/dev/mii/ciphy.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 07:25:07 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 A20B81065688; Tue, 30 Sep 2008 07:25:07 +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 780738FC12; Tue, 30 Sep 2008 07:25:07 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U7P7Zx098483; Tue, 30 Sep 2008 07:25:07 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U7P7Yj098482; Tue, 30 Sep 2008 07:25:07 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300725.m8U7P7Yj098482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 07:22: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/mii ciphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 07:25:07 -0000 yongari 2008-09-30 07:22:02 UTC FreeBSD src repository Modified files: sys/dev/mii ciphy.c Log: SVN rev 183490 on 2008-09-30 07:22:02Z by yongari Report current link state while auto-negotiation is in progress. Revision Changes Path 1.14 +1 -1 src/sys/dev/mii/ciphy.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 07: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 A119E1065693; Tue, 30 Sep 2008 07:25:08 +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 772328FC17; Tue, 30 Sep 2008 07:25:08 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U7P8so098612; Tue, 30 Sep 2008 07:25:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U7P8Cl098606; Tue, 30 Sep 2008 07:25:08 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300725.m8U7P8Cl098606@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 07:24:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii ciphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 07:25:08 -0000 yongari 2008-09-30 07:24:20 UTC FreeBSD src repository Modified files: sys/dev/mii ciphy.c Log: SVN rev 183491 on 2008-09-30 07:24:20Z by yongari Explicitly mark IFM_HDX for half-duplex media. Revision Changes Path 1.15 +2 -0 src/sys/dev/mii/ciphy.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 07: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 C03401065696; Tue, 30 Sep 2008 07:30:24 +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 95DAC8FC21; Tue, 30 Sep 2008 07:30:24 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U7UOd6021104; Tue, 30 Sep 2008 07:30:24 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U7UOC1021103; Tue, 30 Sep 2008 07:30:24 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300730.m8U7UOC1021103@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 07:30:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii ciphy.c 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, 30 Sep 2008 07:30:24 -0000 yongari 2008-09-30 07:30:05 UTC FreeBSD src repository Modified files: sys/dev/mii ciphy.c miidevs Log: SVN rev 183492 on 2008-09-30 07:30:05Z by yongari Add Vitesse VSC8211 PHY which is found on Planex GU-1000T. HW donated by: nork Revision Changes Path 1.16 +2 -0 src/sys/dev/mii/ciphy.c 1.60 +1 -0 src/sys/dev/mii/miidevs From owner-cvs-src@FreeBSD.ORG Tue Sep 30 08:18: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 745A8106568A; Tue, 30 Sep 2008 08:18:56 +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 63B178FC13; Tue, 30 Sep 2008 08:18:56 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U8IucA027444; Tue, 30 Sep 2008 08:18:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8U8IuKZ027443; Tue, 30 Sep 2008 08:18:56 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809300818.m8U8IuKZ027443@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 30 Sep 2008 08:18:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii e1000phy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 08:18:56 -0000 yongari 2008-09-30 08:18:38 UTC FreeBSD src repository Modified files: sys/dev/mii e1000phy.c Log: SVN rev 183493 on 2008-09-30 08:18:38Z by yongari Save extended address register prior to switching to 1000BASE-X only mode and restore original value of extended address register instead of overwriting it with page 1. There are still instance information passing issue(e.g configured media type: fiber or copper) from driver to PHY layer but this change make the selected PHY work with 88E1112 PHY. Reported by: Krzysztof Jedruczyk < beaker hot dot pl > Tested by: Krzysztof Jedruczyk < beaker hot dot pl > Revision Changes Path 1.22 +3 -2 src/sys/dev/mii/e1000phy.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 11:29: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 BFCEC1065696; Tue, 30 Sep 2008 11:29:57 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD5D08FC17; Tue, 30 Sep 2008 11:29:57 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UBTvM0031501; Tue, 30 Sep 2008 11:29:57 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UBTvUa031492; Tue, 30 Sep 2008 11:29:57 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809301129.m8UBTvUa031492@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 30 Sep 2008 11: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/gen getosreldate.3 src/share/examples/FreeBSD_version FreeBSD_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: Tue, 30 Sep 2008 11:29:57 -0000 kib 2008-09-30 11:25:55 UTC FreeBSD src repository Modified files: lib/libc/gen getosreldate.3 share/examples/FreeBSD_version FreeBSD_version.c Log: SVN rev 183495 on 2008-09-30 11:25:55Z by kib Add unistd.h to the getosreldate(3) manpage. Update referenced example to include unistd.h per manpage. Update example to be more style(9)-ish, silence warnings and add FreeBSD id to the source file. Revision Changes Path 1.5 +2 -1 src/lib/libc/gen/getosreldate.3 1.3 +9 -5 src/share/examples/FreeBSD_version/FreeBSD_version.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 11:46: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 3A4F41065698; Tue, 30 Sep 2008 11:46:29 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED0C8FC23; Tue, 30 Sep 2008 11:46:29 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UBkSQc049212; Tue, 30 Sep 2008 11:46:28 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UBkSBB049211; Tue, 30 Sep 2008 11:46:28 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200809301146.m8UBkSBB049211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Tue, 30 Sep 2008 11:46:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 11:46:29 -0000 lulf 2008-09-30 11:46:14 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: SVN rev 183496 on 2008-09-30 11:46:14Z by lulf - A call to close(2) might overwrite errno and thus give a wrong error message on g_providername failure. Suggested by: pjd Approved by: pjd (mentor) Revision Changes Path 1.117 +2 -1 src/sbin/bsdlabel/bsdlabel.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 12:04: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 94BE11065678; Tue, 30 Sep 2008 12:04:15 +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 230D88FC1A; Tue, 30 Sep 2008 12:04:15 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UC4Fd6060960; Tue, 30 Sep 2008 12:04:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UC4FZr060959; Tue, 30 Sep 2008 12:04:15 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200809301204.m8UC4FZr060959@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Tue, 30 Sep 2008 12:03: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: CVSROOT mentors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 12:04:15 -0000 pjd 2008-09-30 12:03:59 UTC FreeBSD src repository Modified files: . mentors Log: SVN rev 183497 on 2008-09-30 12:03:59Z by pjd lulf@ doesn't need mentor's approval anymore. Discussed with: kib (co-mentor) Revision Changes Path 1.21 +0 -1 CVSROOT/mentors From owner-cvs-src@FreeBSD.ORG Tue Sep 30 14:18: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 3A8FB1065699; Tue, 30 Sep 2008 14:18:48 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD3D8FC0C; Tue, 30 Sep 2008 14:18:48 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UEIl0B016854; Tue, 30 Sep 2008 14:18:47 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UEIlFS016853; Tue, 30 Sep 2008 14:18:47 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <200809301418.m8UEIlFS016853@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Tue, 30 Sep 2008 14:18: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/net if_lagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 14:18:48 -0000 glebius 2008-09-30 14:18:38 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: SVN rev 183498 on 2008-09-30 14:18:38Z by glebius Do not mangle if_oerrors of the underlying interface. This counter belongs solely to the driver. We don't lose any statistics with this change, because in a error case the drop counter on the interface output queue is always incremented. Reviewed by: thompsa Revision Changes Path 1.31 +0 -2 src/sys/net/if_lagg.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 14:24: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 426481065690; Tue, 30 Sep 2008 14:24:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17BA08FC12; Tue, 30 Sep 2008 14:24:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UEOIPl050997; Tue, 30 Sep 2008 14:24:18 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UEOIYf050990; Tue, 30 Sep 2008 14:24:18 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <200809301424.m8UEOIYf050990@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Tue, 30 Sep 2008 14:24: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/share/man/man4 wpi.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, 30 Sep 2008 14:24:19 -0000 glebius 2008-09-30 14:24:03 UTC FreeBSD src repository Modified files: share/man/man4 wpi.4 Log: SVN rev 183499 on 2008-09-30 14:24:03Z by glebius Make example commands working. Reviewed by: benjsc Revision Changes Path 1.5 +4 -4 src/share/man/man4/wpi.4 From owner-cvs-src@FreeBSD.ORG Tue Sep 30 15:26: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 77A7A1065691; Tue, 30 Sep 2008 15:26:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 518EA8FC20; Tue, 30 Sep 2008 15:26:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTP id E08D646B65; Tue, 30 Sep 2008 11:26:38 -0400 (EDT) Date: Tue, 30 Sep 2008 16:26:38 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ed Schouten In-Reply-To: <200809281644.m8SGiNZD041087@repoman.freebsd.org> Message-ID: References: <200809281644.m8SGiNZD041087@repoman.freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) 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/bin/pkill pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 15:26:39 -0000 On Sun, 28 Sep 2008, Ed Schouten wrote: > SVN rev 183438 on 2008-09-28 16:44:15Z by ed > > Don't automatically prepend the "tty" prefix to `pkill -t' arguments. > > Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's > that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s -t > flag automatically prepended the word "tty" to each TTY that was passed > on the command line. This meant that `pkill -t pts/0' was actually > converted to /dev/ttypts/0. Disable this broken behaviour for now. Once we've decided on the right long-term fix, it should be an MFC candidate so that 7.x userspaces work properly on 8.x kernels in the future. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Sep 30 15:50: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 5C9B61065693; Tue, 30 Sep 2008 15:50:06 +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 4B2F28FC16; Tue, 30 Sep 2008 15:50:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UFo6Ps077815; Tue, 30 Sep 2008 15:50:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UFo6J9077814; Tue, 30 Sep 2008 15:50:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809301550.m8UFo6J9077814@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 30 Sep 2008 15:49: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/sys/kern kern_linker.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 15:50:06 -0000 jhb 2008-09-30 15:49:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_linker.c Log: SVN rev 183500 on 2008-09-30 15:49:59Z by jhb Sync with head: When copying out the kld_stat structure to userland, only copy out the size of the user's buffer. In the case of a program using the older (smaller) structure, the previous code would trash memory after the end of the user's kld_stat struct. This was missed in the DTrace MFC. Submitted by: Jaakko Heinonen jh saunalahti.fi Approved by: re (kib) Revision Changes Path 1.149.2.4 +1 -1 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 16:16: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 B603F10656A1; Tue, 30 Sep 2008 16:16:08 +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 A42E78FC17; Tue, 30 Sep 2008 16:16:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UGG8xo049158; Tue, 30 Sep 2008 16:16:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UGG8IZ049153; Tue, 30 Sep 2008 16:16:08 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809301616.m8UGG8IZ049153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 30 Sep 2008 16:15:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/mac_seeotheruids mac_seeotheruids.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 16:16:08 -0000 rwatson 2008-09-30 16:15:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_seeotheruids mac_seeotheruids.c Log: SVN rev 183501 on 2008-09-30 16:15:46Z by rwatson Pass SUSER_ALLOWJAIL flag to suser_cred(9) in mac_seeotheruids: allow root in jail to see processes in the same jail with other uids. This was previously restricted as the default, but in practice it is fine to allow this as the caller implements jail scoping. Reported by: George Mamalakis Approved by: re (kensmith, kib) Revision Changes Path 1.7.2.1 +1 -1 src/sys/security/mac_seeotheruids/mac_seeotheruids.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 16:19: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 4356A106569C; Tue, 30 Sep 2008 16:19:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD518FC2C; Tue, 30 Sep 2008 16:19:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTP id C0DD946B29; Tue, 30 Sep 2008 12:19:57 -0400 (EDT) Date: Tue, 30 Sep 2008 17:19:57 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ganbold In-Reply-To: <48DF2010.6030309@micom.mng.net> Message-ID: References: <200809271014.m8RAENka041457@repoman.freebsd.org> <48DE5C4F.8040807@micom.mng.net> <48DF2010.6030309@micom.mng.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) 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/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 16:19:58 -0000 On Sun, 28 Sep 2008, Ganbold wrote: >> Indeed -- when an inpcb doesn't have a socket, ipfw will go ahead and do a >> lookup for an inpcb even though one is passed down. I've committed a >> change that short-circuits that and marks the credential lookup as failed. >> Give it a try now? > > Thanks a lot, Robert, it was indeed simple effective fix. So far no crash :) > With loads like pkg_adding emacs (which adds bunch of other packages) on > plain CURRENT, downloading FreeBSD ISO with axel (20 simultaneous > connection) through http works fine here. Good news. We'll want to keep an eye on this one as the 7.0 release cycle progresses, and there may be other unexpected edge case problems from the rwlock change. On the whole it seems to have been very successful, but the view that -CURRENT doesn't receive a whole lot of stress testing is reinforced... Robert N M Watson Computer Laboratory University of Cambridge > > test# ipfw show > 00040 1184006 673239338 allow ip from any to any uid root > 00100 0 0 allow ip from any to any via lo0 > 00200 0 0 deny ip from any to 127.0.0.0/8 > 00300 0 0 deny ip from 127.0.0.0/8 to any > 65000 60 7426 allow ip from any to any > 65535 0 0 deny ip from any to any > test# > > > Ganbold > >> >> Robert N M Watson >> Computer Laboratory >> University of Cambridge >> _______________________________________________ >> cvs-all@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/cvs-all >> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >> >> >> > > > -- > If it ain't broke, don't fix it. > From owner-cvs-src@FreeBSD.ORG Tue Sep 30 16:43: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 B627A1065697; Tue, 30 Sep 2008 16:43:38 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1238FC13; Tue, 30 Sep 2008 16:43:38 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B816E9CB349; Tue, 30 Sep 2008 18:26:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R+BSbBe6LqhE; Tue, 30 Sep 2008 18:26:07 +0200 (CEST) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3BE749CB5B5; Tue, 30 Sep 2008 18:26:07 +0200 (CEST) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m8UGQ6hZ047033; Tue, 30 Sep 2008 18:26:06 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 30 Sep 2008 18:26:06 +0200 From: Roman Divacky To: Robert Watson Message-ID: <20080930162606.GA46594@freebsd.org> References: <200809271014.m8RAENka041457@repoman.freebsd.org> <48DE5C4F.8040807@micom.mng.net> <48DF2010.6030309@micom.mng.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, Ganbold , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 16:43:38 -0000 On Tue, Sep 30, 2008 at 05:19:57PM +0100, Robert Watson wrote: > > On Sun, 28 Sep 2008, Ganbold wrote: > > >>Indeed -- when an inpcb doesn't have a socket, ipfw will go ahead and do > >>a lookup for an inpcb even though one is passed down. I've committed a > >>change that short-circuits that and marks the credential lookup as > >>failed. Give it a try now? > > > >Thanks a lot, Robert, it was indeed simple effective fix. So far no crash > >:) With loads like pkg_adding emacs (which adds bunch of other packages) > >on plain CURRENT, downloading FreeBSD ISO with axel (20 simultaneous > >connection) through http works fine here. > > Good news. We'll want to keep an eye on this one as the 7.0 release cycle > progresses, and there may be other unexpected edge case problems from the > rwlock change. On the whole it seems to have been very successful, but the > view that -CURRENT doesn't receive a whole lot of stress testing is > reinforced... I think this is a little different case... I guess people are willing to test -CURRENT on their desktops etc. but not on "servers". ie. when you have immediate access to the machine you easily use -CURRENT but not on the remote server. Also, people don't tend to run firewalls on their desktops (as opposed to servers where they dont). This is why I think this bug slipped. Not that -CURRENT is so badly tested... roman From owner-cvs-src@FreeBSD.ORG Tue Sep 30 17:13: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 0B94D106564A; Tue, 30 Sep 2008 17:13:59 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (mail.inse.ru [144.206.128.1]) by mx1.freebsd.org (Postfix) with ESMTP id AEB428FC26; Tue, 30 Sep 2008 17:13:58 +0000 (UTC) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTPSA id 6B86933C53; Tue, 30 Sep 2008 21:13:54 +0400 (MSD) Message-ID: <48E25E51.5060502@inse.ru> Date: Tue, 30 Sep 2008 21:13:53 +0400 From: Roman Kurakin User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Roman Divacky References: <200809271014.m8RAENka041457@repoman.freebsd.org> <48DE5C4F.8040807@micom.mng.net> <48DF2010.6030309@micom.mng.net> <20080930162606.GA46594@freebsd.org> In-Reply-To: <20080930162606.GA46594@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Ganbold , src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 17:13:59 -0000 Roman Divacky wrote: > On Tue, Sep 30, 2008 at 05:19:57PM +0100, Robert Watson wrote: > >> On Sun, 28 Sep 2008, Ganbold wrote: >> >> >>>> Indeed -- when an inpcb doesn't have a socket, ipfw will go ahead and do >>>> a lookup for an inpcb even though one is passed down. I've committed a >>>> change that short-circuits that and marks the credential lookup as >>>> failed. Give it a try now? >>>> >>> Thanks a lot, Robert, it was indeed simple effective fix. So far no crash >>> :) With loads like pkg_adding emacs (which adds bunch of other packages) >>> on plain CURRENT, downloading FreeBSD ISO with axel (20 simultaneous >>> connection) through http works fine here. >>> >> Good news. We'll want to keep an eye on this one as the 7.0 release cycle >> progresses, and there may be other unexpected edge case problems from the >> rwlock change. On the whole it seems to have been very successful, but the >> view that -CURRENT doesn't receive a whole lot of stress testing is >> reinforced... >> > > I think this is a little different case... I guess people are willing to > test -CURRENT on their desktops etc. but not on "servers". ie. when you > have immediate access to the machine you easily use -CURRENT but not > on the remote server. > > Also, people don't tend to run firewalls on their desktops (as opposed to > servers where they dont). This is why I think this bug slipped. Not that > -CURRENT is so badly tested... > It looks that people are not so paranoid as they should be ... But probably they paranoid enough to not use the current ;-) rik > roman > From owner-cvs-src@FreeBSD.ORG Tue Sep 30 17:30: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 0FB99106568C; Tue, 30 Sep 2008 17:30:56 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F21BA8FC22; Tue, 30 Sep 2008 17:30:55 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UHUtBj007658; Tue, 30 Sep 2008 17:30:55 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UHUtAC007657; Tue, 30 Sep 2008 17:30:55 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809301730.m8UHUtAC007657@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 30 Sep 2008 17:30:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/pkill pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 17:30:56 -0000 ed 2008-09-30 17:30:39 UTC FreeBSD src repository Modified files: bin/pkill pkill.1 pkill.c Log: SVN rev 183502 on 2008-09-30 17:30:39Z by ed Improve the `pkill -t' handling, which I changed in my previous commit. In my previous commit I disabled pkill(1)'s automatic prepending of the "tty" string when `pkill -t' was being used. Re-enable it and stat() both possible device names when called. Requested by: jhb, rwatson (MFC) MFC after: 1 month Revision Changes Path 1.3 +4 -3 src/bin/pkill/pkill.1 1.3 +10 -8 src/bin/pkill/pkill.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 18:44: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 D83D61065686; Tue, 30 Sep 2008 18:44:42 +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 ADAC88FC12; Tue, 30 Sep 2008 18:44:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UIigOe058773; Tue, 30 Sep 2008 18:44:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UIigTk058768; Tue, 30 Sep 2008 18:44:42 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809301844.m8UIigTk058768@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 30 Sep 2008 18:44:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern 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, 30 Sep 2008 18:44:43 -0000 jhb 2008-09-30 18:44:26 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: SVN rev 183503 on 2008-09-30 18:44:26Z by jhb Update the function name in several assertions in soreceive_dgram(). Approved by: rwatson MFC after: 3 days Revision Changes Path 1.315 +4 -4 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 18:52: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 09D91106569A; Tue, 30 Sep 2008 18:52:59 +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 C3EF18FC2F; Tue, 30 Sep 2008 18:52:58 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UIqwLa091406; Tue, 30 Sep 2008 18:52:58 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UIqwFe091405; Tue, 30 Sep 2008 18:52:58 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809301852.m8UIqwFe091405@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 30 Sep 2008 18:52:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fatm if_fatm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 18:52:59 -0000 marius 2008-09-30 18:52:43 UTC FreeBSD src repository Modified files: sys/dev/fatm if_fatm.c Log: SVN rev 183504 on 2008-09-30 18:52:43Z by marius Use bus_get_dma_tag() so fatm(4) works on platforms requiring it. Reported and tested by: Sean Thomas Caron MFC after: 3 days Revision Changes Path 1.25 +1 -1 src/sys/dev/fatm/if_fatm.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 20:53: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 424361065694; Tue, 30 Sep 2008 20:53:31 +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 176738FC08; Tue, 30 Sep 2008 20:53:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UKrURk040735; Tue, 30 Sep 2008 20:53:30 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UKrUqu040734; Tue, 30 Sep 2008 20:53:30 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809302053.m8UKrUqu040734@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 30 Sep 2008 20:53: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/dc dcphy.c pnphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 20:53:31 -0000 marius 2008-09-30 20:53:15 UTC FreeBSD src repository Modified files: sys/dev/dc dcphy.c pnphy.c Log: SVN rev 183505 on 2008-09-30 20:53:15Z by marius cosmetic changes and style fixes Revision Changes Path 1.34 +22 -33 src/sys/dev/dc/dcphy.c 1.22 +11 -14 src/sys/dev/dc/pnphy.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 21:22: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 819CF106569C; Tue, 30 Sep 2008 21:22:04 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56BAE8FC0C; Tue, 30 Sep 2008 21:22:04 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8ULM42Y014048; Tue, 30 Sep 2008 21:22:04 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8ULM4ts014043; Tue, 30 Sep 2008 21:22:04 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809302122.m8ULM4ts014043@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 30 Sep 2008 21:21:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 21:22:04 -0000 kmacy 2008-09-30 21:21:52 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c Log: SVN rev 183506 on 2008-09-30 21:21:52Z by kmacy Make sure that optical PHYs work ... Submitted by: Chelsio Inc. MFC after: 1 day Revision Changes Path 1.68 +6 -0 src/sys/dev/cxgb/cxgb_main.c From owner-cvs-src@FreeBSD.ORG Tue Sep 30 23:44: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 C8DA710656A5; Tue, 30 Sep 2008 23:44:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 146A38FC13; Tue, 30 Sep 2008 23:44:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UNipcA021787; Tue, 30 Sep 2008 23:44:51 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UNiprr021782; Tue, 30 Sep 2008 23:44:51 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809302344.m8UNiprr021782@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 30 Sep 2008 23:44:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb/ulp/tom cxgb_vm.c cxgb_vm.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, 30 Sep 2008 23:44:53 -0000 kmacy 2008-09-30 23:44:44 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/tom cxgb_vm.c cxgb_vm.h Log: SVN rev 183507 on 2008-09-30 23:44:44Z by kmacy Refactor vm_fault_hold_user_pages: - simplify page hold logic - allow pages for processes other than that of curthread to have pages held - normalize the interface to more closely resemble the functions in sys/vm MFC after: 1 week Revision Changes Path 1.4 +53 -61 src/sys/dev/cxgb/ulp/tom/cxgb_vm.c 1.2 +3 -4 src/sys/dev/cxgb/ulp/tom/cxgb_vm.h From owner-cvs-src@FreeBSD.ORG Tue Sep 30 23:45: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 22C171065690; Tue, 30 Sep 2008 23:45:38 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB8D98FC22; Tue, 30 Sep 2008 23:45:37 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8UNjbWf028608; Tue, 30 Sep 2008 23:45:37 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8UNjbca028602; Tue, 30 Sep 2008 23:45:37 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809302345.m8UNjbca028602@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 30 Sep 2008 23:45: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/dev/cxgb/ulp/tom cxgb_cpl_socket.c cxgb_ddp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Sep 2008 23:45:38 -0000 kmacy 2008-09-30 23:45:22 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c cxgb_ddp.c Log: SVN rev 183508 on 2008-09-30 23:45:22Z by kmacy update callers of vm_fault_hold_user_pages MFC after: 1 week Revision Changes Path 1.16 +7 -8 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c 1.9 +8 -3 src/sys/dev/cxgb/ulp/tom/cxgb_ddp.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 00:18: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 46EB51065699; Wed, 1 Oct 2008 00:18:09 +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 1C9418FC15; Wed, 1 Oct 2008 00:18:09 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m910I8tR029309; Wed, 1 Oct 2008 00:18:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m910I8gi029308; Wed, 1 Oct 2008 00:18:08 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200810010018.m910I8gi029308@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 1 Oct 2008 00:17: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/nfe if_nfe.c if_nfereg.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, 01 Oct 2008 00:18:09 -0000 yongari 2008-10-01 00:17:54 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c if_nfereg.h Log: SVN rev 183509 on 2008-10-01 00:17:54Z by yongari Add device ids for MCP77/79 and set appropriate support flags. Obtained from: OpenBSD PR: kern/127529 Revision Changes Path 1.29 +32 -0 src/sys/dev/nfe/if_nfe.c 1.13 +8 -0 src/sys/dev/nfe/if_nfereg.h From owner-cvs-src@FreeBSD.ORG Wed Oct 1 05:47: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 4603E1065687; Wed, 1 Oct 2008 05:47:28 +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 1B0FA8FC16; Wed, 1 Oct 2008 05:47:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m915lRJH066581; Wed, 1 Oct 2008 05:47:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m915lR6i066575; Wed, 1 Oct 2008 05:47:27 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810010547.m915lR6i066575@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Wed, 1 Oct 2008 05:47: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/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: Wed, 01 Oct 2008 05:47:28 -0000 imp 2008-10-01 05:47:17 UTC FreeBSD src repository Modified files: sys/mips/mips pmap.c Log: SVN rev 183510 on 2008-10-01 05:47:17Z by imp Remove critical_enter() and critical_exit(): pmap_growkernel is called with kernel_map->system_mtx held so these aren't needed. Add an assertion to make sure this is the case. Also, fix a minor style(9) nit. Reviewed by: alc@ Revision Changes Path 1.8 +2 -4 src/sys/mips/mips/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 06:17: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 3F95B1065686; Wed, 1 Oct 2008 06:17:29 +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 083FE8FC12; Wed, 1 Oct 2008 06:17:29 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m916HS69043691; Wed, 1 Oct 2008 06:17:28 GMT (envelope-from ru@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m916HSqM043689; Wed, 1 Oct 2008 06:17:28 GMT (envelope-from ru@repoman.freebsd.org) Message-Id: <200810010617.m916HSqM043689@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ru@repoman.freebsd.org using -f From: Ruslan Ermilov Date: Wed, 1 Oct 2008 06:17:15 +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/nfslockd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 06:17:29 -0000 ru 2008-10-01 06:17:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules/nfslockd Makefile Log: SVN rev 183511 on 2008-10-01 06:17:15Z by ru MFC: fix the build when MODULES_WITH_WORLD is defined. Approved by: re (kib) Revision Changes Path 1.1.2.3 +1 -1 src/sys/modules/nfslockd/Makefile From owner-cvs-src@FreeBSD.ORG Wed Oct 1 08:43: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 636661065694; Wed, 1 Oct 2008 08:43:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 381828FC17; Wed, 1 Oct 2008 08:43:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTP id 99B3246B37; Wed, 1 Oct 2008 04:43:18 -0400 (EDT) Date: Wed, 1 Oct 2008 09:43:18 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Roman Divacky In-Reply-To: <20080930162606.GA46594@freebsd.org> Message-ID: References: <200809271014.m8RAENka041457@repoman.freebsd.org> <48DE5C4F.8040807@micom.mng.net> <48DF2010.6030309@micom.mng.net> <20080930162606.GA46594@freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Ganbold , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 08:43:19 -0000 On Tue, 30 Sep 2008, Roman Divacky wrote: >> Good news. We'll want to keep an eye on this one as the 7.0 release cycle >> progresses, and there may be other unexpected edge case problems from the >> rwlock change. On the whole it seems to have been very successful, but the >> view that -CURRENT doesn't receive a whole lot of stress testing is >> reinforced... > > I think this is a little different case... I guess people are willing to > test -CURRENT on their desktops etc. but not on "servers". ie. when you have > immediate access to the machine you easily use -CURRENT but not on the > remote server. > > Also, people don't tend to run firewalls on their desktops (as opposed to > servers where they dont). This is why I think this bug slipped. Not that > -CURRENT is so badly tested... Common code paths are reasonably tested by -CURRENT, but coverage of not-so-common paths is basically ignored. Experience with TCP regressions last year suggests that little or no interoperability occurs in HEAD, and that it's easy for quite serious regressions in stability and performance to go unnoticed for extended periods. This isn't indicative of a "problem", in that it is expected that normal user populations don't track the -CURRENT branch, it isn't put into heavy production use, etc, but is something we need to recognize: three months in HEAD is not enough to declare a feature ready for production. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Oct 1 13:27: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 18E891065694; Wed, 1 Oct 2008 13:27:06 +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 06D438FC12; Wed, 1 Oct 2008 13:27:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91DR5J1007332; Wed, 1 Oct 2008 13:27:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91DR5kY007331; Wed, 1 Oct 2008 13:27:05 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810011327.m91DR5kY007331@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Wed, 1 Oct 2008 13:26:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern 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: Wed, 01 Oct 2008 13:27:06 -0000 rwatson 2008-10-01 13:26:52 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: SVN rev 183512 on 2008-10-01 13:26:52Z by rwatson Various cleanups for soreceive_dgram(): - Update or remove comments that were left over from the original soreceive_generic() implementation. Quite a few were misleading in the context of the new code. - Since soreceive_dgram() has a simpler structure, replace several gotos with a while loop making the invariants more clear. - In the blocking while loop, don't try to handle cases incompatible with the loop invariant (since m is always NULL, don't check for and handle non-NULL). - Don't drop and re-acquire the socket buffer lock unnecessarily after sbwait() returns, which may help reduce lock contention (etc). - Assume PR_ATOMIC since we assert it at the top of the function. MFC after: 3 days Revision Changes Path 1.316 +19 -58 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 14:08: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 6B7B81065693; Wed, 1 Oct 2008 14:08:22 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9938FC26; Wed, 1 Oct 2008 14:08:22 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91E8MS4061101; Wed, 1 Oct 2008 14:08:22 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91E8MRo061100; Wed, 1 Oct 2008 14:08:22 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200810011408.m91E8MRo061100@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Wed, 1 Oct 2008 14:08: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/crypto/openssh FREEBSD-Xlist RFC.nroff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 14:08:22 -0000 des 2008-10-01 14:08:08 UTC FreeBSD src repository Removed files: (Branch: RELENG_7) crypto/openssh FREEBSD-Xlist RFC.nroff Log: SVN rev 183513 on 2008-10-01 14:08:08Z by des Left-over files - should have been removed with 5.1p1 import. Approved by: re (kib) Revision Changes Path 1.3.18.2 +0 -9 src/crypto/openssh/FREEBSD-Xlist (dead) 1.1.1.3.18.1 +0 -1780 src/crypto/openssh/RFC.nroff (dead) From owner-cvs-src@FreeBSD.ORG Wed Oct 1 14:50: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 AAF491065688; Wed, 1 Oct 2008 14:50:54 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 984458FC26; Wed, 1 Oct 2008 14:50:54 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91EosFd016836; Wed, 1 Oct 2008 14:50:54 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Eos6o016831; Wed, 1 Oct 2008 14:50:54 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200810011450.m91Eos6o016831@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Wed, 1 Oct 2008 14:50: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/geom/vinum geom_vinum.h geom_vinum_drive.c geom_vinum_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: Wed, 01 Oct 2008 14:50:54 -0000 lulf 2008-10-01 14:50:36 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.h geom_vinum_drive.c geom_vinum_var.h Log: SVN rev 183514 on 2008-10-01 14:50:36Z by lulf - Make gvinum header on-disk structure consistent on all platforms by storing the gvinum header in fields of fixed size and in a big endian byte order rather than the size and byte order of the actual platform. Note that the change is backwards compatible with the old gvinum configuration format, but will save the configuration in the new format when the 'saveconfig' command is executed. Submitted by: Rick C. Petty Revision Changes Path 1.14 +2 -0 src/sys/geom/vinum/geom_vinum.h 1.30 +225 -5 src/sys/geom/vinum/geom_vinum_drive.c 1.12 +5 -3 src/sys/geom/vinum/geom_vinum_var.h From owner-cvs-src@FreeBSD.ORG Wed Oct 1 16:23: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 CB762106568E; Wed, 1 Oct 2008 16:23:43 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 846618FC13; Wed, 1 Oct 2008 16:23:43 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91GNhEj092616; Wed, 1 Oct 2008 16:23:43 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91GNhOJ092611; Wed, 1 Oct 2008 16:23:43 GMT (envelope-from gallatin@repoman.freebsd.org) Message-Id: <200810011623.m91GNhOJ092611@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gallatin@repoman.freebsd.org using -f From: Andrew Gallatin Date: Wed, 1 Oct 2008 16:23: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/mxge eth_z8e.h ethp_z8e.h mxge_mcp.h rss_eth_z8e.h rss_ethp_z8e.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, 01 Oct 2008 16:23:44 -0000 gallatin 2008-10-01 16:23:35 UTC FreeBSD src repository Modified files: sys/dev/mxge eth_z8e.h ethp_z8e.h mxge_mcp.h rss_eth_z8e.h rss_ethp_z8e.h Log: SVN rev 183515 on 2008-10-01 16:23:35Z by gallatin Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes include: - Support for Myricom 10G-PCIE-8B NICs - multi-slice firmware: fix a bug when the presence of 32-bit or 64-bit DMA addresses for interrupt queues and data is not uniform across slices. - Improves automatic selection between ethp_z8e/eth_z8e Sponsored by: Myricom Inc. Revision Changes Path 1.5 +7042 -13148 src/sys/dev/mxge/eth_z8e.h 1.5 +7080 -13233 src/sys/dev/mxge/ethp_z8e.h 1.10 +57 -9 src/sys/dev/mxge/mxge_mcp.h 1.3 +9212 -15096 src/sys/dev/mxge/rss_eth_z8e.h 1.3 +9264 -15177 src/sys/dev/mxge/rss_ethp_z8e.h From owner-cvs-src@FreeBSD.ORG Wed Oct 1 17:42: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 330331065686; Wed, 1 Oct 2008 17:42:01 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0882A8FC13; Wed, 1 Oct 2008 17:42:01 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91Hg0tr077824; Wed, 1 Oct 2008 17:42:00 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Hg005077823; Wed, 1 Oct 2008 17:42:00 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200810011742.m91Hg005077823@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Wed, 1 Oct 2008 17:41: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/sys conf.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, 01 Oct 2008 17:42:01 -0000 ed 2008-10-01 17:41:41 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: SVN rev 183516 on 2008-10-01 17:41:41Z by ed Remove function prototypes of nonexistent TTY functions. It turns out I overlooked some function prototypes that were actually TTY related, but were stored in to implement the D_TTY flag. Remove these prototypes now that they don't exist anymore. Revision Changes Path 1.245 +0 -9 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Wed Oct 1 18:47: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 F3D6E106568B; Wed, 1 Oct 2008 18:47:02 +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 C903B8FC16; Wed, 1 Oct 2008 18:47:02 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91Il2UQ010550; Wed, 1 Oct 2008 18:47:02 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Il2Pe010545; Wed, 1 Oct 2008 18:47:02 GMT (envelope-from brooks@repoman.freebsd.org) Message-Id: <200810011847.m91Il2Pe010545@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brooks@repoman.freebsd.org using -f From: Brooks Davis Date: Wed, 1 Oct 2008 18:46: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/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, 01 Oct 2008 18:47:03 -0000 brooks 2008-10-01 18:46:46 UTC FreeBSD src repository Modified files: etc network.subr Log: SVN rev 183517 on 2008-10-01 18:46:46Z by brooks Remove compat support for vaps_ and vap_create_ variables as promised in r178527. These variables were never in a release version. Reminded by: sam Revision Changes Path 1.191 +1 -7 src/etc/network.subr From owner-cvs-src@FreeBSD.ORG Wed Oct 1 19:14: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 1461D106568B; Wed, 1 Oct 2008 19:14:19 +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 DDCA38FC20; Wed, 1 Oct 2008 19:14:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91JEIh9076743; Wed, 1 Oct 2008 19:14:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91JEIkk076738; Wed, 1 Oct 2008 19:14:18 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810011914.m91JEIkk076738@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 1 Oct 2008 19:14: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 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: Wed, 01 Oct 2008 19:14:19 -0000 jhb 2008-10-01 19:14:05 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: SVN rev 183518 on 2008-10-01 19:14:05Z by jhb Wait until after dropping the receive socket buffer lock to allocate space to store the socket address stored in the first mbuf in a packet chain. This reduces contention on the lock and CPU system time in certain UDP workloads. Tested by: ps Reviewed by: rwatson MFC after: 1 week Revision Changes Path 1.317 +13 -23 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 19:27: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 893121065697; Wed, 1 Oct 2008 19:27:32 +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 5B5818FC1B; Wed, 1 Oct 2008 19:27:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91JRWh6060782; Wed, 1 Oct 2008 19:27:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91JRWp4060719; Wed, 1 Oct 2008 19:27:32 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810011927.m91JRWp4060719@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 1 Oct 2008 19:24: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/conf options src/sys/kern vfs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 19:27:32 -0000 jhb 2008-10-01 19:24:16 UTC FreeBSD src repository Modified files: sys/conf options sys/kern vfs_lookup.c Log: SVN rev 183519 on 2008-10-01 19:24:16Z by jhb Remove the LOOKUP_SHARED kernel option. Instead, make vfs.lookup_shared a loader tunable (it was already a sysctl). Revision Changes Path 1.642 +0 -3 src/sys/conf/options 1.112 +1 -5 src/sys/kern/vfs_lookup.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 19:27: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 7853F1065689; Wed, 1 Oct 2008 19:27:59 +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 4E1348FC17; Wed, 1 Oct 2008 19:27:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91JRxZl064238; Wed, 1 Oct 2008 19:27:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91JRxdQ064232; Wed, 1 Oct 2008 19:27:59 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810011927.m91JRxdQ064232@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 1 Oct 2008 19:25: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/kern vfs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 19:27:59 -0000 jhb 2008-10-01 19:25:37 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: SVN rev 183520 on 2008-10-01 19:25:37Z by jhb Enable shared locks for path name lookups on supported filesystems (NFS client, UFS, and ZFS) by default. Revision Changes Path 1.113 +1 -1 src/sys/kern/vfs_lookup.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 21:37: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 68C3A1065694; Wed, 1 Oct 2008 21:37:47 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E55F8FC14; Wed, 1 Oct 2008 21:37:47 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91Lblag068178; Wed, 1 Oct 2008 21:37:47 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Lbl3O068173; Wed, 1 Oct 2008 21:37:47 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810012137.m91Lbl3O068173@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Wed, 1 Oct 2008 21:37: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/dev/cxgb/ulp/tom cxgb_cpl_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 21:37:47 -0000 kmacy 2008-10-01 21:37:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb/ulp/tom cxgb_cpl_io.c Log: SVN rev 183521 on 2008-10-01 21:37:39Z by kmacy MFC 183163 fix two panics: 1. panic: rtalloc1_fib: bad fibnum 2. panic: Lock tcpinp not exclusively locked @ /usr/src/sys/netinet/in_pcb.c:1284 Submitted by: Chelsio Inc. Approved by: re Revision Changes Path 1.15.2.4 +4 -3 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 21:44:51 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 112A91065686; Wed, 1 Oct 2008 21:44:51 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAA848FC12; Wed, 1 Oct 2008 21:44:50 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91Lio54008986; Wed, 1 Oct 2008 21:44:50 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91LioLY008976; Wed, 1 Oct 2008 21:44:50 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810012144.m91LioLY008976@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Wed, 1 Oct 2008 21:44: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/dev/cxgb cxgb_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: Wed, 01 Oct 2008 21:44:51 -0000 kmacy 2008-10-01 21:44:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_main.c Log: SVN rev 183522 on 2008-10-01 21:44:39Z by kmacy fix optical PHY handling Submitted by: Chelsio Inc. Approved by: re Revision Changes Path 1.36.2.9 +6 -0 src/sys/dev/cxgb/cxgb_main.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 21:47: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 A572910656A2; Wed, 1 Oct 2008 21:47:06 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B12B8FC1B; Wed, 1 Oct 2008 21:47:06 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91Ll6D2026306; Wed, 1 Oct 2008 21:47:06 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Ll6gH026303; Wed, 1 Oct 2008 21:47:06 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810012147.m91Ll6gH026303@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Wed, 1 Oct 2008 21:46: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/dev/cxgb cxgb_multiq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 21:47:06 -0000 kmacy 2008-10-01 21:46:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_multiq.c Log: SVN rev 183523 on 2008-10-01 21:46:52Z by kmacy MFC 183285 - Track number of times that the transmit queue overflowed - Trivial whitespace cleanup Approved by: re Revision Changes Path 1.7.2.2 +3 -4 src/sys/dev/cxgb/cxgb_multiq.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 21:48: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 C1E7310656B3; Wed, 1 Oct 2008 21:48:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7303E8FC0A; Wed, 1 Oct 2008 21:48:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91LmqPd033639; Wed, 1 Oct 2008 21:48:52 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Lmqpq033638; Wed, 1 Oct 2008 21:48:52 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810012148.m91Lmqpq033638@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Wed, 1 Oct 2008 21:48: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/sys/dev/cxgb cxgb_multiq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 21:48:52 -0000 kmacy 2008-10-01 21:48:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_multiq.c Log: SVN rev 183524 on 2008-10-01 21:48:42Z by kmacy MFC 183286 - Fix flag check - Fix adaptive thread sleep - set oactive when queue is full Approved by: re Revision Changes Path 1.7.2.3 +7 -3 src/sys/dev/cxgb/cxgb_multiq.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 22:00: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 31CE11065688; Wed, 1 Oct 2008 22:00:00 +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 065E98FC1E; Wed, 1 Oct 2008 22:00:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91LxwGT094726; Wed, 1 Oct 2008 21:59:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91Lxw0k094725; Wed, 1 Oct 2008 21:59:58 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810012159.m91Lxw0k094725@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 1 Oct 2008 21:59:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include param.h src/sys/i386/include param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 22:00:00 -0000 jhb 2008-10-01 21:59:04 UTC FreeBSD src repository Modified files: sys/amd64/include param.h sys/i386/include param.h Log: SVN rev 183525 on 2008-10-01 21:59:04Z by jhb Bump MAXCPU to 32 now that 32 CPU x86 systems exist. Tested by: rwatson, mdtansca Approved by: peter Revision Changes Path 1.24 +1 -1 src/sys/amd64/include/param.h 1.84 +1 -1 src/sys/i386/include/param.h From owner-cvs-src@FreeBSD.ORG Wed Oct 1 22:01: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 30DE2106569F; Wed, 1 Oct 2008 22:01:18 +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 05F1A8FC1B; Wed, 1 Oct 2008 22:01:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91M1H23003552; Wed, 1 Oct 2008 22:01:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91M1HVJ003551; Wed, 1 Oct 2008 22:01:17 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810012201.m91M1HVJ003551@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 1 Oct 2008 22:01: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/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 22:01:18 -0000 jhb 2008-10-01 22:01:07 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: SVN rev 183526 on 2008-10-01 22:01:07Z by jhb Make the CPU column in top always be 2 characters and print in decimal rather than hex. Requested by: rwatson Revision Changes Path 1.91 +3 -3 src/usr.bin/top/machine.c From owner-cvs-src@FreeBSD.ORG Wed Oct 1 22:09: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 470C0106568C; Wed, 1 Oct 2008 22:09:23 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31D808FC14; Wed, 1 Oct 2008 22:09:23 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91M9Nku057118; Wed, 1 Oct 2008 22:09:23 GMT (envelope-from peter@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91M9NMF057117; Wed, 1 Oct 2008 22:09:23 GMT (envelope-from peter@repoman.freebsd.org) Message-Id: <200810012209.m91M9NMF057117@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to peter@repoman.freebsd.org using -f From: Peter Wemm Date: Wed, 1 Oct 2008 22:08: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/amd64/amd64 dump_machdep.c minidump_machdep.c src/sys/arm/arm dump_machdep.c src/sys/ddb db_textdump.c src/sys/i386/i386 dump_machdep.c minidump_machdep.c src/sys/ia64/ia64 dump_machdep.c src/sys/kern kern_shutdown.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Oct 2008 22:09:23 -0000 peter 2008-10-01 22:08:53 UTC FreeBSD src repository Modified files: sys/amd64/amd64 dump_machdep.c minidump_machdep.c sys/arm/arm dump_machdep.c sys/ddb db_textdump.c sys/i386/i386 dump_machdep.c minidump_machdep.c sys/ia64/ia64 dump_machdep.c sys/kern kern_shutdown.c sys/sparc64/sparc64 dump_machdep.c sys/sun4v/sun4v dump_machdep.c sys/sys kerneldump.h Log: SVN rev 183527 on 2008-10-01 22:08:53Z by peter Collect N identical (or near identical) mkdumpheader() implementations into one, as threatened in the comment. Textdump magic can be passed in. Revision Changes Path 1.16 +1 -22 src/sys/amd64/amd64/dump_machdep.c 1.8 +1 -22 src/sys/amd64/amd64/minidump_machdep.c 1.5 +1 -22 src/sys/arm/arm/dump_machdep.c 1.5 +2 -26 src/sys/ddb/db_textdump.c 1.16 +1 -22 src/sys/i386/i386/dump_machdep.c 1.7 +1 -22 src/sys/i386/i386/minidump_machdep.c 1.16 +1 -22 src/sys/ia64/ia64/dump_machdep.c 1.193 +22 -0 src/sys/kern/kern_shutdown.c 1.11 +1 -22 src/sys/sparc64/sparc64/dump_machdep.c 1.4 +1 -22 src/sys/sun4v/sun4v/dump_machdep.c 1.11 +5 -0 src/sys/sys/kerneldump.h From owner-cvs-src@FreeBSD.ORG Wed Oct 1 22:52: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 B60E51065686; Wed, 1 Oct 2008 22:52:31 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1548FC16; Wed, 1 Oct 2008 22:52:31 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m91MqVUC021776; Wed, 1 Oct 2008 22:52:31 GMT (envelope-from peter@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m91MqVXi021771; Wed, 1 Oct 2008 22:52:31 GMT (envelope-from peter@repoman.freebsd.org) Message-Id: <200810012252.m91MqVXi021771@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to peter@repoman.freebsd.org using -f From: Peter Wemm Date: Wed, 1 Oct 2008 22:52:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 22:52:31 -0000 peter 2008-10-01 22:52:20 UTC FreeBSD src repository Modified files: sys/conf newvers.sh Log: SVN rev 183528 on 2008-10-01 22:52:20Z by peter Reduce the impact of svnversion. Just scan the src/sys tree, not all of src. Revision Changes Path 1.77 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Oct 2 00:33: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 4FBDF106568C; Thu, 2 Oct 2008 00:33:21 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD148FC0C; Thu, 2 Oct 2008 00:33:21 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m920XLP5039855; Thu, 2 Oct 2008 00:33:21 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m920XLWe039854; Thu, 2 Oct 2008 00:33:21 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <200810020033.m920XLWe039854@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 2 Oct 2008 00:32: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/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 00:33:21 -0000 cperciva 2008-10-02 00:32:59 UTC FreeBSD src repository Modified files: sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c Log: SVN rev 183529 on 2008-10-02 00:32:59Z by cperciva Default to ignoring potentially evil IPv6 Neighbor Solicitation messages. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:10.nd6 Thanks to: jinmei, bz Revision Changes Path 1.53 +3 -1 src/sys/netinet6/in6.h 1.51 +4 -0 src/sys/netinet6/in6_proto.c 1.24 +1 -0 src/sys/netinet6/nd6.h 1.53 +18 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 00:42: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 9371C106568B; Thu, 2 Oct 2008 00:42:19 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 801688FC1F; Thu, 2 Oct 2008 00:42:19 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m920gJff090448; Thu, 2 Oct 2008 00:42:19 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m920gJOd090447; Thu, 2 Oct 2008 00:42:19 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <200810020042.m920gJOd090447@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 2 Oct 2008 00:32:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 00:42:19 -0000 cperciva 2008-10-02 00:32:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . UPDATING sys/conf newvers.sh sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c Log: SVN rev 183529 on 2008-10-02 00:32:59Z by cperciva Default to ignoring potentially evil IPv6 Neighbor Solicitation messages. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:10.nd6 Thanks to: jinmei, bz Revision Changes Path 1.507.2.3.2.9 +4 -0 src/UPDATING 1.72.2.5.2.9 +1 -1 src/sys/conf/newvers.sh 1.51.4.1 +3 -1 src/sys/netinet6/in6.h 1.46.4.1 +4 -0 src/sys/netinet6/in6_proto.c 1.21.4.1 +1 -0 src/sys/netinet6/nd6.h 1.47.4.1 +18 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 00:44: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 B9C6E106568D; Thu, 2 Oct 2008 00:44:34 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6C038FC1A; Thu, 2 Oct 2008 00:44:34 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m920iYdJ006291; Thu, 2 Oct 2008 00:44:34 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m920iY98006287; Thu, 2 Oct 2008 00:44:34 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <200810020044.m920iY98006287@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 2 Oct 2008 00:32:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 00:44:34 -0000 cperciva 2008-10-02 00:32:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c Log: SVN rev 183529 on 2008-10-02 00:32:59Z by cperciva Default to ignoring potentially evil IPv6 Neighbor Solicitation messages. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:10.nd6 Thanks to: jinmei, bz Revision Changes Path 1.36.2.10 +2 -1 src/sys/netinet6/in6.h 1.32.2.10 +4 -0 src/sys/netinet6/in6_proto.c 1.19.2.4 +1 -0 src/sys/netinet6/nd6.h 1.29.2.11 +18 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 00:44: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 D375B1065686; Thu, 2 Oct 2008 00:44:35 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C12E98FC22; Thu, 2 Oct 2008 00:44:35 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m920iZMX006437; Thu, 2 Oct 2008 00:44:35 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m920iZfk006430; Thu, 2 Oct 2008 00:44:35 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <200810020044.m920iZfk006430@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 2 Oct 2008 00:32: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/sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 00:44:35 -0000 cperciva 2008-10-02 00:32:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c Log: SVN rev 183529 on 2008-10-02 00:32:59Z by cperciva Default to ignoring potentially evil IPv6 Neighbor Solicitation messages. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:10.nd6 Thanks to: jinmei, bz Revision Changes Path 1.51.2.2 +3 -1 src/sys/netinet6/in6.h 1.46.2.3 +4 -0 src/sys/netinet6/in6_proto.c 1.21.2.2 +1 -0 src/sys/netinet6/nd6.h 1.47.2.3 +18 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 00:52: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 D893E106568B; Thu, 2 Oct 2008 00:52:03 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C558D8FC0A; Thu, 2 Oct 2008 00:52:03 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m920q3Vr061489; Thu, 2 Oct 2008 00:52:03 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m920q3nj061486; Thu, 2 Oct 2008 00:52:03 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <200810020052.m920q3nj061486@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 2 Oct 2008 00:32:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 00:52:04 -0000 cperciva 2008-10-02 00:32:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . UPDATING sys/conf newvers.sh sys/netinet6 in6.h in6_proto.c nd6.h nd6_nbr.c Log: SVN rev 183529 on 2008-10-02 00:32:59Z by cperciva Default to ignoring potentially evil IPv6 Neighbor Solicitation messages. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:10.nd6 Thanks to: jinmei, bz Revision Changes Path 1.416.2.37.2.10 +4 -0 src/UPDATING 1.69.2.15.2.9 +1 -1 src/sys/conf/newvers.sh 1.36.2.8.2.1 +2 -1 src/sys/netinet6/in6.h 1.32.2.8.2.1 +4 -0 src/sys/netinet6/in6_proto.c 1.19.2.2.6.1 +1 -0 src/sys/netinet6/nd6.h 1.29.2.9.2.1 +18 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 02:24: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 4F0151065691; Thu, 2 Oct 2008 02:24:02 +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 235958FC1D; Thu, 2 Oct 2008 02:24:02 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m922O2In028828; Thu, 2 Oct 2008 02:24:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m922O220028827; Thu, 2 Oct 2008 02:24:02 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200810020224.m922O220028827@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Thu, 2 Oct 2008 02:23:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 nfe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 02:24:02 -0000 yongari 2008-10-02 02:23:59 UTC FreeBSD src repository Modified files: share/man/man4 nfe.4 Log: SVN rev 183530 on 2008-10-02 02:23:59Z by yongari Mention support for nForce MCP77 and MCP79. Touch Dd. Revision Changes Path 1.11 +7 -2 src/share/man/man4/nfe.4 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 03:10: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 7F2BA1065687; Thu, 2 Oct 2008 03:10:35 +0000 (UTC) (envelope-from svn2cvs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54B298FC0C; Thu, 2 Oct 2008 03:10:35 +0000 (UTC) (envelope-from svn2cvs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m923AZ7q036349; Thu, 2 Oct 2008 03:10:35 GMT (envelope-from svn2cvs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m923AYgU036293; Thu, 2 Oct 2008 03:10:34 GMT (envelope-from svn2cvs) Message-Id: <200810020310.m923AYgU036293@repoman.freebsd.org> From: Subversion Exporter Date: Thu, 2 Oct 2008 03:10:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src/usr.bin/make/PSD.doc stubs tutorial.ms X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 03:10:35 -0000 svn2cvs 2008-10-02 03:10:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) usr.bin/make/PSD.doc stubs tutorial.ms Log: Testing svn2cvs exporter. Revision Changes Path 1.1.32.1 +0 -0 src/usr.bin/make/PSD.doc/stubs 1.13.30.1 +0 -0 src/usr.bin/make/PSD.doc/tutorial.ms From owner-cvs-src@FreeBSD.ORG Thu Oct 2 05:36: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 6B363106568D; Thu, 2 Oct 2008 05:36:56 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E17CE8FC19; Thu, 2 Oct 2008 05:36:55 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m925atOn030802; Thu, 2 Oct 2008 05:36:55 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m925atpx030801; Thu, 2 Oct 2008 05:36:55 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810020536.m925atpx030801@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 2 Oct 2008 04:46: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/lib/libpmc pmc.p5.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 05:36:56 -0000 jkoshy 2008-10-02 04:46:00 UTC FreeBSD src repository Modified files: lib/libpmc pmc.p5.3 Log: SVN rev 183533 on 2008-10-02 04:46:00Z by jkoshy Document event numbers alongside event names. Requested by: Arun Sharma Revision Changes Path 1.3 +78 -39 src/lib/libpmc/pmc.p5.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:15: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 CA0AA106575B; Thu, 2 Oct 2008 06:15:49 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 080918FC1B; Thu, 2 Oct 2008 06:15:48 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926Fl3V035018; Thu, 2 Oct 2008 06:15:47 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926Flu3035017; Thu, 2 Oct 2008 06:15:47 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810020615.m926Flu3035017@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 2 Oct 2008 06:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc pmc.p6.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 06:15:49 -0000 jkoshy 2008-10-02 06:15:40 UTC FreeBSD src repository Modified files: lib/libpmc pmc.p6.3 Log: SVN rev 183534 on 2008-10-02 06:15:40Z by jkoshy - Document event numbers. - Correct misspellings of two event names. Revision Changes Path 1.3 +108 -39 src/lib/libpmc/pmc.p6.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:18: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 BB7DD1065694; Thu, 2 Oct 2008 06:18:18 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 903868FC12; Thu, 2 Oct 2008 06:18:18 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926IIYU035204; Thu, 2 Oct 2008 06:18:18 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926II0o035203; Thu, 2 Oct 2008 06:18:18 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810020618.m926II0o035203@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 2 Oct 2008 06:18:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc pmc_events.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, 02 Oct 2008 06:18:18 -0000 jkoshy 2008-10-02 06:18:09 UTC FreeBSD src repository Modified files: sys/dev/hwpmc pmc_events.h Log: SVN rev 183535 on 2008-10-02 06:18:09Z by jkoshy Correct misspellings. Revision Changes Path 1.3 +2 -2 src/sys/dev/hwpmc/pmc_events.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:18: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 ACDC910656A4; Thu, 2 Oct 2008 06:18:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 821CD8FC0A; Thu, 2 Oct 2008 06:18:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926InBQ035262; Thu, 2 Oct 2008 06:18:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926Inw5035261; Thu, 2 Oct 2008 06:18:49 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200810020618.m926Inw5035261@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 2 Oct 2008 06:18:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 06:18:49 -0000 edwin 2008-10-02 06:18:36 UTC FreeBSD src repository Modified files: share/zoneinfo southamerica Log: SVN rev 183536 on 2008-10-02 06:18:36Z by edwin Apply upcoming fix for 2008g release. Revision Changes Path 1.38 +27 -6 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:21: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 986D61065691; Thu, 2 Oct 2008 06:21:20 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4518FC23; Thu, 2 Oct 2008 06:21:20 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926LKpx035542; Thu, 2 Oct 2008 06:21:20 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926LKad035541; Thu, 2 Oct 2008 06:21:20 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810020621.m926LKad035541@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 2 Oct 2008 06:21: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/lib/libpmc pmc.p5.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 06:21:20 -0000 jkoshy 2008-10-02 06:21:07 UTC FreeBSD src repository Modified files: lib/libpmc pmc.p5.3 Log: SVN rev 183537 on 2008-10-02 06:21:07Z by jkoshy -mdoc tweaks. Revision Changes Path 1.4 +35 -35 src/lib/libpmc/pmc.p5.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:26: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 A72B410656B7; Thu, 2 Oct 2008 06:26:06 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDB58FC1A; Thu, 2 Oct 2008 06:26:06 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926Q684035920; Thu, 2 Oct 2008 06:26:06 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926Q6qr035919; Thu, 2 Oct 2008 06:26:06 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810020626.m926Q6qr035919@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Thu, 2 Oct 2008 06:25:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 06:26:06 -0000 kensmith 2008-10-02 06:25:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) sys/conf newvers.sh Log: SVN rev 183538 on 2008-10-02 06:25:54Z by kensmith Get ready for the 6.4-RC1 builds. Approved by: re (implicit) Revision Changes Path 1.69.2.18.2.2 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:29: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 279EA106577D; Thu, 2 Oct 2008 06:29:53 +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 F06D68FC26; Thu, 2 Oct 2008 06:29:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926TqsX036161; Thu, 2 Oct 2008 06:29:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926TqZq036159; Thu, 2 Oct 2008 06:29:52 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810020629.m926TqZq036159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 2 Oct 2008 06:29: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/dev/pccbb pccbb_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 06:29:53 -0000 imp 2008-10-02 06:29:45 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c Log: SVN rev 183539 on 2008-10-02 06:29:45Z by imp Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclass PCIS_BRIDGE_CARDBUS. Otherwise, we may hit a few false positives.... Revision Changes Path 1.28 +4 -1 src/sys/dev/pccbb/pccbb_pci.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 06:37: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 C2E5D106568D; Thu, 2 Oct 2008 06:37:38 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 978D18FC23; Thu, 2 Oct 2008 06:37:38 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m926bcow036849; Thu, 2 Oct 2008 06:37:38 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m926bcwp036848; Thu, 2 Oct 2008 06:37:38 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810020637.m926bcwp036848@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 2 Oct 2008 06:37:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc pmc.k7.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 06:37:38 -0000 jkoshy 2008-10-02 06:37:33 UTC FreeBSD src repository Modified files: lib/libpmc pmc.k7.3 Log: SVN rev 183540 on 2008-10-02 06:37:33Z by jkoshy - Document event numbers. - Sort event names. Revision Changes Path 1.2 +49 -26 src/lib/libpmc/pmc.k7.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 07:00: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 C3011106576B; Thu, 2 Oct 2008 07:00:40 +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 A095E8FC0C; Thu, 2 Oct 2008 07:00:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9270dic038565; Thu, 2 Oct 2008 07:00:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9270dt5038564; Thu, 2 Oct 2008 07:00:39 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810020700.m9270dt5038564@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 2 Oct 2008 07: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/dev/mmc mmcsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 07:00:41 -0000 imp 2008-10-02 07:00:31 UTC FreeBSD src repository Modified files: sys/dev/mmc mmcsd.c Log: SVN rev 183541 on 2008-10-02 07:00:31Z by imp MAXPHYS seems more stable on the AT91RM9200 boards that I have. We may need to ask the host controller for the right number to use here... Revision Changes Path 1.8 +1 -1 src/sys/dev/mmc/mmcsd.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 07:07: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 B4353106568B; Thu, 2 Oct 2008 07:07:10 +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 881EF8FC1C; Thu, 2 Oct 2008 07:07:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9277AJD040293; Thu, 2 Oct 2008 07:07:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9277Aiw040292; Thu, 2 Oct 2008 07:07:10 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810020707.m9277Aiw040292@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 2 Oct 2008 07: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/dev/mmc mmc.c mmcreg.h mmcsd.c mmcvar.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, 02 Oct 2008 07:07:10 -0000 imp 2008-10-02 07:06:59 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h mmcsd.c mmcvar.h Log: SVN rev 183542 on 2008-10-02 07:06:59Z by imp Define and use MMC_SECTOR_SIZE. Make mmc_get_media_size now return an off_t and remove now useless cast. Revision Changes Path 1.16 +2 -2 src/sys/dev/mmc/mmc.c 1.5 +8 -0 src/sys/dev/mmc/mmcreg.h 1.9 +1 -1 src/sys/dev/mmc/mmcsd.c 1.5 +1 -1 src/sys/dev/mmc/mmcvar.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 08: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 89F521065691; Thu, 2 Oct 2008 08:53:12 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8AD8FC0C; Thu, 2 Oct 2008 08:53:12 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m928rCFZ060023; Thu, 2 Oct 2008 08:53:12 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m928rCkD060022; Thu, 2 Oct 2008 08:53:12 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810020853.m928rCkD060022@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 2 Oct 2008 08:53: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/libpmc pmc.k8.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 08:53:12 -0000 jkoshy 2008-10-02 08:53:06 UTC FreeBSD src repository Modified files: lib/libpmc pmc.k8.3 Log: SVN rev 183543 on 2008-10-02 08:53:06Z by jkoshy - Document event numbers associated with event names. - Document an event that was missed out earlier. - Sort event names alphabetically. Revision Changes Path 1.3 +148 -55 src/lib/libpmc/pmc.k8.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 09:12: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 5192C106568A; Thu, 2 Oct 2008 09:12:58 +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 C32EA8FC08; Thu, 2 Oct 2008 09:12:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m929CwOg062860; Thu, 2 Oct 2008 09:12:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m929CwtV062859; Thu, 2 Oct 2008 09:12:58 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810020912.m929CwtV062859@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 2 Oct 2008 09:12: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 in_pcb.c in_pcb.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, 02 Oct 2008 09:12:59 -0000 rwatson 2008-10-02 09:12:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c in_pcb.h Log: SVN rev 183544 on 2008-10-02 09:12:52Z by rwatson Merge r183460 and r183461 from head to stable/7: Fix typo in comment. Expand comments relating various detach/free/drop inpcb routines. Approved by: re (kib) Revision Changes Path 1.196.2.14 +31 -9 src/sys/netinet/in_pcb.c 1.100.2.9 +2 -2 src/sys/netinet/in_pcb.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 09: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 0843F106568B; Thu, 2 Oct 2008 09:36:00 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0F088FC15; Thu, 2 Oct 2008 09:35:59 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m929ZxBt064673; Thu, 2 Oct 2008 09:35:59 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m929ZxtK064672; Thu, 2 Oct 2008 09:35:59 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200810020935.m929ZxtK064672@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Thu, 2 Oct 2008 09:35:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum_drive.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 09:36:00 -0000 lulf 2008-10-02 09:35:47 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_drive.c Log: SVN rev 183545 on 2008-10-02 09:35:47Z by lulf - Remove unneeded macro since the config_length field in the header was changed to 64 bit in the new format. Revision Changes Path 1.31 +0 -5 src/sys/geom/vinum/geom_vinum_drive.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 10:01: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 D1BA21065686; Thu, 2 Oct 2008 10:01:15 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A60138FC15; Thu, 2 Oct 2008 10:01:15 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92A1F1W067943; Thu, 2 Oct 2008 10:01:15 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92A1FOp067942; Thu, 2 Oct 2008 10:01:15 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200810021001.m92A1FOp067942@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Thu, 2 Oct 2008 10:01: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/geom/vinum geom_vinum_rm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 10:01:15 -0000 lulf 2008-10-02 10:01:05 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_rm.c Log: SVN rev 183546 on 2008-10-02 10:01:05Z by lulf - Use the new gv_write_header function to write out the header when removing a drive to make sure that the header is in the correct format. Revision Changes Path 1.14 +1 -1 src/sys/geom/vinum/geom_vinum_rm.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 12:25: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 37D801065693; Thu, 2 Oct 2008 12:25:12 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:3fb::211]) by mx1.freebsd.org (Postfix) with ESMTP id EF6378FC1C; Thu, 2 Oct 2008 12:25:11 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 37B791CC50; Thu, 2 Oct 2008 14:25:11 +0200 (CEST) Date: Thu, 2 Oct 2008 14:25:11 +0200 From: Ed Schouten To: Sam Leffler Message-ID: <20081002122511.GW16837@hoeg.nl> References: <200809291627.m8TGRaat081340@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JsZT+zyIIjunjBOn" Content-Disposition: inline In-Reply-To: <200809291627.m8TGRaat081340@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 12:25:12 -0000 --JsZT+zyIIjunjBOn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Sam, * Sam Leffler wrote: > sam 2008-09-29 16:27:32 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sbin/ifconfig ifconfig.c=20 > Log: > SVN rev 183466 on 2008-09-29 16:27:32Z by sam > =20 > Distinguish between cmd/parameters used for clone operations and > all others. Use this to disambiguate cmd line arguments that can > be either clone params or regular parameters so, in particular, > "bssid" again works as a regular parameter. > =20 > While here leverage the above to improve the logic for flushing > clone operations on the first !clone cmd line parameter. > =20 > Reviewed by: jhay Is it possible that this commit broke `ifconfig foo vlan bar vlandev baz'? I just had to revert to an ifconfig, probably from September 22, to make my system work properly again. --=20 Ed Schouten WWW: http://80386.nl/ --JsZT+zyIIjunjBOn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkjkvacACgkQ52SDGA2eCwVtZwCfRlrpkuTuGhq9djZB2HTp+AuW 85MAnjs693ABy+IkBPak74VCCfraF48u =oQTx -----END PGP SIGNATURE----- --JsZT+zyIIjunjBOn-- From owner-cvs-src@FreeBSD.ORG Thu Oct 2 13:50: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 7E3FE1065695; Thu, 2 Oct 2008 13:50:19 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5346B8FC1D; Thu, 2 Oct 2008 13:50:19 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92DoJv9099809; Thu, 2 Oct 2008 13:50:19 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92DoJhF099806; Thu, 2 Oct 2008 13:50:19 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <200810021350.m92DoJhF099806@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Thu, 2 Oct 2008 13:50: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: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 13:50:19 -0000 gnn 2008-10-02 13:50:03 UTC FreeBSD src repository Modified files: . access Log: SVN rev 183547 on 2008-10-02 13:50:03Z by gnn Add Lawrence Stewart as a new committer with Kip Macy and gnn as co-mentors. Approved by: core Revision Changes Path 1.897 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Oct 2 14:27:07 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 F271010656AA; Thu, 2 Oct 2008 14:27:06 +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 BE2088FC08; Thu, 2 Oct 2008 14:27:06 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92ER6w3013773; Thu, 2 Oct 2008 14:27:06 GMT (envelope-from bms@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92ER6Qv013772; Thu, 2 Oct 2008 14:27:06 GMT (envelope-from bms@repoman.freebsd.org) Message-Id: <200810021427.m92ER6Qv013772@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bms@repoman.freebsd.org using -f From: Bruce M Simpson Date: Thu, 2 Oct 2008 14:26: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/usr.sbin/bsnmpd/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 14:27:07 -0000 bms 2008-10-02 14:26:56 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules Makefile Log: SVN rev 183548 on 2008-10-02 14:26:56Z by bms Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set. Revision Changes Path 1.16 +4 -1 src/usr.sbin/bsnmpd/modules/Makefile From owner-cvs-src@FreeBSD.ORG Thu Oct 2 14:45: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 E773B10656A3; Thu, 2 Oct 2008 14:45:37 +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 BC8308FC1C; Thu, 2 Oct 2008 14:45:37 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92Ejbef025050; Thu, 2 Oct 2008 14:45:37 GMT (envelope-from bms@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92EjbaB025049; Thu, 2 Oct 2008 14:45:37 GMT (envelope-from bms@repoman.freebsd.org) Message-Id: <200810021445.m92EjbaB025049@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bms@repoman.freebsd.org using -f From: Bruce M Simpson Date: Thu, 2 Oct 2008 14:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kmod.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: Thu, 02 Oct 2008 14:45:38 -0000 bms 2008-10-02 14:45:29 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: SVN rev 183549 on 2008-10-02 14:45:29Z by bms Allow clock_if.m to be referenced by kernel modules, this is useful for testing that RTC drivers compile, though they generally aren't set up for unload. Revision Changes Path 1.223 +2 -1 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Thu Oct 2 15: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 518C21065686; Thu, 2 Oct 2008 15:39:32 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A40D8FC12; Thu, 2 Oct 2008 15:39:32 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92FdWCf053090; Thu, 2 Oct 2008 15:39:32 GMT (envelope-from zec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92FdWdD053089; Thu, 2 Oct 2008 15:39:32 GMT (envelope-from zec@repoman.freebsd.org) Message-Id: <200810021539.m92FdWdD053089@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zec@repoman.freebsd.org using -f From: Marko Zec Date: Thu, 2 Oct 2008 15:37: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/compat/linprocfs linprocfs.c src/sys/compat/linux linux_ioctl.c linux_misc.c linux_socket.c src/sys/compat/svr4 svr4_sockio.c src/sys/contrib/ipfilter/netinet ip_auth.c src/sys/contrib/pf/net pf.c pf_if.c pf_ioctl.c pf_subr.c pfvar.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, 02 Oct 2008 15:39:32 -0000 zec 2008-10-02 15:37:58 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/compat/linux linux_ioctl.c linux_misc.c linux_socket.c sys/compat/svr4 svr4_sockio.c sys/contrib/ipfilter/netinet ip_auth.c sys/contrib/pf/net pf.c pf_if.c pf_ioctl.c pf_subr.c pfvar.h sys/contrib/rdma rdma_cma.c sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c sys/dev/cxgb/ulp/tom cxgb_cpl_io.c sys/dev/firewire firewire.c sys/fs/cd9660 cd9660_rrip.c sys/kern kern_jail.c kern_mib.c kern_uuid.c kern_xxx.c sys/net bridgestp.c if.c if_bridge.c if_ef.c if_ethersubr.c if_faith.c if_gif.c if_gif.h if_gre.c if_loop.c if_mib.c if_spppsubr.c if_stf.c if_tun.c if_var.h if_vlan.c raw_cb.c raw_usrreq.c route.c rtsock.c sys/net80211 ieee80211_ddb.c sys/netgraph netgraph.h ng_base.c ng_eiface.c ng_gif.c ng_iface.c sys/netgraph/atm ng_atm.c sys/netinet if_ether.c igmp.c in.c in.h in_gif.c in_mcast.c in_pcb.c in_rmx.c ip6.h ip_carp.c ip_divert.c ip_fastfwd.c ip_fw.h ip_fw2.c ip_fw_nat.c ip_icmp.c ip_input.c ip_ipsec.c ip_mroute.c ip_options.c ip_output.c raw_ip.c tcp_hostcache.c tcp_input.c tcp_offload.c tcp_output.c tcp_reass.c tcp_sack.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timewait.c tcp_usrreq.c udp_usrreq.c sys/netinet6 dest6.c frag6.c icmp6.c in6.c in6_gif.c in6_ifattach.c in6_pcb.c in6_proto.c in6_rmx.c in6_src.c ip6_forward.c ip6_input.c ip6_ipsec.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c route6.c scope6.c udp6_usrreq.c sys/netipsec ipsec.c ipsec.h ipsec_input.c ipsec_mbuf.c ipsec_output.c key.c keysock.c xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.c sys/nfsclient nfs_diskless.c nfs_vfsops.c nfs_vnops.c sys/rpc authunix_prot.c sys/sys sysctl.h vimage.h Added files: sys/net vnet.h sys/netinet vinet.h sys/netinet6 vinet6.h sys/netipsec vipsec.h Log: SVN rev 183550 on 2008-10-02 15:37:58Z by zec Step 1.5 of importing the network stack virtualization infrastructure from the vimage project, as per plan established at devsummit 08/08: http://wiki.freebsd.org/Image/Notes200808DevSummit Introduce INIT_VNET_*() initializer macros, VNET_FOREACH() iterator macros, and CURVNET_SET() context setting macros, all currently resolving to NOPs. Prepare for virtualization of selected SYSCTL objects by introducing a family of SYSCTL_V_*() macros, currently resolving to their global counterparts, i.e. SYSCTL_V_INT() == SYSCTL_INT(). Move selected #defines from sys/sys/vimage.h to newly introduced header files specific to virtualized subsystems (sys/net/vnet.h, sys/netinet/vinet.h etc.). All the changes are verified to have zero functional impact at this point in time by doing MD5 comparision between pre- and post-change object files(*). (*) netipsec/keysock.c did not validate depending on compile time options. Implemented by: julian, bz, brooks, zec Reviewed by: julian, bz, brooks, kris, rwatson, ... Approved by: julian (mentor) Obtained from: //depot/projects/vimage-commit2/... X-MFC after: never Sponsored by: NLnet Foundation, The FreeBSD Foundation Revision Changes Path 1.124 +1 -0 src/sys/compat/linprocfs/linprocfs.c 1.144 +3 -0 src/sys/compat/linux/linux_ioctl.c 1.228 +1 -0 src/sys/compat/linux/linux_misc.c 1.77 +3 -0 src/sys/compat/linux/linux_socket.c 1.21 +1 -0 src/sys/compat/svr4/svr4_sockio.c 1.48 +5 -0 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.57 +18 -0 src/sys/contrib/pf/net/pf.c 1.17 +2 -0 src/sys/contrib/pf/net/pf_if.c 1.37 +2 -0 src/sys/contrib/pf/net/pf_ioctl.c 1.6 +1 -0 src/sys/contrib/pf/net/pf_subr.c 1.18 +7 -0 src/sys/contrib/pf/net/pfvar.h 1.3 +4 -0 src/sys/contrib/rdma/rdma_cma.c 1.5 +9 -2 src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c 1.25 +4 -0 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.104 +1 -1 src/sys/dev/firewire/firewire.c 1.33 +2 -0 src/sys/fs/cd9660/cd9660_rrip.c 1.82 +1 -0 src/sys/kern/kern_jail.c 1.92 +7 -2 src/sys/kern/kern_mib.c 1.15 +1 -0 src/sys/kern/kern_uuid.c 1.53 +3 -1 src/sys/kern/kern_xxx.c 1.42 +1 -0 src/sys/net/bridgestp.c 1.288 +41 -5 src/sys/net/if.c 1.118 +5 -0 src/sys/net/if_bridge.c 1.42 +30 -22 src/sys/net/if_ef.c 1.249 +5 -2 src/sys/net/if_ethersubr.c 1.44 +1 -0 src/sys/net/if_faith.c 1.71 +15 -4 src/sys/net/if_gif.c 1.21 +24 -0 src/sys/net/if_gif.h 1.52 +3 -0 src/sys/net/if_gre.c 1.120 +2 -0 src/sys/net/if_loop.c 1.21 +5 -2 src/sys/net/if_mib.c 1.130 +1 -0 src/sys/net/if_spppsubr.c 1.65 +2 -0 src/sys/net/if_stf.c 1.168 +9 -0 src/sys/net/if_tun.c 1.122 +2 -0 src/sys/net/if_var.h 1.129 +4 -0 src/sys/net/if_vlan.c 1.41 +2 -0 src/sys/net/raw_cb.c 1.48 +3 -0 src/sys/net/raw_usrreq.c 1.140 +7 -0 src/sys/net/route.c 1.150 +5 -0 src/sys/net/rtsock.c 1.1 +93 -0 src/sys/net/vnet.h (new) 1.14 +20 -15 src/sys/net80211/ieee80211_ddb.c 1.17 +21 -6 src/sys/netgraph/atm/ng_atm.c 1.76 +19 -0 src/sys/netgraph/netgraph.h 1.165 +5 -1 src/sys/netgraph/ng_base.c 1.41 +8 -0 src/sys/netgraph/ng_eiface.c 1.21 +11 -3 src/sys/netgraph/ng_gif.c 1.52 +8 -0 src/sys/netgraph/ng_iface.c 1.179 +14 -7 src/sys/netinet/if_ether.c 1.58 +38 -17 src/sys/netinet/igmp.c 1.106 +13 -4 src/sys/netinet/in.c 1.103 +4 -0 src/sys/netinet/in.h 1.41 +5 -3 src/sys/netinet/in_gif.c 1.7 +11 -0 src/sys/netinet/in_mcast.c 1.219 +52 -30 src/sys/netinet/in_pcb.c 1.62 +30 -16 src/sys/netinet/in_rmx.c 1.17 +3 -0 src/sys/netinet/ip6.h 1.57 +3 -0 src/sys/netinet/ip_carp.c 1.136 +10 -0 src/sys/netinet/ip_divert.c 1.44 +4 -2 src/sys/netinet/ip_fastfwd.c 1.118 +81 -0 src/sys/netinet/ip_fw.h 1.196 +57 -35 src/sys/netinet/ip_fw2.c 1.5 +8 -0 src/sys/netinet/ip_fw_nat.c 1.126 +45 -37 src/sys/netinet/ip_icmp.c 1.344 +87 -49 src/sys/netinet/ip_input.c 1.12 +3 -0 src/sys/netinet/ip_ipsec.c 1.142 +15 -0 src/sys/netinet/ip_mroute.c 1.13 +1 -0 src/sys/netinet/ip_options.c 1.287 +3 -0 src/sys/netinet/ip_output.c 1.194 +15 -0 src/sys/netinet/raw_ip.c 1.23 +35 -20 src/sys/netinet/tcp_hostcache.c 1.384 +40 -24 src/sys/netinet/tcp_input.c 1.7 +3 -0 src/sys/netinet/tcp_offload.c 1.156 +23 -16 src/sys/netinet/tcp_output.c 1.356 +11 -8 src/sys/netinet/tcp_reass.c 1.43 +10 -8 src/sys/netinet/tcp_sack.c 1.317 +70 -25 src/sys/netinet/tcp_subr.c 1.157 +41 -16 src/sys/netinet/tcp_syncache.c 1.104 +38 -4 src/sys/netinet/tcp_timer.c 1.291 +14 -0 src/sys/netinet/tcp_timewait.c 1.173 +26 -0 src/sys/netinet/tcp_usrreq.c 1.238 +18 -2 src/sys/netinet/udp_usrreq.c 1.1 +331 -0 src/sys/netinet/vinet.h (new) 1.14 +1 -0 src/sys/netinet6/dest6.c 1.38 +43 -23 src/sys/netinet6/frag6.c 1.92 +19 -0 src/sys/netinet6/icmp6.c 1.84 +10 -0 src/sys/netinet6/in6.c 1.33 +2 -0 src/sys/netinet6/in6_gif.c 1.47 +12 -0 src/sys/netinet6/in6_ifattach.c 1.96 +3 -0 src/sys/netinet6/in6_pcb.c 1.52 +81 -78 src/sys/netinet6/in6_proto.c 1.26 +12 -0 src/sys/netinet6/in6_rmx.c 1.56 +12 -0 src/sys/netinet6/in6_src.c 1.44 +2 -0 src/sys/netinet6/ip6_forward.c 1.104 +7 -0 src/sys/netinet6/ip6_input.c 1.13 +3 -0 src/sys/netinet6/ip6_ipsec.c 1.50 +10 -0 src/sys/netinet6/ip6_mroute.c 1.121 +7 -0 src/sys/netinet6/ip6_output.c 1.37 +3 -0 src/sys/netinet6/mld6.c 1.92 +30 -4 src/sys/netinet6/nd6.c 1.54 +12 -0 src/sys/netinet6/nd6_nbr.c 1.43 +19 -1 src/sys/netinet6/nd6_rtr.c 1.86 +16 -0 src/sys/netinet6/raw_ip6.c 1.17 +2 -0 src/sys/netinet6/route6.c 1.20 +9 -0 src/sys/netinet6/scope6.c 1.95 +17 -0 src/sys/netinet6/udp6_usrreq.c 1.1 +259 -0 src/sys/netinet6/vinet6.h (new) 1.32 +86 -52 src/sys/netipsec/ipsec.c 1.19 +4 -1 src/sys/netipsec/ipsec.h 1.24 +5 -0 src/sys/netipsec/ipsec_input.c 1.15 +3 -0 src/sys/netipsec/ipsec_mbuf.c 1.22 +7 -0 src/sys/netipsec/ipsec_output.c 1.36 +101 -28 src/sys/netipsec/key.c 1.23 +12 -0 src/sys/netipsec/keysock.c 1.1 +188 -0 src/sys/netipsec/vipsec.h (new) 1.18 +13 -6 src/sys/netipsec/xform_ah.c 1.23 +10 -4 src/sys/netipsec/xform_esp.c 1.14 +9 -4 src/sys/netipsec/xform_ipcomp.c 1.19 +10 -4 src/sys/netipsec/xform_ipip.c 1.22 +2 -1 src/sys/nfsclient/nfs_diskless.c 1.215 +1 -0 src/sys/nfsclient/nfs_vfsops.c 1.291 +3 -0 src/sys/nfsclient/nfs_vnops.c 1.6 +1 -0 src/sys/rpc/authunix_prot.c 1.162 +69 -0 src/sys/sys/sysctl.h 1.5 +29 -312 src/sys/sys/vimage.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 16:10: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 9AE1410656A0; Thu, 2 Oct 2008 16:10:53 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [IPv6:2001:4200:7000:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D726B8FC08; Thu, 2 Oct 2008 16:10:52 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id A84F333CD6; Thu, 2 Oct 2008 18:10:46 +0200 (SAST) Date: Thu, 2 Oct 2008 18:10:46 +0200 From: John Hay To: Ed Schouten Message-ID: <20081002161046.GA5678@zibbi.meraka.csir.co.za> References: <200809291627.m8TGRaat081340@repoman.freebsd.org> <20081002122511.GW16837@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081002122511.GW16837@hoeg.nl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, Sam Leffler , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 16:10:53 -0000 On Thu, Oct 02, 2008 at 02:25:11PM +0200, Ed Schouten wrote: > Hello Sam, > > * Sam Leffler wrote: > > sam 2008-09-29 16:27:32 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/ifconfig ifconfig.c > > Log: > > SVN rev 183466 on 2008-09-29 16:27:32Z by sam > > > > Distinguish between cmd/parameters used for clone operations and > > all others. Use this to disambiguate cmd line arguments that can > > be either clone params or regular parameters so, in particular, > > "bssid" again works as a regular parameter. > > > > While here leverage the above to improve the logic for flushing > > clone operations on the first !clone cmd line parameter. > > > > Reviewed by: jhay > > Is it possible that this commit broke `ifconfig foo vlan bar vlandev baz'? > I just had to revert to an ifconfig, probably from September 22, to make > my system work properly again. And if you try with "ifconfig foo create vlan bar vlandev baz"? I have only tried it with the create keyword added and the clone stuff in /etc/network.subr also use it like that, if I read the code correctly. I think if it previously worked, it was by accident. :-/ If we need it to work, maybe one can test for vlan in main() whith the test for create or plumb? John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Oct 2 16:15: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 C510A10656A1; Thu, 2 Oct 2008 16:15:16 +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 8E1638FC08; Thu, 2 Oct 2008 16:15:16 +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 m92GEuGW039383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Oct 2008 09:14:57 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48E4F380.20408@freebsd.org> Date: Thu, 02 Oct 2008 09:14:56 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: John Hay References: <200809291627.m8TGRaat081340@repoman.freebsd.org> <20081002122511.GW16837@hoeg.nl> <20081002161046.GA5678@zibbi.meraka.csir.co.za> In-Reply-To: <20081002161046.GA5678@zibbi.meraka.csir.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: Ed Schouten , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 16:15:16 -0000 John Hay wrote: > On Thu, Oct 02, 2008 at 02:25:11PM +0200, Ed Schouten wrote: > >> Hello Sam, >> >> * Sam Leffler wrote: >> >>> sam 2008-09-29 16:27:32 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sbin/ifconfig ifconfig.c >>> Log: >>> SVN rev 183466 on 2008-09-29 16:27:32Z by sam >>> >>> Distinguish between cmd/parameters used for clone operations and >>> all others. Use this to disambiguate cmd line arguments that can >>> be either clone params or regular parameters so, in particular, >>> "bssid" again works as a regular parameter. >>> >>> While here leverage the above to improve the logic for flushing >>> clone operations on the first !clone cmd line parameter. >>> >>> Reviewed by: jhay >>> >> Is it possible that this commit broke `ifconfig foo vlan bar vlandev baz'? >> I just had to revert to an ifconfig, probably from September 22, to make >> my system work properly again. >> > > And if you try with "ifconfig foo create vlan bar vlandev baz"? I have > only tried it with the create keyword added and the clone stuff in > /etc/network.subr also use it like that, if I read the code correctly. > I think if it previously worked, it was by accident. :-/ If we need > it to work, maybe one can test for vlan in main() whith the test for > create or plumb? > > > Ah, I see now, the cmd that didn't work was using the parameters w/o a clone operation. It should work but is likely broke; will look at it. Sam From owner-cvs-src@FreeBSD.ORG Thu Oct 2 16:24: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 62BBC1065693; Thu, 2 Oct 2008 16:24:32 +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 145B08FC0C; Thu, 2 Oct 2008 16:24:32 +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 m92GOEJP039441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Oct 2008 09:24:14 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48E4F5AE.9050202@freebsd.org> Date: Thu, 02 Oct 2008 09:24:14 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Ed Schouten References: <200809291627.m8TGRaat081340@repoman.freebsd.org> <20081002122511.GW16837@hoeg.nl> In-Reply-To: <20081002122511.GW16837@hoeg.nl> Content-Type: multipart/mixed; boundary="------------020505000705030502090301" X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 16:24:32 -0000 This is a multi-part message in MIME format. --------------020505000705030502090301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ed Schouten wrote: > Hello Sam, > > * Sam Leffler wrote: > >> sam 2008-09-29 16:27:32 UTC >> >> FreeBSD src repository >> >> Modified files: >> sbin/ifconfig ifconfig.c >> Log: >> SVN rev 183466 on 2008-09-29 16:27:32Z by sam >> >> Distinguish between cmd/parameters used for clone operations and >> all others. Use this to disambiguate cmd line arguments that can >> be either clone params or regular parameters so, in particular, >> "bssid" again works as a regular parameter. >> >> While here leverage the above to improve the logic for flushing >> clone operations on the first !clone cmd line parameter. >> >> Reviewed by: jhay >> > > Is it possible that this commit broke `ifconfig foo vlan bar vlandev baz'? > I just had to revert to an ifconfig, probably from September 22, to make > my system work properly again. > > Try the attached patch. It's probably better to split the callback routines into clone+!clone variants but for now this should fix your usage. I'd actually like to see vlan state be fixed for the life of the ifnet and do away with this usage but that wasn't the intent here. Sam --------------020505000705030502090301 Content-Type: text/plain; name="vlan.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="vlan.patch" Index: ifvlan.c =================================================================== --- ifvlan.c (revision 183550) +++ ifvlan.c (working copy) @@ -174,6 +174,9 @@ static struct cmd vlan_cmds[] = { DEF_CLONE_CMD_ARG("vlan", setvlantag), DEF_CLONE_CMD_ARG("vlandev", setvlandev), + /* NB: non-clone cmds */ + DEF_CMD_ARG("vlan", setvlantag), + DEF_CMD_ARG("vlandev", setvlandev), /* XXX For compatibility. Should become DEF_CMD() some day. */ DEF_CMD_OPTARG("-vlandev", unsetvlandev), DEF_CMD("vlanmtu", IFCAP_VLAN_MTU, setifcap), --------------020505000705030502090301-- From owner-cvs-src@FreeBSD.ORG Thu Oct 2 18:12:51 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 761E9106575D; Thu, 2 Oct 2008 18:12:51 +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 4761A8FC1B; Thu, 2 Oct 2008 18:12:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92ICpAi078467; Thu, 2 Oct 2008 18:12:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92ICpLt078466; Thu, 2 Oct 2008 18:12:51 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810021812.m92ICpLt078466@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 2 Oct 2008 18:12: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/sys protosw.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, 02 Oct 2008 18:12:51 -0000 rwatson 2008-10-02 18:12:42 UTC FreeBSD src repository Modified files: sys/sys protosw.h Log: SVN rev 183551 on 2008-10-02 18:12:42Z by rwatson Remove __Break_the_struct_layout_for_now field from struct pr_usrreqs, added in FreeBSD 6.x to break the binary layout of the data structure during a conversion to C99 sparse structure initialization. Probably should have been removed before 7.0, but 8.0 will do. Revision Changes Path 1.59 +0 -1 src/sys/sys/protosw.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 18:24: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 6803E106568B; Thu, 2 Oct 2008 18:24:47 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:3fb::211]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5B18FC24; Thu, 2 Oct 2008 18:24:47 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 3CFC41CC50; Thu, 2 Oct 2008 20:24:46 +0200 (CEST) Date: Thu, 2 Oct 2008 20:24:46 +0200 From: Ed Schouten To: Sam Leffler Message-ID: <20081002182446.GX16837@hoeg.nl> References: <200809291627.m8TGRaat081340@repoman.freebsd.org> <20081002122511.GW16837@hoeg.nl> <48E4F5AE.9050202@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rPF8rPXpDlNr1aSW" Content-Disposition: inline In-Reply-To: <48E4F5AE.9050202@freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Oct 2008 18:24:47 -0000 --rPF8rPXpDlNr1aSW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Sam Leffler wrote: > Try the attached patch. It's probably better to split the callback =20 > routines into clone+!clone variants but for now this should fix your =20 > usage. I'd actually like to see vlan state be fixed for the life of the = =20 > ifnet and do away with this usage but that wasn't the intent here. This patch works for me. Maybe it's better to already commit this to keep it working for now? --=20 Ed Schouten WWW: http://80386.nl/ --rPF8rPXpDlNr1aSW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkjlEe4ACgkQ52SDGA2eCwX1ygCffD9bjoOqlS927CAvAmndrjbX RvoAnRLnXRuGppD4c99kw1mOZMm2jtD2 =W5hJ -----END PGP SIGNATURE----- --rPF8rPXpDlNr1aSW-- From owner-cvs-src@FreeBSD.ORG Thu Oct 2 18:30: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 A1368106568C; Thu, 2 Oct 2008 18:30:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 421D08FC2A; Thu, 2 Oct 2008 18:30:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m92IULIq083774; Thu, 2 Oct 2008 14:30:28 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Warner Losh Date: Thu, 2 Oct 2008 13:05:47 -0400 User-Agent: KMail/1.9.7 References: <200810020629.m926TqZq036159@repoman.freebsd.org> In-Reply-To: <200810020629.m926TqZq036159@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810021305.47479.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Thu, 02 Oct 2008 14:30:28 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8372/Thu Oct 2 11:21:47 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS 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/dev/pccbb pccbb_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 18:30:34 -0000 On Thursday 02 October 2008 02:29:45 am Warner Losh wrote: > imp 2008-10-02 06:29:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pccbb pccbb_pci.c > Log: > SVN rev 183539 on 2008-10-02 06:29:45Z by imp > > Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclass > PCIS_BRIDGE_CARDBUS. Otherwise, we may hit a few false positives.... Shouldn't it use BUS_GENERIC_PROBE instead of BUS_DEFAULT_PROBE when matching purely on the class codes? -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Oct 2 19:18: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 A9D8C1065687; Thu, 2 Oct 2008 19:18:38 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4588FC2E; Thu, 2 Oct 2008 19:18:38 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92JIcGi089748; Thu, 2 Oct 2008 19:18:38 GMT (envelope-from sos@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92JIcUA089747; Thu, 2 Oct 2008 19:18:38 GMT (envelope-from sos@repoman.freebsd.org) Message-Id: <200810021918.m92JIcUA089747@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sos@repoman.freebsd.org using -f From: Søren Schmidt Date: Thu, 2 Oct 2008 19:18:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 19:18:38 -0000 sos 2008-10-02 19:18:28 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 183552 on 2008-10-02 19:18:28Z by sos Add ICH10 PCI id's. Submitted by: Xin Li Fix the number of PATA ports on newer ICHX chips, they have just 1 port not 2. Revision Changes Path 1.229 +61 -53 src/sys/dev/ata/ata-chipset.c 1.93 +8 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 19:41: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 D898D1065699; Thu, 2 Oct 2008 19:41:30 +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 AC9778FC0C; Thu, 2 Oct 2008 19:41:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92JfUM7005555; Thu, 2 Oct 2008 19:41:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92JfUDb005554; Thu, 2 Oct 2008 19:41:30 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810021941.m92JfUDb005554@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 2 Oct 2008 19:32: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/lib/libc/sys cpuset.2 cpuset_getaffinity.2 src/usr.bin/cpuset cpuset.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: Thu, 02 Oct 2008 19:41:31 -0000 jhb 2008-10-02 19:32:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys cpuset.2 cpuset_getaffinity.2 usr.bin/cpuset cpuset.1 Log: SVN rev 183553 on 2008-10-02 19:32:20Z by jhb MFC: Note that support for CPU sets will first appear in 7.1. Approved by: re (kib) Revision Changes Path 1.2.2.2 +1 -1 src/lib/libc/sys/cpuset.2 1.2.2.2 +1 -1 src/lib/libc/sys/cpuset_getaffinity.2 1.3.2.2 +1 -1 src/usr.bin/cpuset/cpuset.1 From owner-cvs-src@FreeBSD.ORG Thu Oct 2 20:03: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 094D11065694; Thu, 2 Oct 2008 20:03:54 +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 D24D98FC0A; Thu, 2 Oct 2008 20:03:53 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92K3rfK023992; Thu, 2 Oct 2008 20:03:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92K3rna023990; Thu, 2 Oct 2008 20:03:53 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200810022003.m92K3rna023990@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Thu, 2 Oct 2008 20:03:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifvlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 20:03:54 -0000 sam 2008-10-02 20:03:41 UTC FreeBSD src repository Modified files: sbin/ifconfig ifvlan.c Log: SVN rev 183554 on 2008-10-02 20:03:41Z by sam add duplicate cmd entries for vlan and vlandev that are marked !clone so they can be used when not doing a create operation Reviewed by: ed Revision Changes Path 1.15 +3 -0 src/sbin/ifconfig/ifvlan.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 20:29: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 678BB1065692; Thu, 2 Oct 2008 20:29:55 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC3148FC19; Thu, 2 Oct 2008 20:29:54 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92KTsng048032; Thu, 2 Oct 2008 20:29:54 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92KTsm9048031; Thu, 2 Oct 2008 20:29:54 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810022029.m92KTsm9048031@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Thu, 2 Oct 2008 20:29: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/dev/agp agp_i810.c agpreg.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, 02 Oct 2008 20:30:05 -0000 rnoland 2008-10-02 20:29:45 UTC FreeBSD src repository Modified files: sys/dev/agp agp_i810.c agpreg.h Log: SVN rev 183555 on 2008-10-02 20:29:45Z by rnoland Correctly handle Intel g33 chips and add support for g45 chips g33 based chips use a different method of identifying the gtt size. g45 based chips gtt is located in a different area of stolen memory. Approved by: jhb (mentor) MFC after: 2 weeks Revision Changes Path 1.48 +120 -18 src/sys/dev/agp/agp_i810.c 1.20 +15 -1 src/sys/dev/agp/agpreg.h From owner-cvs-src@FreeBSD.ORG Thu Oct 2 20:42: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 1AC101065690; Thu, 2 Oct 2008 20:42:26 +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 E42C78FC2E; Thu, 2 Oct 2008 20:42:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92KgPgm049123; Thu, 2 Oct 2008 20:42:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92KgPWt049122; Thu, 2 Oct 2008 20:42:25 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810022042.m92KgPWt049122@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 2 Oct 2008 20:42:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Thu, 02 Oct 2008 20:42:26 -0000 jhb 2008-10-02 20:42:10 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kld.c Log: SVN rev 183556 on 2008-10-02 20:42:10Z by jhb Oops, initialize sections and sections_end to NULL. Submitted by: Navdeep Parhar MFC after: 1 week Revision Changes Path 1.11 +1 -1 src/gnu/usr.bin/gdb/kgdb/kld.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 22:31: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 E9CF9106569A; Thu, 2 Oct 2008 22:31:42 +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 BE8708FC0A; Thu, 2 Oct 2008 22:31:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92MVgQn079105; Thu, 2 Oct 2008 22:31:42 GMT (envelope-from bms@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92MVgpP079104; Thu, 2 Oct 2008 22:31:42 GMT (envelope-from bms@repoman.freebsd.org) Message-Id: <200810022231.m92MVgpP079104@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bms@repoman.freebsd.org using -f From: Bruce M Simpson Date: Thu, 2 Oct 2008 22:31:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 avila_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 22:31:43 -0000 bms 2008-10-02 22:31:30 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 avila_machdep.c Log: SVN rev 183557 on 2008-10-02 22:31:30Z by bms Allow static hints to override kenv. Revision Changes Path 1.12 +5 -0 src/sys/arm/xscale/ixp425/avila_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Oct 2 22:42: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 C8290106568E; Thu, 2 Oct 2008 22:42:57 +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 885F08FC17; Thu, 2 Oct 2008 22:42:57 +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 m92MdnZX092146; Thu, 2 Oct 2008 16:39:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 02 Oct 2008 16:40:41 -0600 (MDT) Message-Id: <20081002.164041.-345492472.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200810021305.47479.jhb@freebsd.org> References: <200810020629.m926TqZq036159@repoman.freebsd.org> <200810021305.47479.jhb@freebsd.org> X-Mailer: Mew version 5.2 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/pccbb pccbb_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 22:42:57 -0000 In message: <200810021305.47479.jhb@freebsd.org> John Baldwin writes: : On Thursday 02 October 2008 02:29:45 am Warner Losh wrote: : > imp 2008-10-02 06:29:45 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccbb pccbb_pci.c : > Log: : > SVN rev 183539 on 2008-10-02 06:29:45Z by imp : > : > Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclass : > PCIS_BRIDGE_CARDBUS. Otherwise, we may hit a few false positives.... : : Shouldn't it use BUS_GENERIC_PROBE instead of BUS_DEFAULT_PROBE when matching : purely on the class codes? Yes. I'll fix it. Warner From owner-cvs-src@FreeBSD.ORG Thu Oct 2 22:50: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 D1D3C1065678; Thu, 2 Oct 2008 22:50:28 +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 A74A98FC17; Thu, 2 Oct 2008 22:50:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92MoSDA080851; Thu, 2 Oct 2008 22:50:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92MoS3t080850; Thu, 2 Oct 2008 22:50:28 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810022250.m92MoS3t080850@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 2 Oct 2008 22:50:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 22:50:29 -0000 imp 2008-10-02 22:50:11 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c Log: SVN rev 183558 on 2008-10-02 22:50:11Z by imp Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match. Reviewed by: jhb@ Revision Changes Path 1.29 +1 -1 src/sys/dev/pccbb/pccbb_pci.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 00:50: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 78A4D1065686; Fri, 3 Oct 2008 00:50:46 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE1A8FC0C; Fri, 3 Oct 2008 00:50:46 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m930ojB5007313; Fri, 3 Oct 2008 00:50:45 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m930ojYG007312; Fri, 3 Oct 2008 00:50:45 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810030050.m930ojYG007312@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 3 Oct 2008 00:50:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_sge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 Oct 2008 00:50:46 -0000 kmacy 2008-10-03 00:50:26 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_sge.c Log: SVN rev 183559 on 2008-10-03 00:50:26Z by kmacy Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface's ifp. Submitted by: Chelsio Inc. MFC after: 1 day Revision Changes Path 1.63 +13 -1 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 01:02: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 E32B21065690; Fri, 3 Oct 2008 01:02:16 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7E0E8FC1C; Fri, 3 Oct 2008 01:02:16 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9312Gdj008251; Fri, 3 Oct 2008 01:02:16 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9312Gel008250; Fri, 3 Oct 2008 01:02:16 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200810030102.m9312Gel008250@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 3 Oct 2008 01:02:00 +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/cxgb/ulp/tom cxgb_vm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 Oct 2008 01:02:17 -0000 kmacy 2008-10-03 01:02:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb/ulp/tom cxgb_vm.c Log: SVN rev 183560 on 2008-10-03 01:02:00Z by kmacy Fix a potential infinite loop in the TOE zero copy receive path. Approved by: re Revision Changes Path 1.1.2.2 +8 -14 src/sys/dev/cxgb/ulp/tom/cxgb_vm.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 03:58: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 AA16D106568E; Fri, 3 Oct 2008 03:58:36 +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 9761C8FC0C; Fri, 3 Oct 2008 03:58:36 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m933wa67025087; Fri, 3 Oct 2008 03:58:36 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m933wauL025086; Fri, 3 Oct 2008 03:58:36 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200810030358.m933wauL025086@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 3 Oct 2008 03:58: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/nfe if_nfe.c if_nfereg.h if_nfevar.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, 03 Oct 2008 03:58:36 -0000 yongari 2008-10-03 03:58:16 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h Log: SVN rev 183561 on 2008-10-03 03:58:16Z by yongari Add hardware MAC statistics support. Register information was obtained from Linux forcedeth driver. While I'm here move creating a sysctl node for process_limit to function nfe_sysctl_node(). Tested by: "Arno J. Klaassen" < arno heho dot snv dot jussieu dot fr > Revision Changes Path 1.30 +216 -25 src/sys/dev/nfe/if_nfe.c 1.14 +34 -0 src/sys/dev/nfe/if_nfereg.h 1.7 +37 -0 src/sys/dev/nfe/if_nfevar.h From owner-cvs-src@FreeBSD.ORG Fri Oct 3 05:19: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 BA3F01065686; Fri, 3 Oct 2008 05:19:16 +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 A6B668FC13; Fri, 3 Oct 2008 05:19:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m935JGcx043025; Fri, 3 Oct 2008 05:19:16 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m935JGwx043022; Fri, 3 Oct 2008 05:19:16 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200810030519.m935JGwx043022@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 3 Oct 2008 05:14:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_tty.4 src/sys/netgraph ng_tty.c ng_tty.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, 03 Oct 2008 05:19:16 -0000 thompsa 2008-10-03 05:14:54 UTC FreeBSD src repository Modified files: share/man/man4 ng_tty.4 sys/netgraph ng_tty.c ng_tty.h Log: SVN rev 183562 on 2008-10-03 05:14:54Z by thompsa Update ng_tty for MPSAFE TTY. This changes from a line discipline to the tty_hooks mechanism. Data will come in directly via rint_bypass and sent to the peer node in a single mbuf. As line disciplines are no longer used a new netgraph command called NGM_TTY_SET_TTY is used to attach the tty. This takes a pointer to to the open file descriptor of the tty and registers the tty hooks. When the tty disappears the node will shutdown. Thanks to: ed Sponsored by: Hobnob, Inc Revision Changes Path 1.18 +16 -16 src/share/man/man4/ng_tty.4 1.38 +281 -454 src/sys/netgraph/ng_tty.c 1.5 +1 -0 src/sys/netgraph/ng_tty.h From owner-cvs-src@FreeBSD.ORG Fri Oct 3 07:47: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 04E7C106568B; Fri, 3 Oct 2008 07:47:46 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:3fb::211]) by mx1.freebsd.org (Postfix) with ESMTP id B8E298FC16; Fri, 3 Oct 2008 07:47:45 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id EDAA21CC60; Fri, 3 Oct 2008 09:47:44 +0200 (CEST) Date: Fri, 3 Oct 2008 09:47:44 +0200 From: Ed Schouten To: Andrew Thompson Message-ID: <20081003074744.GY16837@hoeg.nl> References: <200810030519.m935JGwx043022@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9u+pkcMrQJw6us1" Content-Disposition: inline In-Reply-To: <200810030519.m935JGwx043022@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ng_tty.4 src/sys/netgraph ng_tty.c ng_tty.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, 03 Oct 2008 07:47:46 -0000 --M9u+pkcMrQJw6us1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Andrew, * Andrew Thompson wrote: > thompsa 2008-10-03 05:14:54 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man4 ng_tty.4=20 > sys/netgraph ng_tty.c ng_tty.h=20 > Log: > SVN rev 183562 on 2008-10-03 05:14:54Z by thompsa > =20 > Update ng_tty for MPSAFE TTY. > =20 > This changes from a line discipline to the tty_hooks mechanism. Data wi= ll come > in directly via rint_bypass and sent to the peer node in a single mbuf. > =20 > As line disciplines are no longer used a new netgraph command called > NGM_TTY_SET_TTY is used to attach the tty. This takes a pointer to to t= he open > file descriptor of the tty and registers the tty hooks. When the tty di= sappears > the node will shutdown. > =20 > Thanks to: ed > Sponsored by: Hobnob, Inc Thanks to you as well! :-) Maybe we should connect it to the build again? I removed the entry from /sys/conf/NOTES and /sys/modules/netgraph/... when I imported the MPSAFE TTY bits. I guess we should also remove ng_tty from the entry in /usr/src/UPDATING. --=20 Ed Schouten WWW: http://80386.nl/ --M9u+pkcMrQJw6us1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkjlziAACgkQ52SDGA2eCwWoogCeNWDZemlmBwpVvroap7oEDZzg 0EIAn1QqvFLtjCzP8D5KUCf/oKRJvfDd =ldWb -----END PGP SIGNATURE----- --M9u+pkcMrQJw6us1-- From owner-cvs-src@FreeBSD.ORG Fri Oct 3 09:02: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 0DD9610656BC; Fri, 3 Oct 2008 09:02:05 +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 D638B8FC17; Fri, 3 Oct 2008 09:02:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93924J8078955; Fri, 3 Oct 2008 09:02:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93924GJ078954; Fri, 3 Oct 2008 09:02:04 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810030902.m93924GJ078954@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 3 Oct 2008 09:01:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 09:02:05 -0000 rwatson 2008-10-03 09:01:55 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: SVN rev 183563 on 2008-10-03 09:01:55Z by rwatson Remove or update several stale comments. A bit of whitespace/style cleanup. Update copyright. MFC after: 3 days (applicable changes) Revision Changes Path 1.217 +16 -16 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 09:19: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 0F24E1065686; Fri, 3 Oct 2008 09:19:21 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7CB28FC0C; Fri, 3 Oct 2008 09:19:20 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m939JK51081388; Fri, 3 Oct 2008 09:19:20 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m939JKRQ081387; Fri, 3 Oct 2008 09:19:20 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810030919.m939JKRQ081387@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Fri, 3 Oct 2008 09:19:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.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, 03 Oct 2008 09:19:21 -0000 mav 2008-10-03 09:19:07 UTC FreeBSD src repository Modified files: share/man/man4 snd_hda.4 Log: SVN rev 183564 on 2008-10-03 09:19:07Z by mav Add hint about hw.snd.default_unit sysctl. Revision Changes Path 1.21 +5 -0 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Fri Oct 3 09:43: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 B99F61065686; Fri, 3 Oct 2008 09:43:06 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7B218FC14; Fri, 3 Oct 2008 09:43:06 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m939h670083386; Fri, 3 Oct 2008 09:43:06 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m939h6UT083385; Fri, 3 Oct 2008 09:43:06 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200810030943.m939h6UT083385@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 3 Oct 2008 09:42: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/lib/libutil pty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 09:43:06 -0000 ed 2008-10-03 09:42:50 UTC FreeBSD src repository Modified files: lib/libutil pty.c Log: SVN rev 183565 on 2008-10-03 09:42:50Z by ed Small cleanups to openpty(). - Pass O_NOCTTY to posix_openpt(2). This makes the implementation work consistently on implementations that make the PTY the controlling TTY by default. - Call unlockpt() before opening the slave device. POSIX mentions that de slave device should only be opened after grantpt() and unlockpt() have been called. - Replace some redundant code by a label. In theory we could remove a lot of code from openpty() on FreeBSD -CURRENT, because grantpt(), unlockpt() and revoke() are not needed in our implementation. We'd better keep them there. This makes the code still work with older FreeBSD releases and even makes it work on other non-BSD operating systems. I've compiled openpty() on Linux. You only need to remove the revoke() call, because revoke() on Linux always returns -1. Apart from that, it seems to work like it should. Reviewed by: jhb Revision Changes Path 1.23 +15 -23 src/lib/libutil/pty.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 10:08: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 0A09510656C2; Fri, 3 Oct 2008 10:08:53 +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 EB99D8FC0A; Fri, 3 Oct 2008 10:08:52 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93A8qZi086505; Fri, 3 Oct 2008 10:08:52 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93A8qo1086504; Fri, 3 Oct 2008 10:08:52 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810031008.m93A8qo1086504@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 3 Oct 2008 10:08: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/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 10:08:53 -0000 bz 2008-10-03 10:08:36 UTC FreeBSD src repository Modified files: sys/conf newvers.sh Log: SVN rev 183566 on 2008-10-03 10:08:36Z by bz Backout svn r183528. SRCDIR is seeded from `pwd` which not only means src/sys/ but also src/include/ (and possibly src/usr.sbin/amd/include/ ?). Trying to build world resulted in ===> include (includes) cd /usr/src/include; make buildincludes; make installincludes creating osreldate.h from newvers.sh cd: can't cd to /usr/src/include/sys *** Error code 2 as there is apparently no src/include/sys. There are multiple possible solutions ranging from seeding SRCDIR from the environment to adding more substitution patterns. Reported by: sam, bz Proper solution to be implemented and tested by: peter Revision Changes Path 1.78 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Oct 3 10:32: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 09A58106564A; Fri, 3 Oct 2008 10:32:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E89BF8FC16; Fri, 3 Oct 2008 10:32:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93AWZIF088452; Fri, 3 Oct 2008 10:32:35 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93AWZ4G088451; Fri, 3 Oct 2008 10:32:35 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200810031032.m93AWZ4G088451@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Fri, 3 Oct 2008 10:31: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/amd64/conf GENERIC src/sys/conf NOTES files src/sys/dev/ae if_ae.c if_aereg.h if_aevar.h src/sys/dev/mii atphy.c miidevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/ae 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, 03 Oct 2008 10:32:36 -0000 stas 2008-10-03 10:31:31 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/conf NOTES files sys/dev/mii atphy.c miidevs sys/i386/conf GENERIC sys/modules Makefile Added files: sys/dev/ae if_ae.c if_aereg.h if_aevar.h sys/modules/ae Makefile Log: SVN rev 183567 on 2008-10-03 10:31:31Z by stas - Add driver for Attansic L2 FastEthernet controller found on Asus EeePC and some Asus mainboards. Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.508 +1 -0 src/sys/amd64/conf/GENERIC 1.1507 +3 -0 src/sys/conf/NOTES 1.1335 +1 -0 src/sys/conf/files 1.1 +2261 -0 src/sys/dev/ae/if_ae.c (new) 1.1 +385 -0 src/sys/dev/ae/if_aereg.h (new) 1.1 +171 -0 src/sys/dev/ae/if_aevar.h (new) 1.2 +1 -0 src/sys/dev/mii/atphy.c 1.61 +1 -0 src/sys/dev/mii/miidevs 1.499 +1 -0 src/sys/i386/conf/GENERIC 1.590 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/ae/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri Oct 3 10:40: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 A9C2A1065698; Fri, 3 Oct 2008 10:40:31 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DEED8FC45; Fri, 3 Oct 2008 10:40:31 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93AeVIB089268; Fri, 3 Oct 2008 10:40:31 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93AeVav089267; Fri, 3 Oct 2008 10:40:31 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200810031040.m93AeVav089267@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Fri, 3 Oct 2008 10:40:26 +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/crypto/openssh sshconnect2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 Oct 2008 10:40:31 -0000 des 2008-10-03 10:40:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssh sshconnect2.c Log: SVN rev 183568 on 2008-10-03 10:40:26Z by des MFH (r183336): "xmalloc: zero size" fix. Approved by: re (kib) Revision Changes Path 1.18.2.2 +2 -1 src/crypto/openssh/sshconnect2.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 10:43: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 0145010656AB; Fri, 3 Oct 2008 10:43:33 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0AEA8FC38; Fri, 3 Oct 2008 10:43:32 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93AhW6q089513; Fri, 3 Oct 2008 10:43:32 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93AhWmk089512; Fri, 3 Oct 2008 10:43:32 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200810031043.m93AhWmk089512@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Fri, 3 Oct 2008 10:43:17 +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/crypto/openssh moduli.5 scp.1 sftp-server.8 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 sshd.8 sshd_config.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, 03 Oct 2008 10:43:33 -0000 des 2008-10-03 10:43:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssh moduli.5 scp.1 sftp-server.8 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 sshd.8 sshd_config.5 Log: SVN rev 183569 on 2008-10-03 10:43:17Z by des MFH (r183458): replace $Mdocdate$ with bare dates. Approved by: re (kib) Revision Changes Path 1.1.2.2 +1 -1 src/crypto/openssh/moduli.5 1.1.1.17.2.2 +1 -1 src/crypto/openssh/scp.1 1.1.1.8.2.2 +1 -1 src/crypto/openssh/sftp-server.8 1.1.1.11.2.2 +1 -1 src/crypto/openssh/sftp.1 1.1.1.12.2.2 +1 -1 src/crypto/openssh/ssh-add.1 1.1.1.14.2.2 +1 -1 src/crypto/openssh/ssh-agent.1 1.1.1.16.2.2 +1 -1 src/crypto/openssh/ssh-keygen.1 1.1.1.8.2.2 +1 -1 src/crypto/openssh/ssh-keyscan.1 1.1.1.5.2.2 +1 -1 src/crypto/openssh/ssh-keysign.8 1.35.2.2 +1 -1 src/crypto/openssh/ssh.1 1.23.2.3 +1 -1 src/crypto/openssh/ssh_config.5 1.34.2.2 +1 -1 src/crypto/openssh/sshd.8 1.29.2.2 +1 -1 src/crypto/openssh/sshd_config.5 From owner-cvs-src@FreeBSD.ORG Fri Oct 3 11:37: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 6716C1065693; Fri, 3 Oct 2008 11:37:49 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B6A48FC18; Fri, 3 Oct 2008 11:37:49 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93BbnPn094813; Fri, 3 Oct 2008 11:37:49 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93Bbn2G094812; Fri, 3 Oct 2008 11:37:49 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <200810031137.m93Bbn2G094812@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Fri, 3 Oct 2008 11:37: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/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 11:37:49 -0000 brueffer 2008-10-03 11:37:33 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: SVN rev 183570 on 2008-10-03 11:37:33Z by brueffer ITE IT8213F support. Revision Changes Path 1.77 +2 -2 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Fri Oct 3 12:21: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 0BB8A1065686; Fri, 3 Oct 2008 12:21: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 EE1CC8FC0C; Fri, 3 Oct 2008 12:21:35 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93CLZYk099286; Fri, 3 Oct 2008 12:21:35 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93CLZfw099285; Fri, 3 Oct 2008 12:21:35 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810031221.m93CLZfw099285@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 3 Oct 2008 12:21: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/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 12:21:36 -0000 bz 2008-10-03 12:21:21 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: SVN rev 183571 on 2008-10-03 12:21:21Z by bz Implement IPv4 source address selection for unbound sockets. For the jail case we are already looping over the interface addresses before falling back to the only IP address of a jail in case of no match. This is in preparation for the upcoming multi-IPv4/v6/no-IP jail patch this change was developed with initially. This also changes the semantics of selecting the IP for processes within a jail as it now uses the same logic as outside the jail (with additional checks) but no longer is on a mutually exclusive code path. Benchmarks had shown no difference at 95.0% confidence for neither the plain nor the jail case (even with the additional overhead). See: http://lists.freebsd.org/pipermail/freebsd-net/2008-September/019531.html Inpsired by a patch from: Yahoo! (partially) Tested by: latest multi-IP jail patch users (implictly) Discussed with: rwatson (general things around this) Reviewed by: mostly silence (feedback from bms) Help with benchmarking from: kris MFC after: 2 months Revision Changes Path 1.220 +205 -43 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 13:02: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 E5E7C1065689; Fri, 3 Oct 2008 13:02:58 +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 D3F4F8FC19; Fri, 3 Oct 2008 13:02:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93D2wjP012042; Fri, 3 Oct 2008 13:02:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93D2w7S012041; Fri, 3 Oct 2008 13:02:58 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810031302.m93D2w7S012041@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 3 Oct 2008 13:01: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/kern uipc_usrreq.c src/sys/sys un.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, 03 Oct 2008 13:02:59 -0000 rwatson 2008-10-03 13:01:56 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c sys/sys un.h Log: SVN rev 183572 on 2008-10-03 13:01:56Z by rwatson Further minor cleanups to UNIX domain sockets: - Staticize and locally prototype functions uipc_ctloutput(), unp_dispose(), unp_init(), and unp_externalize(), none of which have been required outside of uipc_usrreq.c since uipc_proto.c was removed. - Remove stale prototype for uipc_usrreq(), which has not existed in the code since 1997 - Forward declare and staticize uipc_usrreqs structure in uipc_usrreq.c and not un.h. - Comment on why uipc_connect2() is still non-static -- it is used directly by fifofs. - Remove stale comments, tidy up whitespace. MFC after: 3 days (where applicable) Revision Changes Path 1.218 +16 -24 src/sys/kern/uipc_usrreq.c 1.30 +1 -10 src/sys/sys/un.h From owner-cvs-src@FreeBSD.ORG Fri Oct 3 16:59: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 7304F1065705; Fri, 3 Oct 2008 16:59:28 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D8EF8FC1E; Fri, 3 Oct 2008 16:59:28 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93GxSse050939; Fri, 3 Oct 2008 16:59:28 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93GxSl9050938; Fri, 3 Oct 2008 16:59:28 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810031659.m93GxSl9050938@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Fri, 3 Oct 2008 16:59:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm drm.h drmP.h drm_agpsupport.c drm_atomic.h drm_auth.c drm_bufs.c drm_context.c drm_dma.c drm_drawable.c drm_drv.c drm_fops.c drm_ioctl.c drm_irq.c drm_lock.c drm_memory.c drm_pci.c drm_scatter.c drm_sysctl.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 16:59:28 -0000 rnoland 2008-10-03 16:59:11 UTC FreeBSD src repository Modified files: sys/dev/drm drm.h drmP.h drm_agpsupport.c drm_atomic.h drm_auth.c drm_bufs.c drm_context.c drm_dma.c drm_drawable.c drm_drv.c drm_fops.c drm_ioctl.c drm_irq.c drm_lock.c drm_memory.c drm_pci.c drm_scatter.c drm_sysctl.c drm_vm.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_suspend.c mach64_drv.c mga_drv.c r128_drv.c radeon_cp.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c Log: SVN rev 183573 on 2008-10-03 16:59:11Z by rnoland resync to git master This reverts a private patch which is causing issues with many Intel chipsets. I will review that patch and see what we need to do to fix it up later, but for the time being, we will just get these chips working again. This update contains a lot of code cleanup and is post gem merge (no, we don't have gem support). It should prove much easier to read the code now. A lot of thanks goes to vehemens for that work. I have adapted the code to use cdevpriv for tracking per open file data. That alleviates the old ugly hack that we used to try and accomplish the task and helped to clean up the open / close behavior a good bit. This also replaces the hack that was put in place a year or so ago to prevent radeons from locking up with AIGLX enabled. I have had a couple of radeon testers report that it still works as expected, though I no longer have radeon hardware to test with myself. Other various fixes from the linux crew and Intel, many of which are muddled in with the gem merge. Approved by: jhb (mentor) Obtained from: mesa/drm git master MFC after: 2 weeks Revision Changes Path 1.14 +31 -2 src/sys/dev/drm/drm.h 1.21 +64 -193 src/sys/dev/drm/drmP.h 1.9 +21 -28 src/sys/dev/drm/drm_agpsupport.c 1.3 +0 -53 src/sys/dev/drm/drm_atomic.h 1.4 +8 -7 src/sys/dev/drm/drm_auth.c 1.6 +115 -137 src/sys/dev/drm/drm_bufs.c 1.4 +53 -53 src/sys/dev/drm/drm_context.c 1.4 +10 -9 src/sys/dev/drm/drm_dma.c 1.4 +2 -2 src/sys/dev/drm/drm_drawable.c 1.12 +86 -317 src/sys/dev/drm/drm_drv.c 1.5 +33 -58 src/sys/dev/drm/drm_fops.c 1.4 +20 -22 src/sys/dev/drm/drm_ioctl.c 1.5 +35 -55 src/sys/dev/drm/drm_irq.c 1.5 +82 -88 src/sys/dev/drm/drm_lock.c 1.4 +6 -44 src/sys/dev/drm/drm_memory.c 1.5 +2 -25 src/sys/dev/drm/drm_pci.c 1.5 +11 -11 src/sys/dev/drm/drm_scatter.c 1.4 +3 -3 src/sys/dev/drm/drm_sysctl.c 1.4 +11 -26 src/sys/dev/drm/drm_vm.c 1.10 +216 -149 src/sys/dev/drm/i915_dma.c 1.6 +321 -0 src/sys/dev/drm/i915_drm.h 1.7 +45 -37 src/sys/dev/drm/i915_drv.c 1.6 +299 -28 src/sys/dev/drm/i915_drv.h 1.6 +89 -26 src/sys/dev/drm/i915_irq.c 1.2 +3 -1 src/sys/dev/drm/i915_suspend.c 1.5 +41 -33 src/sys/dev/drm/mach64_drv.c 1.14 +45 -44 src/sys/dev/drm/mga_drv.c 1.13 +42 -40 src/sys/dev/drm/r128_drv.c 1.21 +3 -3 src/sys/dev/drm/radeon_cp.c 1.16 +47 -46 src/sys/dev/drm/radeon_drv.c 1.5 +38 -28 src/sys/dev/drm/savage_drv.c 1.9 +32 -26 src/sys/dev/drm/sis_drv.c 1.12 +27 -20 src/sys/dev/drm/tdfx_drv.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 18: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 8213310656D0; Fri, 3 Oct 2008 18:13:22 +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 570BD8FC1F; Fri, 3 Oct 2008 18:13:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93IDLca062098; Fri, 3 Oct 2008 18:13:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93IDKak062097; Fri, 3 Oct 2008 18:13:20 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810031813.m93IDKak062097@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 3 Oct 2008 18:13: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 subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 18:13:22 -0000 jhb 2008-10-03 18:13:05 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: SVN rev 183574 on 2008-10-03 18:13:05Z by jhb Oops, missed updating a place with with 's/lock1/plock/' when adding interlock support to WITNESS. Specifically, the printf listing the first location when duplicate locks of the same type are acquired. Reported by: pho Revision Changes Path 1.258 +4 -3 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 20:36: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 6C9F410656A3; Fri, 3 Oct 2008 20:36:30 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id A65AB8FC17; Fri, 3 Oct 2008 20:36:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [77.52.108.246] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPSA id 223368755; Fri, 03 Oct 2008 22:36:25 +0300 Message-ID: <48E6742E.3030900@FreeBSD.org> Date: Fri, 03 Oct 2008 22:36:14 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: Ed Schouten References: <200810030519.m935JGwx043022@repoman.freebsd.org> <20081003074744.GY16837@hoeg.nl> In-Reply-To: <20081003074744.GY16837@hoeg.nl> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Andrew Thompson Subject: Re: cvs commit: src/share/man/man4 ng_tty.4 src/sys/netgraph ng_tty.c ng_tty.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, 03 Oct 2008 20:36:30 -0000 Ed Schouten wrote: >> SVN rev 183562 on 2008-10-03 05:14:54Z by thompsa >> >> Update ng_tty for MPSAFE TTY. > > Maybe we should connect it to the build again? I removed the entry from > /sys/conf/NOTES and /sys/modules/netgraph/... when I imported the MPSAFE > TTY bits. I guess we should also remove ng_tty from the entry in > /usr/src/UPDATING. I think it is not a final commit, so we should wait a bit. I have sent Andrew some my comments about this patch. Also some comments should be written to UPDATING that node API was changed and it will require specially updated mpd versions to be used. I will try to release them as soon as node will be ready. -- Alexander Motin From owner-cvs-src@FreeBSD.ORG Fri Oct 3 21:34: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 2B0801065686; Fri, 3 Oct 2008 21:34: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 F40FE8FC18; Fri, 3 Oct 2008 21:34:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93LYBSP091230; Fri, 3 Oct 2008 21:34:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93LYB7X091229; Fri, 3 Oct 2008 21:34:11 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810032134.m93LYB7X091229@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 3 Oct 2008 21:33: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/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 21:34:12 -0000 jhb 2008-10-03 21:33:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_socket.c Log: SVN rev 183575 on 2008-10-03 21:33:58Z by jhb MFC: Update the function name in several assertions in soreceive_dgram(). Approved by: re (kib) Revision Changes Path 1.302.2.7 +4 -4 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 22:40: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 6E06C10656C1; Fri, 3 Oct 2008 22:40:58 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 42E988FC19; Fri, 3 Oct 2008 22:40:58 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93MewU1097538; Fri, 3 Oct 2008 22:40:58 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93MewMJ097537; Fri, 3 Oct 2008 22:40:58 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200810032240.m93MewMJ097537@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Fri, 3 Oct 2008 22:40: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/netgraph/bluetooth/drivers/ubt ng_ubt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 03 Oct 2008 22:40:58 -0000 emax 2008-10-03 22:40:42 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubt ng_ubt.c Log: SVN rev 183576 on 2008-10-03 22:40:42Z by emax Abort transfers on all pipes before closing them. This fixes the crash when Bluetooth USB device is pulled out without stopping the stack first. Submitted by: Vladimir Grebenschikov vova at fbsd dot ru MFC after: 1 week Revision Changes Path 1.36 +5 -0 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 23:17: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 8333D106575E; Fri, 3 Oct 2008 23:17:30 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E8958FC18; Fri, 3 Oct 2008 23:17:30 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93NHT3B001632; Fri, 3 Oct 2008 23:17:29 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93NHTfP001630; Fri, 3 Oct 2008 23:17:29 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <200810032317.m93NHTfP001630@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Fri, 3 Oct 2008 23:17: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/fs/cd9660 cd9660_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: Fri, 03 Oct 2008 23:17:31 -0000 trasz 2008-10-03 23:17:22 UTC FreeBSD src repository Modified files: sys/fs/cd9660 cd9660_node.c Log: SVN rev 183577 on 2008-10-03 23:17:22Z by trasz Fix Vflags abuse in cd9660. There should be no functional changes. Approved by: rwatson (mentor) Revision Changes Path 1.57 +7 -7 src/sys/fs/cd9660/cd9660_node.c From owner-cvs-src@FreeBSD.ORG Fri Oct 3 23: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 C0B151065686; Fri, 3 Oct 2008 23:21:15 +0000 (UTC) (envelope-from svn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95DB48FC23; Fri, 3 Oct 2008 23:21:15 +0000 (UTC) (envelope-from svn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93NLFFH001976; Fri, 3 Oct 2008 23:21:15 GMT (envelope-from svn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93NLF2N001975; Fri, 3 Oct 2008 23:21:15 GMT (envelope-from svn@repoman.freebsd.org) Message-Id: <200810032321.m93NLF2N001975@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to svn@repoman.freebsd.org using -f From: Subversion owner Date: Fri, 3 Oct 2008 23: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/fs/fdescfs fdesc_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: Fri, 03 Oct 2008 23:21:15 -0000 svn 2008-10-03 23:21:15 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c Log: SVN rev 183578 on 2008-10-03 23:21:15Z by svn Fix Vflags abuse in fdescfs. There should be no functional changes. Approved by: rwatson (mentor) Revision Changes Path 1.113 +1 -3 src/sys/fs/fdescfs/fdesc_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 01:11: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 F2DFE106568D; Sat, 4 Oct 2008 01:11:57 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id B611D8FC12; Sat, 4 Oct 2008 01:11:57 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [192.168.1.101] (cpe-74-77-179-53.buffalo.res.rr.com [74.77.179.53]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id m940rAkj030997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Oct 2008 20:53:13 -0400 (EDT) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: cvs-src , cvs-all Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9oTX9JKxwgKcuwMF6RGG" Date: Fri, 03 Oct 2008 20:53:04 -0400 Message-Id: <1223081584.65610.7.camel@neo.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1336; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=2.2 required=5.0 tests=RCVD_IN_PBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC autolearn=no version=3.2.3 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: Subject: cvs commit: Branching for RELENG_6_4... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 01:11:58 -0000 --=-9oTX9JKxwgKcuwMF6RGG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm sending this after-the-fact, and more or less "for posterity's sake". Thursday Oct 2nd 2008 at around 3:00 UTC we created the RELENG_6_4 branch in preparation for the 6.4-RC1 builds. This was the first time we've branched using SVN. The email message that would have gone to the cvs-src@ and cvs-all@ mailing lists as a result of that commit was, umm, big. We decided to kill that at the moderator stage and send this instead. :-) --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-9oTX9JKxwgKcuwMF6RGG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkjmvmYACgkQ/G14VSmup/aNMACeOoz4Q99iXGLqA865u6UiMM8o gboAnRCz/QqnA+B+w/8XMqvuLOvRw2wQ =r28j -----END PGP SIGNATURE----- --=-9oTX9JKxwgKcuwMF6RGG-- From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:41: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 54E611065687; Sat, 4 Oct 2008 02:41:19 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 292888FC15; Sat, 4 Oct 2008 02:41:19 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942fJwG033131; Sat, 4 Oct 2008 02:41:19 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942fJJq033130; Sat, 4 Oct 2008 02:41:19 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040241.m942fJJq033130@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:35:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 02:41:19 -0000 kensmith 2008-10-04 02:35:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) . Makefile.inc1 Log: SVN rev 183579 on 2008-10-04 02:35:57Z by kensmith Shift branch used for "make update" from RELENG_6 to RELENG_6_4. Approved by: re (implicit) Revision Changes Path 1.499.2.23.2.2 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:42:07 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 59E121065693; Sat, 4 Oct 2008 02:42:07 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8348FC0A; Sat, 4 Oct 2008 02:42:07 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942g7JR033204; Sat, 4 Oct 2008 02:42:07 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942g70h033203; Sat, 4 Oct 2008 02:42:07 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040242.m942g70h033203@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:39:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src/release 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, 04 Oct 2008 02:42:07 -0000 kensmith 2008-10-04 02:39:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) release Makefile Log: SVN rev 183580 on 2008-10-04 02:39:58Z by kensmith Update 6.3 -> 6.4 Approved by: re (implicit) Revision Changes Path 1.887.2.22.2.2 +2 -2 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:42: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 1D3AF1065686; Sat, 4 Oct 2008 02:42:16 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E61B08FC1B; Sat, 4 Oct 2008 02:42:15 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942gFsS033238; Sat, 4 Oct 2008 02:42:15 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942gFJi033237; Sat, 4 Oct 2008 02:42:15 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040242.m942gFJi033237@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:41: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/release 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, 04 Oct 2008 02:42:16 -0000 kensmith 2008-10-04 02:41:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile Log: SVN rev 183581 on 2008-10-04 02:41:44Z by kensmith Update 6.3 -> 6.4 where needed. Approved by: re (implicit) Revision Changes Path 1.887.2.23 +2 -2 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:45: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 9E2B41065693; Sat, 4 Oct 2008 02:45:16 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71CAC8FC0A; Sat, 4 Oct 2008 02:45:16 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942jGjd033530; Sat, 4 Oct 2008 02:45:16 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942jGoO033529; Sat, 4 Oct 2008 02:45:16 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040245.m942jGoO033529@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:45:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src/share/examples/cvsup standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 02:45:16 -0000 kensmith 2008-10-04 02:45:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) share/examples/cvsup standard-supfile Log: SVN rev 183582 on 2008-10-04 02:45:13Z by kensmith Adjust branch tag in example. Approved by: re (implicit) Revision Changes Path 1.23.4.4.4.2 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:48: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 BEC2B1065686; Sat, 4 Oct 2008 02:48:47 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 936438FC15; Sat, 4 Oct 2008 02:48:47 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942mlB0033768; Sat, 4 Oct 2008 02:48:47 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942mlSo033767; Sat, 4 Oct 2008 02:48:47 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040248.m942mlSo033767@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:48:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 02:48:47 -0000 kensmith 2008-10-04 02:48:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) sys/sys param.h Log: SVN rev 183583 on 2008-10-04 02:48:28Z by kensmith Adjust __FreeBSD_version to reflect a new release branch. Approved by: re (implicit) Revision Changes Path 1.244.2.38.2.2 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:50: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 C340B1065690; Sat, 4 Oct 2008 02:50:33 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 980678FC14; Sat, 4 Oct 2008 02:50:33 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942oXPg033964; Sat, 4 Oct 2008 02:50:33 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942oXRL033963; Sat, 4 Oct 2008 02:50:33 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040250.m942oXRL033963@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:50:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 02:50:33 -0000 kensmith 2008-10-04 02:50:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: SVN rev 183584 on 2008-10-04 02:50:29Z by kensmith Bump __FreeBSD_version to reflect 6.4 now that the branching has been done for 6.4. Approved by: re (implicit) Revision Changes Path 1.244.2.39 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:56: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 E85DE106569F; Sat, 4 Oct 2008 02:56:19 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC3588FC15; Sat, 4 Oct 2008 02:56:19 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942uJHK034392; Sat, 4 Oct 2008 02:56:19 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942uJJX034391; Sat, 4 Oct 2008 02:56:19 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040256.m942uJJX034391@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:56:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add 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: Sat, 04 Oct 2008 02:56:20 -0000 kensmith 2008-10-04 02:56:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add main.c Log: SVN rev 183585 on 2008-10-04 02:56:02Z by kensmith Add info for the two upcoming releases - 6.4 and 7.1. Approved by: re (implicit) Revision Changes Path 1.61.2.14 +2 -0 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 02:59: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 9F3DD1065779; Sat, 4 Oct 2008 02:59:05 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72B0A8FC0A; Sat, 4 Oct 2008 02:59:05 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m942x5gc034583; Sat, 4 Oct 2008 02:59:05 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m942x5su034582; Sat, 4 Oct 2008 02:59:05 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810040259.m942x5su034582@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 4 Oct 2008 02:58:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_4 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add 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: Sat, 04 Oct 2008 02:59:05 -0000 kensmith 2008-10-04 02:58:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) usr.sbin/pkg_install/add main.c Log: SVN rev 183586 on 2008-10-04 02:58:54Z by kensmith MFS r183585: > Add info for the two upcoming releases - 6.4 and 7.1. Approved by: re (implicit) Revision Changes Path 1.61.2.13.2.2 +2 -0 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 04:15: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 629A0106568E; Sat, 4 Oct 2008 04:15:53 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FD008FC1C; Sat, 4 Oct 2008 04:15:53 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m944Frdt043077; Sat, 4 Oct 2008 04:15:53 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m944FrRT043076; Sat, 4 Oct 2008 04:15:53 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200810040415.m944FrRT043076@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Sat, 4 Oct 2008 04:15:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 04 Oct 2008 04:15:53 -0000 weongyo 2008-10-04 04:15:39 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: SVN rev 183587 on 2008-10-04 04:15:39Z by weongyo sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not NDIS_TXPKTS and don't allocate unused extra spaces for sc->ndis_txarray and sc->ndis_txpool. PR: kern/127644 Submitted by: Antoine Pelisse MFC after: 1 week Revision Changes Path 1.144 +2 -2 src/sys/dev/if_ndis/if_ndis.c 1.34 +1 -1 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-src@FreeBSD.ORG Sat Oct 4 07:19:41 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 A7A6A1065695; Sat, 4 Oct 2008 07:19:41 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D24A8FC1B; Sat, 4 Oct 2008 07:19:41 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m947JfMb069755; Sat, 4 Oct 2008 07:19:41 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m947Jfa4069754; Sat, 4 Oct 2008 07:19:41 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810040719.m947Jfa4069754@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 4 Oct 2008 07:19:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc pmc_events.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, 04 Oct 2008 07:19:41 -0000 jkoshy 2008-10-04 07:19:26 UTC FreeBSD src repository Modified files: sys/dev/hwpmc pmc_events.h Log: SVN rev 183588 on 2008-10-04 07:19:26Z by jkoshy Fix a typo. Revision Changes Path 1.4 +1 -1 src/sys/dev/hwpmc/pmc_events.h From owner-cvs-src@FreeBSD.ORG Sat Oct 4 08:50: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 E7C1B106568D for ; Sat, 4 Oct 2008 08:50:46 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: from web39104.mail.mud.yahoo.com (web39104.mail.mud.yahoo.com [209.191.87.32]) by mx1.freebsd.org (Postfix) with SMTP id AE5BF8FC14 for ; Sat, 4 Oct 2008 08:50:46 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: (qmail 51477 invoked by uid 60001); 4 Oct 2008 08:50:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=3NSZpBbeSMB3Vx7PLxxWm018yskoGoZ7hBlkOG6Is1lUqx5Go3y6Lmdgct5esmkhVZgCR/IvLMQKsoVJcO2lAhFWh4YsdEx4zomkAbU3wfEgGljvkWSXFHwlsafnXHaOrXp/MPYZuoCsNG9Bjo6yZ4D946tsFmcq+IjpyJSc+5A=; X-YMail-OSG: uN1Eo9wVM1nX6yBeWRbJoywX316wXSN.FWeeIrjGNWzkqZImY14PSg4eROFmvtRE5vn5FAWDpqZ7jZocL27sJeY25drdvkOUJ6hEj8KkfcBAy7KSp.Woo1jJi_DGJ_551SdI9l6q7_vspRU.gTtMX8v.nBg- Received: from [66.230.230.230] by web39104.mail.mud.yahoo.com via HTTP; Sat, 04 Oct 2008 01:50:45 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Sat, 4 Oct 2008 01:50:45 -0700 (PDT) From: bf To: cvs-src@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <983704.51422.qm@web39104.mail.mud.yahoo.com> Subject: cvs commit: src/crypto/openssh sshconnect2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf2006a@yahoo.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 08:50:47 -0000 Re: SVN rev 183568 on 2008-10-03 10:40:26Z by des For what it's worth, from OpenBSD CVS (I don't know whether the "as is fairly typical" below is griping about lack of feedback from downstream in general, or whether des@ in particular is acquiring a reputation as the "John Bolton of software maintainers" in certain quarters ;) ): "deraadt@src / 2008-10-03 23:56:28 UTC openbsd/OpenBSD: src/usr.bin/ssh sshconnect2.c Repair strnvis() buffersize of 4*n+1, with termination gauranteed[sic] by the function. spotted by des at freebsd, who commited an incorrect fix to the freebsd tree and (as is fairly typical) did not report the problem to us. But this fix is correct. ok djm Files rc/usr.bin/ssh/sshconnect2.c" with the diff ( http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshconnect2.c.diff?r1=1.167&r2=1.168 ): =================================================================== RCS file: /usr/OpenBSD/cvs/src/usr.bin/ssh/sshconnect2.c,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- src/usr.bin/ssh/sshconnect2.c 2008/07/31 14:48:28 1.167 +++ src/usr.bin/ssh/sshconnect2.c 2008/10/03 23:56:28 1.168 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect2.c,v 1.167 2008/07/31 14:48:28 markus Exp $ */ +/* $OpenBSD: sshconnect2.c,v 1.168 2008/10/03 23:56:28 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -380,8 +380,8 @@ if (len > 0 && options.log_level >= SYSLOG_LEVEL_INFO) { if (len > 65536) len = 65536; - msg = xmalloc(len * 4); /* max expansion from strnvis() */ - strnvis(msg, raw, len * 4, VIS_SAFE|VIS_OCTAL); + msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */ + strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL); fprintf(stderr, "%s", msg); xfree(msg); } From owner-cvs-src@FreeBSD.ORG Sat Oct 4 08:55: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 72B5910656F2; Sat, 4 Oct 2008 08:55: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 47E678FC08; Sat, 4 Oct 2008 08:55:43 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m948thKb087622; Sat, 4 Oct 2008 08:55:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m948thW7087621; Sat, 4 Oct 2008 08:55:43 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200810040855.m948thW7087621@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 4 Oct 2008 08:55: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/dev/fatm if_fatm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 08:55:43 -0000 marius 2008-10-04 08:55:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/fatm if_fatm.c Log: SVN rev 183589 on 2008-10-04 08:55:30Z by marius MFC: r183504 Use bus_get_dma_tag() so fatm(4) works on platforms requiring it. Reported and tested by: Sean Thomas Caron Approved by: re (gnn) Revision Changes Path 1.23.2.1 +1 -1 src/sys/dev/fatm/if_fatm.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 10:41: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 67695106568C; Sat, 4 Oct 2008 10:41:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 554898FC0A; Sat, 4 Oct 2008 10:41:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94AfH51098003; Sat, 4 Oct 2008 10:41:17 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94AfHV3098002; Sat, 4 Oct 2008 10:41:17 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <200810041041.m94AfHV3098002@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2008 10:39: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/conf files src/sys/dev/hptiop hptiop.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, 04 Oct 2008 10:41:17 -0000 antoine 2008-10-04 10:39:31 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/hptiop hptiop.h Log: SVN rev 183590 on 2008-10-04 10:39:31Z by antoine - Spell cam correctly (scbus), this makes it possible to compile hptiop in GENERIC and LINT. [1] - Rename hpt_dbg_level to hpt_iop_dbg_level to avoid multiple definition of hpt_dbg_level (hptmv also has hpt_dbg_level). PR: 127551 [1] Reviewed by: scottl@ MFC after: 1 month Revision Changes Path 1.1336 +1 -1 src/sys/conf/files 1.3 +2 -2 src/sys/dev/hptiop/hptiop.h From owner-cvs-src@FreeBSD.ORG Sat Oct 4 11:49: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 3F29F1065692; Sat, 4 Oct 2008 11:49:29 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 141558FC14; Sat, 4 Oct 2008 11:49:29 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94BnSEE004354; Sat, 4 Oct 2008 11:49:28 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94BnSD6004353; Sat, 4 Oct 2008 11:49:28 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200810041149.m94BnSD6004353@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Sat, 4 Oct 2008 11:49: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/usr.sbin/sysinstall devices.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 11:49:29 -0000 stas 2008-10-04 11:49:26 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: SVN rev 183591 on 2008-10-04 11:49:26Z by stas - Add ae(4) to sysinstall devices list. Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.178 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 11:50: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 BE81E1065735; Sat, 4 Oct 2008 11:49:59 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1E98FC29; Sat, 4 Oct 2008 11:49:59 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94BnxVO004409; Sat, 4 Oct 2008 11:49:59 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94BnxYE004408; Sat, 4 Oct 2008 11:49:59 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200810041149.m94BnxYE004408@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Sat, 4 Oct 2008 11:49: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/boot/forth loader.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 11:50:00 -0000 stas 2008-10-04 11:49:53 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: SVN rev 183592 on 2008-10-04 11:49:53Z by stas - Add ae(4) to loader.conf. Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.134 +1 -0 src/sys/boot/forth/loader.conf From owner-cvs-src@FreeBSD.ORG Sat Oct 4 12:28: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 97E111065707; Sat, 4 Oct 2008 12:28:01 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8539F8FC14; Sat, 4 Oct 2008 12:28:01 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94CS1fu008461; Sat, 4 Oct 2008 12:28:01 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94CS1Q4008460; Sat, 4 Oct 2008 12:28:01 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810041228.m94CS1Q4008460@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 4 Oct 2008 12:27: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/lib/libpmc Makefile pmc.atom.3 pmc.core.3 pmc.core2.3 pmc.iaf.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 12:28:01 -0000 jkoshy 2008-10-04 12:27:49 UTC FreeBSD src repository Modified files: lib/libpmc Makefile Added files: lib/libpmc pmc.atom.3 pmc.core.3 pmc.core2.3 pmc.iaf.3 Log: SVN rev 183593 on 2008-10-04 12:27:49Z by jkoshy Add manual pages for performance measurement counters present in Intel Atom(tm), Core(tm) and Core2(tm) CPUs. Revision Changes Path 1.12 +4 -0 src/lib/libpmc/Makefile 1.1 +1192 -0 src/lib/libpmc/pmc.atom.3 (new) 1.1 +735 -0 src/lib/libpmc/pmc.core.3 (new) 1.1 +1112 -0 src/lib/libpmc/pmc.core2.3 (new) 1.1 +128 -0 src/lib/libpmc/pmc.iaf.3 (new) From owner-cvs-src@FreeBSD.ORG Sat Oct 4 12:35: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 E7C821065746; Sat, 4 Oct 2008 12:35:17 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BCD678FC1D; Sat, 4 Oct 2008 12:35:17 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94CZHsO009140; Sat, 4 Oct 2008 12:35:17 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94CZHPe009139; Sat, 4 Oct 2008 12:35:17 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810041235.m94CZHPe009139@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 4 Oct 2008 12:35: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/libpmc pmc.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 12:35:18 -0000 jkoshy 2008-10-04 12:35:02 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: SVN rev 183594 on 2008-10-04 12:35:02Z by jkoshy - Cross-reference new manual pages. - Spell new PMC class names correctly. Revision Changes Path 1.23 +14 -8 src/lib/libpmc/pmc.3 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 12: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 C72D11065693; Sat, 4 Oct 2008 12:44:18 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCA68FC15; Sat, 4 Oct 2008 12:44:18 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94CiIax009845; Sat, 4 Oct 2008 12:44:18 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94CiIep009844; Sat, 4 Oct 2008 12:44:18 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810041244.m94CiIep009844@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 4 Oct 2008 12:44: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/lib/libpmc pmc.k7.3 pmc.p4.3 pmc.p5.3 pmc.tsc.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 12:44:18 -0000 jkoshy 2008-10-04 12:44:05 UTC FreeBSD src repository Modified files: lib/libpmc pmc.k7.3 pmc.p4.3 pmc.p5.3 pmc.tsc.3 Log: SVN rev 183595 on 2008-10-04 12:44:05Z by jkoshy Cross-reference new manual pages. Revision Changes Path 1.3 +5 -1 src/lib/libpmc/pmc.k7.3 1.2 +5 -1 src/lib/libpmc/pmc.p4.3 1.5 +5 -1 src/lib/libpmc/pmc.p5.3 1.2 +5 -1 src/lib/libpmc/pmc.tsc.3 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 12:53: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 EFD4C1065699; Sat, 4 Oct 2008 12:53:19 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C4BCC8FC28; Sat, 4 Oct 2008 12:53:19 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94CrJwx019981; Sat, 4 Oct 2008 12:53:19 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94CrJOW019980; Sat, 4 Oct 2008 12:53:19 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810041253.m94CrJOW019980@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 4 Oct 2008 12:53: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/libpmc pmc.k8.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 12:53:20 -0000 jkoshy 2008-10-04 12:53:08 UTC FreeBSD src repository Modified files: lib/libpmc pmc.k8.3 Log: SVN rev 183596 on 2008-10-04 12:53:08Z by jkoshy Add cross-references. Revision Changes Path 1.4 +5 -1 src/lib/libpmc/pmc.k8.3 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 12:54: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 98139106568B; Sat, 4 Oct 2008 12:54:35 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D15E8FC1B; Sat, 4 Oct 2008 12:54:35 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94CsZo1020083; Sat, 4 Oct 2008 12:54:35 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94CsZS5020082; Sat, 4 Oct 2008 12:54:35 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200810041254.m94CsZS5020082@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 4 Oct 2008 12:54: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/lib/libpmc pmc.p6.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 12:54:35 -0000 jkoshy 2008-10-04 12:54:25 UTC FreeBSD src repository Modified files: lib/libpmc pmc.p6.3 Log: SVN rev 183597 on 2008-10-04 12:54:25Z by jkoshy - Add cross-references. - Tweak -mdoc use. Revision Changes Path 1.4 +6 -3 src/lib/libpmc/pmc.p6.3 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 13:10:51 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 AE1B51065693; Sat, 4 Oct 2008 13:10:51 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9658FC1B; Sat, 4 Oct 2008 13:10:51 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94DApW4022483; Sat, 4 Oct 2008 13:10:51 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94DAp6f022482; Sat, 4 Oct 2008 13:10:51 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810041310.m94DAp6f022482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Sat, 4 Oct 2008 13:10: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/boot/uboot/lib api_public.h glue.c glue.h net.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 13:10:51 -0000 raj 2008-10-04 13:10:38 UTC FreeBSD src repository Modified files: sys/boot/uboot/lib api_public.h glue.c glue.h net.c Log: SVN rev 183598 on 2008-10-04 13:10:38Z by raj U-Boot API glue improvements: - extend ub_dev_read() and ub_dev_recv() so that the actual len and all error codes can be passed and processed properly; unify behaviour of these routines - introduce syscall general error code (API_ESYSC) Revision Changes Path 1.4 +1 -0 src/sys/boot/uboot/lib/api_public.h 1.6 +22 -28 src/sys/boot/uboot/lib/glue.c 1.5 +6 -3 src/sys/boot/uboot/lib/glue.h 1.5 +16 -11 src/sys/boot/uboot/lib/net.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 13:19: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 7F3A410656AD; Sat, 4 Oct 2008 13:19:22 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5F98FC13; Sat, 4 Oct 2008 13:19:22 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94DJM56023113; Sat, 4 Oct 2008 13:19:22 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94DJMi0023112; Sat, 4 Oct 2008 13:19:22 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810041319.m94DJMi0023112@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Sat, 4 Oct 2008 13:19:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/uboot/lib api_public.h glue.c glue.h net.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 13:19:26 -0000 raj 2008-10-04 13:19:15 UTC FreeBSD src repository Modified files: sys/boot/uboot/lib api_public.h glue.c glue.h net.c Log: SVN rev 183599 on 2008-10-04 13:19:15Z by raj Minor style(9) fixes for U-Boot API glue. Revision Changes Path 1.5 +1 -1 src/sys/boot/uboot/lib/api_public.h 1.7 +1 -1 src/sys/boot/uboot/lib/glue.c 1.6 +11 -12 src/sys/boot/uboot/lib/glue.h 1.6 +10 -11 src/sys/boot/uboot/lib/net.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 14:08: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 AC7C810656BD; Sat, 4 Oct 2008 14:08:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 987938FC0A; Sat, 4 Oct 2008 14:08:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94E8Q4S028283; Sat, 4 Oct 2008 14:08:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94E8QSb028282; Sat, 4 Oct 2008 14:08:26 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810041408.m94E8QSb028282@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 4 Oct 2008 14:08: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/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 14:08:26 -0000 kib 2008-10-04 14:08:16 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_map.c Log: SVN rev 183600 on 2008-10-04 14:08:16Z by kib Change the linprocfs /maps and procfs /map handlers to use sbuf instead of doing uiomove. This allows for reads from non-zero offsets to work. Patch is forward-ported des@' one, and was adopted to current code by dchagin@ and me. Reviewed by: des (linprocfs part) PR: kern/101453 MFC after: 1 week Revision Changes Path 1.125 +5 -29 src/sys/compat/linprocfs/linprocfs.c 1.42 +7 -29 src/sys/fs/procfs/procfs_map.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 14:12: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 A57E81065716; Sat, 4 Oct 2008 14:12:22 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5AB8FCAC; Sat, 4 Oct 2008 14:12:20 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94ECK9F028671; Sat, 4 Oct 2008 14:12:20 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94ECKgE028670; Sat, 4 Oct 2008 14:12:20 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200810041412.m94ECKgE028670@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sat, 4 Oct 2008 14:12:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Sat, 04 Oct 2008 14:12:23 -0000 simon 2008-10-04 14:12:09 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: SVN rev 183601 on 2008-10-04 14:12:09Z by simon - Document that 'show alllocks' and 'show locks' are only available with witness. - Remove references to non-existing witness(9) and replace with witness(4) where appropriate. - Bump document date. MFC after: 3 days Revision Changes Path 1.59 +10 -5 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 14:22: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 732281065749; Sat, 4 Oct 2008 14:22:07 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D35BB8FC08; Sat, 4 Oct 2008 14:22:06 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94EM6Vj029447; Sat, 4 Oct 2008 14:22:06 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94EM6G6029446; Sat, 4 Oct 2008 14:22:06 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200810041422.m94EM6G6029446@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Sat, 4 Oct 2008 14:21:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile ae.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 14:22:09 -0000 stas 2008-10-04 14:21:54 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 ae.4 Log: SVN rev 183602 on 2008-10-04 14:21:54Z by stas - Add manual page for ae(4) driver. Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.432 +1 -0 src/share/man/man4/Makefile 1.1 +152 -0 src/share/man/man4/ae.4 (new) From owner-cvs-src@FreeBSD.ORG Sat Oct 4 14:45: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 C823B1065698; Sat, 4 Oct 2008 14:45:37 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC6B8FC14; Sat, 4 Oct 2008 14:45:37 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94Ejbn4031298; Sat, 4 Oct 2008 14:45:37 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94Ejb3x031297; Sat, 4 Oct 2008 14:45:37 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810041445.m94Ejb3x031297@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Sat, 4 Oct 2008 14:45:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm drm_bufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 14:45:37 -0000 rnoland 2008-10-04 14:45:34 UTC FreeBSD src repository Modified files: sys/dev/drm drm_bufs.c Log: SVN rev 183603 on 2008-10-04 14:45:34Z by rnoland Change drm_order() to use ffsl() pointed out by jhb@ Approved by: jhb (mentor) Revision Changes Path 1.7 +4 -3 src/sys/dev/drm/drm_bufs.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 14:48: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 CF3141065692; Sat, 4 Oct 2008 14:48:53 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB7718FC12; Sat, 4 Oct 2008 14:48:53 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94EmrOp031531; Sat, 4 Oct 2008 14:48:53 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94EmrMv031530; Sat, 4 Oct 2008 14:48:53 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810041448.m94EmrMv031530@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Sat, 4 Oct 2008 14:48:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 14:48:53 -0000 rnoland 2008-10-04 14:48:40 UTC FreeBSD src repository Modified files: sys/dev/drm i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c Log: SVN rev 183604 on 2008-10-04 14:48:40Z by rnoland Use M_WAITOK when allocating driver memory We don't explicity check for error here and M_WAITOK will just put the process to sleep waiting on resources to become available. Suggested by jhb@ Approved by: jhb (mentor) Revision Changes Path 1.8 +3 -1 src/sys/dev/drm/i915_drv.c 1.6 +3 -1 src/sys/dev/drm/mach64_drv.c 1.15 +3 -1 src/sys/dev/drm/mga_drv.c 1.14 +3 -1 src/sys/dev/drm/r128_drv.c 1.17 +3 -1 src/sys/dev/drm/radeon_drv.c 1.6 +3 -1 src/sys/dev/drm/savage_drv.c 1.10 +3 -1 src/sys/dev/drm/sis_drv.c 1.13 +3 -1 src/sys/dev/drm/tdfx_drv.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 14:51: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 B3CDA106569E; Sat, 4 Oct 2008 14:51:24 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AEE18FC0C; Sat, 4 Oct 2008 14:51:24 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94EpOO5031809; Sat, 4 Oct 2008 14:51:24 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94EpOpv031808; Sat, 4 Oct 2008 14:51:24 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810041451.m94EpOpv031808@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Sat, 4 Oct 2008 14:51: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/dev/drm i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 14:51:24 -0000 rnoland 2008-10-04 14:51:14 UTC FreeBSD src repository Modified files: sys/dev/drm i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c Log: SVN rev 183605 on 2008-10-04 14:51:14Z by rnoland Don't explicitly bzer driver softc new-bus already handles this for us. Suggested by jhb@ Approved by: jhb (mentor) Revision Changes Path 1.9 +0 -2 src/sys/dev/drm/i915_drv.c 1.7 +0 -2 src/sys/dev/drm/mach64_drv.c 1.16 +0 -2 src/sys/dev/drm/mga_drv.c 1.15 +0 -2 src/sys/dev/drm/r128_drv.c 1.18 +0 -2 src/sys/dev/drm/radeon_drv.c 1.7 +0 -2 src/sys/dev/drm/savage_drv.c 1.11 +0 -2 src/sys/dev/drm/sis_drv.c 1.14 +0 -2 src/sys/dev/drm/tdfx_drv.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 15:06: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 818C91065696; Sat, 4 Oct 2008 15:06:45 +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 6D4AE8FC08; Sat, 4 Oct 2008 15:06:45 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94F6jW8034249; Sat, 4 Oct 2008 15:06:45 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94F6jw2034248; Sat, 4 Oct 2008 15:06:45 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810041506.m94F6jw2034248@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 4 Oct 2008 15:06:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net pf.c src/sys/netinet in_pcb.c in_pcb.h ip_fw2.c raw_ip.c tcp_subr.c udp_usrreq.c src/sys/netinet6 in6_pcb.c udp6_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: Sat, 04 Oct 2008 15:06:45 -0000 bz 2008-10-04 15:06:34 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c sys/netinet in_pcb.c in_pcb.h ip_fw2.c raw_ip.c tcp_subr.c udp_usrreq.c sys/netinet6 in6_pcb.c udp6_usrreq.c Log: SVN rev 183606 on 2008-10-04 15:06:34Z by bz Cache so_cred as inp_cred in the inpcb. This means that inp_cred is always there, even after the socket has gone away. It also means that it is constant for the lifetime of the inp. Both facts lead to simpler code and possibly less locking. Suggested by: rwatson Reviewed by: rwatson MFC after: 6 weeks X-MFC Note: use a inp_pspare for inp_cred Revision Changes Path 1.58 +5 -15 src/sys/contrib/pf/net/pf.c 1.221 +8 -4 src/sys/netinet/in_pcb.c 1.116 +1 -0 src/sys/netinet/in_pcb.h 1.197 +7 -15 src/sys/netinet/ip_fw2.c 1.195 +12 -11 src/sys/netinet/raw_ip.c 1.318 +2 -2 src/sys/netinet/tcp_subr.c 1.239 +1 -1 src/sys/netinet/udp_usrreq.c 1.97 +6 -6 src/sys/netinet6/in6_pcb.c 1.96 +1 -1 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 15:39: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 9DA3A1065697; Sat, 4 Oct 2008 15:39:36 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 520AF8FC15; Sat, 4 Oct 2008 15:39:35 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 780E29CB33B; Sat, 4 Oct 2008 17:39:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6t8JArwPYQz2; Sat, 4 Oct 2008 17:39:00 +0200 (CEST) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 919BE9CB544; Sat, 4 Oct 2008 17:39:00 +0200 (CEST) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m94Fd04p098585; Sat, 4 Oct 2008 17:39:00 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 4 Oct 2008 17:39:00 +0200 From: Roman Divacky To: Konstantin Belousov Message-ID: <20081004153900.GA97609@freebsd.org> References: <200810041408.m94E8QSb028282@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810041408.m94E8QSb028282@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/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 15:39:36 -0000 On Sat, Oct 04, 2008 at 02:08:16PM +0000, Konstantin Belousov wrote: > kib 2008-10-04 14:08:16 UTC > > FreeBSD src repository > > Modified files: > sys/compat/linprocfs linprocfs.c > sys/fs/procfs procfs_map.c > Log: > SVN rev 183600 on 2008-10-04 14:08:16Z by kib > > Change the linprocfs /maps and procfs /map handlers to use > sbuf instead of doing uiomove. This allows for reads from non-zero > offsets to work. > > Patch is forward-ported des@' one, and was adopted to current code > by dchagin@ and me. > > Reviewed by: des (linprocfs part) > PR: kern/101453 > MFC after: 1 week > > Revision Changes Path > 1.125 +5 -29 src/sys/compat/linprocfs/linprocfs.c > 1.42 +7 -29 src/sys/fs/procfs/procfs_map.c it should be noted that this patch lets flash9 work reliably on FreeBSD. From owner-cvs-src@FreeBSD.ORG Sat Oct 4 15:41: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 2C62D106564A; Sat, 4 Oct 2008 15:41:34 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00A7B8FC15; Sat, 4 Oct 2008 15:41:34 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94FfXFF036990; Sat, 4 Oct 2008 15:41:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94FfXDe036989; Sat, 4 Oct 2008 15:41:33 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200810041541.m94FfXDe036989@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sat, 4 Oct 2008 15:41:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 15:41:34 -0000 simon 2008-10-04 15:41:25 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware article.sgml Log: SVN rev 183607 on 2008-10-04 15:41:25Z by simon - Add ae(4). - Add 2008 to copyright years. Revision Changes Path 1.333 +3 -0 src/release/doc/en_US.ISO8859-1/hardware/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Oct 4 15:44: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 C79B1106569D; Sat, 4 Oct 2008 15:44:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD03A8FC0A; Sat, 4 Oct 2008 15:44:34 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94FiYUs037222; Sat, 4 Oct 2008 15:44:34 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94FiYcJ037221; Sat, 4 Oct 2008 15:44:34 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200810041544.m94FiYcJ037221@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Sat, 4 Oct 2008 15:44:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 15:44:35 -0000 stas 2008-10-04 15:44:22 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: SVN rev 183608 on 2008-10-04 15:44:22Z by stas - Add ae(4) to the list of devices support full hardware VLAN tags processing. Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.48 +1 -0 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 16:19: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 AB5CD1065691; Sat, 4 Oct 2008 16:19:44 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 57B378FC1C; Sat, 4 Oct 2008 16:19:44 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 2674B20373D; Sat, 4 Oct 2008 19:52:47 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1260272858; Sat, 04 Oct 2008 19:52:46 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.2) with ESMTP id m94FqkXf039310; Sat, 4 Oct 2008 19:52:46 +0400 (MSD) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.2/Submit) id m94FqfCJ039309; Sat, 4 Oct 2008 19:52:41 +0400 (MSD) (envelope-from root) Date: Sat, 4 Oct 2008 19:52:41 +0400 From: Chagin Dmitry To: Roman Divacky Message-ID: <20081004155241.GA39288@dchagin.dialup.corbina.ru> References: <200810041408.m94E8QSb028282@repoman.freebsd.org> <20081004153900.GA97609@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081004153900.GA97609@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Konstantin Belousov , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 16:19:44 -0000 On Sat, Oct 04, 2008 at 05:39:00PM +0200, Roman Divacky wrote: > On Sat, Oct 04, 2008 at 02:08:16PM +0000, Konstantin Belousov wrote: > > kib 2008-10-04 14:08:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/compat/linprocfs linprocfs.c > > sys/fs/procfs procfs_map.c > > Log: > > SVN rev 183600 on 2008-10-04 14:08:16Z by kib > > > > Change the linprocfs /maps and procfs /map handlers to use > > sbuf instead of doing uiomove. This allows for reads from non-zero > > offsets to work. > > > > Patch is forward-ported des@' one, and was adopted to current code > > by dchagin@ and me. > > > > Reviewed by: des (linprocfs part) > > PR: kern/101453 > > MFC after: 1 week > > > > Revision Changes Path > > 1.125 +5 -29 src/sys/compat/linprocfs/linprocfs.c > > 1.42 +7 -29 src/sys/fs/procfs/procfs_map.c > > it should be noted that this patch lets flash9 work reliably on FreeBSD. > only for compat.linux.osrelease=2.4.2 2.6.16 still requires affinity() patch. I'm sure thnx Kostik! -- Have fun! chd From owner-cvs-src@FreeBSD.ORG Sat Oct 4 16:21: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 136441065691; Sat, 4 Oct 2008 16:21:21 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D328A8FC36; Sat, 4 Oct 2008 16:21:20 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94GLKBA054920; Sat, 4 Oct 2008 16:21:20 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94GLKir054918; Sat, 4 Oct 2008 16:21:20 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200810041621.m94GLKir054918@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sat, 4 Oct 2008 16:21:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ae.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 16:21:21 -0000 simon 2008-10-04 16:21:04 UTC FreeBSD src repository Modified files: share/man/man4 ae.4 Log: SVN rev 183609 on 2008-10-04 16:21:04Z by simon - Minor mdoc cleanup. - Make HARDWARE section a bit more friendly for the Hardware Notes. Revision Changes Path 1.2 +4 -3 src/share/man/man4/ae.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 16:48: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 3C9321065686; Sat, 4 Oct 2008 16:48:22 +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 118C48FC14; Sat, 4 Oct 2008 16:48:22 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94GmLSl076015; Sat, 4 Oct 2008 16:48:21 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94GmL35076014; Sat, 4 Oct 2008 16:48:21 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810041648.m94GmL35076014@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 4 Oct 2008 16:48:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 16:48:22 -0000 bz 2008-10-04 16:48:09 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: SVN rev 183610 on 2008-10-04 16:48:09Z by bz Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.c when transitioning from so_cred to inp_cred. MFC after: 6 weeks Revision Changes Path 1.196 +0 -1 src/sys/netinet/raw_ip.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 17:08: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 5DDF51065687; Sat, 4 Oct 2008 17:08:08 +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 3306A8FC1B; Sat, 4 Oct 2008 17:08:08 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94H87wG086465; Sat, 4 Oct 2008 17:08:07 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94H8752086460; Sat, 4 Oct 2008 17:08:07 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810041708.m94H8752086460@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 4 Oct 2008 17:07: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/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: Sat, 04 Oct 2008 17:08:08 -0000 bz 2008-10-04 17:07:58 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: SVN rev 183611 on 2008-10-04 17:07:58Z by bz Style changes: compare pointer to NULL and move a }. MFC after: 6 weeks Revision Changes Path 1.98 +2 -3 src/sys/netinet6/in6_pcb.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 19:23: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 36D311065687; Sat, 4 Oct 2008 19:23:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF0C8FC08; Sat, 4 Oct 2008 19:23:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94JNeo4004775; Sat, 4 Oct 2008 19:23:40 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94JNdfG004774; Sat, 4 Oct 2008 19:23:39 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810041923.m94JNdfG004774@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 4 Oct 2008 19:23:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 19:23:40 -0000 kib 2008-10-04 19:23:30 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: SVN rev 183612 on 2008-10-04 19:23:30Z by kib Current linux_fooaffinity() emulation fails, as the FreeBSD affinity syscalls expect the bitmap size in the range from 32 to 128. Old glibc always assumed size 1024, while newer glibc searches for approriate size, starting from 1024 and going up. For now, use FreeBSD size of cpuset_t for bitmap size parameter and return EINVAL if length of user space bitmap less than our size of cpuset_t. Submitted by: dchagin MFC after: 1 week [This requires MFC of the actual linux affinity syscalls] Revision Changes Path 1.229 +9 -4 src/sys/compat/linux/linux_misc.c From owner-cvs-src@FreeBSD.ORG Sat Oct 4 21:23: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 ED8D31065687; Sat, 4 Oct 2008 21:23:03 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1318FC08; Sat, 4 Oct 2008 21:23:03 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 24BA59CB439; Sat, 4 Oct 2008 23:22:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rqPvu8qhO+jf; Sat, 4 Oct 2008 23:22:37 +0200 (CEST) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 89F839CB546; Sat, 4 Oct 2008 23:22:37 +0200 (CEST) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m94LMb4i059630; Sat, 4 Oct 2008 23:22:37 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 4 Oct 2008 23:22:37 +0200 From: Roman Divacky To: Konstantin Belousov Message-ID: <20081004212237.GA58802@freebsd.org> References: <200810041923.m94JNdfG004774@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <200810041923.m94JNdfG004774@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/compat/linux linux_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 21:23:04 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 04, 2008 at 07:23:30PM +0000, Konstantin Belousov wrote: > kib 2008-10-04 19:23:30 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/compat/linux linux_misc.c=20 > Log: > SVN rev 183612 on 2008-10-04 19:23:30Z by kib > =20 > Current linux_fooaffinity() emulation fails, as the FreeBSD affinity > syscalls expect the bitmap size in the range from 32 to 128. Old glibc > always assumed size 1024, while newer glibc searches for approriate > size, starting from 1024 and going up. > =20 > For now, use FreeBSD size of cpuset_t for bitmap size parameter and > return EINVAL if length of user space bitmap less than our size of > cpuset_t. > =20 > Submitted by: dchagin > MFC after: 1 week > [This requires MFC of the actual linux affinity syscalls] I think this patch (actually, the reverse of this) is what should be MFCed: --- /tmp/linux_misc.c 2008-10-01 14:43:31.000000000 +0200 +++ linux_misc.c 2008-10-01 14:41:57.000000000 +0200 @@ -1739,13 +1739,13 @@ int error; cpumask_t i =3D ~0; =20 - if (args->len < sizeof(cpuset_t)) + if (args->len < sizeof(cpumask_t)) return (EINVAL); =20 - error =3D copyout(&i, args->user_mask_ptr, sizeof(cpuset_t)); + error =3D copyout(&i, args->user_mask_ptr, sizeof(cpumask_t)); if (error) return (EFAULT); =20 - td->td_retval[0] =3D sizeof(cpuset_t); + td->td_retval[0] =3D sizeof(cpumask_t); return (0); } this is a minimal change I believe, Juergen Lock tested this. --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjn3p0ACgkQLVEj6D3CBEwevwCeOpXIsDNCyPPF1A+gXV/j9E0A RCYAniPZYcxirHBC9N/W8nTWciTVnIzy =3DF7 -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- From owner-cvs-src@FreeBSD.ORG Sat Oct 4 21:31: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 141CF1065691; Sat, 4 Oct 2008 21:31:28 +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 DCB458FC28; Sat, 4 Oct 2008 21:31:27 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94LVRTV030145; Sat, 4 Oct 2008 21:31:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94LVRqU030144; Sat, 4 Oct 2008 21:31:27 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200810042131.m94LVRqU030144@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sat, 4 Oct 2008 21:31: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 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 21:31:28 -0000 delphij 2008-10-04 21:31:12 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: SVN rev 183613 on 2008-10-04 21:31:12Z by delphij Note recently added ICH10 support Revision Changes Path 1.78 +2 -2 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 4 23:58: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 1200C10656B7; Sat, 4 Oct 2008 23:58:15 +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 F3E128FC13; Sat, 4 Oct 2008 23:58:14 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94NwEsg043313; Sat, 4 Oct 2008 23:58:14 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94NwEtJ043312; Sat, 4 Oct 2008 23:58:14 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200810042358.m94NwEtJ043312@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Sat, 4 Oct 2008 23:58:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_firmware.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Oct 2008 23:58:15 -0000 sam 2008-10-04 23:58:02 UTC FreeBSD src repository Modified files: sys/kern subr_firmware.c Log: SVN rev 183614 on 2008-10-04 23:58:02Z by sam dynamically allocate the task structure in firmware_mountroot: when booting from an MFS root (e.g. from an install CD) firmware_mountroot can be called twice with the second call happening before the task callback occurs; this results in the task structure contents being corrupted because it was declared static. Submitted by: marius (original version) Revision Changes Path 1.11 +9 -3 src/sys/kern/subr_firmware.c