From owner-cvs-src@FreeBSD.ORG Sun Feb 4 01:41:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8A4416A403; Sun, 4 Feb 2007 01:41:33 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A389213C441; Sun, 4 Feb 2007 01:41:33 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l141fX7M038875; Sun, 4 Feb 2007 01:41:33 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l141fXVa038873; Sun, 4 Feb 2007 01:41:33 GMT (envelope-from mpp) Message-Id: <200702040141.l141fXVa038873@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 4 Feb 2007 01:41:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/edquota edquota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 01:41:33 -0000 mpp 2007-02-04 01:41:33 UTC FreeBSD src repository Modified files: usr.sbin/edquota edquota.c Log: If quotas are not currently enabled for a file system, edquota -p will operate directly on the quota file. It will incorrectly write the prototype user's usage information for each new quota it sets. Fixed to read in the current quota information and update the file correctly. If quotas are enabled the kernel handles this case fine. PR: bin/15410 Revision Changes Path 1.25 +63 -8 src/usr.sbin/edquota/edquota.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 03:23:45 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACE7116A400; Sun, 4 Feb 2007 03:23:45 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id 6A27A13C48D; Sun, 4 Feb 2007 03:23:45 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (9wo1ywds1pd1k931@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id l143NgKq004117; Sat, 3 Feb 2007 19:23:42 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id l143Nfin004116; Sat, 3 Feb 2007 19:23:41 -0800 (PST) (envelope-from jmg) Date: Sat, 3 Feb 2007 19:23:41 -0800 From: John-Mark Gurney To: "M. Warner Losh" Message-ID: <20070204032340.GI779@funkthat.com> References: <200702030645.l136j3EQ039631@repoman.freebsd.org> <20070203194700.GF779@funkthat.com> <20070203.161857.1586001550.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070203.161857.1586001550.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 03:23:45 -0000 Warner Losh wrote this message on Sat, Feb 03, 2007 at 16:18 -0700: > In message: <20070203194700.GF779@funkthat.com> > John-Mark Gurney writes: > : Warner Losh wrote this message on Sat, Feb 03, 2007 at 06:45 +0000: > : > imp 2007-02-03 06:45:02 UTC > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/conf files > : > Log: > : > Mark mmc *_if.m files as standard to allow for mmc/sd being compiled > : > as a module. > : > > : > Submitted by: Andrea Bittau > : > : Those files don't need to be marked standard to allow module building.. > : Either you can compile the *_if.c file as a seperate module and depend > : upon them, or compile the *_if.c into the module directly... > : > : Many other modules do not require their *_if.m files to be marked > : standard... > : > : It looks like some others could possibly be cleaned up and not made > : standard, such as eisa... > > Sadly, these do need to be standard to actually load the drivers. The > reason they are all marked standard is because it is hard to get the > inter-module loading issues if they aren't. The problem is best > illustrated by pccard. pccard provides interfaces to cbb to call, as > well as calls cbb interfaces. Using a module depends makes it so you > can't unload either of the modules... And what about creating a cbbpccardinterface module that both cbb and pccard depend upon? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Sun Feb 4 04:01:44 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 843CE16A405; Sun, 4 Feb 2007 04:01:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 41B8E13C442; Sun, 4 Feb 2007 04:01:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l143xnR6003059; Sat, 3 Feb 2007 20:59:49 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 03 Feb 2007 21:00:21 -0700 (MST) Message-Id: <20070203.210021.-1264106404.imp@bsdimp.com> To: gurney_j@resnet.uoregon.edu From: "M. Warner Losh" In-Reply-To: <20070204032340.GI779@funkthat.com> References: <20070203194700.GF779@funkthat.com> <20070203.161857.1586001550.imp@bsdimp.com> <20070204032340.GI779@funkthat.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 03 Feb 2007 20:59:49 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 04:01:44 -0000 In message: <20070204032340.GI779@funkthat.com> John-Mark Gurney writes: : Warner Losh wrote this message on Sat, Feb 03, 2007 at 16:18 -0700: : > In message: <20070203194700.GF779@funkthat.com> : > John-Mark Gurney writes: : > : Warner Losh wrote this message on Sat, Feb 03, 2007 at 06:45 +0000: : > : > imp 2007-02-03 06:45:02 UTC : > : > : > : > FreeBSD src repository : > : > : > : > Modified files: : > : > sys/conf files : > : > Log: : > : > Mark mmc *_if.m files as standard to allow for mmc/sd being compiled : > : > as a module. : > : > : > : > Submitted by: Andrea Bittau : > : : > : Those files don't need to be marked standard to allow module building.. : > : Either you can compile the *_if.c file as a seperate module and depend : > : upon them, or compile the *_if.c into the module directly... : > : : > : Many other modules do not require their *_if.m files to be marked : > : standard... : > : : > : It looks like some others could possibly be cleaned up and not made : > : standard, such as eisa... : > : > Sadly, these do need to be standard to actually load the drivers. The : > reason they are all marked standard is because it is hard to get the : > inter-module loading issues if they aren't. The problem is best : > illustrated by pccard. pccard provides interfaces to cbb to call, as : > well as calls cbb interfaces. Using a module depends makes it so you : > can't unload either of the modules... : : And what about creating a cbbpccardinterface module that both cbb and : pccard depend upon? I don't think that will work. The number of combinations is too large, I think. I'll have to see if it is feasable to create foo_if.ko that all the things that use it depend on... Warner From owner-cvs-src@FreeBSD.ORG Sun Feb 4 04:25:08 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D625616A412; Sun, 4 Feb 2007 04:25:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 69FFD13C461; Sun, 4 Feb 2007 04:25:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l144N9G9003317; Sat, 3 Feb 2007 21:23:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 03 Feb 2007 21:23:42 -0700 (MST) Message-Id: <20070203.212342.1661912952.imp@bsdimp.com> To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: "M. Warner Losh" In-Reply-To: <200702031911.l13JBASG040628@repoman.freebsd.org> References: <200702031911.l13JBASG040628@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 03 Feb 2007 21:23:09 -0700 (MST) Cc: Subject: Re: cvs commit: src/sys/dev/usb uipaq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 04:25:08 -0000 In message: <200702031911.l13JBASG040628@repoman.freebsd.org> Warner Losh writes: : imp 2007-02-03 19:11:10 UTC : : FreeBSD src repository : : Modified files: : sys/dev/usb uipaq.c : Log: : It turns out we were mallocing too early, so move the allocation so we : don't leak. I forgot to add: Submitted by: Antoine Brodin Sorry about that... Warner From owner-cvs-src@FreeBSD.ORG Sun Feb 4 04:32:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE11E16A402; Sun, 4 Feb 2007 04:32:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id AE24913C461; Sun, 4 Feb 2007 04:32:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l144TlaN003361; Sat, 3 Feb 2007 21:29:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 03 Feb 2007 21:30:19 -0700 (MST) Message-Id: <20070203.213019.-1947357017.imp@bsdimp.com> To: gurney_j@resnet.uoregon.edu From: "M. Warner Losh" In-Reply-To: <20070203194700.GF779@funkthat.com> References: <200702030645.l136j3EQ039631@repoman.freebsd.org> <20070203194700.GF779@funkthat.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 03 Feb 2007 21:29:47 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 04:32:01 -0000 In message: <20070203194700.GF779@funkthat.com> John-Mark Gurney writes: : Many other modules do not require their *_if.m files to be marked : standard... Right now we're talking about aproximately 256 bytes for mmc. eisa is 96 bytes. Most of the others total around 200 as well. There's pccard is the largest after bus_if.o, at 470 bytes. Given the small payoffs, I don't know if it would be worth spending the time on. But if you wanted to give it a spin, knock yourself out. Warner From owner-cvs-src@FreeBSD.ORG Sun Feb 4 05:49:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA38616A401; Sun, 4 Feb 2007 05:49:16 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B2DEA13C4A7; Sun, 4 Feb 2007 05:49:16 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l145nGuA097485; Sun, 4 Feb 2007 05:49:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l145nGND097484; Sun, 4 Feb 2007 05:49:16 GMT (envelope-from sam) Message-Id: <200702040549.l145nGND097484@repoman.freebsd.org> From: Sam Leffler Date: Sun, 4 Feb 2007 05:49:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 05:49:17 -0000 sam 2007-02-04 05:49:16 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: clear/reclaim challenge text when switching auth mode and operating as an ap Obtained from: Atheros Revision Changes Path 1.99 +9 -0 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:17:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EA6316A406; Sun, 4 Feb 2007 06:17:15 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75F3A13C467; Sun, 4 Feb 2007 06:17:15 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146HFs7003357; Sun, 4 Feb 2007 06:17:15 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146HEIA003356; Sun, 4 Feb 2007 06:17:14 GMT (envelope-from ariff) Message-Id: <200702040617.l146HEIA003356@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 4 Feb 2007 06:17:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pcm vchan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 06:17:15 -0000 ariff 2007-02-04 06:17:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm vchan.c Log: Partial MFC (revision 1.27) Fix apparent memory leak (during vchan destruction) that was here since eon. Revision Changes Path 1.17.2.5 +1 -0 src/sys/dev/sound/pcm/vchan.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:17:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3726716A402; Sun, 4 Feb 2007 06:17:49 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 280F313C441; Sun, 4 Feb 2007 06:17:49 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146HnRL003402; Sun, 4 Feb 2007 06:17:49 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146HnZM003401; Sun, 4 Feb 2007 06:17:49 GMT (envelope-from ariff) Message-Id: <200702040617.l146HnZM003401@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 4 Feb 2007 06:17:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pcm buffer.c buffer.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, 04 Feb 2007 06:17:49 -0000 ariff 2007-02-04 06:17:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm buffer.c buffer.h Log: Partial MFC (buffer.h 1.14, buffer.c 1.30) Fix huge memory leak within sound buffer (during channel destruction, buffer resizing, etc.) that was here since eon. Free all (unmanaged) allocated buffer through sndbuf_destroy() in case we forgot to call sndbuf_free(). For a managed buffer (mostly hw specific managed buffer), either provide CHANNEL_FREE() method with appropriate return value to invoke semi-automatic sndbuf_free() or simply do it on their own. If everything is failed, sndbuf_destroy() will come to the rescue as a final measure. Revision Changes Path 1.25.2.2 +10 -0 src/sys/dev/sound/pcm/buffer.c 1.10.2.1 +1 -0 src/sys/dev/sound/pcm/buffer.h From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:33:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1496C16A400; Sun, 4 Feb 2007 06:33:15 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E1DA313C48E; Sun, 4 Feb 2007 06:33:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146XEO3006408; Sun, 4 Feb 2007 06:33:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146XEsi006388; Sun, 4 Feb 2007 06:33:14 GMT (envelope-from imp) Message-Id: <200702040633.l146XEsi006388@repoman.freebsd.org> From: Warner Losh Date: Sun, 4 Feb 2007 06:33: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/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, 04 Feb 2007 06:33:15 -0000 imp 2007-02-04 06:33:14 UTC FreeBSD src repository Modified files: sbin/init init.c Log: Patches to allow one to allow one to specify a directory to chroot to. This includes support for running a script to setup that directory. The kenv variables init_chroot and init_script control this behavior, and are documented in loader(8) that's about to be committed (along with the other variables like init_path...). Submitted by: Oliver Fromme Reviewed by: myself, jhb (earlier versions) Revision Changes Path 1.63 +139 -63 src/sbin/init/init.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:33:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7870516A401; Sun, 4 Feb 2007 06:33:15 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 67AF013C491; Sun, 4 Feb 2007 06:33:15 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146XFYJ006441; Sun, 4 Feb 2007 06:33:15 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146XFf3006440; Sun, 4 Feb 2007 06:33:15 GMT (envelope-from mpp) Message-Id: <200702040633.l146XFf3006440@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 4 Feb 2007 06:33:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/edquota edquota.c src/usr.bin/quota quota.c src/sbin/quotacheck quotacheck.c src/usr.sbin/quotaon quotaon.c src/usr.sbin/repquota repquota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 06:33:15 -0000 mpp 2007-02-04 06:33:15 UTC FreeBSD src repository Modified files: usr.sbin/edquota edquota.c usr.bin/quota quota.c sbin/quotacheck quotacheck.c usr.sbin/quotaon quotaon.c usr.sbin/repquota repquota.c Log: If two files systems, /a and /b are marked as having quotas enabled in fstab and they are normally mounted as /a/b, if /b is not mounted, the various quota utilities will incorrectly operate with the quotas on /a (silently) when operations are attemted on /b. Sync up all the hasquota() routines between all the different quota utilities and change it to detect if the file system we are attempting to perform quota operations on is not currently mounted and warn the user accordingly. PR: bin/38918 Revision Changes Path 1.32 +17 -6 src/sbin/quotacheck/quotacheck.c 1.27 +21 -7 src/usr.bin/quota/quota.c 1.26 +23 -8 src/usr.sbin/edquota/edquota.c 1.12 +21 -8 src/usr.sbin/quotaon/quotaon.c 1.20 +22 -8 src/usr.sbin/repquota/repquota.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:35:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6162716A408; Sun, 4 Feb 2007 06:35:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2165013C4A5; Sun, 4 Feb 2007 06:35:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146ZAuw006569; Sun, 4 Feb 2007 06:35:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146ZA5J006568; Sun, 4 Feb 2007 06:35:10 GMT (envelope-from imp) Message-Id: <200702040635.l146ZA5J006568@repoman.freebsd.org> From: Warner Losh Date: Sun, 4 Feb 2007 06:35:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/common loader.8 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: Sun, 04 Feb 2007 06:35:11 -0000 imp 2007-02-04 06:35:10 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 sys/boot/forth loader.conf Log: Document the init_chroot and init_script variables. # I didn't check the markup too closely, so doc people, please check Submitted by: Oliver Fromme Revision Changes Path 1.91 +51 -0 src/sys/boot/common/loader.8 1.118 +3 -0 src/sys/boot/forth/loader.conf From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:46:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDEAB16A403; Sun, 4 Feb 2007 06:46:57 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9733313C461; Sun, 4 Feb 2007 06:46:57 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146kvXY008526; Sun, 4 Feb 2007 06:46:57 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146kveU008525; Sun, 4 Feb 2007 06:46:57 GMT (envelope-from mpp) Message-Id: <200702040646.l146kveU008525@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 4 Feb 2007 06:46:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_quota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 06:46:57 -0000 mpp 2007-02-04 06:46:57 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_quota.c Log: If quotacheck or edquota reset the block or inode grace time for a user or group, when the kernel first sees this, it will update the grace time value. However, it never flags the quota as modified and the updated value never makes it to the quota data file unless the user actually makes some other change that would write the data out. Fixed to flag the quota as modified if the soft limit has actually been reached and should be now enforced. Revision Changes Path 1.89 +10 -2 src/sys/ufs/ufs/ufs_quota.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 06:52:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DAF016A515; Sun, 4 Feb 2007 06:52:34 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E9A8F13C481; Sun, 4 Feb 2007 06:52:33 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l146qXmd009537; Sun, 4 Feb 2007 06:52:33 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l146qXoq009536; Sun, 4 Feb 2007 06:52:33 GMT (envelope-from joel) Message-Id: <200702040652.l146qXoq009536@repoman.freebsd.org> From: Joel Dahl Date: Sun, 4 Feb 2007 06:52:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm ac97_patch.c ac97_patch.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, 04 Feb 2007 06:52:34 -0000 joel 2007-02-04 06:52:33 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/sound/pcm ac97_patch.c ac97_patch.h Log: Orion originally wrote and added these files in 2002/2003, so with his approval, change the copyright statement to point at him instead of "FreeBSD, Inc". Encouraged by: rwatson Reviewed by: imp Discussed with and approved by: orion Revision Changes Path 1.7 +2 -1 src/sys/dev/sound/pcm/ac97_patch.c 1.6 +2 -1 src/sys/dev/sound/pcm/ac97_patch.h From owner-cvs-src@FreeBSD.ORG Sun Feb 4 07:06:31 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29F3A16A405; Sun, 4 Feb 2007 07:06:31 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.freebsd.org (Postfix) with ESMTP id E43C713C461; Sun, 4 Feb 2007 07:06:30 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id CAD916E189; Sun, 4 Feb 2007 18:06:26 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 76F9E2740B; Sun, 4 Feb 2007 18:06:28 +1100 (EST) Date: Sun, 4 Feb 2007 18:06:23 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "Bjoern A. Zeeb" In-Reply-To: <20070203154547.J47107@maildrop.int.zabbadoz.net> Message-ID: <20070204173514.Y8255@delplex.bde.org> References: <200612272026.kBRKQ1gP000873@repoman.freebsd.org> <20070203154547.J47107@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.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, 04 Feb 2007 07:06:31 -0000 On Sat, 3 Feb 2007, Bjoern A. Zeeb wrote: > On Wed, 27 Dec 2006, Bruce Evans wrote: >> bde 2006-12-27 20:26:00 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/amd64/include atomic.h >> sys/i386/include atomic.h >> Log: > ... >> >> Revision Changes Path >> 1.40 +10 -10 src/sys/amd64/include/atomic.h >> 1.43 +11 -11 src/sys/i386/include/atomic.h > > I am usually not asking this question but are you going to MFC this? I didn't plan to. Normally I only MFC bug fixes and portability improvements (have done the latter back to RELENG_3 for atomic.h). Bruce From owner-cvs-src@FreeBSD.ORG Sun Feb 4 07:44:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 449DD16A400; Sun, 4 Feb 2007 07:44:41 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1DF2C13C461; Sun, 4 Feb 2007 07:44:41 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l147iesQ020691; Sun, 4 Feb 2007 07:44:41 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l147ie67020690; Sun, 4 Feb 2007 07:44:40 GMT (envelope-from mpp) Message-Id: <200702040744.l147ie67020690@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 4 Feb 2007 07:44: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/share/man/man5 quota.user.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: Sun, 04 Feb 2007 07:44:41 -0000 mpp 2007-02-04 07:44:40 UTC FreeBSD src repository Modified files: share/man/man5 quota.user.5 Log: Expand this man page to provide some details on the structure of the quota data files and how they are maintained. Revision Changes Path 1.4 +83 -1 src/share/man/man5/quota.user.5 From owner-cvs-src@FreeBSD.ORG Sun Feb 4 10:41:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5BF616A400; Sun, 4 Feb 2007 10:41:20 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7EB4913C4A5; Sun, 4 Feb 2007 10:41:20 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14AfKxP060591; Sun, 4 Feb 2007 10:41:20 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14AfKaG060590; Sun, 4 Feb 2007 10:41:20 GMT (envelope-from erwin) Message-Id: <200702041041.l14AfKaG060590@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 4 Feb 2007 10:41:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 10:41:20 -0000 erwin 2007-02-04 10:41:20 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/sysinstall index.c Log: MFC rev. 1.112 Add gnustep and ports-mgmt ports categories. Revision Changes Path 1.106.2.4 +2 -0 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 10:42:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BA5A16A402; Sun, 4 Feb 2007 10:42:30 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 64F8E13C4B7; Sun, 4 Feb 2007 10:42:30 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14AgUpP061009; Sun, 4 Feb 2007 10:42:30 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14AgU13061008; Sun, 4 Feb 2007 10:42:30 GMT (envelope-from stefanf) Message-Id: <200702041042.l14AgU13061008@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 4 Feb 2007 10:42:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/sh exec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 10:42:30 -0000 stefanf 2007-02-04 10:42:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/sh exec.c Log: MFC: 1.30: Correct exit status for type/command builtin. 1.31: Use eaccess instead of access. Revision Changes Path 1.25.2.3 +6 -3 src/bin/sh/exec.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 12:47:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A016216A409; Sun, 4 Feb 2007 12:47:52 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7554813C481; Sun, 4 Feb 2007 12:47:52 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14ClqGp091992; Sun, 4 Feb 2007 12:47:52 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14ClqQQ091991; Sun, 4 Feb 2007 12:47:52 GMT (envelope-from dumbbell) Message-Id: <200702041247.l14ClqQQ091991@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Sun, 4 Feb 2007 12:47: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/atkbdc psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 12:47:52 -0000 dumbbell 2007-02-04 12:47:52 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: Synaptics TouchPad seems to go back to Relative Mode after the call to set_controller_command_byte() call; by issueing a Read Mode Byte command, the touchpad is in Absolute Mode again. This problem occursed at least on Asus V6V laptops. Revision Changes Path 1.91 +10 -0 src/sys/dev/atkbdc/psm.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 13:31:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A077216A402; Sun, 4 Feb 2007 13:31:05 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A37413C441; Sun, 4 Feb 2007 13:31:05 +0000 (UTC) (envelope-from syrinx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14DV5Nc000518; Sun, 4 Feb 2007 13:31:05 GMT (envelope-from syrinx@repoman.freebsd.org) Received: (from syrinx@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14DV5BZ000517; Sun, 4 Feb 2007 13:31:05 GMT (envelope-from syrinx) Message-Id: <200702041331.l14DV5BZ000517@repoman.freebsd.org> From: Shteryana Shopova Date: Sun, 4 Feb 2007 13:31:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_bridge bridge_sys.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 13:31:05 -0000 syrinx 2007-02-04 13:31:05 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_bridge bridge_sys.c Log: Remove all #if __FreeBSD_version checks now that RSTP support has been MFCed to RELENG_6. We no longer need that to compile the bridge module under both RELENG_6 and CURRENT. Approved by: bz (mentor) Revision Changes Path 1.6 +2 -32 src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 14:06:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 498A416A400; Sun, 4 Feb 2007 14:06:59 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC52B13C442; Sun, 4 Feb 2007 14:06:58 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14E6wNc008097; Sun, 4 Feb 2007 14:06:58 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14E6wVv008096; Sun, 4 Feb 2007 14:06:58 GMT (envelope-from mpp) Message-Id: <200702041406.l14E6wVv008096@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 4 Feb 2007 14:06:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/quota quota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 14:06:59 -0000 mpp 2007-02-04 14:06:58 UTC FreeBSD src repository Modified files: usr.bin/quota quota.c Log: If a user is over both the soft block limit and soft i-node limit, quota will report one of the grace times incorrectly. This is due to it storing the result in a static buffer, and the routine being called like: printf("....", ..., timeprnt(btime), timeprnt(itime), ...) The problem becomes very obvious if you change one of the default grace periods to be much larger than the other one. Changed timeprnt to dynamically allocate the string to be displayed. Revision Changes Path 1.28 +29 -13 src/usr.bin/quota/quota.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 14:26:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 440B116A401; Sun, 4 Feb 2007 14:26:02 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E74713C474; Sun, 4 Feb 2007 14:26:02 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14EQ2QB011433; Sun, 4 Feb 2007 14:26:02 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14EQ1lA011432; Sun, 4 Feb 2007 14:26:01 GMT (envelope-from mpp) Message-Id: <200702041426.l14EQ1lA011432@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 4 Feb 2007 14:26:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/edquota edquota.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 14:26:02 -0000 mpp 2007-02-04 14:26:01 UTC FreeBSD src repository Modified files: usr.sbin/edquota edquota.8 Log: Document that quotas must be turned off on a file system and then turned back on in order for grace time changes to take effect. Revision Changes Path 1.24 +2 -0 src/usr.sbin/edquota/edquota.8 From owner-cvs-src@FreeBSD.ORG Sun Feb 4 16:32:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E2E216A400; Sun, 4 Feb 2007 16:32:52 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 506A213C46B; Sun, 4 Feb 2007 16:32:52 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14GWlC2033521; Sun, 4 Feb 2007 16:32:47 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14GWlwX033519; Sun, 4 Feb 2007 16:32:47 GMT (envelope-from bms) Message-Id: <200702041632.l14GWlwX033519@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 4 Feb 2007 16:32:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tap.c if_tun.c src/share/man/man4 tap.4 tun.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: Sun, 04 Feb 2007 16:32:52 -0000 bms 2007-02-04 16:32:46 UTC FreeBSD src repository Modified files: sys/net if_tap.c if_tun.c share/man/man4 tap.4 tun.4 Log: Implement ifnet cloning for tun(4)/tap(4). Make devfs cloning a sysctl/tunable which defaults to on. If devfs cloning is enabled, only the super-user may create tun(4)/tap(4)/vmnet(4) instances. Devfs cloning is still enabled by default; it may be disabled from the loader or via sysctl with "net.link.tap.devfs_cloning" and "net.link.tun.devfs_cloning". Disabling its use affects potentially all tun(4)/tap(4) consumers including OpenSSH, OpenVPN and VMware. PR: 105228 (potentially also 90413, 105570) Submitted by: Landon Fuller Tested by: Andrej Tobola Approved by: core (rwatson) MFC after: 4 weeks Revision Changes Path 1.18 +32 -5 src/share/man/man4/tap.4 1.24 +33 -4 src/share/man/man4/tun.4 1.69 +126 -32 src/sys/net/if_tap.c 1.162 +77 -7 src/sys/net/if_tun.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 16:48:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C496616A406; Sun, 4 Feb 2007 16:48:56 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDC113C467; Sun, 4 Feb 2007 16:48:56 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14GmuWM043911; Sun, 4 Feb 2007 16:48:56 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14Gmui6043910; Sun, 4 Feb 2007 16:48:56 GMT (envelope-from bms) Message-Id: <200702041648.l14Gmui6043910@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 4 Feb 2007 16:48: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/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 16:48:56 -0000 bms 2007-02-04 16:48:56 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Be explicit in examples about the correct grammar for 'alias' and '-alias', and that 'add' and 'delete are in fact synonyms for these in the ifconfig(8) grammar. Use network prefixes explicitly specified in IETF RFCs for documentation purposes. (bz) PR: 102701 MFC after: 1 day See also: RFC 3330, RFC 3849 Submitted by: bz Revision Changes Path 1.133 +27 -12 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Sun Feb 4 16:59:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5887C16A402; Sun, 4 Feb 2007 16:59:51 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32D9913C471; Sun, 4 Feb 2007 16:59:51 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14GxpJF045524; Sun, 4 Feb 2007 16:59:51 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14Gxpx3045523; Sun, 4 Feb 2007 16:59:51 GMT (envelope-from bms) Message-Id: <200702041659.l14Gxpx3045523@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 4 Feb 2007 16:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 tun.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: Sun, 04 Feb 2007 16:59:51 -0000 bms 2007-02-04 16:59:50 UTC FreeBSD src repository Modified files: share/man/man4 tun.4 Log: Typo. (Oh well, I guess that's the danger of updating two three-letter-named entities at the same time.) Submitted by: Simon L. Nielsen MFC after: 4 weeks Revision Changes Path 1.25 +2 -2 src/share/man/man4/tun.4 From owner-cvs-src@FreeBSD.ORG Sun Feb 4 17:10:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BFDE16A405; Sun, 4 Feb 2007 17:10:19 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 354F413C4A5; Sun, 4 Feb 2007 17:10:19 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14HAI3W048516; Sun, 4 Feb 2007 17:10:18 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14HAIja048515; Sun, 4 Feb 2007 17:10:18 GMT (envelope-from philip) Message-Id: <200702041710.l14HAIja048515@repoman.freebsd.org> From: Philip Paeps Date: Sun, 4 Feb 2007 17:10:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/syscons/keymaps hr.iso.kbd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 17:10:19 -0000 philip 2007-02-04 17:10:18 UTC FreeBSD src repository Modified files: share/syscons/keymaps hr.iso.kbd Log: Fix hr.iso syscons keymap, making it possible to type < and >. PR: conf/105642 Submitted by: ivoras MFC after: 3 days Revision Changes Path 1.4 +3 -3 src/share/syscons/keymaps/hr.iso.kbd From owner-cvs-src@FreeBSD.ORG Sun Feb 4 20:04:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E73F716A400; Sun, 4 Feb 2007 20:04:29 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BFCCC13C4B3; Sun, 4 Feb 2007 20:04:29 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14K4Tvo080903; Sun, 4 Feb 2007 20:04:29 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14K4TvH080902; Sun, 4 Feb 2007 20:04:29 GMT (envelope-from rse) Message-Id: <200702042004.l14K4TvH080902@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 4 Feb 2007 20:04: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/usr.bin/ctags tree.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 20:04:30 -0000 rse 2007-02-04 20:04:29 UTC FreeBSD src repository Modified files: usr.bin/ctags tree.c Log: fix bug: avoid dereferencing content of an already free(3)'ed chunk Revision Changes Path 1.12 +3 -1 src/usr.bin/ctags/tree.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 20:06:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A42A616A405; Sun, 4 Feb 2007 20:06:10 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CDFB13C471; Sun, 4 Feb 2007 20:06:10 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14K6A6N081180; Sun, 4 Feb 2007 20:06:10 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14K6AfZ081179; Sun, 4 Feb 2007 20:06:10 GMT (envelope-from rse) Message-Id: <200702042006.l14K6AfZ081179@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 4 Feb 2007 20:06:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ctags fortran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 20:06:10 -0000 rse 2007-02-04 20:06:10 UTC FreeBSD src repository Modified files: usr.bin/ctags fortran.c Log: Correct parser by using intended C equality ("==") instead of assignment ("=") operator. Revision Changes Path 1.13 +1 -1 src/usr.bin/ctags/fortran.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 20:07:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DA5916A577; Sun, 4 Feb 2007 20:07:08 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA9B913C4A6; Sun, 4 Feb 2007 20:07:07 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14K77Ud081238; Sun, 4 Feb 2007 20:07:07 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14K7719081237; Sun, 4 Feb 2007 20:07:07 GMT (envelope-from rse) Message-Id: <200702042007.l14K7719081237@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 4 Feb 2007 20:07: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/ctags C.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 20:07:08 -0000 rse 2007-02-04 20:07:07 UTC FreeBSD src repository Modified files: usr.bin/ctags C.c Log: cleanup code: remove unnecessary and useless void cast from void-function skip_string(). Revision Changes Path 1.12 +1 -1 src/usr.bin/ctags/C.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 20:28:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29E2716A400; Sun, 4 Feb 2007 20:28:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id B609713C428; Sun, 4 Feb 2007 20:28:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 670B146DA1; Sun, 4 Feb 2007 15:28:13 -0500 (EST) Date: Sun, 4 Feb 2007 20:28:12 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Bruce M Simpson In-Reply-To: <200702041632.l14GWlwX033519@repoman.freebsd.org> Message-ID: <20070204202722.K91177@fledge.watson.org> References: <200702041632.l14GWlwX033519@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c if_tun.c src/share/man/man4 tap.4 tun.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: Sun, 04 Feb 2007 20:28:15 -0000 On Sun, 4 Feb 2007, Bruce M Simpson wrote: > bms 2007-02-04 16:32:46 UTC > > FreeBSD src repository > > Modified files: > sys/net if_tap.c if_tun.c > share/man/man4 tap.4 tun.4 > Log: > Implement ifnet cloning for tun(4)/tap(4). > Make devfs cloning a sysctl/tunable which defaults to on. > > If devfs cloning is enabled, only the super-user may create > tun(4)/tap(4)/vmnet(4) instances. Devfs cloning is still enabled by Perhaps the tapclone privilege check should also check tapuopen, as the open check does? Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sun Feb 4 20:52:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58E5516A400; Sun, 4 Feb 2007 20:52:58 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3131913C46B; Sun, 4 Feb 2007 20:52:58 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14KqwB1097497; Sun, 4 Feb 2007 20:52:58 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14KqwOM097496; Sun, 4 Feb 2007 20:52:58 GMT (envelope-from rse) Message-Id: <200702042052.l14KqwOM097496@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 4 Feb 2007 20:52:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/getent getent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 20:52:58 -0000 rse 2007-02-04 20:52:57 UTC FreeBSD src repository Modified files: usr.bin/getent getent.c Log: cleanup code: remove superfluous comma at end of enumeration declaration, remove useless "break" after exit(3) call, and add a missing va_end(3) call. Revision Changes Path 1.3 +2 -2 src/usr.bin/getent/getent.c From owner-cvs-src@FreeBSD.ORG Sun Feb 4 21:49:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0E9616A400; Sun, 4 Feb 2007 21:49:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id B2AA213C4B3; Sun, 4 Feb 2007 21:49:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 17E73ADCA9; Sun, 4 Feb 2007 16:49:02 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Sun, 04 Feb 2007 16:49:02 -0500 X-Sasl-enc: DYwPE0NYM0OSr6P5Lvbksuo1E8DXyx5mRK/CQaj6vNX/ 1170625741 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 6219B190D1; Sun, 4 Feb 2007 16:49:01 -0500 (EST) Message-ID: <45C654CC.6040202@FreeBSD.org> Date: Sun, 04 Feb 2007 21:49:00 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Robert Watson References: <200702041632.l14GWlwX033519@repoman.freebsd.org> <20070204202722.K91177@fledge.watson.org> In-Reply-To: <20070204202722.K91177@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c if_tun.c src/share/man/man4 tap.4 tun.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: Sun, 04 Feb 2007 21:49:03 -0000 Robert Watson wrote: > > Perhaps the tapclone privilege check should also check tapuopen, as > the open check does? > You mean like this? Haven't tested this, but it feels right (let users create tap/tun interfaces if the user_open sysctl is enabled):- Index: if_tap.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_tap.c,v retrieving revision 1.69 diff -u -p -r1.69 if_tap.c --- if_tap.c 4 Feb 2007 16:32:46 -0000 1.69 +++ if_tap.c 4 Feb 2007 21:48:04 -0000 @@ -340,11 +340,7 @@ tapclone(void *arg, struct ucred *cred, if (*dev != NULL) return; - /* - * If tap cloning is enabled, only the superuser can create - * an interface. - */ - if (!tapdclone || priv_check_cred(cred, PRIV_NET_IFCREATE, 0) != 0) + if (!tapuopen && priv_check_cred(cred, PRIV_NET_IFCREATE, 0) != 0) return; unit = 0; Exit 1 From owner-cvs-src@FreeBSD.ORG Sun Feb 4 22:14:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B23E16A405; Sun, 4 Feb 2007 22:14:19 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 22C6513C48E; Sun, 4 Feb 2007 22:14:19 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14MEJMw013613; Sun, 4 Feb 2007 22:14:19 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14MEIQO013612; Sun, 4 Feb 2007 22:14:18 GMT (envelope-from le) Message-Id: <200702042214.l14MEIQO013612@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 4 Feb 2007 22:14:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.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: Sun, 04 Feb 2007 22:14:19 -0000 le 2007-02-04 22:14:18 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs ubsa.c share/man/man4 ubsa.4 Log: Add support for another 3G card and update man page accordingly. The patch from the PR was a little outdated w/regards to the Vodafone vendor string. PR: kern/106033 Submitted by: Volker Werth MFC in: 3 days Revision Changes Path 1.8 +14 -2 src/share/man/man4/ubsa.4 1.21 +2 -0 src/sys/dev/usb/ubsa.c 1.286 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Feb 4 23:42:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CA0516A407; Sun, 4 Feb 2007 23:42:03 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 54F5B13C4B6; Sun, 4 Feb 2007 23:42:03 +0000 (UTC) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l14Ng3MR040013; Sun, 4 Feb 2007 23:42:03 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l14Ng3Do040012; Sun, 4 Feb 2007 23:42:03 GMT (envelope-from tegge) Message-Id: <200702042342.l14Ng3Do040012@repoman.freebsd.org> From: Tor Egge Date: Sun, 4 Feb 2007 23:42:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_rawread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 04 Feb 2007 23:42:03 -0000 tegge 2007-02-04 23:42:02 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_rawread.c Log: Call pbgetvp() and pbrelvp() instead of setting b_vp directly. PR: kern/108151 Revision Changes Path 1.29 +9 -3 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 00:15:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20EC716A4E1; Mon, 5 Feb 2007 00:15:41 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CBD6F13C478; Mon, 5 Feb 2007 00:15:40 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l150FeZI046755; Mon, 5 Feb 2007 00:15:40 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l150Fe55046754; Mon, 5 Feb 2007 00:15:40 GMT (envelope-from bms) Message-Id: <200702050015.l150Fe55046754@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 5 Feb 2007 00:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 00:15:41 -0000 bms 2007-02-05 00:15:40 UTC FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: When fast-forwarding is enabled, do not forward directed IPv4 broadcasts to locally attached broadcast networks. Note well: This relies on the layer 2 route cloning behaviour in BSD. PR: 98799 Tested by: Dmitry Sergienko MFC after: 1 week Revision Changes Path 1.39 +4 -2 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 06:02:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E9A516A401; Mon, 5 Feb 2007 06:02:56 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 17F8013C49D; Mon, 5 Feb 2007 06:02:56 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1562tQA034507; Mon, 5 Feb 2007 06:02:55 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1562tnI034504; Mon, 5 Feb 2007 06:02:55 GMT (envelope-from alc) Message-Id: <200702050602.l1562tnI034504@repoman.freebsd.org> From: Alan Cox Date: Mon, 5 Feb 2007 06:02: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/vm vm_contig.c vm_page.c vm_pageq.c vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 06:02:56 -0000 alc 2007-02-05 06:02:55 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c vm_page.c vm_pageq.c vm_zeroidle.c Log: Change the free page queue lock from a spin mutex to a default (blocking) mutex. With the demise of Alpha support, there is no longer a reason for it to be a spin mutex. Revision Changes Path 1.57 +7 -7 src/sys/vm/vm_contig.c 1.334 +9 -9 src/sys/vm/vm_page.c 1.30 +2 -2 src/sys/vm/vm_pageq.c 1.43 +4 -4 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 06:16:12 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52DB616A402 for ; Mon, 5 Feb 2007 06:16:12 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id B549813C494 for ; Mon, 5 Feb 2007 06:16:11 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1970428nfc for ; Sun, 04 Feb 2007 22:16:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=CmdhXJdXqhYfsoWTc1tYF6AOei9n/4mXtk7OXcA1TqKIwuoFOKr7rpG4GLreYJg7oji8Y8B3C4qIPwiBWAtnpg0amR8RLfzRuJ1YSychc6edW8v9U1bho9OsNV9ZvwkvbP4zmSOrJRfE2Nm8dtnQNHh8qZm47zUSXNIcR1lFK/0= Received: by 10.49.19.5 with SMTP id w5mr1804085nfi.1170656170688; Sun, 04 Feb 2007 22:16:10 -0800 (PST) Received: by 10.49.63.7 with HTTP; Sun, 4 Feb 2007 22:16:10 -0800 (PST) Message-ID: <346a80220702042216g5a7d755fn15076bb49656d370@mail.gmail.com> Date: Sun, 4 Feb 2007 23:16:10 -0700 From: "Coleman Kane" To: "Jean-Sebastien Pedron" In-Reply-To: <200702041247.l14ClqQQ091991@repoman.freebsd.org> MIME-Version: 1.0 References: <200702041247.l14ClqQQ091991@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 06:16:12 -0000 On 2/4/07, Jean-Sebastien Pedron wrote: > > dumbbell 2007-02-04 12:47:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/atkbdc psm.c > Log: > Synaptics TouchPad seems to go back to Relative Mode after the call > to set_controller_command_byte() call; by issueing a Read Mode Byte > command, the touchpad is in Absolute Mode again. > > This problem occursed at least on Asus V6V laptops. > > Revision Changes Path > 1.91 +10 -0 src/sys/dev/atkbdc/psm.c I looked into fixing this some time ago with my laptop (Gateway 7422GX). Unfortunately, it rendered the scroll-space at the right-hand edge of the trackpad useless... we'll see if this fixes that. -- coleman From owner-cvs-src@FreeBSD.ORG Mon Feb 5 07:35:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 465E916A40E; Mon, 5 Feb 2007 07:35:24 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 10B1E13C4B3; Mon, 5 Feb 2007 07:35:24 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l157ZN4v054361; Mon, 5 Feb 2007 07:35:23 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l157ZNQh054360; Mon, 5 Feb 2007 07:35:23 GMT (envelope-from kevlo) Message-Id: <200702050735.l157ZNQh054360@repoman.freebsd.org> From: Kevin Lo Date: Mon, 5 Feb 2007 07:35: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/usr.bin/ncplist ncplist.c src/usr.bin/ncplogin ncplogin.c src/usr.sbin/apmd apmd.c src/usr.sbin/apmd/contrib pccardq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 07:35:24 -0000 kevlo 2007-02-05 07:35:23 UTC FreeBSD src repository Modified files: usr.bin/ncplist ncplist.c usr.bin/ncplogin ncplogin.c usr.sbin/apmd apmd.c usr.sbin/apmd/contrib pccardq.c Log: getopt(3) returns -1, not EOF when out of args. Revision Changes Path 1.3 +1 -1 src/usr.bin/ncplist/ncplist.c 1.5 +1 -1 src/usr.bin/ncplogin/ncplogin.c 1.9 +1 -1 src/usr.sbin/apmd/apmd.c 1.6 +2 -2 src/usr.sbin/apmd/contrib/pccardq.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 10:33:48 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24A3B16A48F; Mon, 5 Feb 2007 10:33:40 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F1FB413C46B; Mon, 5 Feb 2007 10:33:39 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15AXd96097981; Mon, 5 Feb 2007 10:33:39 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15AXd2k097980; Mon, 5 Feb 2007 10:33:39 GMT (envelope-from kevlo) Message-Id: <200702051033.l15AXd2k097980@repoman.freebsd.org> From: Kevin Lo Date: Mon, 5 Feb 2007 10:33: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/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: Mon, 05 Feb 2007 10:33:48 -0000 kevlo 2007-02-05 10:33:39 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: is unneeded. Revision Changes Path 1.78 +0 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 11:05:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C8BC16A400; Mon, 5 Feb 2007 11:05:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 067DF13C441; Mon, 5 Feb 2007 11:05:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15B5fOZ008764; Mon, 5 Feb 2007 11:05:41 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15B5fKi008763; Mon, 5 Feb 2007 11:05:41 GMT (envelope-from bms) Message-Id: <200702051105.l15B5fKi008763@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 5 Feb 2007 11:05: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/netinet6 ah_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 11:05:42 -0000 bms 2007-02-05 11:05:41 UTC FreeBSD src repository Modified files: sys/netinet6 ah_core.c Log: MFC after: 3 days Revision Changes Path 1.28 +1 -1 src/sys/netinet6/ah_core.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 11:14:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD52D16A413; Mon, 5 Feb 2007 11:14:01 +0000 (UTC) (envelope-from dumbbell@freebsd.org) Received: from mail.ilius.net (mail.ilius.net [62.23.30.92]) by mx1.freebsd.org (Postfix) with ESMTP id E26F213C4E9; Mon, 5 Feb 2007 11:13:58 +0000 (UTC) (envelope-from dumbbell@freebsd.org) Received: from [192.168.192.55] [62.23.30.90] by mail.ilius.net with ESMTP (SMTPD-9.10) id A83904A8; Mon, 05 Feb 2007 11:34:33 +0100 Message-ID: <45C70834.1050508@freebsd.org> Date: Mon, 05 Feb 2007 11:34:28 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Thunderbird 1.5.0.9 (X11/20070130) MIME-Version: 1.0 To: cokane@cokane.org References: <200702041247.l14ClqQQ091991@repoman.freebsd.org> <346a80220702042216g5a7d755fn15076bb49656d370@mail.gmail.com> In-Reply-To: <346a80220702042216g5a7d755fn15076bb49656d370@mail.gmail.com> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 11:14:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05.02.2007 07:16, Coleman Kane wrote: > Synaptics TouchPad seems to go back to Relative Mode after the call > to set_controller_command_byte() call; by issueing a Read Mode Byte > command, the touchpad is in Absolute Mode again. > > This problem occursed at least on Asus V6V laptops. > > I looked into fixing this some time ago with my laptop (Gateway 7422GX). > Unfortunately, it rendered the scroll-space at the right-hand edge of > the trackpad useless... we'll see if this fixes that. Without this patch, the cursor doesn't move at all because the driver treats relative data as garbage. The way the driver handles absolute packets hasn't changed, so I'm not sure it'll fix your problem. But I'd like to have your feedback :) Regards, - -- Jean-Sébastien Pédron http://www.dumbbell.fr/ PGP Key: http://www.dumbbell.fr/pgp/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFxwg0a+xGJsFYOlMRAk9FAJ9qH5ECMKIXgVjN43LZYfxuItWkdgCfQmWW oQJhfvUQ6YktrHDp7GjIXzU= =5GlI -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Mon Feb 5 11:15:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3D1816A406; Mon, 5 Feb 2007 11:15:52 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CDD8E13C4A6; Mon, 5 Feb 2007 11:15:52 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15BFqDL010709; Mon, 5 Feb 2007 11:15:52 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15BFq4Y010708; Mon, 5 Feb 2007 11:15:52 GMT (envelope-from bms) Message-Id: <200702051115.l15BFq4Y010708@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 5 Feb 2007 11:15:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 11:15:53 -0000 bms 2007-02-05 11:15:52 UTC FreeBSD src repository Modified files: sys/net if_tun.c Log: Clean up after tun(4) properly; remove routes whose ifp is set to that of the tun instance even for the !AF_INET case, and properly remove configured addresses by calling if_purgeaddrs(). Maintain the TUN_DSTADDR behaviour for compatibility with the OS/390 emulator. MFC after: 3 weeks PR: 100080 Reviewed by: bz Revision Changes Path 1.163 +9 -4 src/sys/net/if_tun.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 11:18:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22E2C16A419; Mon, 5 Feb 2007 11:18:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2279313C4B5; Mon, 5 Feb 2007 11:18:48 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15BImho010838; Mon, 5 Feb 2007 11:18:48 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15BImlE010837; Mon, 5 Feb 2007 11:18:48 GMT (envelope-from bms) Message-Id: <200702051118.l15BImlE010837@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 5 Feb 2007 11:18:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 ah_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 11:18:50 -0000 bms 2007-02-05 11:18:47 UTC FreeBSD src repository Modified files: sys/netinet6 ah_core.c Log: Forced commit; Vim ate my homework^Wkeystroke. Fix an incorrect TCP-MD5 key length check for the !FAST_IPSEC case. PR: 104422, 107520 MFC after: 3 days Revision Changes Path 1.29 +0 -0 src/sys/netinet6/ah_core.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 11:29:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EA9916A405; Mon, 5 Feb 2007 11:29:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7617113C540; Mon, 5 Feb 2007 11:29:09 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15BT9oo012481; Mon, 5 Feb 2007 11:29:09 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15BT9re012480; Mon, 5 Feb 2007 11:29:09 GMT (envelope-from bms) Message-Id: <200702051129.l15BT9re012480@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 5 Feb 2007 11:29: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/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 11:29:17 -0000 bms 2007-02-05 11:29:08 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero. Note: 'ifconfig tapX create' still requires PRIV_NET_IFCREATE privilege. Reviewed by: rwatson Revision Changes Path 1.70 +2 -5 src/sys/net/if_tap.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 11:38:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFF2A16A4C9; Mon, 5 Feb 2007 11:38:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0D1213C442; Mon, 5 Feb 2007 11:38:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15BcQCP014049; Mon, 5 Feb 2007 11:38:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15BcQMo014048; Mon, 5 Feb 2007 11:38:26 GMT (envelope-from kib) Message-Id: <200702051138.l15BcQMo014048@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 5 Feb 2007 11:38:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c src/sys/fs/deadfs dead_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 11:38:33 -0000 kib 2007-02-05 11:38:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_lookup.c sys/fs/deadfs dead_vnops.c Log: MFC rev. 1.50 of src/sys/fs/deadfs/dead_vnops.c rev. 1.97 of src/sys/kern/vfs_lookup.c Introduce mp_crossmp placeholder vnode to fix LOR in vfs_lookup(). Revision Changes Path 1.48.2.2 +24 -1 src/sys/fs/deadfs/dead_vnops.c 1.80.2.10 +17 -4 src/sys/kern/vfs_lookup.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 12:29:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0316616A402; Mon, 5 Feb 2007 12:29:48 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 65CB413C478; Mon, 5 Feb 2007 12:29:46 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15CTk0O022871; Mon, 5 Feb 2007 12:29:46 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15CTkGV022870; Mon, 5 Feb 2007 12:29:46 GMT (envelope-from flz) Message-Id: <200702051229.l15CTkGV022870@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 5 Feb 2007 12:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci agp_ati.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 12:29:49 -0000 flz 2007-02-05 12:29:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci agp_ati.c Log: MFC: Add support for another ATI IGP 340M (RS200M) AGP bridge. src/sys/pci/agp_ati.c: rev 1.2 -> 1.3 PR: kern/100958 Submitted by: Kazuo Dohzono Revision Changes Path 1.1.2.2 +4 -1 src/sys/pci/agp_ati.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 12:39:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C5E816A488; Mon, 5 Feb 2007 12:39:55 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C43AC13C48D; Mon, 5 Feb 2007 12:39:54 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15CdsPA024680; Mon, 5 Feb 2007 12:39:54 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15Cdsvw024679; Mon, 5 Feb 2007 12:39:54 GMT (envelope-from bms) Message-Id: <200702051239.l15Cdsvw024679@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 5 Feb 2007 12:39:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.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, 05 Feb 2007 12:39:55 -0000 bms 2007-02-05 12:39:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 Log: MFC rev 1.133: Be explicit in examples about the correct grammar for 'alias' and '-alias', and that 'add' and 'delete are in fact synonyms for these in the ifconfig(8) grammar. Use network prefixes explicitly specified in IETF RFCs for documentation purposes. (bz) PR 102701 See also: RFC 3330, RFC 3849 Submitted by: bz Revision Changes Path 1.95.2.22 +27 -12 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Feb 5 12:43:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7663916A401; Mon, 5 Feb 2007 12:43:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.freebsd.org (Postfix) with ESMTP id EBF5D13C49D; Mon, 5 Feb 2007 12:43:34 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id l15ChWB7003789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Feb 2007 15:43:33 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id l15ChWc1003788; Mon, 5 Feb 2007 15:43:32 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 5 Feb 2007 15:43:32 +0300 From: Gleb Smirnoff To: Bruce M Simpson Message-ID: <20070205124332.GG1621@FreeBSD.org> References: <200702030257.l132vkfT089439@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200702030257.l132vkfT089439@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 12:43:36 -0000 On Sat, Feb 03, 2007 at 02:57:46AM +0000, Bruce M Simpson wrote: B> bms 2007-02-03 02:57:46 UTC B> B> FreeBSD src repository B> B> Modified files: B> sys/net if_tap.c B> Log: B> Drop unicast Ethernet frames not destined for the configured address B> of a tap(4) instance, if IFF_PROMISC is not set. B> B> In tap(4), we should emulate the effect IFF_PROMISC would have on B> hardware, otherwise we risk introducing layer 2 loops if tap(4) is B> used with bridges. This means not even bpf(4) gets to see them. B> B> This patch has been tested in a variety of situations. Multicast and B> broadcast frames are correctly allowed through. I have observed this B> behaviour causing problems with multiple QEMU instances hosted on B> the same FreeBSD machine. B> B> The checks in in ether_demux() [if_ethersubr.c, rev 1.222, line 638] B> are insufficient to prevent this bug from occurring, as ifp->if_vlantrunk B> will always be NULL for the non-vlan case. btw, we have a strange situation with handling off non-broadcast frames not destined to us in general. In a case, when we have generic Ethernet in promisc, and received foreign packets (on a hub, or a buggy switch), they are forwarded to ether_demux() and to upper layers respectively. Isn't this incorrect? Moreover, in case of promisc + net.inet.ip.forwarding=1 our box will resend all the received foreign packets :( What do you think about checking that (ether_dhost == ours || BCAST || MCAST) before sending packet to ether_demux? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Feb 5 12:47:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 782F016A400; Mon, 5 Feb 2007 12:47:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 4639113C4A3; Mon, 5 Feb 2007 12:47:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 455841A90F6; Mon, 5 Feb 2007 07:47:31 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Mon, 05 Feb 2007 07:47:31 -0500 X-Sasl-enc: 4AN+rmBSY3wstAcdjMJYdUEcLefeJ3XqcwLQpVhOmFHF 1170679650 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 9535F19F55; Mon, 5 Feb 2007 07:47:30 -0500 (EST) Message-ID: <45C72761.2010402@FreeBSD.org> Date: Mon, 05 Feb 2007 12:47:29 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Gleb Smirnoff References: <200702030257.l132vkfT089439@repoman.freebsd.org> <20070205124332.GG1621@FreeBSD.org> In-Reply-To: <20070205124332.GG1621@FreeBSD.org> 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 Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 12:47:32 -0000 Gleb Smirnoff wrote: > ... > Moreover, in case of promisc + net.inet.ip.forwarding=1 our box will resend > all the received foreign packets :( > NetBSD has M_PROMISC presumably for detecting situations like this: http://fxr.watson.org/fxr/ident?v=NETBSD&i=M_PROMISC > What do you think about checking that (ether_dhost == ours || BCAST || MCAST) > before sending packet to ether_demux? Not complete; we could be acting as an ARP proxy or even a Layer 2 proxy. I have to run out the door to run some errands, but the above link is a start. All the best, BMS From owner-cvs-src@FreeBSD.ORG Mon Feb 5 12:54:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BA5F16A403; Mon, 5 Feb 2007 12:54:18 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9DA13C491; Mon, 5 Feb 2007 12:54:17 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id l15CsCqS003974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Feb 2007 15:54:13 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id l15CsCIC003973; Mon, 5 Feb 2007 15:54:12 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 5 Feb 2007 15:54:12 +0300 From: Gleb Smirnoff To: Eygene Ryabinkin Message-ID: <20070205125412.GH1621@FreeBSD.org> References: <200702030257.l132vkfT089439@repoman.freebsd.org> <20070205124332.GG1621@FreeBSD.org> <20070205125244.GO35552@codelabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070205125244.GO35552@codelabs.ru> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 12:54:18 -0000 On Mon, Feb 05, 2007 at 03:52:44PM +0300, Eygene Ryabinkin wrote: E> > btw, we have a strange situation with handling off non-broadcast E> > frames not destined to us in general. E> > E> > In a case, when we have generic Ethernet in promisc, and received foreign E> > packets (on a hub, or a buggy switch), they are forwarded to ether_demux() E> > and to upper layers respectively. Isn't this incorrect? E> > E> > Moreover, in case of promisc + net.inet.ip.forwarding=1 our box will resend E> > all the received foreign packets :( E> > E> > What do you think about checking that (ether_dhost == ours || BCAST || MCAST) E> > before sending packet to ether_demux? E> E> If you will do so, please, do not forget to check if we're doing E> bridging, because your proposal will break it. If I understand the E> things correctly ;)) Don't worry. The bridge input is before ether_demux(). -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Mon Feb 5 13:07:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E9E9916A402; Mon, 5 Feb 2007 13:07:14 +0000 (UTC) Date: Mon, 5 Feb 2007 13:07:14 +0000 From: Alexey Dokuchaev To: Bruce M Simpson Message-ID: <20070205130714.GA65554@FreeBSD.org> References: <200702051118.l15BImlE010837@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200702051118.l15BImlE010837@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 ah_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 13:07:17 -0000 On Mon, Feb 05, 2007 at 11:18:47AM +0000, Bruce M Simpson wrote: > bms 2007-02-05 11:18:47 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 ah_core.c > Log: > Forced commit; Vim ate my homework^Wkeystroke. :-) "...and it was like, bleep bleep bleep bleep bleep bleep bleep..." - Ellen Feiss, Student ./danfe From owner-cvs-src@FreeBSD.ORG Mon Feb 5 13:11:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B7E416A405; Mon, 5 Feb 2007 13:11:41 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 15F6B13C4AA; Mon, 5 Feb 2007 13:11:41 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HE3Kz-000E3G-9f; Mon, 05 Feb 2007 15:52:49 +0300 Date: Mon, 5 Feb 2007 15:52:44 +0300 From: Eygene Ryabinkin To: Gleb Smirnoff Message-ID: <20070205125244.GO35552@codelabs.ru> References: <200702030257.l132vkfT089439@repoman.freebsd.org> <20070205124332.GG1621@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070205124332.GG1621@FreeBSD.org> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.5 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_20 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 13:11:41 -0000 > btw, we have a strange situation with handling off non-broadcast > frames not destined to us in general. > > In a case, when we have generic Ethernet in promisc, and received foreign > packets (on a hub, or a buggy switch), they are forwarded to ether_demux() > and to upper layers respectively. Isn't this incorrect? > > Moreover, in case of promisc + net.inet.ip.forwarding=1 our box will resend > all the received foreign packets :( > > What do you think about checking that (ether_dhost == ours || BCAST || MCAST) > before sending packet to ether_demux? If you will do so, please, do not forget to check if we're doing bridging, because your proposal will break it. If I understand the things correctly ;)) -- Eygene From owner-cvs-src@FreeBSD.ORG Mon Feb 5 13:17:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BA5016A4A0; Mon, 5 Feb 2007 13:17:13 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id B33F113C4A8; Mon, 5 Feb 2007 13:17:12 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HE3iZ-000E5R-JN; Mon, 05 Feb 2007 16:17:11 +0300 Date: Mon, 5 Feb 2007 16:17:06 +0300 From: Eygene Ryabinkin To: Gleb Smirnoff Message-ID: <20070205131706.GT35552@codelabs.ru> References: <200702030257.l132vkfT089439@repoman.freebsd.org> <20070205124332.GG1621@FreeBSD.org> <20070205125244.GO35552@codelabs.ru> <20070205125412.GH1621@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070205125412.GH1621@FreeBSD.org> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 13:17:16 -0000 Gleb, > E> If you will do so, please, do not forget to check if we're doing > E> bridging, because your proposal will break it. If I understand the > E> things correctly ;)) > > Don't worry. The bridge input is before ether_demux(). Oops, sorry: you're right. Not used The Source as Yoda said ;)) -- Eygene From owner-cvs-src@FreeBSD.ORG Mon Feb 5 13:55:45 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3C2B16A406 for ; Mon, 5 Feb 2007 13:55:43 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5D813C46B for ; Mon, 5 Feb 2007 13:55:35 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so1278981wri for ; Mon, 05 Feb 2007 05:55:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tAmqUI7ekaB3bV2hpkt9mfrvq1vhVAajadyet6Boc4oiY7do1YwbllYI0S/lKJ6bnMXAbkjiuq8lisNefALrX7ZWOobrEyqLPc3Qyfkor0gIPhjQKXBqVoNZ6ccoLEXr6GKZoVfKmtGF7OHpqZz2Y/sv3A795rkZgq/0lKNp98o= Received: by 10.78.200.3 with SMTP id x3mr1070649huf.1170682290136; Mon, 05 Feb 2007 05:31:30 -0800 (PST) Received: by 10.78.77.18 with HTTP; Mon, 5 Feb 2007 05:31:30 -0800 (PST) Message-ID: Date: Mon, 5 Feb 2007 14:31:30 +0100 From: "Niclas Zeising" To: "Alexey Dokuchaev" In-Reply-To: <20070205130714.GA65554@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702051118.l15BImlE010837@repoman.freebsd.org> <20070205130714.GA65554@FreeBSD.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce M Simpson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet6 ah_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 13:55:45 -0000 On 2/5/07, Alexey Dokuchaev wrote: > On Mon, Feb 05, 2007 at 11:18:47AM +0000, Bruce M Simpson wrote: > > bms 2007-02-05 11:18:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet6 ah_core.c > > Log: > > Forced commit; Vim ate my homework^Wkeystroke. > > :-) > > "...and it was like, bleep bleep bleep bleep bleep bleep bleep..." > > - Ellen Feiss, Student > > ./danfe But you only need one hand to make it do that, not four ;) *ducks* //Niclas From owner-cvs-src@FreeBSD.ORG Mon Feb 5 16:30:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D65B16A419; Mon, 5 Feb 2007 16:30:42 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D016713C474; Mon, 5 Feb 2007 16:30:41 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15GUf93080073; Mon, 5 Feb 2007 16:30:41 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15GUfIn080071; Mon, 5 Feb 2007 16:30:41 GMT (envelope-from cperciva) Message-Id: <200702051630.l15GUfIn080071@repoman.freebsd.org> From: Colin Percival Date: Mon, 5 Feb 2007 16:30:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read.c archive_read_support_compression_none.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 16:30:42 -0000 cperciva 2007-02-05 16:30:41 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.c archive_read_support_compression_none.c Log: If (a == NULL), don't dereference (a) to record an error message. [1] Fallout from changing the skip API to use off_t instead of size_t: Print the skip length using %jd and cast to (intmax_t) instead of %d / (int), and if ARCHIVE_API_VERSION >= 2, allow the client skipper to be called for requests longer than SSIZE_MAX. [2] Approved by: kientzle Pointy hats to: kientzle [1], cperciva [2] MFC after: 3 days Revision Changes Path 1.29 +1 -3 src/lib/libarchive/archive_read.c 1.14 +6 -1 src/lib/libarchive/archive_read_support_compression_none.c From owner-cvs-src@FreeBSD.ORG Mon Feb 5 16:36:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3D9916A400; Mon, 5 Feb 2007 16:36:25 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A357613C461; Mon, 5 Feb 2007 16:36:25 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15GaPFj081496; Mon, 5 Feb 2007 16:36:25 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15GaPWE081495; Mon, 5 Feb 2007 16:36:25 GMT (envelope-from jdp) Message-Id: <200702051636.l15GaPWE081495@repoman.freebsd.org> From: John Polstra Date: Mon, 5 Feb 2007 16: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/etc/periodic/security 800.loginfail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 16:36:28 -0000 jdp 2007-02-05 16:36:25 UTC FreeBSD src repository Modified files: etc/periodic/security 800.loginfail Log: Use egrep instead of grep so that reporting of login failures (broken by revision 1.6) works again. This fix is already in RELENG_6, but was never committed to HEAD. Revision Changes Path 1.7 +1 -1 src/etc/periodic/security/800.loginfail From owner-cvs-src@FreeBSD.ORG Mon Feb 5 17:31:54 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FA3016A401; Mon, 5 Feb 2007 17:31:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id EF18813C4A3; Mon, 5 Feb 2007 17:31:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l15HVneC062782; Mon, 5 Feb 2007 12:31:49 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Max Laier Date: Mon, 5 Feb 2007 12:13:24 -0500 User-Agent: KMail/1.9.1 References: <200701302354.l0UNsoF4091229@repoman.freebsd.org> <200701311257.56169.jhb@freebsd.org> <200702022027.47269.max@love2party.net> In-Reply-To: <200702022027.47269.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702051213.25656.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 05 Feb 2007 12:31:50 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2524/Mon Feb 5 07:48:22 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/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: Mon, 05 Feb 2007 17:31:54 -0000 On Friday 02 February 2007 14:27, Max Laier wrote: > On Wednesday 31 January 2007 18:57, John Baldwin wrote: > > On Tuesday 30 January 2007 18:54, Max Laier wrote: > > > mlaier 2007-01-30 23:54:50 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_6) > > > sys/kern subr_firmware.c > > > Log: > > > Revert 1.1.2.2 as linker_release_module is not in RELENG_6. Will > > > have to look for a better way and will compile test "trivial changes" > > > in the future. > > > > Probably trivial to backport the function. > > Do you plan to? Otherwise, I'd just solve it locally like attached. Your > addition of linker_release module is a bit interlocked with the locking > changes and I'd rather not get into that, atm. Oh, hmm, I thought the function could be backported simply w/o all the locking stuff. I'm not so sure it can now though. I think your patch is ok. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Feb 5 18:03:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3329216A40B; Mon, 5 Feb 2007 18:03:22 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id E398213C4A3; Mon, 5 Feb 2007 18:03:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 6690F1A912B; Mon, 5 Feb 2007 13:03:18 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Mon, 05 Feb 2007 13:03:18 -0500 X-Sasl-enc: PIujw0EkY2BkGLbrsONf5O9xlES3Cj3VCpLNv0oh7Op1 1170698598 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id A4ED510D48; Mon, 5 Feb 2007 13:03:16 -0500 (EST) Message-ID: <45C77164.1020801@FreeBSD.org> Date: Mon, 05 Feb 2007 18:03:16 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Gleb Smirnoff References: <200702030257.l132vkfT089439@repoman.freebsd.org> <20070205124332.GG1621@FreeBSD.org> <45C72761.2010402@FreeBSD.org> In-Reply-To: <45C72761.2010402@FreeBSD.org> 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 Subject: Re: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 18:03:23 -0000 Bruce M. Simpson wrote: > Gleb Smirnoff wrote: >> ... >> Moreover, in case of promisc + net.inet.ip.forwarding=1 our box will >> resend >> all the received foreign packets :( >> > > NetBSD has M_PROMISC presumably for detecting situations like this: > http://fxr.watson.org/fxr/ident?v=NETBSD&i=M_PROMISC The other cool thing is the opportunities for functional separation which it offers. For example: wi(4) is known to have a broken IFF_ALLMULTI mode, as do other cards. If we added an ifnet capability 'has working hardware allmulti', M_PROMISC lets you do the right thing in either case at the cost of checking a bit. Rehards, BMS From owner-cvs-src@FreeBSD.ORG Mon Feb 5 18:25:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6CA016A401 for ; Mon, 5 Feb 2007 18:25:28 +0000 (UTC) (envelope-from cokane@mail.cokane.org) Received: from ms-smtp-01.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.47.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8A73C13C442 for ; Mon, 5 Feb 2007 18:25:28 +0000 (UTC) (envelope-from cokane@mail.cokane.org) Received: from ramen.cokane.org (rrcs-24-153-184-158.sw.biz.rr.com [24.153.184.158]) by ms-smtp-01.texas.rr.com (8.13.6/8.13.6) with SMTP id l15HatHu004537 for ; Mon, 5 Feb 2007 11:36:55 -0600 (CST) Received: (qmail 30354 invoked by uid 1001); 5 Feb 2007 17:36:37 -0000 Date: Mon, 5 Feb 2007 17:36:37 +0000 From: Coleman Kane To: Jean-S?bastien P?dron Message-ID: <20070205173637.GA30328@ramen.coleyandcheryl> References: <200702041247.l14ClqQQ091991@repoman.freebsd.org> <346a80220702042216g5a7d755fn15076bb49656d370@mail.gmail.com> <45C70834.1050508@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45C70834.1050508@freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 05 Feb 2007 18:25:28 -0000 On Mon, Feb 05, 2007 at 11:34:28AM +0100, Jean-S?bastien P?dron wrote, and it was proclaimed: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 05.02.2007 07:16, Coleman Kane wrote: > > Synaptics TouchPad seems to go back to Relative Mode after the call > > to set_controller_command_byte() call; by issueing a Read Mode Byte > > command, the touchpad is in Absolute Mode again. > > > > This problem occursed at least on Asus V6V laptops. > > > > I looked into fixing this some time ago with my laptop (Gateway 7422GX). > > Unfortunately, it rendered the scroll-space at the right-hand edge of > > the trackpad useless... we'll see if this fixes that. > > Without this patch, the cursor doesn't move at all because the driver > treats relative data as garbage. The way the driver handles absolute > packets hasn't changed, so I'm not sure it'll fix your problem. But I'd > like to have your feedback :) > > Regards, > > - -- > Jean-S?bastien P?dron > http://www.dumbbell.fr/ > > PGP Key: http://www.dumbbell.fr/pgp/pubkey.asc Ah, I see. The problem I have is that after booting, my Synaptics touchpad simply reverts back to IntelliMouse-Scroll PS/2 emulation mode. When I tried to "fix" this, by altering the psm.c code, it detected properly as a synaptics device but I lost the use of my scroll-pad region. Anyhow, I'm rebuilding my kernel... let's wee how this works. -- Coleman Kane From owner-cvs-src@FreeBSD.ORG Mon Feb 5 21:48:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8930316A405; Mon, 5 Feb 2007 21:48:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 640E713C4A3; Mon, 5 Feb 2007 21:48:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15LmWiG058844; Mon, 5 Feb 2007 21:48:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15LmWKk058843; Mon, 5 Feb 2007 21:48:32 GMT (envelope-from jhb) Message-Id: <200702052148.l15LmWKk058843@repoman.freebsd.org> From: John Baldwin Date: Mon, 5 Feb 2007 21:48:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include gdb_machdep.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, 05 Feb 2007 21:48:34 -0000 jhb 2007-02-05 21:48:32 UTC FreeBSD src repository Modified files: sys/amd64/include gdb_machdep.h Log: Change GDB_BUFSZ to be large enough to hold a register dump where each register takes 16 characters (64-bit register in hex). In practice this is a slight bit of overkill as 7 of the 56 registers are only 32-bit, but having the buffer too small results in remote kgdb trashing kernel memory when it connects. PR: amd64/108673 Submitted by: Ravi Murty, Nikhil Rao @ Intel MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/sys/amd64/include/gdb_machdep.h From owner-cvs-src@FreeBSD.ORG Mon Feb 5 22:46:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95F2A16A401; Mon, 5 Feb 2007 22:45:59 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4544813C461; Mon, 5 Feb 2007 22:45:59 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l15Mjxak069982; Mon, 5 Feb 2007 22:45:59 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l15MjxfY069981; Mon, 5 Feb 2007 22:45:59 GMT (envelope-from ambrisko) Message-Id: <200702052245.l15MjxfY069981@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 5 Feb 2007 22:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 linsysfs.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, 05 Feb 2007 22:46:00 -0000 ambrisko 2007-02-05 22:45:58 UTC FreeBSD src repository Modified files: share/man/man5 linsysfs.5 Log: s/Feb/February/ Reminded by: ru Revision Changes Path 1.6 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-src@FreeBSD.ORG Tue Feb 6 01:16:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A918316A4E1; Tue, 6 Feb 2007 01:16:11 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DF75313C4C3; Tue, 6 Feb 2007 01:16:09 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l161G9cW007761; Tue, 6 Feb 2007 01:16:09 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l161G9dC007760; Tue, 6 Feb 2007 01:16:09 GMT (envelope-from rodrigc) Message-Id: <200702060116.l161G9dC007760@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 6 Feb 2007 01:16:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 01:16:12 -0000 rodrigc 2007-02-06 01:16:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/mount mount.c Log: MFC: 1.73, 1.74, 1.84 Do not pass "noauto", "userquota", or "groupquota" mount options down to nmount() or external mount programs. PR: 108751 Reported and tested by: Neil Hoggarth Revision Changes Path 1.69.2.6 +39 -12 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 02:37:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 653E416A403; Tue, 6 Feb 2007 02:37:43 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC8313C481; Tue, 6 Feb 2007 02:37:43 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l162bh1G021753; Tue, 6 Feb 2007 02:37:43 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l162bhBq021752; Tue, 6 Feb 2007 02:37:43 GMT (envelope-from rodrigc) Message-Id: <200702060237.l162bhBq021752@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 6 Feb 2007 02:37:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 02:37:43 -0000 rodrigc 2007-02-06 02:37:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/isofs/cd9660 cd9660_vfsops.c Log: MFC: 1.142 Check the actual sector size of the underlying media before mounting. Prevents a kernel panic if you try to "mount_cd9660 /dev/acd0 /mnt" while an audio CD is in the CD-ROM drive. PR: 92269 Revision Changes Path 1.140.2.5 +12 -3 src/sys/isofs/cd9660/cd9660_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 03:30:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E60916A406; Tue, 6 Feb 2007 03:30:59 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC0A313C48D; Tue, 6 Feb 2007 03:30:58 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l163UwJh031031; Tue, 6 Feb 2007 03:30:58 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l163UwZC031029; Tue, 6 Feb 2007 03:30:58 GMT (envelope-from rodrigc) Message-Id: <200702060330.l163UwZC031029@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 6 Feb 2007 03:30:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 03:30:59 -0000 rodrigc 2007-02-06 03:30:58 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Eliminate some dead code which was introduced in 1.23, yet was always commented out. Revision Changes Path 1.159 +0 -11 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 05:51:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E45A16A402; Tue, 6 Feb 2007 05:51:56 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2758413C48D; Tue, 6 Feb 2007 05:51:56 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l165puxr064007; Tue, 6 Feb 2007 05:51:56 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l165ptc4064006; Tue, 6 Feb 2007 05:51:56 GMT (envelope-from mpp) Message-Id: <200702060551.l165ptc4064006@repoman.freebsd.org> From: Mike Pritchard Date: Tue, 6 Feb 2007 05:51: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 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: Tue, 06 Feb 2007 05:51:56 -0000 mpp 2007-02-06 05:51:55 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: The change to the vm_page_queue_freelist lock from a spin lock to a sleep lock missed the witness code, and the system will panic immediately on boot if WITNESS is enabled. Changed the witness definition to the new type. Revision Changes Path 1.223 +1 -1 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 05:57:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55B3216A400; Tue, 6 Feb 2007 05:57:41 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF9D13C481; Tue, 6 Feb 2007 05:57:41 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l165vfRs064856; Tue, 6 Feb 2007 05:57:41 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l165vfZ8064855; Tue, 6 Feb 2007 05:57:41 GMT (envelope-from rodrigc) Message-Id: <200702060557.l165vfZ8064855@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 6 Feb 2007 05:57: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/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 05:57:41 -0000 rodrigc 2007-02-06 05:57:40 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Print warning that "-t msdos" is deprecated and being converted to "-t msdosfs". The conversion has been happening since 1.43, but no equivalent conversion happens in "umount -t", which led to some confusion with some users. PR: 79296 Submitted by: Nobuhiro Yasutomi Revision Changes Path 1.94 +4 -1 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 06:06:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42D4C16A402; Tue, 6 Feb 2007 06:06:29 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1BC4013C461; Tue, 6 Feb 2007 06:06:29 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1666SSR067604; Tue, 6 Feb 2007 06:06:28 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1666SSN067603; Tue, 6 Feb 2007 06:06:28 GMT (envelope-from rodrigc) Message-Id: <200702060606.l1666SSN067603@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 6 Feb 2007 06:06:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 06:06:29 -0000 rodrigc 2007-02-06 06:06:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/mount mount.c Log: MFC 1.94 Warn that "-t msdos" will be converted to "-t msdosfs". PR: 79296 Submitted by: Nobuhiro Yasutomi Revision Changes Path 1.69.2.7 +4 -1 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 08:46:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70AC116A403; Tue, 6 Feb 2007 08:46:22 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 49CCB13C481; Tue, 6 Feb 2007 08:46:22 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l168kMaf095175; Tue, 6 Feb 2007 08:46:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l168kMTj095170; Tue, 6 Feb 2007 08:46:22 GMT (envelope-from ru) Message-Id: <200702060846.l168kMTj095170@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 6 Feb 2007 08:46:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 08:46:22 -0000 ru 2007-02-06 08:46:21 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.8 Log: - Bump document date. - Kill whitespace at EOL. - Add missing markup bit. Revision Changes Path 1.28 +3 -3 src/usr.sbin/pciconf/pciconf.8 From owner-cvs-src@FreeBSD.ORG Tue Feb 6 08:47:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08B7716A40D; Tue, 6 Feb 2007 08:47:13 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id D4F4513C4B6; Tue, 6 Feb 2007 08:47:12 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 18A3B2C2ADC; Tue, 6 Feb 2007 02:19:07 -0600 (CST) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JPBs7WDb8acL; Tue, 6 Feb 2007 02:19:06 -0600 (CST) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 56D6E2C2AD7; Tue, 6 Feb 2007 02:19:06 -0600 (CST) Message-ID: <45C839F7.60908@cs.rice.edu> Date: Tue, 06 Feb 2007 02:19:03 -0600 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Pritchard References: <200702060551.l165ptc4064006@repoman.freebsd.org> In-Reply-To: <200702060551.l165ptc4064006@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern 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: Tue, 06 Feb 2007 08:47:13 -0000 Mike Pritchard wrote: >mpp 2007-02-06 05:51:55 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > The change to the vm_page_queue_freelist lock from a spin lock to a > sleep lock missed the witness code, and the system will panic > immediately on boot if WITNESS is enabled. > > Changed the witness definition to the new type. > > Revision Changes Path > 1.223 +1 -1 src/sys/kern/subr_witness.c > > Thanks. I suspect that I missed this because my kernel configuration that includes WITNESS also has WITNESS_SKIPSPIN. Alan From owner-cvs-src@FreeBSD.ORG Tue Feb 6 08:48:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67B8216A400; Tue, 6 Feb 2007 08:48:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9D213C4A3; Tue, 6 Feb 2007 08:48:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l168mTes003590; Tue, 6 Feb 2007 08:48:29 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l168mTug003589; Tue, 6 Feb 2007 08:48:29 GMT (envelope-from kevlo) Message-Id: <200702060848.l168mTug003589@repoman.freebsd.org> From: Kevin Lo Date: Tue, 6 Feb 2007 08:48:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mklocale yacc.y src/usr.sbin/ngctl dot.c list.c main.c show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 08:48:29 -0000 kevlo 2007-02-06 08:48:29 UTC FreeBSD src repository Modified files: usr.bin/mklocale yacc.y usr.sbin/ngctl dot.c list.c main.c show.c Log: getopt(3) returns -1, not EOF. Revision Changes Path 1.26 +1 -1 src/usr.bin/mklocale/yacc.y 1.5 +1 -1 src/usr.sbin/ngctl/dot.c 1.9 +1 -1 src/usr.sbin/ngctl/list.c 1.23 +1 -1 src/usr.sbin/ngctl/main.c 1.7 +1 -1 src/usr.sbin/ngctl/show.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 09:50:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 661C416A403; Tue, 6 Feb 2007 09:50:18 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFBB13C442; Tue, 6 Feb 2007 09:50:18 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l169oIYj014325; Tue, 6 Feb 2007 09:50:18 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l169oIGQ014324; Tue, 6 Feb 2007 09:50:18 GMT (envelope-from brueffer) Message-Id: <200702060950.l169oIGQ014324@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 6 Feb 2007 09:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Tue, 06 Feb 2007 09:50:18 -0000 brueffer 2007-02-06 09:50:18 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: Document NetCell NC3000 and NC5000 support. Revision Changes Path 1.71 +3 -1 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Tue Feb 6 10:59:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B86716A400; Tue, 6 Feb 2007 10:59:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6955713C491; Tue, 6 Feb 2007 10:59:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16AxNwi027726; Tue, 6 Feb 2007 10:59:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16AxNNn027725; Tue, 6 Feb 2007 10:59:23 GMT (envelope-from rwatson) Message-Id: <200702061059.l16AxNNn027725@repoman.freebsd.org> From: Robert Watson Date: Tue, 6 Feb 2007 10:59:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac.h src/sys/security/mac mac_inet.c mac_internal.h mac_label.c mac_pipe.c mac_policy.h mac_posix_sem.c mac_system.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c mac_vfs.c src/sys/security/mac_biba mac_biba.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 10:59:23 -0000 rwatson 2007-02-06 10:59:23 UTC FreeBSD src repository Modified files: sys/sys mac.h sys/security/mac mac_inet.c mac_internal.h mac_label.c mac_pipe.c mac_policy.h mac_posix_sem.c mac_system.c mac_sysv_msg.c mac_sysv_sem.c mac_sysv_shm.c mac_vfs.c sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c sys/security/mac_portacl mac_portacl.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: Continue 7-CURRENT MAC Framework rearrangement and cleanup: Don't perform a nested include of _label.h in mac.h, as mac.h now describes only the user API to MAC, and _label.h defines the in-kernel representation of MAC labels. Remove mac.h includes from policies and MAC framework components that do not use userspace MAC API definitions. Add _KERNEL inclusion checks to mac_internal.h and mac_policy.h, as these are kernel-only include files Obtained from: TrustedBSD Project Revision Changes Path 1.10 +0 -1 src/sys/security/mac/mac_inet.c 1.120 +4 -0 src/sys/security/mac/mac_internal.h 1.7 +0 -1 src/sys/security/mac/mac_label.c 1.111 +0 -1 src/sys/security/mac/mac_pipe.c 1.85 +6 -0 src/sys/security/mac/mac_policy.h 1.9 +0 -1 src/sys/security/mac/mac_posix_sem.c 1.110 +0 -1 src/sys/security/mac/mac_system.c 1.9 +0 -1 src/sys/security/mac/mac_sysv_msg.c 1.8 +0 -1 src/sys/security/mac/mac_sysv_sem.c 1.7 +0 -1 src/sys/security/mac/mac_sysv_shm.c 1.119 +0 -1 src/sys/security/mac/mac_vfs.c 1.98 +0 -1 src/sys/security/mac_biba/mac_biba.c 1.32 +0 -1 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.11 +0 -1 src/sys/security/mac_ifoff/mac_ifoff.c 1.81 +0 -1 src/sys/security/mac_mls/mac_mls.c 1.34 +0 -1 src/sys/security/mac_none/mac_none.c 1.14 +0 -1 src/sys/security/mac_partition/mac_partition.c 1.12 +0 -1 src/sys/security/mac_portacl/mac_portacl.c 1.11 +0 -1 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.61 +0 -1 src/sys/security/mac_stub/mac_stub.c 1.66 +0 -1 src/sys/security/mac_test/mac_test.c 1.73 +0 -2 src/sys/sys/mac.h From owner-cvs-src@FreeBSD.ORG Tue Feb 6 11:59:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4E1916A400; Tue, 6 Feb 2007 11:59:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id B154613C428; Tue, 6 Feb 2007 11:59:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id D15244F965; Tue, 6 Feb 2007 06:59:27 -0500 (EST) Date: Tue, 6 Feb 2007 11:59:27 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alan Cox In-Reply-To: <200702050602.l1562tnI034504@repoman.freebsd.org> Message-ID: <20070206115809.K32369@fledge.watson.org> References: <200702050602.l1562tnI034504@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_contig.c vm_page.c vm_pageq.c vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 11:59:29 -0000 On Mon, 5 Feb 2007, Alan Cox wrote: > alc 2007-02-05 06:02:55 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_contig.c vm_page.c vm_pageq.c > vm_zeroidle.c > Log: > Change the free page queue lock from a spin mutex to a default (blocking) > mutex. With the demise of Alpha support, there is no longer a reason for > it to be a spin mutex. Is there any measurable performance change from this? In the past, I've observed significantly higher cost for acquiring spin mutexes vs. sleep mutexes in micro-benchmarking. The change was most striking on Intel Xeon P4 hardware with an SMP kernel, and quite a bit less so on other platforms. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Feb 6 12:07:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9129D16A49C; Tue, 6 Feb 2007 12:07:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AFA8F13C532; Tue, 6 Feb 2007 12:07:18 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16C7Ew1042466; Tue, 6 Feb 2007 12:07:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16C7EfW042465; Tue, 6 Feb 2007 12:07:14 GMT (envelope-from imp) Message-Id: <200702061207.l16C7EfW042465@repoman.freebsd.org> From: Warner Losh Date: Tue, 6 Feb 2007 12:07:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_twi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 12:07:23 -0000 imp 2007-02-06 12:07:14 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: at91_twi depends on the iicbus module to satisfy its symbols when loaded, so make that explicit. Works for the monolithic kernel case, won't work for the kldload case. Revision Changes Path 1.8 +1 -0 src/sys/arm/at91/at91_twi.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 14:19:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B2BA16A406; Tue, 6 Feb 2007 14:19:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6973B13C4A8; Tue, 6 Feb 2007 14:19:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16EJPWS074887; Tue, 6 Feb 2007 14:19:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16EJP6r074886; Tue, 6 Feb 2007 14:19:25 GMT (envelope-from rwatson) Message-Id: <200702061419.l16EJP6r074886@repoman.freebsd.org> From: Robert Watson Date: Tue, 6 Feb 2007 14:19:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys _label.h src/sys/security/mac mac_framework.h mac_internal.h mac_label.c mac_policy.h src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 14:19:25 -0000 rwatson 2007-02-06 14:19:25 UTC FreeBSD src repository Modified files: sys/security/mac mac_framework.h mac_internal.h mac_label.c mac_policy.h sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_partition mac_partition.c sys/security/mac_test mac_test.c Removed files: sys/sys _label.h Log: Introduce accessor functions mac_label_get() and mac_label_set() to replace LABEL_TO_SLOT() macro used by policy modules to query and set label data in struct label. Instead of using a union, store an intptr_t, simplifying the API. Update policies: in most cases this required only small tweaks to current wrapper macros. In two cases, a single wrapper macros had to be split into separate get and set macros. Move struct label definition from _label.h to mac_internal.h and remove _label.h. With this change, policies may now treat struct label * as opaque, allowing us to change the layout of struct label without breaking the policy module ABI. For example, we could make the maximum number of policies with labels modifiable at boot-time rather than just at compile-time. Obtained from: TrustedBSD Project Revision Changes Path 1.78 +1 -2 src/sys/security/mac/mac_framework.h 1.121 +18 -1 src/sys/security/mac/mac_internal.h 1.8 +24 -0 src/sys/security/mac/mac_label.c 1.86 +3 -7 src/sys/security/mac/mac_policy.h 1.99 +3 -3 src/sys/security/mac_biba/mac_biba.c 1.45 +4 -4 src/sys/security/mac_lomac/mac_lomac.c 1.82 +2 -2 src/sys/security/mac_mls/mac_mls.c 1.15 +11 -10 src/sys/security/mac_partition/mac_partition.c 1.67 +41 -40 src/sys/security/mac_test/mac_test.c 1.8 +0 -65 src/sys/sys/_label.h (dead) From owner-cvs-src@FreeBSD.ORG Tue Feb 6 14:31:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BD5616A405; Tue, 6 Feb 2007 14:31:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E87D413C491; Tue, 6 Feb 2007 14:31:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16EVcCa077355; Tue, 6 Feb 2007 14:31:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16EVcIB077354; Tue, 6 Feb 2007 14:31:38 GMT (envelope-from rwatson) Message-Id: <200702061431.l16EVcIB077354@repoman.freebsd.org> From: Robert Watson Date: Tue, 6 Feb 2007 14:31: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/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: Tue, 06 Feb 2007 14:31:39 -0000 rwatson 2007-02-06 14:31:38 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Push UNIX domain socket locking further into uipc_ctloutput() in order to avoid holding the UNIX domain socket subsystem lock over soooptcopyin() and sooptcopyout(). This problem was introduced when LOCAL_CREDS, and LOCAL_CONNWAIT support were added. Reviewed by: mdodd Revision Changes Path 1.191 +6 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 14:45:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85ABF16A405; Tue, 6 Feb 2007 14:45:52 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5A43A13C428; Tue, 6 Feb 2007 14:45:52 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16EjqSe080637; Tue, 6 Feb 2007 14:45:52 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16EjqkK080636; Tue, 6 Feb 2007 14:45:52 GMT (envelope-from ume) Message-Id: <200702061445.l16EjqkK080636@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 6 Feb 2007 14:45:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 14:45:52 -0000 ume 2007-02-06 14:45:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 nd6.c Log: MFC 1.75: ng_iface requiers neighbor cache as well. Revision Changes Path 1.48.2.17 +1 -0 src/sys/netinet6/nd6.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 16:21:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B08116A405; Tue, 6 Feb 2007 16:21:10 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4B59F13C48D; Tue, 6 Feb 2007 16:21:10 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16GLAEQ002833; Tue, 6 Feb 2007 16:21:10 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16GLAdD002830; Tue, 6 Feb 2007 16:21:10 GMT (envelope-from bde) Message-Id: <200702061621.l16GLAdD002830@repoman.freebsd.org> From: Bruce Evans Date: Tue, 6 Feb 2007 16:21: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/amd64/include pcpu.h src/sys/i386/include pcpu.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, 06 Feb 2007 16:21:11 -0000 bde 2007-02-06 16:21:09 UTC FreeBSD src repository Modified files: sys/amd64/include pcpu.h sys/i386/include pcpu.h Log: Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary variable to avoid invalid constraints in dead code. Use an array of u_char's (inside a struct) instead of a char/short/int/long variable so that the variable and its accesses can be spelled in the same way in all cases and code doesn't need to be cloned just to hold the spelling differences. Fixed strict-aliasing errors in PCPU_SET() and in the amd64 PCPU_GET(). Cast to (void *) as in rev.1.37 of the i386 version where the errors were fixed for the i386 PCPU_GET() only. It would be more correct to copy to and from the temp. variable using memcpy(), but then an ifdef tangle would be required to ensure using the builtin memcpy(). We depend on fairly aggressive optimization to put the temp. variable only in a register despite it being copied using *(type *)(void *)&anothertype and could depend on this when using memcpy() too. This seems to work right even for -O0, but the -O0 case has not been completely tested. This change gives identical object code for all object files in LINT on amd64 (except for one file with a __TIME__ stamp). For LINT on i386 it gives unimportant differences in instruction order and padding in a few object files. This was only tested for -O. This change (actually a previous version of it) gives the following reductions in the number of object files in LINT that fail to compile with -O2 but without the -fno-strict-aliasing kludge: - amd64: 29 (down from 211) - i386: 36 (down from 47) gcc-3.4.6 actually allows the invalid constraints that result from not using the temp. variable, at least with -O[1-2], but gcc-3.3.3 crashes on them and I don't want to depend on compiler bugs. Revision Changes Path 1.45 +18 -48 src/sys/amd64/include/pcpu.h 1.47 +18 -36 src/sys/i386/include/pcpu.h From owner-cvs-src@FreeBSD.ORG Tue Feb 6 16:24:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BDEF16A488; Tue, 6 Feb 2007 16:24:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB26413C4B2; Tue, 6 Feb 2007 16:24:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16GOvuH003867; Tue, 6 Feb 2007 16:24:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16GOv7I003866; Tue, 6 Feb 2007 16:24:57 GMT (envelope-from rwatson) Message-Id: <200702061624.l16GOv7I003866@repoman.freebsd.org> From: Robert Watson Date: Tue, 6 Feb 2007 16:24:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac.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, 06 Feb 2007 16:24:58 -0000 rwatson 2007-02-06 16:24:57 UTC FreeBSD src repository Modified files: sys/sys mac.h Log: Update comments in mac.h. Obtained from: TrustedBSD Project Revision Changes Path 1.74 +10 -7 src/sys/sys/mac.h From owner-cvs-src@FreeBSD.ORG Tue Feb 6 16:57:30 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6E0816A413; Tue, 6 Feb 2007 16:57:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id BE6CD13C4BA; Tue, 6 Feb 2007 16:57:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l16Gv90w070927; Tue, 6 Feb 2007 11:57:19 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Mike Pritchard Date: Tue, 6 Feb 2007 11:17:26 -0500 User-Agent: KMail/1.9.1 References: <200702060551.l165ptc4064006@repoman.freebsd.org> In-Reply-To: <200702060551.l165ptc4064006@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200702061117.27001.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 06 Feb 2007 11:57:20 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2527/Tue Feb 6 05:14:46 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/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: Tue, 06 Feb 2007 16:57:31 -0000 On Tuesday 06 February 2007 00:51, Mike Pritchard wrote: > mpp 2007-02-06 05:51:55 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > The change to the vm_page_queue_freelist lock from a spin lock to a > sleep lock missed the witness code, and the system will panic > immediately on boot if WITNESS is enabled. > > Changed the witness definition to the new type. You had better take it out altogether. Now you've told witness that this lock comes after a spin lock, and that is only going to result in pain and suffering. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Feb 6 17:22:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BC7316A402; Tue, 6 Feb 2007 17:22:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E835213C467; Tue, 6 Feb 2007 17:22:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16HMaRc022306; Tue, 6 Feb 2007 17:22:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16HMaUD022302; Tue, 6 Feb 2007 17:22:36 GMT (envelope-from rwatson) Message-Id: <200702061722.l16HMaUD022302@repoman.freebsd.org> From: Robert Watson Date: Tue, 6 Feb 2007 17:22: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/security/mac_partition mac_partition.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 17:22:37 -0000 rwatson 2007-02-06 17:22:36 UTC FreeBSD src repository Modified files: sys/security/mac_partition mac_partition.c Log: Print intptr_t values by first casting to intmax_t and then printing with %jd, as intptr_t may not be int-sized. Assistance from: jhb Spotted by: Mr Tinderbox Revision Changes Path 1.16 +1 -1 src/sys/security/mac_partition/mac_partition.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 17:57:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E459916A405; Tue, 6 Feb 2007 17:57:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BEC4613C4A3; Tue, 6 Feb 2007 17:57:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16HvKhK027990; Tue, 6 Feb 2007 17:57:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16HvKxt027989; Tue, 6 Feb 2007 17:57:20 GMT (envelope-from pjd) Message-Id: <200702061757.l16HvKxt027989@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 6 Feb 2007 17:57: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/tools/tools/umastat umastat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 17:57:21 -0000 pjd 2007-02-06 17:57:20 UTC FreeBSD src repository Modified files: tools/tools/umastat umastat.c Log: Allow to use umastat on coredumps. Reviewed by: rwatson Revision Changes Path 1.5 +24 -3 src/tools/tools/umastat/umastat.c From owner-cvs-src@FreeBSD.ORG Tue Feb 6 18:04:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E47B216A400; Tue, 6 Feb 2007 18:04:02 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE50613C4A6; Tue, 6 Feb 2007 18:04:02 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16I427s030370; Tue, 6 Feb 2007 18:04:02 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16I42UF030368; Tue, 6 Feb 2007 18:04:02 GMT (envelope-from bde) Message-Id: <200702061804.l16I42UF030368@repoman.freebsd.org> From: Bruce Evans Date: Tue, 6 Feb 2007 18:04: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/amd64/include pcpu.h src/sys/i386/include pcpu.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, 06 Feb 2007 18:04:04 -0000 bde 2007-02-06 18:04:02 UTC FreeBSD src repository Modified files: sys/amd64/include pcpu.h sys/i386/include pcpu.h Log: Fixed some style bugs. Routine except: - don't use __GNUCLIKE___OFFSETOF, since __offsetof() is a standard FreeBSD implementaion detail which has nothing to do with GNUC. Revision Changes Path 1.46 +32 -31 src/sys/amd64/include/pcpu.h 1.48 +35 -34 src/sys/i386/include/pcpu.h From owner-cvs-src@FreeBSD.ORG Tue Feb 6 20:29:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3351F16A409; Tue, 6 Feb 2007 20:29:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E20313C4A5; Tue, 6 Feb 2007 20:29:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16KTeGt057881; Tue, 6 Feb 2007 20:29:40 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16KTejV057880; Tue, 6 Feb 2007 20:29:40 GMT (envelope-from jhb) Message-Id: <200702062029.l16KTejV057880@repoman.freebsd.org> From: John Baldwin Date: Tue, 6 Feb 2007 20:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Feb 2007 20:29:41 -0000 jhb 2007-02-06 20:29:40 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.c Log: Make iostat(8) fully work on crash dumps again (broken since 5.0): - Pass the address of the variable we are reading to kvm_read() rather than the index into the nlist array. - Properly report errors from kvm_read() which returns -1 on error, not 0. MFC after: 3 days Revision Changes Path 1.32 +6 -5 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 00:42:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A579616A40E; Wed, 7 Feb 2007 00:42:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF2B713C49D; Wed, 7 Feb 2007 00:42:09 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l170g9R3013101; Wed, 7 Feb 2007 00:42:09 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l170g92L013100; Wed, 7 Feb 2007 00:42:09 GMT (envelope-from dougb) Message-Id: <200702070042.l170g92L013100@repoman.freebsd.org> From: Doug Barton Date: Wed, 7 Feb 2007 00:42:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/bind9 CHANGES FAQ FAQ.xml README version src/contrib/bind9/lib/dns api resolver.c validator.c src/contrib/bind9/lib/dns/include/dns validator.h src/lib/bind config.h src/lib/bind/bind config.h src/lib/bind/dns code.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, 07 Feb 2007 00:42:23 -0000 dougb 2007-02-07 00:42:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bind9 CHANGES FAQ FAQ.xml README version contrib/bind9/lib/dns api resolver.c validator.c contrib/bind9/lib/dns/include/dns validator.h lib/bind config.h lib/bind/bind config.h lib/bind/dns code.h lib/bind/dns/dns enumclass.h enumtype.h rdatastruct.h Log: MFC the upgrade to BIND 9.3.4 Revision Changes Path 1.1.1.3.2.5 +7 -0 src/contrib/bind9/CHANGES 1.1.1.2.2.3 +43 -0 src/contrib/bind9/FAQ 1.1.1.1.2.3 +81 -2 src/contrib/bind9/FAQ.xml 1.1.1.2.2.3 +8 -0 src/contrib/bind9/README 1.1.1.2.2.3 +3 -3 src/contrib/bind9/lib/dns/api 1.1.1.1.4.3 +11 -1 src/contrib/bind9/lib/dns/include/dns/validator.h 1.1.1.2.2.6 +44 -7 src/contrib/bind9/lib/dns/resolver.c 1.1.1.2.2.3 +24 -2 src/contrib/bind9/lib/dns/validator.c 1.1.1.3.2.5 +2 -2 src/contrib/bind9/version 1.1.4.4 +44 -281 src/lib/bind/bind/config.h 1.2.2.4 +1 -1 src/lib/bind/config.h 1.2.2.2 +1 -1 src/lib/bind/dns/code.h 1.2.2.2 +1 -1 src/lib/bind/dns/dns/enumclass.h 1.2.2.2 +1 -1 src/lib/bind/dns/dns/enumtype.h 1.2.2.2 +1 -1 src/lib/bind/dns/dns/rdatastruct.h From owner-cvs-src@FreeBSD.ORG Wed Feb 7 00:46:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6677F16A402; Wed, 7 Feb 2007 00:46:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5547E13C474; Wed, 7 Feb 2007 00:46:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l170kZVq014029; Wed, 7 Feb 2007 00:46:35 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l170kZIW014028; Wed, 7 Feb 2007 00:46:35 GMT (envelope-from dougb) Message-Id: <200702070046.l170kZIW014028@repoman.freebsd.org> From: Doug Barton Date: Wed, 7 Feb 2007 00:46:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bind9 CHANGES FAQ FAQ.xml README version src/contrib/bind9/lib/dns api resolver.c validator.c src/contrib/bind9/lib/dns/include/dns validator.h src/lib/bind config.h src/lib/bind/bind config.h src/lib/bind/dns code.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, 07 Feb 2007 00:46:37 -0000 dougb 2007-02-07 00:46:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/bind9 CHANGES FAQ FAQ.xml README version contrib/bind9/lib/dns api resolver.c validator.c contrib/bind9/lib/dns/include/dns validator.h lib/bind config.h lib/bind/bind config.h lib/bind/dns code.h lib/bind/dns/dns enumclass.h enumtype.h rdatastruct.h Log: MFC the upgrade to BIND 9.3.4 Revision Changes Path 1.1.1.2.2.7 +7 -0 src/contrib/bind9/CHANGES 1.1.1.1.2.5 +43 -0 src/contrib/bind9/FAQ 1.1.1.1.4.3 +81 -2 src/contrib/bind9/FAQ.xml 1.1.1.1.2.5 +8 -0 src/contrib/bind9/README 1.1.1.1.2.5 +3 -3 src/contrib/bind9/lib/dns/api 1.1.1.1.2.4 +11 -1 src/contrib/bind9/lib/dns/include/dns/validator.h 1.1.1.1.2.8 +44 -7 src/contrib/bind9/lib/dns/resolver.c 1.1.1.1.2.5 +24 -2 src/contrib/bind9/lib/dns/validator.c 1.1.1.2.2.7 +2 -2 src/contrib/bind9/version 1.1.2.5 +44 -281 src/lib/bind/bind/config.h 1.1.2.6 +1 -1 src/lib/bind/config.h 1.1.2.4 +1 -1 src/lib/bind/dns/code.h 1.1.2.4 +1 -1 src/lib/bind/dns/dns/enumclass.h 1.1.2.4 +1 -1 src/lib/bind/dns/dns/enumtype.h 1.1.2.4 +1 -1 src/lib/bind/dns/dns/rdatastruct.h From owner-cvs-src@FreeBSD.ORG Wed Feb 7 05:43:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11AAA16A401; Wed, 7 Feb 2007 05:43:32 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE79B13C4B8; Wed, 7 Feb 2007 05:43:31 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l175hV4Y090612; Wed, 7 Feb 2007 05:43:31 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l175hVE9090611; Wed, 7 Feb 2007 05:43:31 GMT (envelope-from alc) Message-Id: <200702070543.l175hVE9090611@repoman.freebsd.org> From: Alan Cox Date: Wed, 7 Feb 2007 05:43:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_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: Wed, 07 Feb 2007 05:43:32 -0000 alc 2007-02-07 05:43:31 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Remove the vm page queue free mutex from the CDEV order. Revision Changes Path 1.224 +0 -1 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 05:46:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C472616A403; Wed, 7 Feb 2007 05:46:32 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id 93D5713C49D; Wed, 7 Feb 2007 05:46:32 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 4531C2C2AAE; Tue, 6 Feb 2007 23:46:32 -0600 (CST) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tDSsX1zmNpv7; Tue, 6 Feb 2007 23:46:31 -0600 (CST) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 7BAF12C2A9B; Tue, 6 Feb 2007 23:46:31 -0600 (CST) Message-ID: <45C967B6.5020304@cs.rice.edu> Date: Tue, 06 Feb 2007 23:46:30 -0600 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200702050602.l1562tnI034504@repoman.freebsd.org> <20070206115809.K32369@fledge.watson.org> In-Reply-To: <20070206115809.K32369@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_contig.c vm_page.c vm_pageq.c vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Feb 2007 05:46:32 -0000 Robert Watson wrote: > On Mon, 5 Feb 2007, Alan Cox wrote: > >> alc 2007-02-05 06:02:55 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/vm vm_contig.c vm_page.c vm_pageq.c >> vm_zeroidle.c >> Log: >> Change the free page queue lock from a spin mutex to a default >> (blocking) >> mutex. With the demise of Alpha support, there is no longer a >> reason for >> it to be a spin mutex. > > > Is there any measurable performance change from this? In the past, > I've observed significantly higher cost for acquiring spin mutexes vs. > sleep mutexes in micro-benchmarking. The change was most striking on > Intel Xeon P4 hardware with an SMP kernel, and quite a bit less so on > other platforms. I didn't notice any difference for buildworld on a 4-way Opteron. Alan From owner-cvs-src@FreeBSD.ORG Wed Feb 7 06:37:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCE6316A400; Wed, 7 Feb 2007 06:37:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A674013C474; Wed, 7 Feb 2007 06:37:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l176bUoD099846; Wed, 7 Feb 2007 06:37:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l176bU0F099845; Wed, 7 Feb 2007 06:37:30 GMT (envelope-from alc) Message-Id: <200702070637.l176bU0F099845@repoman.freebsd.org> From: Alan Cox Date: Wed, 7 Feb 2007 06:37:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c vm_pageout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Feb 2007 06:37:31 -0000 alc 2007-02-07 06:37:30 UTC FreeBSD src repository Modified files: sys/vm vm_page.c vm_pageout.c Log: Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on the vm page queue free mutex instead of the vm page queue mutex. Revision Changes Path 1.335 +9 -7 src/sys/vm/vm_page.c 1.279 +12 -8 src/sys/vm/vm_pageout.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 09:14:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F058916A407; Wed, 7 Feb 2007 09:14:26 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C980313C4B3; Wed, 7 Feb 2007 09:14:26 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l179EQ15039619; Wed, 7 Feb 2007 09:14:26 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l179EQih039618; Wed, 7 Feb 2007 09:14:26 GMT (envelope-from ade) Message-Id: <200702070914.l179EQih039618@repoman.freebsd.org> From: Ade Lovett Date: Wed, 7 Feb 2007 09:14:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/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: Wed, 07 Feb 2007 09:14:28 -0000 ade 2007-02-07 09:14:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add main.c Log: MFC: rev 1.71/1.72 Remove hard-coded limit (200) on maximum number of packages that can be added with a single invocation of pkg_add, replacing it with something rather more dynamic. Revision Changes Path 1.61.2.9 +13 -21 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 09:15:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1948016A417; Wed, 7 Feb 2007 09:15:05 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC07F13C48E; Wed, 7 Feb 2007 09:15:04 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l179F4Yd039680; Wed, 7 Feb 2007 09:15:04 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l179F4dg039679; Wed, 7 Feb 2007 09:15:04 GMT (envelope-from ade) Message-Id: <200702070915.l179F4dg039679@repoman.freebsd.org> From: Ade Lovett Date: Wed, 7 Feb 2007 09:15:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/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: Wed, 07 Feb 2007 09:15:07 -0000 ade 2007-02-07 09:15:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/add main.c Log: MFC: rev 1.71/1.72 Remove hard-coded limit (200) on maximum number of packages that can be added with a single invocation of pkg_add, replacing it with something rather more dynamic. Revision Changes Path 1.59.2.8 +13 -21 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 09:27:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79D7716A400; Wed, 7 Feb 2007 09:27:42 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5303F13C47E; Wed, 7 Feb 2007 09:27:42 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l179RgCB042559; Wed, 7 Feb 2007 09:27:42 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l179RgI2042558; Wed, 7 Feb 2007 09:27:42 GMT (envelope-from philip) Message-Id: <200702070927.l179RgI2042558@repoman.freebsd.org> From: Philip Paeps Date: Wed, 7 Feb 2007 09:27:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/syscons/keymaps hr.iso.kbd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Feb 2007 09:27:44 -0000 philip 2007-02-07 09:27:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/syscons/keymaps hr.iso.kbd Log: MFC r1.3: Fix hr.iso syscons keymap, making it possible to type < and >. Revision Changes Path 1.3.14.1 +3 -3 src/share/syscons/keymaps/hr.iso.kbd From owner-cvs-src@FreeBSD.ORG Wed Feb 7 10:30:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCC9C16A403; Wed, 7 Feb 2007 10:30:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B681913C49D; Wed, 7 Feb 2007 10:30:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17AUnAO000279; Wed, 7 Feb 2007 10:30:49 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17AUn4a000278; Wed, 7 Feb 2007 10:30:49 GMT (envelope-from kib) Message-Id: <200702071030.l17AUn4a000278@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 7 Feb 2007 10:30: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/fs/procfs procfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Feb 2007 10:30:51 -0000 kib 2007-02-07 10:30:49 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs.c Log: Fix the race of dereferencing /proc//file with execve(2) by caching the value of p_textvp. This way, we always unlock the locked vnode. While there, vhold() the vnode around the vn_lock(). Reported and tested by: Guy Helmer (ghelmer palisadesys com) Approved by: des (procfs maintainer) MFC after: 1 week Revision Changes Path 1.15 +11 -3 src/sys/fs/procfs/procfs.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 16:04:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0433C16A405; Wed, 7 Feb 2007 16:04:14 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E518213C467; Wed, 7 Feb 2007 16:04:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17G4DOC097338; Wed, 7 Feb 2007 16:04:13 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17G4DKS097334; Wed, 7 Feb 2007 16:04:13 GMT (envelope-from bms) Message-Id: <200702071604.l17G4DKS097334@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 7 Feb 2007 16:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING src/sys/netinet ip_mroute.c ip_mroute.h 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: Wed, 07 Feb 2007 16:04:14 -0000 bms 2007-02-07 16:04:13 UTC FreeBSD src repository Modified files: . UPDATING sys/netinet ip_mroute.c ip_mroute.h sys/sys param.h Log: Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP has never used them; with mrouted, their functionality may be replaced by explicitly configuring gif(4) instances and specifying them with the 'phyint' keyword. Bump __FreeBSD_version to 700030, and update UPDATING. A doc update is forthcoming. Discussed on: net Reviewed by: fenner MFC after: 3 months Revision Changes Path 1.471 +9 -0 src/UPDATING 1.123 +6 -248 src/sys/netinet/ip_mroute.c 1.29 +2 -2 src/sys/netinet/ip_mroute.h 1.284 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Wed Feb 7 17:43:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CECE216A402; Wed, 7 Feb 2007 17:43:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A5D8E13C4B6; Wed, 7 Feb 2007 17:43:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17HhBW5027697; Wed, 7 Feb 2007 17:43:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17HhBx3027696; Wed, 7 Feb 2007 17:43:11 GMT (envelope-from jhb) Message-Id: <200702071743.l17HhBx3027696@repoman.freebsd.org> From: John Baldwin Date: Wed, 7 Feb 2007 17:43: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/lib/libkvm kvm_getswapinfo.c src/sys/vm swap_pager.c swap_pager.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, 07 Feb 2007 17:43:13 -0000 jhb 2007-02-07 17:43:11 UTC FreeBSD src repository Modified files: lib/libkvm kvm_getswapinfo.c sys/vm swap_pager.c swap_pager.h Log: - Move 'struct swdevt' back into swap_pager.h and expose it to userland. - Restore support for fetching swap information from crash dumps via kvm_get_swapinfo(3) to fix pstat -T/-s on crash dumps. Reviewed by: arch@, phk MFC after: 1 week Revision Changes Path 1.27 +94 -5 src/lib/libkvm/kvm_getswapinfo.c 1.287 +0 -31 src/sys/vm/swap_pager.c 1.52 +32 -0 src/sys/vm/swap_pager.h From owner-cvs-src@FreeBSD.ORG Wed Feb 7 18:55:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B80BD16A40E; Wed, 7 Feb 2007 18:55:31 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A62C513C478; Wed, 7 Feb 2007 18:55:31 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17ItVCX041133; Wed, 7 Feb 2007 18:55:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17ItVkw041132; Wed, 7 Feb 2007 18:55:31 GMT (envelope-from marcel) Message-Id: <200702071855.l17ItVkw041132@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 7 Feb 2007 18:55: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/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 18:55:32 -0000 marcel 2007-02-07 18:55:31 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/arm/conf EP80219 sys/conf NOTES files files.powerpc options sys/i386/conf GENERIC sys/ia64/conf DEFAULTS sys/pc98/conf GENERIC sys/powerpc/conf DEFAULTS GENERIC sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC Added files: sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m sys/sys apm.h Removed files: sys/geom geom_apple.c geom_gpt.c Log: Evolve the ctlreq interface added to geom_gpt into a generic partitioning class that supports multiple schemes. Current schemes supported are APM (Apple Partition Map) and GPT. Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM and GEOM_PART_GPT (resp). The ctlreq interface supports verbs to create and destroy partitioning schemes on a disk; to add, delete and modify partitions; and to commit or undo changes made. Revision Changes Path 1.472 +1 -1 src/sys/amd64/conf/GENERIC 1.4 +1 -1 src/sys/arm/conf/EP80219 1.1409 +2 -2 src/sys/conf/NOTES 1.1175 +4 -2 src/sys/conf/files 1.62 +0 -1 src/sys/conf/files.powerpc 1.575 +2 -2 src/sys/conf/options 1.19 +0 -263 src/sys/geom/geom_apple.c (dead) 1.43 +0 -1356 src/sys/geom/geom_gpt.c (dead) 1.1 +1385 -0 src/sys/geom/part/g_part.c (new) 1.1 +130 -0 src/sys/geom/part/g_part.h (new) 1.1 +414 -0 src/sys/geom/part/g_part_apm.c (new) 1.1 +736 -0 src/sys/geom/part/g_part_gpt.c (new) 1.1 +117 -0 src/sys/geom/part/g_part_if.m (new) 1.461 +1 -1 src/sys/i386/conf/GENERIC 1.10 +1 -1 src/sys/ia64/conf/DEFAULTS 1.288 +1 -1 src/sys/pc98/conf/GENERIC 1.8 +2 -0 src/sys/powerpc/conf/DEFAULTS 1.64 +1 -1 src/sys/powerpc/conf/GENERIC 1.119 +1 -1 src/sys/sparc64/conf/GENERIC 1.8 +1 -1 src/sys/sun4v/conf/GENERIC 1.1 +62 -0 src/sys/sys/apm.h (new) From owner-cvs-src@FreeBSD.ORG Wed Feb 7 19:44:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 438FA16A402; Wed, 7 Feb 2007 19:44:45 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0E713C428; Wed, 7 Feb 2007 19:44:45 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17JiiFo063226; Wed, 7 Feb 2007 19:44:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17JiiE0063225; Wed, 7 Feb 2007 19:44:44 GMT (envelope-from pav) Message-Id: <200702071944.l17JiiE0063225@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 7 Feb 2007 19: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/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Feb 2007 19:44:45 -0000 pav 2007-02-07 19:44:44 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/pkg_install/info show.c Log: Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to (null)/file output. MFC after: 1 week Revision Changes Path 1.41 +23 -5 src/usr.sbin/pkg_install/info/show.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 19:52:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17CD916A400; Wed, 7 Feb 2007 19:52:34 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E551513C48E; Wed, 7 Feb 2007 19:52:33 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17JqXgi064377; Wed, 7 Feb 2007 19:52:33 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17JqXkV064376; Wed, 7 Feb 2007 19:52:33 GMT (envelope-from le) Message-Id: <200702071952.l17JqXkV064376@repoman.freebsd.org> From: Lukas Ertl Date: Wed, 7 Feb 2007 19:52:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 19:52:34 -0000 le 2007-02-07 19:52:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb ubsa.c usbdevs share/man/man4 ubsa.4 Log: MFC: Add support for various 3G datacards. Revision Changes Path 1.5.2.3 +14 -2 src/share/man/man4/ubsa.4 1.17.2.1 +6 -2 src/sys/dev/usb/ubsa.c 1.232.2.21 +9 -3 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:00:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B7BC16A400; Wed, 7 Feb 2007 20:00:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id D16CF13C494; Wed, 7 Feb 2007 20:00:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 1430646C00; Wed, 7 Feb 2007 15:00:31 -0500 (EST) Date: Wed, 7 Feb 2007 20:00:30 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Bruce M Simpson In-Reply-To: <200702071604.l17G4DKS097334@repoman.freebsd.org> Message-ID: <20070207195940.I23167@fledge.watson.org> References: <200702071604.l17G4DKS097334@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/netinet ip_mroute.c ip_mroute.h 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: Wed, 07 Feb 2007 20:00:33 -0000 On Wed, 7 Feb 2007, Bruce M Simpson wrote: > bms 2007-02-07 16:04:13 UTC > > FreeBSD src repository > > Modified files: > . UPDATING > sys/netinet ip_mroute.c ip_mroute.h > sys/sys param.h > Log: > Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP has > never used them; with mrouted, their functionality may be replaced by > explicitly configuring gif(4) instances and specifying them with the > 'phyint' keyword. > > Bump __FreeBSD_version to 700030, and update UPDATING. > A doc update is forthcoming. > > Discussed on: net > Reviewed by: fenner > MFC after: 3 months I'm not sure MFC'ing this functional removal to a -STABLE branch is wise. Instead, it should be marked as deprecated in future 6.x releases and be gone in 7.0. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:02:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55C0416A402; Wed, 7 Feb 2007 20:02:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0B10013C481; Wed, 7 Feb 2007 20:02:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 024D54708F; Wed, 7 Feb 2007 15:02:43 -0500 (EST) Date: Wed, 7 Feb 2007 20:02:42 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Marcel Moolenaar In-Reply-To: <200702071855.l17ItVkw041132@repoman.freebsd.org> Message-ID: <20070207200130.J23167@fledge.watson.org> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 20:02:44 -0000 On Wed, 7 Feb 2007, Marcel Moolenaar wrote: > Evolve the ctlreq interface added to geom_gpt into a generic > partitioning class that supports multiple schemes. Current > schemes supported are APM (Apple Partition Map) and GPT. > Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM > and GEOM_PART_GPT (resp). > > The ctlreq interface supports verbs to create and destroy > partitioning schemes on a disk; to add, delete and modify > partitions; and to commit or undo changes made. Does this mean we can expect to see the disabling of GEOM exclusive-use protections disappear from normal administrative activities soon, as there will now be approved channels to incrementally change the layout of in-use partition tables? Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:03:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3E4416A401; Wed, 7 Feb 2007 20:03:18 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCF913C491; Wed, 7 Feb 2007 20:03:18 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17K3IgK067216; Wed, 7 Feb 2007 20:03:18 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17K3I8f067214; Wed, 7 Feb 2007 20:03:18 GMT (envelope-from le) Message-Id: <200702072003.l17K3I8f067214@repoman.freebsd.org> From: Lukas Ertl Date: Wed, 7 Feb 2007 20:03: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/sys/dev/usb ubsa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Feb 2007 20:03:20 -0000 le 2007-02-07 20:03:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb ubsa.c Log: Grrr, missed a revision in the last MFC. Revision Changes Path 1.17.2.2 +2 -0 src/sys/dev/usb/ubsa.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:08:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E37C616A400; Wed, 7 Feb 2007 20:08:05 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id AE07A13C49D; Wed, 7 Feb 2007 20:08:05 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 4571F1A9319; Wed, 7 Feb 2007 15:08:04 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Wed, 07 Feb 2007 15:08:04 -0500 X-Sasl-enc: rNow/4wvgqTX7yiOdD9I1DtCu6UV/S8R3qlZJbaCNRUT 1170878883 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 3B7C420DDF; Wed, 7 Feb 2007 15:08:03 -0500 (EST) Message-ID: <45CA31A2.2050204@FreeBSD.org> Date: Wed, 07 Feb 2007 20:08:02 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Lukas Ertl References: <200702071952.l17JqXkV064376@repoman.freebsd.org> In-Reply-To: <200702071952.l17JqXkV064376@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 20:08:06 -0000 Lukas Ertl wrote: > MFC: > > Add support for various 3G datacards. > Oooh. I really like the sound of this. BMS From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:08:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E16F316A407; Wed, 7 Feb 2007 20:08:36 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id B332013C4A3; Wed, 7 Feb 2007 20:08:36 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 8081B1A93DA; Wed, 7 Feb 2007 15:08:35 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Wed, 07 Feb 2007 15:08:35 -0500 X-Sasl-enc: c348TqEdBmocOJew/VeSDsrxjsnmV5rDExYP3gnaYML/ 1170878915 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 7935C294A7; Wed, 7 Feb 2007 15:08:34 -0500 (EST) Message-ID: <45CA31C1.3040100@FreeBSD.org> Date: Wed, 07 Feb 2007 20:08:33 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Robert Watson References: <200702071604.l17G4DKS097334@repoman.freebsd.org> <20070207195940.I23167@fledge.watson.org> In-Reply-To: <20070207195940.I23167@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/netinet ip_mroute.c ip_mroute.h 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: Wed, 07 Feb 2007 20:08:37 -0000 Robert Watson wrote: > > I'm not sure MFC'ing this functional removal to a -STABLE branch is > wise. Instead, it should be marked as deprecated in future 6.x > releases and be gone in 7.0. Agree, use of MFC keyword here was purely provisional. BMS From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:31:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29B8216A400; Wed, 7 Feb 2007 20:31:47 +0000 (UTC) (envelope-from le@freebsd.org) Received: from grace.univie.ac.at (grace.univie.ac.at [131.130.3.115]) by mx1.freebsd.org (Postfix) with ESMTP id D84D513C4AC; Wed, 7 Feb 2007 20:31:46 +0000 (UTC) (envelope-from le@freebsd.org) Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.66) (envelope-from ) id 1HEtD4-0007W9-Ao; Wed, 07 Feb 2007 21:16:06 +0100 Received: from le.vpn.univie.ac.at ([131.130.222.177]) by joan.univie.ac.at with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1HEtD2-0000uY-VH; Wed, 07 Feb 2007 21:16:06 +0100 Message-ID: <45CA337B.7000508@freebsd.org> Date: Wed, 07 Feb 2007 21:15:55 +0100 From: Lukas Ertl User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: "Bruce M. Simpson" References: <200702071952.l17JqXkV064376@repoman.freebsd.org> <45CA31A2.2050204@FreeBSD.org> In-Reply-To: <45CA31A2.2050204@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 20:31:47 -0000 Bruce M. Simpson wrote: > Lukas Ertl wrote: >> MFC: >> >> Add support for various 3G datacards. >> > > Oooh. I really like the sound of this. > > BMS Unfortunately, the newest Option cards (aka Globetrotter 3G+, or whatever they call it these days - the ones which have HSDPA connectivity) are not supported, as they don't show up as USB devices. There's a Linux driver (www.pharscape.org), but trying to port it made my head ache. cheers, le From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:36:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2DCF16A405; Wed, 7 Feb 2007 20:36:33 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CAA9B13C48E; Wed, 7 Feb 2007 20:36:33 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17KaXUt072515; Wed, 7 Feb 2007 20:36:33 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17KaXaX072514; Wed, 7 Feb 2007 20:36:33 GMT (envelope-from bms) Message-Id: <200702072036.l17KaXaX072514@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 7 Feb 2007 20:36:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 20:36:34 -0000 bms 2007-02-07 20:36:33 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: eliminate redundant macro MC_SEND() Revision Changes Path 1.124 +2 -11 src/sys/netinet/ip_mroute.c From owner-cvs-src@FreeBSD.ORG Wed Feb 7 20:44:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBFF816A400; Wed, 7 Feb 2007 20:44:02 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.172]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB6613C471; Wed, 7 Feb 2007 20:44:02 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout02/MantshX 4.0) with ESMTP id l17Ki2Le000739; Wed, 7 Feb 2007 12:44:02 -0800 (PST) Received: from [172.23.10.8] (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id l17KhbhY018079 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 7 Feb 2007 12:43:56 -0800 (PST) In-Reply-To: <20070207200130.J23167@fledge.watson.org> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> <20070207200130.J23167@fledge.watson.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 7 Feb 2007 12:42:08 -0800 To: Robert Watson X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 20:44:02 -0000 On Feb 7, 2007, at 12:02 PM, Robert Watson wrote: > > On Wed, 7 Feb 2007, Marcel Moolenaar wrote: > >> Evolve the ctlreq interface added to geom_gpt into a generic >> partitioning class that supports multiple schemes. Current >> schemes supported are APM (Apple Partition Map) and GPT. >> Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM >> and GEOM_PART_GPT (resp). >> >> The ctlreq interface supports verbs to create and destroy >> partitioning schemes on a disk; to add, delete and modify >> partitions; and to commit or undo changes made. > > Does this mean we can expect to see the disabling of GEOM exclusive- > use protections disappear from normal administrative activities > soon, as there will now be approved channels to incrementally > change the layout of in-use partition tables? Yes, that's the idea. A tool will be developed first that uses these verbs (though I already have a regression test suite capable of creating and modifying APM and GPT partitions). After that the idea is to migrate other partitioning schemes and slicers into this framework. The end-result being a single tool for partitioning disks with any and all schemes supported by the framework and using the ctlreq mechanism to work on live disks. -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Wed Feb 7 21:02:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C433316A401; Wed, 7 Feb 2007 21:02:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 97B9913C428; Wed, 7 Feb 2007 21:02:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 43AE04CB5C; Wed, 7 Feb 2007 16:02:05 -0500 (EST) Date: Wed, 7 Feb 2007 21:02:05 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Marcel Moolenaar In-Reply-To: <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> Message-ID: <20070207210123.N23167@fledge.watson.org> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> <20070207200130.J23167@fledge.watson.org> <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 21:02:05 -0000 On Wed, 7 Feb 2007, Marcel Moolenaar wrote: >>> Evolve the ctlreq interface added to geom_gpt into a generic partitioning >>> class that supports multiple schemes. Current schemes supported are APM >>> (Apple Partition Map) and GPT. Change all GEOM_APPLE anf GEOM_GPT options >>> into GEOM_PART_APM and GEOM_PART_GPT (resp). >>> >>> The ctlreq interface supports verbs to create and destroy partitioning >>> schemes on a disk; to add, delete and modify partitions; and to commit or >>> undo changes made. >> >> Does this mean we can expect to see the disabling of GEOM exclusive-use >> protections disappear from normal administrative activities soon, as there >> will now be approved channels to incrementally change the layout of in-use >> partition tables? > > Yes, that's the idea. A tool will be developed first that uses these verbs > (though I already have a regression test suite capable of creating and > modifying APM and GPT partitions). After that the idea is to migrate other > partitioning schemes and slicers into this framework. The end-result being a > single tool for partitioning disks with any and all schemes supported by the > framework and using the ctlreq mechanism to work on live disks. Sounds great! Thanks, Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Feb 7 21:14:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB5A716A401; Wed, 7 Feb 2007 21:14:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 78FDA13C48D; Wed, 7 Feb 2007 21:14:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 3A6B647703; Wed, 7 Feb 2007 16:14:51 -0500 (EST) Date: Wed, 7 Feb 2007 21:14:51 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <200702011832.l11IWEGu090482@repoman.freebsd.org> Message-ID: <20070207211116.J23167@fledge.watson.org> References: <200702011832.l11IWEGu090482@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_usrreq.c tcp_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, 07 Feb 2007 21:14:51 -0000 On Thu, 1 Feb 2007, Andre Oppermann wrote: > andre 2007-02-01 18:32:14 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_input.c tcp_output.c tcp_usrreq.c > tcp_var.h > Log: > Auto sizing TCP socket buffers. > > Normally the socket buffers are static (either derived from global > defaults or set with setsockopt) and do not adapt to real network > conditions. Two things happen: a) your socket buffers are too small > and you can't reach the full potential of the network between both > hosts; b) your socket buffers are too big and you waste a lot of > kernel memory for data just sitting around. > > With automatic TCP send and receive socket buffers we can start with a > small buffer and quickly grow it in parallel with the TCP congestion > window to match real network conditions. > > FreeBSD has a default 32K send socket buffer. This supports a maximal > transfer rate of only slightly more than 2Mbit/s on a 100ms RTT > trans-continental link. Or at 200ms just above 1Mbit/s. With TCP send > buffer auto scaling and the default values below it supports 20Mbit/s > at 100ms and 10Mbit/s at 200ms. That's an improvement of factor 10, or > 1000%. For the receive side it looks slightly better with a default of > 64K buffer size. Following a rather busy last two months, I've recently gotten up and running with my performance testing environment at the CL. Running simple TCP benchmarks using netperf, I see a marginal performance improvement on the send side, but on the receive side I see performance go from about 1.4gbps to 1.2gbps (15% performance loss). Do you have any suggestions about how I could further diagnose what is going on? This is with the test Neterion driver and a 1500 MTU; this driver does not currently have TSO support. Thanks, Robert N M Watson Computer Laboratory University of Cambridge > > New sysctls are: > net.inet.tcp.sendbuf_auto=1 (enabled) > net.inet.tcp.sendbuf_inc=8192 (8K, step size) > net.inet.tcp.sendbuf_max=262144 (256K, growth limit) > net.inet.tcp.recvbuf_auto=1 (enabled) > net.inet.tcp.recvbuf_inc=16384 (16K, step size) > net.inet.tcp.recvbuf_max=262144 (256K, growth limit) > > Tested by: many (on HEAD and RELENG_6) > Approved by: re > MFC after: 1 month > > Revision Changes Path > 1.312 +81 -3 src/sys/netinet/tcp_input.c > 1.122 +70 -4 src/sys/netinet/tcp_output.c > 1.144 +2 -0 src/sys/netinet/tcp_usrreq.c > 1.138 +2 -0 src/sys/netinet/tcp_var.h > From owner-cvs-src@FreeBSD.ORG Wed Feb 7 21:37:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DC6816A400; Wed, 7 Feb 2007 21:37:03 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 07E0213C467; Wed, 7 Feb 2007 21:37:03 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l17Lb2Ar091603; Wed, 7 Feb 2007 21:37:02 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l17Lb2eg091602; Wed, 7 Feb 2007 21:37:02 GMT (envelope-from marcel) Message-Id: <200702072137.l17Lb2eg091602@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 7 Feb 2007 21:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/geom 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, 07 Feb 2007 21:37:03 -0000 marcel 2007-02-07 21:37:02 UTC FreeBSD src repository Modified files: sys/modules/geom Makefile Log: Don't recurse into geom_apple and geom_gpt. They have been moved into the g_part framework. Revision Changes Path 1.18 +1 -3 src/sys/modules/geom/Makefile From owner-cvs-src@FreeBSD.ORG Wed Feb 7 22:42:04 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1121916A406; Wed, 7 Feb 2007 22:42:04 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 9C57A13C491; Wed, 7 Feb 2007 22:42:03 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 061FE1747B; Wed, 7 Feb 2007 22:42:01 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id l17Mg1ar002108; Wed, 7 Feb 2007 22:42:01 GMT (envelope-from phk@critter.freebsd.dk) To: Robert Watson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 07 Feb 2007 20:02:42 GMT." <20070207200130.J23167@fledge.watson.org> Date: Wed, 07 Feb 2007 22:42:01 +0000 Message-ID: <2107.1170888121@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 22:42:04 -0000 In message <20070207200130.J23167@fledge.watson.org>, Robert Watson writes: >> The ctlreq interface supports verbs to create and destroy >> partitioning schemes on a disk; to add, delete and modify >> partitions; and to commit or undo changes made. > >Does this mean we can expect to see the disabling of GEOM exclusive-use >protections disappear from normal administrative activities soon, as there >will now be approved channels to incrementally change the layout of in-use >partition tables? There is already a mechanism for that. How do you think bsdlabel(8) and fdisk(8) works ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Wed Feb 7 22:57:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7412516A401; Wed, 7 Feb 2007 22:57:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA8213C441; Wed, 7 Feb 2007 22:57:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 0F81A4DD9F; Wed, 7 Feb 2007 17:57:26 -0500 (EST) Date: Wed, 7 Feb 2007 22:57:26 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp In-Reply-To: <2107.1170888121@critter.freebsd.dk> Message-ID: <20070207225651.T23167@fledge.watson.org> References: <2107.1170888121@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 22:57:28 -0000 On Wed, 7 Feb 2007, Poul-Henning Kamp wrote: > In message <20070207200130.J23167@fledge.watson.org>, Robert Watson writes: > >>> The ctlreq interface supports verbs to create and destroy >>> partitioning schemes on a disk; to add, delete and modify >>> partitions; and to commit or undo changes made. >> >> Does this mean we can expect to see the disabling of GEOM exclusive-use >> protections disappear from normal administrative activities soon, as there >> will now be approved channels to incrementally change the layout of in-use >> partition tables? > > There is already a mechanism for that. How do you think bsdlabel(8) and > fdisk(8) works ? I understand that. This was a pragmatic question rather than a philosophical question: I know it can be done, but is it now being done. The answer appears to be yes. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Feb 7 23:30:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72FF216A402 for ; Wed, 7 Feb 2007 23:30:09 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 212C513C4A3 for ; Wed, 7 Feb 2007 23:30:09 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 31671 invoked from network); 7 Feb 2007 23:30:10 -0000 Received: from 112x189.showfloor.net (HELO ?199.222.112.189?) (nate-mail@199.222.112.189) by root.org with ESMTPA; 7 Feb 2007 23:30:10 -0000 Message-ID: <45CA60F7.4000507@root.org> Date: Wed, 07 Feb 2007 15:29:59 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Robert Watson References: <2107.1170888121@critter.freebsd.dk> <20070207225651.T23167@fledge.watson.org> In-Reply-To: <20070207225651.T23167@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Poul-Henning Kamp , Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 23:30:09 -0000 Robert Watson wrote: > > On Wed, 7 Feb 2007, Poul-Henning Kamp wrote: > >> In message <20070207200130.J23167@fledge.watson.org>, Robert Watson >> writes: >> >>>> The ctlreq interface supports verbs to create and destroy >>>> partitioning schemes on a disk; to add, delete and modify >>>> partitions; and to commit or undo changes made. >>> >>> Does this mean we can expect to see the disabling of GEOM >>> exclusive-use protections disappear from normal administrative >>> activities soon, as there will now be approved channels to >>> incrementally change the layout of in-use partition tables? >> >> There is already a mechanism for that. How do you think bsdlabel(8) >> and fdisk(8) works ? > > I understand that. This was a pragmatic question rather than a > philosophical question: I know it can be done, but is it now being > done. The answer appears to be yes. I assume phk@ is referring to the geom debug flags sysctl. The problem with that approach is that it disabled (and potentially left disabled if the flag wasn't cleared as the tool exits) all protection for the devnode behind the mounted drive. If something else was running at the same time, it could overwrite any data on the devnode. Or the fdisk tool could write anywhere in the device, not just the boot sector. I really like Marcel's change since it puts control of the actions to make changes into the GEOM, allowing for finer-grained validation of user tool actions. And undo would be just amazing. Thanks! -- Nate From owner-cvs-src@FreeBSD.ORG Wed Feb 7 23:44:46 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A47D16A406; Wed, 7 Feb 2007 23:44:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 7EC0613C4B6; Wed, 7 Feb 2007 23:44:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l17NiVI5082670; Wed, 7 Feb 2007 18:44:31 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Nate Lawson Date: Wed, 7 Feb 2007 18:44:48 -0500 User-Agent: KMail/1.9.1 References: <2107.1170888121@critter.freebsd.dk> <20070207225651.T23167@fledge.watson.org> <45CA60F7.4000507@root.org> In-Reply-To: <45CA60F7.4000507@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702071844.49532.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 07 Feb 2007 18:44:34 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2533/Wed Feb 7 09:20:47 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Marcel Moolenaar , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , src-committers@freebsd.org, Robert Watson Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 23:44:46 -0000 On Wednesday 07 February 2007 18:29, Nate Lawson wrote: > Robert Watson wrote: > > > > On Wed, 7 Feb 2007, Poul-Henning Kamp wrote: > > > >> In message <20070207200130.J23167@fledge.watson.org>, Robert Watson > >> writes: > >> > >>>> The ctlreq interface supports verbs to create and destroy > >>>> partitioning schemes on a disk; to add, delete and modify > >>>> partitions; and to commit or undo changes made. > >>> > >>> Does this mean we can expect to see the disabling of GEOM > >>> exclusive-use protections disappear from normal administrative > >>> activities soon, as there will now be approved channels to > >>> incrementally change the layout of in-use partition tables? > >> > >> There is already a mechanism for that. How do you think bsdlabel(8) > >> and fdisk(8) works ? > > > > I understand that. This was a pragmatic question rather than a > > philosophical question: I know it can be done, but is it now being > > done. The answer appears to be yes. > > I assume phk@ is referring to the geom debug flags sysctl. The problem > with that approach is that it disabled (and potentially left disabled if > the flag wasn't cleared as the tool exits) all protection for the > devnode behind the mounted drive. If something else was running at the > same time, it could overwrite any data on the devnode. Or the fdisk > tool could write anywhere in the device, not just the boot sector. No, fdisk and bsdlabel don't frob the sysctl, they talk directly to GEOM to update the stuff as well using MBR-specific or BSD label-specific requests. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Feb 7 23:57:34 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 774AC16A405 for ; Wed, 7 Feb 2007 23:57:34 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA0713C442 for ; Wed, 7 Feb 2007 23:57:34 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 34818 invoked from network); 7 Feb 2007 23:57:35 -0000 Received: from 112x189.showfloor.net (HELO ?199.222.112.189?) (nate-mail@199.222.112.189) by root.org with ESMTPA; 7 Feb 2007 23:57:35 -0000 Message-ID: <45CA6766.4010905@root.org> Date: Wed, 07 Feb 2007 15:57:26 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: John Baldwin References: <2107.1170888121@critter.freebsd.dk> <20070207225651.T23167@fledge.watson.org> <45CA60F7.4000507@root.org> <200702071844.49532.jhb@freebsd.org> In-Reply-To: <200702071844.49532.jhb@freebsd.org> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcel Moolenaar , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , src-committers@freebsd.org, Robert Watson Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 23:57:35 -0000 John Baldwin wrote: > On Wednesday 07 February 2007 18:29, Nate Lawson wrote: >> I assume phk@ is referring to the geom debug flags sysctl. The problem >> with that approach is that it disabled (and potentially left disabled if >> the flag wasn't cleared as the tool exits) all protection for the >> devnode behind the mounted drive. If something else was running at the >> same time, it could overwrite any data on the devnode. Or the fdisk >> tool could write anywhere in the device, not just the boot sector. > > No, fdisk and bsdlabel don't frob the sysctl, they talk directly to GEOM to > update the stuff as well using MBR-specific or BSD label-specific requests. Sorry, I was thinking of sysinstall. -- Nate From owner-cvs-src@FreeBSD.ORG Thu Feb 8 00:14:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4913616A400; Thu, 8 Feb 2007 00:14:34 +0000 (UTC) (envelope-from kmacy@fsmware.com) Received: from demos.bsdclusters.com (demos.bsdclusters.com [69.55.225.36]) by mx1.freebsd.org (Postfix) with ESMTP id 235CC13C461; Thu, 8 Feb 2007 00:14:34 +0000 (UTC) (envelope-from kmacy@fsmware.com) Received: from demos.bsdclusters.com (demos [69.55.225.36]) by demos.bsdclusters.com (8.12.8p1/8.12.8) with ESMTP id l1804PL6033326; Wed, 7 Feb 2007 16:04:25 -0800 (PST) (envelope-from kmacy@fsmware.com) Received: from localhost (kmacy@localhost) by demos.bsdclusters.com (8.12.8p1/8.12.8/Submit) with ESMTP id l1804Pxh033323; Wed, 7 Feb 2007 16:04:25 -0800 (PST) X-Authentication-Warning: demos.bsdclusters.com: kmacy owned process doing -bs Date: Wed, 7 Feb 2007 16:04:25 -0800 (PST) From: Kip Macy X-X-Sender: kmacy@demos.bsdclusters.com To: Marcel Moolenaar In-Reply-To: <200702071855.l17ItVkw041132@repoman.freebsd.org> Message-ID: <20070207160413.U26476@demos.bsdclusters.com> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 00:14:36 -0000 Nice. But buildworld fails. -Kip On Wed, 7 Feb 2007, Marcel Moolenaar wrote: > marcel 2007-02-07 18:55:31 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC > sys/arm/conf EP80219 > sys/conf NOTES files files.powerpc options > sys/i386/conf GENERIC > sys/ia64/conf DEFAULTS > sys/pc98/conf GENERIC > sys/powerpc/conf DEFAULTS GENERIC > sys/sparc64/conf GENERIC > sys/sun4v/conf GENERIC > Added files: > sys/geom/part g_part.c g_part.h g_part_apm.c > g_part_gpt.c g_part_if.m > sys/sys apm.h > Removed files: > sys/geom geom_apple.c geom_gpt.c > Log: > Evolve the ctlreq interface added to geom_gpt into a generic > partitioning class that supports multiple schemes. Current > schemes supported are APM (Apple Partition Map) and GPT. > Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM > and GEOM_PART_GPT (resp). > > The ctlreq interface supports verbs to create and destroy > partitioning schemes on a disk; to add, delete and modify > partitions; and to commit or undo changes made. > > Revision Changes Path > 1.472 +1 -1 src/sys/amd64/conf/GENERIC > 1.4 +1 -1 src/sys/arm/conf/EP80219 > 1.1409 +2 -2 src/sys/conf/NOTES > 1.1175 +4 -2 src/sys/conf/files > 1.62 +0 -1 src/sys/conf/files.powerpc > 1.575 +2 -2 src/sys/conf/options > 1.19 +0 -263 src/sys/geom/geom_apple.c (dead) > 1.43 +0 -1356 src/sys/geom/geom_gpt.c (dead) > 1.1 +1385 -0 src/sys/geom/part/g_part.c (new) > 1.1 +130 -0 src/sys/geom/part/g_part.h (new) > 1.1 +414 -0 src/sys/geom/part/g_part_apm.c (new) > 1.1 +736 -0 src/sys/geom/part/g_part_gpt.c (new) > 1.1 +117 -0 src/sys/geom/part/g_part_if.m (new) > 1.461 +1 -1 src/sys/i386/conf/GENERIC > 1.10 +1 -1 src/sys/ia64/conf/DEFAULTS > 1.288 +1 -1 src/sys/pc98/conf/GENERIC > 1.8 +2 -0 src/sys/powerpc/conf/DEFAULTS > 1.64 +1 -1 src/sys/powerpc/conf/GENERIC > 1.119 +1 -1 src/sys/sparc64/conf/GENERIC > 1.8 +1 -1 src/sys/sun4v/conf/GENERIC > 1.1 +62 -0 src/sys/sys/apm.h (new) > From owner-cvs-src@FreeBSD.ORG Thu Feb 8 01:52:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 170C016A402; Thu, 8 Feb 2007 01:52:26 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E403513C471; Thu, 8 Feb 2007 01:52:25 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l181qPL8045644; Thu, 8 Feb 2007 01:52:25 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l181qPQQ045643; Thu, 8 Feb 2007 01:52:25 GMT (envelope-from jeff) Message-Id: <200702080152.l181qPQQ045643@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 8 Feb 2007 01:52: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/sys runq.h src/sys/kern kern_switch.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 01:52:30 -0000 jeff 2007-02-08 01:52:25 UTC FreeBSD src repository Modified files: sys/sys runq.h sys/kern kern_switch.c sched_ule.c Log: - Change types for necent runq additions to u_char rather than int. - Fix these types in ULE as well. This fixes bugs in priority index calculations in certain edge cases. (int)-1 % 64 != (uint)-1 % 64. Reported by: kkenn using pho's stress2. Revision Changes Path 1.129 +5 -5 src/sys/kern/kern_switch.c 1.187 +4 -4 src/sys/kern/sched_ule.c 1.10 +3 -3 src/sys/sys/runq.h From owner-cvs-src@FreeBSD.ORG Thu Feb 8 02:25:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F6E416A400; Thu, 8 Feb 2007 02:25:35 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7820D13C428; Thu, 8 Feb 2007 02:25:35 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l182PZE9052459; Thu, 8 Feb 2007 02:25:35 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l182PZs6052458; Thu, 8 Feb 2007 02:25:35 GMT (envelope-from rodrigc) Message-Id: <200702080225.l182PZs6052458@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 8 Feb 2007 02:25:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 02:25:38 -0000 rodrigc 2007-02-08 02:25:35 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Style fixes: use ANSI C function declarations. Revision Changes Path 1.160 +8 -31 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 02:30:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBE2716A400; Thu, 8 Feb 2007 02:30:55 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4A5E13C428; Thu, 8 Feb 2007 02:30:55 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l182Utp7052790; Thu, 8 Feb 2007 02:30:55 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l182UtmN052789; Thu, 8 Feb 2007 02:30:55 GMT (envelope-from rodrigc) Message-Id: <200702080230.l182UtmN052789@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 8 Feb 2007 02:30:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 02:30:57 -0000 rodrigc 2007-02-08 02:30:55 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Add noatime to the list of mount options that msdosfs accepts. PR: 108896 Submitted by: Eugene Grosbein Revision Changes Path 1.161 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 02:44:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9C3616A400; Thu, 8 Feb 2007 02:44:21 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8E13913C441; Thu, 8 Feb 2007 02:44:21 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l182iL7u055580; Thu, 8 Feb 2007 02:44:21 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l182iKRI055579; Thu, 8 Feb 2007 02:44:20 GMT (envelope-from rodrigc) Message-Id: <200702080244.l182iKRI055579@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 8 Feb 2007 02:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 02:44:22 -0000 rodrigc 2007-02-08 02:44:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/msdosfs msdosfs_vfsops.c Log: MFC 1.61: Add noatime to the list of mount options that msdosfs accepts. PR: 108896 Submitted by: Eugene Grosbein Revision Changes Path 1.144.2.10 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 04:02:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F01516A409; Thu, 8 Feb 2007 04:02:57 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DBB2C13C474; Thu, 8 Feb 2007 04:02:56 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1842ugv069116; Thu, 8 Feb 2007 04:02:56 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1842u95069115; Thu, 8 Feb 2007 04:02:56 GMT (envelope-from rodrigc) Message-Id: <200702080402.l1842u95069115@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 8 Feb 2007 04:02: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/geom/part g_part_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 04:02:57 -0000 rodrigc 2007-02-08 04:02:56 UTC FreeBSD src repository Modified files: sys/geom/part g_part_if.m Log: #include before to get KASSERT(), and fix LINT build. Revision Changes Path 1.2 +1 -0 src/sys/geom/part/g_part_if.m From owner-cvs-src@FreeBSD.ORG Thu Feb 8 04:22:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F33716A407; Thu, 8 Feb 2007 04:22:04 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7315A13C478; Thu, 8 Feb 2007 04:22:04 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id l184M4YC024095; Wed, 7 Feb 2007 20:22:04 -0800 (PST) Received: from [192.168.1.2] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id l184M1Mv001755 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 7 Feb 2007 20:22:02 -0800 (PST) In-Reply-To: <200702080402.l1842u95069115@repoman.freebsd.org> References: <200702080402.l1842u95069115@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2F942520-AD24-4FFA-BBC5-922D71D824D7@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 7 Feb 2007 20:20:27 -0800 To: Craig Rodrigues X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/part g_part_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 04:22:05 -0000 On Feb 7, 2007, at 8:02 PM, Craig Rodrigues wrote: > rodrigc 2007-02-08 04:02:56 UTC > > FreeBSD src repository > > Modified files: > sys/geom/part g_part_if.m > Log: > #include before to get KASSERT(), and > fix LINT build. Thanks! -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Thu Feb 8 05:04:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F26716A403; Thu, 8 Feb 2007 05:04:19 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D97F613C48D; Thu, 8 Feb 2007 05:04:18 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1854I66089589; Thu, 8 Feb 2007 05:04:18 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1854IwS089587; Thu, 8 Feb 2007 05:04:18 GMT (envelope-from rodrigc) Message-Id: <200702080504.l1854IwS089587@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 8 Feb 2007 05:04:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/installation/common install.sgml src/release/doc/en_US.ISO8859-1/installation/common install.sgml src/release/doc/fr_FR.ISO8859-1/installation/common install.sgml src/release/doc/ru_RU.KOI8-R/installation/common install.sgml src/release/doc/zh_CN.GB2312/installation/common install.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 05:04:20 -0000 rodrigc 2007-02-08 05:04:18 UTC FreeBSD src repository Modified files: release/doc/de_DE.ISO8859-1/installation/common install.sgml release/doc/en_US.ISO8859-1/installation/common install.sgml release/doc/fr_FR.ISO8859-1/installation/common install.sgml release/doc/ru_RU.KOI8-R/installation/common install.sgml release/doc/zh_CN.GB2312/installation/common install.sgml Log: Replace "mount -t msdos" with "mount -t msdosfs". PR: 79296 Reviewed by: remko Revision Changes Path 1.12 +1 -1 src/release/doc/de_DE.ISO8859-1/installation/common/install.sgml 1.34 +1 -1 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml 1.9 +1 -1 src/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml 1.9 +1 -1 src/release/doc/ru_RU.KOI8-R/installation/common/install.sgml 1.6 +1 -1 src/release/doc/zh_CN.GB2312/installation/common/install.sgml From owner-cvs-src@FreeBSD.ORG Thu Feb 8 07:02:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDC3316A400; Thu, 8 Feb 2007 07:02:08 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 94BDB13C428; Thu, 8 Feb 2007 07:02:08 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id F2C511747B; Thu, 8 Feb 2007 07:02:06 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id l18726MF003993; Thu, 8 Feb 2007 07:02:06 GMT (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 07 Feb 2007 15:29:59 PST." <45CA60F7.4000507@root.org> Date: Thu, 08 Feb 2007 07:02:06 +0000 Message-ID: <3992.1170918126@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, Marcel Moolenaar , Robert Watson , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 07:02:09 -0000 In message <45CA60F7.4000507@root.org>, Nate Lawson writes: >>>> Does this mean we can expect to see the disabling of GEOM >>>> exclusive-use protections disappear from normal administrative >>>> activities soon, as there will now be approved channels to >>>> incrementally change the layout of in-use partition tables? >>> >>> There is already a mechanism for that. How do you think bsdlabel(8) >>> and fdisk(8) works ? >> >> I understand that. This was a pragmatic question rather than a >> philosophical question: I know it can be done, but is it now being >> done. The answer appears to be yes. > >I assume phk@ is referring to the geom debug flags sysctl. No I am not. Please read the recent thread on geom@ on this subject. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Thu Feb 8 07:25:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 077FB16A402; Thu, 8 Feb 2007 07:25:54 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D451913C441; Thu, 8 Feb 2007 07:25:53 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l187Pr1k014145; Thu, 8 Feb 2007 07:25:53 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l187PrCM014144; Thu, 8 Feb 2007 07:25:53 GMT (envelope-from kientzle) Message-Id: <200702080725.l187PrCM014144@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 8 Feb 2007 07:25:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 07:25:54 -0000 kientzle 2007-02-08 07:25:53 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Update -r handling: * Create file if it doesn't exist. * If archive is "empty", then append to it with pax restricted * If user specified a format, use that if it's compatible with the existing format. Revision Changes Path 1.52 +40 -12 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 08:43:53 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBDC716A402; Thu, 8 Feb 2007 08:43:53 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id E070613C4B8; Thu, 8 Feb 2007 08:43:52 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5DB9C.dip.t-dialin.net [84.165.219.156]) by redbull.bpaserver.net (Postfix) with ESMTP id F25362E18F; Thu, 8 Feb 2007 09:57:03 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 4D92F5B4EF0; Thu, 8 Feb 2007 09:43:43 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l188hhdI015422; Thu, 8 Feb 2007 09:43:43 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 08 Feb 2007 09:43:43 +0100 Message-ID: <20070208094343.eeiwu0r7s408o04g@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 08 Feb 2007 09:43:43 +0100 From: Alexander Leidinger To: Marcel Moolenaar References: <200702071855.l17ItVkw041132@repoman.freebsd.org> <20070207200130.J23167@fledge.watson.org> <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> In-Reply-To: <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-12.764, required 6, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, J_CHICKENPOX_57 0.60, VOWEL_TOCC_6 1.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 08:43:54 -0000 Quoting Marcel Moolenaar (from Wed, 7 Feb 2007 =20 12:42:08 -0800): > On Feb 7, 2007, at 12:02 PM, Robert Watson wrote: >> Does this mean we can expect to see the disabling of GEOM =20 >> exclusive-use protections disappear from normal administrative =20 >> activities soon, as there will now be approved channels to =20 >> incrementally change the layout of in-use partition tables? > > Yes, that's the idea. A tool will be developed first that uses > these verbs (though I already have a regression test suite > capable of creating and modifying APM and GPT partitions). May I suggest to look at sade(1) for this purpose? Bye, Alexander. > After that the idea is to migrate other partitioning schemes > and slicers into this framework. The end-result being a single > tool for partitioning disks with any and all schemes supported > by the framework and using the ctlreq mechanism to work on live > disks. > > --=20 > Marcel Moolenaar > xcllnt@mac.com > > > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" --=20 There's just something I don't like about Virginia; the state. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-cvs-src@FreeBSD.ORG Thu Feb 8 09:47:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 496C616A519; Thu, 8 Feb 2007 09:47:39 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 375B513C4FF; Thu, 8 Feb 2007 09:47:20 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l189lKF3056271; Thu, 8 Feb 2007 09:47:20 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l189lKPc056270; Thu, 8 Feb 2007 09:47:20 GMT (envelope-from kib) Message-Id: <200702080947.l189lKPc056270@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 8 Feb 2007 09:47:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_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: Thu, 08 Feb 2007 09:47:41 -0000 kib 2007-02-08 09:47:19 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: Remove not needed acquision of the mount interlock aroung reading of mnt_kern_flags in ufs_itimes(). Suggested by: ssouhlal Confirmed by: tegge MFC after: 2 weeks Revision Changes Path 1.285 +5 -12 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 12:46:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8225116A400; Thu, 8 Feb 2007 12:46:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 44F6113C494; Thu, 8 Feb 2007 12:46:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18CkF3B090162; Thu, 8 Feb 2007 12:46:15 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18CkFD0090161; Thu, 8 Feb 2007 12:46:15 GMT (envelope-from bms) Message-Id: <200702081246.l18CkFD0090161@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 8 Feb 2007 12:46:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 ah_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 12:46:21 -0000 bms 2007-02-08 12:46:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 ah_core.c Log: MFC rev 1.29: Fix an incorrect TCP-MD5 key length check for the !FAST_IPSEC case. PR: 104422, 107520 MFC after: 3 days Revision Changes Path 1.25.2.2 +1 -1 src/sys/netinet6/ah_core.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 14:08:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A648916A400; Thu, 8 Feb 2007 14:07:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 560F913C46B; Thu, 8 Feb 2007 14:07:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id A847E2087; Thu, 8 Feb 2007 15:07:51 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 94AD12081; Thu, 8 Feb 2007 15:07:51 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 1001) id 71089B850; Thu, 8 Feb 2007 15:07:51 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Marcel Moolenaar References: <200702071855.l17ItVkw041132@repoman.freebsd.org> Date: Thu, 08 Feb 2007 15:07:51 +0100 In-Reply-To: <200702071855.l17ItVkw041132@repoman.freebsd.org> (Marcel Moolenaar's message of "Wed, 7 Feb 2007 18:55:31 +0000 (UTC)") Message-ID: <86abzolp3c.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 14:08:02 -0000 Marcel Moolenaar writes: > marcel 2007-02-07 18:55:31 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC=20 > sys/arm/conf EP80219=20 > sys/conf NOTES files files.powerpc options=20 > sys/i386/conf GENERIC=20 > sys/ia64/conf DEFAULTS=20 > sys/pc98/conf GENERIC=20 > sys/powerpc/conf DEFAULTS GENERIC=20 > sys/sparc64/conf GENERIC=20 > sys/sun4v/conf GENERIC=20 > Added files: > sys/geom/part g_part.c g_part.h g_part_apm.c=20 > g_part_gpt.c g_part_if.m=20 > sys/sys apm.h=20 > Removed files: > sys/geom geom_apple.c geom_gpt.c=20 > Log: > Evolve the ctlreq interface added to geom_gpt into a generic > partitioning class that supports multiple schemes. Current > schemes supported are APM (Apple Partition Map) and GPT. > Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM > and GEOM_PART_GPT (resp). >=20=20=20 > The ctlreq interface supports verbs to create and destroy > partitioning schemes on a disk; to add, delete and modify > partitions; and to commit or undo changes made. geom_gpt.c should have been repocopied to part/g_part_gpt.c. As you know very well, geom_gpt.c rev 1.41 introduced a regression which makes it impossible to attach GPTs created with earlier FreeBSD versions. I can't see any mention of this in either commit logs or code comments, and the code has changed so much that it is impossible to determine if this issue has been addressed. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Feb 8 14:33:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6756816A406; Thu, 8 Feb 2007 14:33:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3BF313C4A7; Thu, 8 Feb 2007 14:33:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18EX7PX019783; Thu, 8 Feb 2007 14:33:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18EX7BD019782; Thu, 8 Feb 2007 14:33:07 GMT (envelope-from rwatson) Message-Id: <200702081433.l18EX7BD019782@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Feb 2007 14:33:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci 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, 08 Feb 2007 14:33:09 -0000 rwatson 2007-02-08 14:33:07 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: As VPD support still causes hard hangs on boot with some hardware, add a tunable allowing automatic parsing of VPD data to be disabled. The default is left as-is; if you are having problems with hard hangs at boot due to VPD, try setting hw.pci.enable_vpd=0. A proper architectural solution has been under discussion for some time, but this allows me to boot my test machines in the mean time. Submitted by: bz Head nod: jmg Revision Changes Path 1.339 +9 -2 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 15:37:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F36FA16A402; Thu, 8 Feb 2007 15:37:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DCF5413C461; Thu, 8 Feb 2007 15:37:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18FbDdW033256; Thu, 8 Feb 2007 15:37:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18FbDgQ033255; Thu, 8 Feb 2007 15:37:13 GMT (envelope-from rwatson) Message-Id: <200702081537.l18FbDgQ033255@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Feb 2007 15:37:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/netrate/netsend netsend.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 15:37:23 -0000 rwatson 2007-02-08 15:37:13 UTC FreeBSD src repository Modified files: tools/tools/netrate/netsend netsend.c Log: Add 's' after printing the send interval to make it clear it's a send interval. Revision Changes Path 1.9 +1 -1 src/tools/tools/netrate/netsend/netsend.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 16:18:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4213816A412; Thu, 8 Feb 2007 16:18:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E21713C471; Thu, 8 Feb 2007 16:18:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18GI2hc040750; Thu, 8 Feb 2007 16:18:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18GI2VB040749; Thu, 8 Feb 2007 16:18:02 GMT (envelope-from jhb) Message-Id: <200702081618.l18GI2VB040749@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 Feb 2007 16:18:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 16:18:11 -0000 jhb 2007-02-08 16:18:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bce if_bce.c Log: MFC 1.18: Fix a typo in the device table that prevented 5708S adapters from being probed. Revision Changes Path 1.2.2.12 +2 -2 src/sys/dev/bce/if_bce.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 16:50:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EA8916A405; Thu, 8 Feb 2007 16:50:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BCC7813C48D; Thu, 8 Feb 2007 16:50:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18Go0OP053822; Thu, 8 Feb 2007 16:50:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18Go01d053821; Thu, 8 Feb 2007 16:50:00 GMT (envelope-from jhb) Message-Id: <200702081650.l18Go01d053821@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 Feb 2007 16:49:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_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, 08 Feb 2007 16:50:01 -0000 jhb 2007-02-08 16:49:59 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c Log: Don't send interrupts to CPUs disabled via lapic hints. Reported by: Ludger Bolmerg MFC after: 3 days Pointy hat to: jhb Revision Changes Path 1.281 +2 -0 src/sys/amd64/amd64/mp_machdep.c 1.274 +2 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 17:22:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 394A116A4D7; Thu, 8 Feb 2007 17:22:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D332E13C4B4; Thu, 8 Feb 2007 17:22:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18HM3gf060955; Thu, 8 Feb 2007 17:22:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18HM33u060954; Thu, 8 Feb 2007 17:22:03 GMT (envelope-from jhb) Message-Id: <200702081722.l18HM33u060954@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 Feb 2007 17:22:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 17:22:21 -0000 jhb 2007-02-08 17:22:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bce if_bce.c Log: MF6: Sync with RELENG_6: - Fix probe for 5708S adapters. - Use LIST_FOREACH() in bce_ifmedia_upd(). - Compile fixes for BCE_DEBUG. - Don't reset the chip in bce_watchdog() if we are in the routine because of pause frames. - Fix multicast hash. Revision Changes Path 1.4.2.6 +18 -11 src/sys/dev/bce/if_bce.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 17:44:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C44116A403; Thu, 8 Feb 2007 17:44:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3D29213C48E; Thu, 8 Feb 2007 17:44:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id l18HiZFK007247; Thu, 8 Feb 2007 09:44:37 -0800 (PST) Received: from [192.168.1.2] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id l18HiVXD002164 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 8 Feb 2007 09:44:32 -0800 (PST) In-Reply-To: <20070208094343.eeiwu0r7s408o04g@webmail.leidinger.net> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> <20070207200130.J23167@fledge.watson.org> <16A7B376-03A7-4C99-A5EC-B9C182E718BF@mac.com> <20070208094343.eeiwu0r7s408o04g@webmail.leidinger.net> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <84B602CF-7C04-4CD6-BD37-B91CDAC1F8CD@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 8 Feb 2007 09:43:01 -0800 To: Alexander Leidinger X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 17:44:40 -0000 On Feb 8, 2007, at 12:43 AM, Alexander Leidinger wrote: > Quoting Marcel Moolenaar (from Wed, 7 Feb 2007 > 12:42:08 -0800): > >> On Feb 7, 2007, at 12:02 PM, Robert Watson wrote: >>> Does this mean we can expect to see the disabling of GEOM >>> exclusive-use protections disappear from normal administrative >>> activities soon, as there will now be approved channels to >>> incrementally change the layout of in-use partition tables? >> >> Yes, that's the idea. A tool will be developed first that uses >> these verbs (though I already have a regression test suite >> capable of creating and modifying APM and GPT partitions). > > May I suggest to look at sade(1) for this purpose? I am aware of sade(8). As a sysinstall(8) offspring and based on libdisk, there's nothing to be gained from it. Except maybe its name. I think sade(8) should not have been created. As a way to make sysinstall(8) expendable, I'm sure it will live up to the task. Though not for long; since it has the same flaws and weaknesses as sysinstall(8), it's in need of replacement just as sysinstall(8) is. It has been since it's birth. It's a sad story of the live of a tool that should never have been born. No, sade(8) will not be the basis for an all-in-one partitioning tool. It doesn't have the right genes. I will be spending most of my time kluding around all kinds of limitations and flawed assumptions knowing that the end result will just be as limited and flawed as the code I started from. That would be a waste of my time... -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Thu Feb 8 17:45:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C5AF16A405; Thu, 8 Feb 2007 17:45:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7795013C4CC; Thu, 8 Feb 2007 17:45:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18HjokR064596; Thu, 8 Feb 2007 17:45:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18HjodT064595; Thu, 8 Feb 2007 17:45:50 GMT (envelope-from jhb) Message-Id: <200702081745.l18HjodT064595@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 Feb 2007 17:45:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/include gdb_machdep.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, 08 Feb 2007 17:45:50 -0000 jhb 2007-02-08 17:45:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/include gdb_machdep.h Log: MFC: Fix GDB_BUFSZ. Revision Changes Path 1.3.2.2 +1 -1 src/sys/amd64/include/gdb_machdep.h From owner-cvs-src@FreeBSD.ORG Thu Feb 8 17:47:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F15516A405; Thu, 8 Feb 2007 17:47:46 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.freebsd.org (Postfix) with ESMTP id E8B1613C4B6; Thu, 8 Feb 2007 17:47:45 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id l18HlflN019098; Thu, 8 Feb 2007 09:47:41 -0800 (PST) Received: from [192.168.1.2] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id l18HlcxZ003459 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 8 Feb 2007 09:47:39 -0800 (PST) In-Reply-To: <86abzolp3c.fsf@dwp.des.no> References: <200702071855.l17ItVkw041132@repoman.freebsd.org> <86abzolp3c.fsf@dwp.des.no> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Marcel Moolenaar Date: Thu, 8 Feb 2007 09:46:08 -0800 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: cvs-src@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 17:47:46 -0000 On Feb 8, 2007, at 6:07 AM, Dag-Erling Sm=F8rgrav wrote: > I can't see any mention of this in either commit logs or > code comments, and the code has changed so much that it is impossible > to determine if this issue has been addressed. It should be resolved. The tests have been relaxed. --=20 Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Thu Feb 8 19:16:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0467816A407; Thu, 8 Feb 2007 19:16:16 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B32D313C4A5; Thu, 8 Feb 2007 19:16:15 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18JGFih081806; Thu, 8 Feb 2007 19:16:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18JGFEE081805; Thu, 8 Feb 2007 19:16:15 GMT (envelope-from imp) Message-Id: <200702081916.l18JGFEE081805@repoman.freebsd.org> From: Warner Losh Date: Thu, 8 Feb 2007 19:16: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/mii rlphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 19:16:16 -0000 imp 2007-02-08 19:16:15 UTC FreeBSD src repository Modified files: sys/dev/mii rlphy.c Log: Fix problem with RTL8201L PHY. From submitter: Bugfix for the Realtek PHY driver... an RTL8201L standalone PHY needs different handling than the integrated ones in terms of speed detection. There was a bogus test based on the parent device driver name string controlling which speed register to query. That test began failing when the rl driver was split into separate rl and re drivers some time ago. Apparently nobody ever noticed because the buggy code only executes if NWAY negotiation failed. Since we happen to be testing with an ancient dumb hub rather than a modern switch, we found it. To fix it all, have the attach() routine notice whether we're dealing with an integrated PHY or an RTL8201L and store that info in a struct accessible to the status() routine that needs to know which register to query. I touched up the fixes because they were relative to RELENG_6 and to bring a few nits into line with style(9). MFC After: 2 weeks Submitted by: Ian Lepore Revision Changes Path 1.29 +17 -2 src/sys/dev/mii/rlphy.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 21:42:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CAA816A401; Thu, 8 Feb 2007 21:42:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB60C13C4B9; Thu, 8 Feb 2007 21:42:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18LgA1L019613; Thu, 8 Feb 2007 21:42:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18LgAmc019611; Thu, 8 Feb 2007 21:42:10 GMT (envelope-from imp) Message-Id: <200702082142.l18LgAmc019611@repoman.freebsd.org> From: Warner Losh Date: Thu, 8 Feb 2007 21: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/sys/arm/at91 if_ate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 21:42:11 -0000 imp 2007-02-08 21:42:10 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: Add sanity check to make sure that the MAC address isn't all 0's. Bad boot loaders can do this, and this leads to all kinds of ill effects downstream. Also, minor formatting nits. Revision Changes Path 1.17 +23 -18 src/sys/arm/at91/if_ate.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 22:10:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9BF316A405; Thu, 8 Feb 2007 22:10:33 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A43FF13C467; Thu, 8 Feb 2007 22:10:33 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18MAX2c025072; Thu, 8 Feb 2007 22:10:33 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18MAXiq025071; Thu, 8 Feb 2007 22:10:33 GMT (envelope-from gnn) Message-Id: <200702082210.l18MAXiq025071@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 8 Feb 2007 22:10:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 22:10:33 -0000 gnn 2007-02-08 22:10:32 UTC FreeBSD src repository Modified files: . access Log: Forced commit to free Randall Stewart from mentorship. Approved by: core (implicit), gnn (mentor) Revision Changes Path 1.807 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Feb 8 22:52:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73AE716A40A; Thu, 8 Feb 2007 22:52:57 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCCD13C428; Thu, 8 Feb 2007 22:52:57 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18MqvKM034020; Thu, 8 Feb 2007 22:52:57 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18MqvhX034019; Thu, 8 Feb 2007 22:52:57 GMT (envelope-from bmah) Message-Id: <200702082252.l18MqvhX034019@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 8 Feb 2007 22:52:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Feb 2007 22:52:57 -0000 bmah 2007-02-08 22:52:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 nd6.c Log: MFC: Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreak IPv6 over point-to-point gif(4) tunnels. (On this branch, the affected revisions are 1.48.2.14 and 1.48.2.15.) nd6.c 1.73 -> 1.74 Revision Changes Path 1.48.2.18 +1 -1 src/sys/netinet6/nd6.c From owner-cvs-src@FreeBSD.ORG Thu Feb 8 22:58:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0536916A40D; Thu, 8 Feb 2007 22:58:03 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D41E413C4B4; Thu, 8 Feb 2007 22:58:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18Mw2CX034552; Thu, 8 Feb 2007 22:58:02 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18Mw2k2034551; Thu, 8 Feb 2007 22:58:02 GMT (envelope-from bms) Message-Id: <200702082258.l18Mw2k2034551@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 8 Feb 2007 22: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/netinet ip_mroute.c ip_mroute.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, 08 Feb 2007 22:58:03 -0000 bms 2007-02-08 22:58:02 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c ip_mroute.h Log: Nuke the token bucket filter code. Attempting to request rate limiting by the token bucket filter will result in EINVAL being returned. If you want to rate-limit traffic in future, use ALTQ or dummynet; this isn't a general purpose QoS engine. Preserve the now unused fields in struct vif so as to avoid having to recompile netstat(1) and other tools. Reviewed by: Pavlin Radslavov, Bill Fenner Revision Changes Path 1.125 +17 -291 src/sys/netinet/ip_mroute.c 1.30 +2 -21 src/sys/netinet/ip_mroute.h From owner-cvs-src@FreeBSD.ORG Thu Feb 8 23:05:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 728DD16A403; Thu, 8 Feb 2007 23:05:09 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C4E813C494; Thu, 8 Feb 2007 23:05:09 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18N59dB037340; Thu, 8 Feb 2007 23:05:09 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18N59tj037339; Thu, 8 Feb 2007 23:05:09 GMT (envelope-from bms) Message-Id: <200702082305.l18N59tj037339@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 8 Feb 2007 23:05: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 ip_mroute.c ip_mroute.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, 08 Feb 2007 23:05:09 -0000 bms 2007-02-08 23:05:09 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c ip_mroute.h Log: Store the cached route in vifp in the normal send_packet() case. The VIFF_TUNNEL case no longer exists, therefore this field is free to use, and its use eliminates a static data member. Revision Changes Path 1.126 +1 -2 src/sys/netinet/ip_mroute.c 1.31 +1 -1 src/sys/netinet/ip_mroute.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 00:09:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C64B16A40B; Fri, 9 Feb 2007 00:09:36 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2499113C4A3; Fri, 9 Feb 2007 00:09:36 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1909avc048259; Fri, 9 Feb 2007 00:09:36 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1909aLS048258; Fri, 9 Feb 2007 00:09:36 GMT (envelope-from cognet) Message-Id: <200702090009.l1909aLS048258@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 9 Feb 2007 00:09:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_loop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 00:09:36 -0000 cognet 2007-02-09 00:09:35 UTC FreeBSD src repository Modified files: sys/net if_loop.c Log: Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64. This fixes panics I got on arm, with struct ip aligned on 4 bytes. MFC After: 1 week Revision Changes Path 1.112 +1 -1 src/sys/net/if_loop.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 00:19:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB74E16A400; Fri, 9 Feb 2007 00:19:58 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 956F713C481; Fri, 9 Feb 2007 00:19:58 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l190JwAp050185; Fri, 9 Feb 2007 00:19:58 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l190JwuV050184; Fri, 9 Feb 2007 00:19:58 GMT (envelope-from cognet) Message-Id: <200702090019.l190JwuV050184@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 9 Feb 2007 00:19:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/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: Fri, 09 Feb 2007 00:19:58 -0000 cognet 2007-02-09 00:19:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/arm pmap.c Log: MFC rev 1.77: Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages(). This can fix the pmap-related panics reported on arm. Revision Changes Path 1.36.2.3 +1 -0 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 01:42:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E71B416A400; Fri, 9 Feb 2007 01:42:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C122D13C4A8; Fri, 9 Feb 2007 01:42:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l191ghZg072659; Fri, 9 Feb 2007 01:42:43 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l191ghEK072658; Fri, 9 Feb 2007 01:42:43 GMT (envelope-from bms) Message-Id: <200702090142.l191ghEK072658@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 9 Feb 2007 01:42: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/modules/ip_mroute_mod 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, 09 Feb 2007 01:42:44 -0000 bms 2007-02-09 01:42:43 UTC FreeBSD src repository Modified files: sys/modules/ip_mroute_mod Makefile Log: Remove an unneeded define. Revision Changes Path 1.14 +0 -2 src/sys/modules/ip_mroute_mod/Makefile From owner-cvs-src@FreeBSD.ORG Fri Feb 9 02:54:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16DD916A400; Fri, 9 Feb 2007 02:54:14 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E3D1C13C4A6; Fri, 9 Feb 2007 02:54:13 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l192sDdO085117; Fri, 9 Feb 2007 02:54:13 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l192sDJs085116; Fri, 9 Feb 2007 02:54:13 GMT (envelope-from avatar) Message-Id: <200702090254.l192sDJs085116@repoman.freebsd.org> From: Tai-hwa Liang Date: Fri, 9 Feb 2007 02:54:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netsmb smb_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 02:54:14 -0000 avatar 2007-02-09 02:54:13 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: It turns out that devfs_close() does a dev_refthread() before invoking device specific d_close(), which makes subsequent destroy_dev() being blocked in the "devdrn" loop. This bandaid should fix the smbfs hang/crashing observed on -CURRENT since the introduction of sys/kern/kern_conf.c:1.199: # mount_smbfs -I server //server/share /mnt Password: [hang] Reviewed by: bp See also: http://lists.freebsd.org/pipermail/cvs-src/2006-November/071379.html Revision Changes Path 1.30 +1 -0 src/sys/netsmb/smb_dev.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 03:01:45 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF71F16A4A0; Fri, 9 Feb 2007 03:01:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0BD13C442; Fri, 9 Feb 2007 03:01:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l1930DEe094215; Thu, 8 Feb 2007 20:00:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 08 Feb 2007 20:00:48 -0700 (MST) Message-Id: <20070208.200048.-1370573186.imp@bsdimp.com> To: cognet@freebsd.org From: "M. Warner Losh" In-Reply-To: <200702090009.l1909aLS048258@repoman.freebsd.org> References: <200702090009.l1909aLS048258@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 08 Feb 2007 20:00:13 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_loop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 03:01:46 -0000 In message: <200702090009.l1909aLS048258@repoman.freebsd.org> Olivier Houchard writes: : Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64. : This fixes panics I got on arm, with struct ip aligned on 4 bytes. makes me wonder how many other cases like this we have in the tree :-( Warner From owner-cvs-src@FreeBSD.ORG Fri Feb 9 03:11:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E289216A402; Fri, 9 Feb 2007 03:11:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D353813C494; Fri, 9 Feb 2007 03:11:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l193BXxw088878; Fri, 9 Feb 2007 03:11:33 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l193BXwO088873; Fri, 9 Feb 2007 03:11:33 GMT (envelope-from brooks) Message-Id: <200702090311.l193BXwO088873@repoman.freebsd.org> From: Brooks Davis Date: Fri, 9 Feb 2007 03:11:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d dhclient src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 src/sbin/dhclient dhclient.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 03:11:34 -0000 brooks 2007-02-09 03:11:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d dhclient etc/defaults rc.conf share/man/man5 rc.conf.5 sbin/dhclient dhclient.c Log: Sync dhclient and supporting code with CURRENT. In particular: - Introduce per-interface dhclient_flags_ and background_dhclient_ rc.conf variables. - Default to sending a client identifer. - When an invalid host name option is sent, delete it and accept the lease. - Fix usage, the call to getopt, and a typo in rc.d/dhclient. Revision Changes Path 1.252.2.30 +3 -1 src/etc/defaults/rc.conf 1.20.2.3 +13 -2 src/etc/rc.d/dhclient 1.6.2.6 +2 -7 src/sbin/dhclient/dhclient.c 1.256.2.29 +12 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 03:25:44 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A69AD16A401; Fri, 9 Feb 2007 03:25:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 19FDC13C494; Fri, 9 Feb 2007 03:25:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id A59CA1A9AE1; Thu, 8 Feb 2007 22:25:42 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Thu, 08 Feb 2007 22:25:42 -0500 X-Sasl-enc: 5lm8u0kswNBxOzBa/6AEExEK59TCxd7TQbWQvRq7UAKt 1170991542 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id BF94C29723; Thu, 8 Feb 2007 22:25:41 -0500 (EST) Message-ID: <45CBE9B5.4050603@FreeBSD.org> Date: Fri, 09 Feb 2007 03:25:41 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: "M. Warner Losh" References: <200702090009.l1909aLS048258@repoman.freebsd.org> <20070208.200048.-1370573186.imp@bsdimp.com> In-Reply-To: <20070208.200048.-1370573186.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cognet@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_loop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 03:25:44 -0000 M. Warner Losh wrote: > In message: <200702090009.l1909aLS048258@repoman.freebsd.org> > Olivier Houchard writes: > : Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64. > : This fixes panics I got on arm, with struct ip aligned on 4 bytes. > > makes me wonder how many other cases like this we have in the tree :-( > > Warner > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/66029 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 09:23:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AF2C16A48F; Fri, 9 Feb 2007 09:23:11 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 44AA313C461; Fri, 9 Feb 2007 09:23:11 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l199NBo5074743; Fri, 9 Feb 2007 09:23:11 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l199NBJa074742; Fri, 9 Feb 2007 09:23:11 GMT (envelope-from kevlo) Message-Id: <200702090923.l199NBJa074742@repoman.freebsd.org> From: Kevin Lo Date: Fri, 9 Feb 2007 09:23:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/setfmac setfmac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 09:23:11 -0000 kevlo 2007-02-09 09:23:10 UTC FreeBSD src repository Modified files: usr.sbin/setfmac setfmac.c Log: Eliminate duplicate header files. Revision Changes Path 1.9 +0 -2 src/usr.sbin/setfmac/setfmac.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 12:11:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E872216A401; Fri, 9 Feb 2007 12:11:27 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9ADE13C48E; Fri, 9 Feb 2007 12:11:27 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19CBRPB088977; Fri, 9 Feb 2007 12:11:27 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19CBRBZ088975; Fri, 9 Feb 2007 12:11:27 GMT (envelope-from flz) Message-Id: <200702091211.l19CBRBZ088975@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 9 Feb 2007 12:11:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d netif src/etc network.subr src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 12:11:28 -0000 flz 2007-02-09 12:11:27 UTC FreeBSD src repository Modified files: etc/rc.d netif etc network.subr share/man/man5 rc.conf.5 etc/defaults rc.conf Log: Add support for EtherChannel configuration to rc startup scripts. Note: This also deprecates "NO" as a way to specify an empty list of interfaces for gif_interfaces. PR: conf/104884 Submitted by: nork Harassed by: brd Discussed with: brooks, dougb Revision Changes Path 1.304 +5 -1 src/etc/defaults/rc.conf 1.177 +73 -10 src/etc/network.subr 1.22 +3 -0 src/etc/rc.d/netif 1.315 +28 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 12:30:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97CDD16A406; Fri, 9 Feb 2007 12:30:18 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E753013C467; Fri, 9 Feb 2007 12:30:17 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19CUHAU091840; Fri, 9 Feb 2007 12:30:17 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19CUHcZ091839; Fri, 9 Feb 2007 12:30:17 GMT (envelope-from bms) Message-Id: <200702091230.l19CUHcZ091839@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 9 Feb 2007 12:30:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 icmp.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, 09 Feb 2007 12:30:19 -0000 bms 2007-02-09 12:30:17 UTC FreeBSD src repository Modified files: share/man/man4 icmp.4 Log: Add lists of ICMP types and codes for user and developer reference. Cross-reference pf.conf(5) which is able to use these definitions. PR: 85243 Submitted by: Daniel Gerzo Obtained from: OpenBSD MFC after: 1 day Revision Changes Path 1.20 +72 -2 src/share/man/man4/icmp.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 12:35:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B891F16A400; Fri, 9 Feb 2007 12:35:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 92D3313C48D; Fri, 9 Feb 2007 12:35:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19CZUIo093377; Fri, 9 Feb 2007 12:35:30 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19CZUNq093376; Fri, 9 Feb 2007 12:35:30 GMT (envelope-from bms) Message-Id: <200702091235.l19CZUNq093376@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 9 Feb 2007 12:35: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/netgraph ng_ksocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 12:35:30 -0000 bms 2007-02-09 12:35:30 UTC FreeBSD src repository Modified files: sys/netgraph ng_ksocket.c Log: In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect addressing if a packet is later re-encapsulated and sent to a non-broadcast, non-multicast destination after being received on the ng_ksocket input hook. PR: 106999 Submitted by: Kevin Lahey MFC after: 4 weeks Revision Changes Path 1.60 +3 -0 src/sys/netgraph/ng_ksocket.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:04:08 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA5EB16A400; Fri, 9 Feb 2007 14:04:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5E113C481; Fri, 9 Feb 2007 14:04:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l19E3plf096573; Fri, 9 Feb 2007 09:03:59 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Tai-hwa Liang Date: Fri, 9 Feb 2007 08:43:36 -0500 User-Agent: KMail/1.9.4 References: <200702090254.l192sDJs085116@repoman.freebsd.org> In-Reply-To: <200702090254.l192sDJs085116@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200702090843.37371.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Fri, 09 Feb 2007 09:04:00 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2544/Fri Feb 9 03:44:48 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netsmb smb_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 14:04:09 -0000 On Thursday 08 February 2007 21:54, Tai-hwa Liang wrote: > avatar 2007-02-09 02:54:13 UTC > > FreeBSD src repository > > Modified files: > sys/netsmb smb_dev.c > Log: > It turns out that devfs_close() does a dev_refthread() before invoking > device specific d_close(), which makes subsequent destroy_dev() being > blocked in the "devdrn" loop. > > This bandaid should fix the smbfs hang/crashing observed on -CURRENT since > the introduction of sys/kern/kern_conf.c:1.199: > > # mount_smbfs -I server //server/share /mnt > Password: > [hang] > > Reviewed by: bp > See also: http://lists.freebsd.org/pipermail/cvs-src/2006-November/071379.html No, this is the completely wrong fix for this. Defer the destroy_dev() to a taskqueue or some such. Alternatively, try to get kib@ and other devfs folks to really allow this. One possibility is for dev_destroy() to "know" that it is in a close routine (devfs can set a flag) and defer the work to an internal taskqueue in devfs. Another alternative is to "know" and set a different flag indicating a pending destroy, and devfs can really destroy it when the close routine returns. However, manually dinking with the reference count is completely wrong. What happens when devfs tries to drop the reference count when your close routine returns, does it trash memory? I think you should back this change out and work on a more correct fix. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:11:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB24116A40B; Fri, 9 Feb 2007 14:11:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8498213C49D; Fri, 9 Feb 2007 14:11:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19EBsW0019719; Fri, 9 Feb 2007 14:11:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EBsJC019718; Fri, 9 Feb 2007 14:11:54 GMT (envelope-from jhb) Message-Id: <200702091411.l19EBsJC019718@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:11:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pcireg.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, 09 Feb 2007 14:11:54 -0000 jhb 2007-02-09 14:11:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC 1.52 - 1.54: Add SDHC subclass, MSI-X and HT register constants. Revision Changes Path 1.45.2.2 +38 -0 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:16:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BE4D16A402; Fri, 9 Feb 2007 14:16:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7426513C471; Fri, 9 Feb 2007 14:16:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19EGUHK023671; Fri, 9 Feb 2007 14:16:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EGUnh023670; Fri, 9 Feb 2007 14:16:30 GMT (envelope-from jhb) Message-Id: <200702091416.l19EGUnh023670@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:16:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c pci_private.h pcib_private.h pcireg.h pcivar.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, 09 Feb 2007 14:16:30 -0000 jhb 2007-02-09 14:16:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c pci_private.h pcib_private.h pcireg.h pcivar.h Log: MFC: Style fix: s/#define/#define/. Revision Changes Path 1.292.2.13 +9 -9 src/sys/dev/pci/pci.c 1.14.2.4 +1 -1 src/sys/dev/pci/pci_private.h 1.6.8.2 +1 -1 src/sys/dev/pci/pcib_private.h 1.45.2.3 +335 -335 src/sys/dev/pci/pcireg.h 1.66.2.3 +26 -26 src/sys/dev/pci/pcivar.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:21:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D432C16A403; Fri, 9 Feb 2007 14:21:54 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD27313C478; Fri, 9 Feb 2007 14:21:54 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19ELsRu027019; Fri, 9 Feb 2007 14:21:54 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19ELs7Y027018; Fri, 9 Feb 2007 14:21:54 GMT (envelope-from schweikh) Message-Id: <200702091421.l19ELs7Y027018@repoman.freebsd.org> From: Jens Schweikhardt Date: Fri, 9 Feb 2007 14:21:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include tgmath.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, 09 Feb 2007 14:21:54 -0000 schweikh 2007-02-09 14:21:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include tgmath.h Log: MFC rev. 1.5. from HEAD, Properly parenthesize the __tg_is_complex() macro by moving a closing paren to where it belongs. Revision Changes Path 1.4.2.1 +2 -2 src/include/tgmath.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:23:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C107316A401; Fri, 9 Feb 2007 14:23:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3F113C4A3; Fri, 9 Feb 2007 14:23:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19EN1ko027416; Fri, 9 Feb 2007 14:23:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EN1He027415; Fri, 9 Feb 2007 14:23:01 GMT (envelope-from jhb) Message-Id: <200702091423.l19EN1He027415@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:23:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c pcireg.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, 09 Feb 2007 14:23:01 -0000 jhb 2007-02-09 14:23:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c pcireg.h Log: MFC: Fix the subvendor ID for PCI-PCI bridges. Revision Changes Path 1.292.2.14 +8 -2 src/sys/dev/pci/pci.c 1.45.2.4 +4 -3 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:24:48 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E0BE16A401; Fri, 9 Feb 2007 14:24:48 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 66BCD13C467; Fri, 9 Feb 2007 14:24:48 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19EOmYI027802; Fri, 9 Feb 2007 14:24:48 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EOmLH027801; Fri, 9 Feb 2007 14:24:48 GMT (envelope-from schweikh) Message-Id: <200702091424.l19EOmLH027801@repoman.freebsd.org> From: Jens Schweikhardt Date: Fri, 9 Feb 2007 14:24:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include/rpc auth_kerb.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, 09 Feb 2007 14:24:48 -0000 schweikh 2007-02-09 14:24:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include/rpc auth_kerb.h Log: MFC rev. 1.3 from HEAD, Comment the token after #endif, like we do everywhere else. Static analyzers like FlexeLint complain about it. Revision Changes Path 1.2.14.1 +6 -6 src/include/rpc/auth_kerb.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:43:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0046E16A40B; Fri, 9 Feb 2007 14:42:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CC4FB13C4B3; Fri, 9 Feb 2007 14:42:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19EgxjY030728; Fri, 9 Feb 2007 14:42:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19Egxpn030726; Fri, 9 Feb 2007 14:42:59 GMT (envelope-from jhb) Message-Id: <200702091442.l19Egxpn030726@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:42: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/dev/aic7xxx aic79xx.h aic79xx_pci.c src/sys/dev/pci pcireg.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, 09 Feb 2007 14:43:00 -0000 jhb 2007-02-09 14:42:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/aic7xxx aic79xx.h aic79xx_pci.c sys/dev/pci pcireg.h Log: MFC: Change the PCI-X register constants to be relative to the PCI-X PCI capability and expand the constants some. Update ahc(4) to track the changes. Revision Changes Path 1.24.2.1 +3 -0 src/sys/dev/aic7xxx/aic79xx.h 1.23.2.1 +14 -7 src/sys/dev/aic7xxx/aic79xx_pci.c 1.45.2.5 +71 -15 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:43:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F84516A581; Fri, 9 Feb 2007 14:43:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3933213C4B6; Fri, 9 Feb 2007 14:43:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19EhjWI030961; Fri, 9 Feb 2007 14:43:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EhjrX030960; Fri, 9 Feb 2007 14:43:45 GMT (envelope-from jhb) Message-Id: <200702091443.l19EhjrX030960@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:43:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pcireg.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, 09 Feb 2007 14:43:45 -0000 jhb 2007-02-09 14:43:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC: Add constants for PCIY_VENDOR, PCIY_DEBUG, and PCIY_EXPRESS. Revision Changes Path 1.45.2.6 +22 -0 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:47:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30B4E16A407; Fri, 9 Feb 2007 14:47:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F272B13C471; Fri, 9 Feb 2007 14:47:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19Elrlc031238; Fri, 9 Feb 2007 14:47:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19Elr3o031237; Fri, 9 Feb 2007 14:47:53 GMT (envelope-from jhb) Message-Id: <200702091447.l19Elr3o031237@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:47:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pciconf Makefile cap.c pciconf.8 pciconf.c pciconf.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, 09 Feb 2007 14:47:54 -0000 jhb 2007-02-09 14:47:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pciconf Makefile pciconf.8 pciconf.c Added files: (Branch: RELENG_6) usr.sbin/pciconf cap.c pciconf.h Log: MFC: Teach pciconf(8) to list PCI capabilities via the new -c flag and update some cruft in the manpage. Revision Changes Path 1.9.14.1 +2 -1 src/usr.sbin/pciconf/Makefile 1.1.2.1 +477 -0 src/usr.sbin/pciconf/cap.c (new) 1.26.8.1 +34 -17 src/usr.sbin/pciconf/pciconf.8 1.24.2.2 +44 -30 src/usr.sbin/pciconf/pciconf.c 1.1.2.1 +38 -0 src/usr.sbin/pciconf/pciconf.h (new) From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:48:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6685316A406; Fri, 9 Feb 2007 14:48:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4003B13C4B2; Fri, 9 Feb 2007 14:48:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19Emuwq031293; Fri, 9 Feb 2007 14:48:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EmuTv031292; Fri, 9 Feb 2007 14:48:56 GMT (envelope-from jhb) Message-Id: <200702091448.l19EmuTv031292@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:48:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 14:48:56 -0000 jhb 2007-02-09 14:48:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/iostat iostat.c Log: MFC: Fix iostat(8) to fully work on crash dumps. Revision Changes Path 1.28.12.2 +6 -5 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 15:11:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0C8016A402; Fri, 9 Feb 2007 15:11:01 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9037213C494; Fri, 9 Feb 2007 15:11:01 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 6F6741AA2FB; Fri, 9 Feb 2007 10:10:59 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Fri, 09 Feb 2007 10:10:59 -0500 X-Sasl-enc: jVFeoJ1EV2MTE5UurZfT3N0/DwcRDG2MRDS0a4C47ubK 1171033859 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id BB5C710FAD; Fri, 9 Feb 2007 10:10:58 -0500 (EST) Message-ID: <45CC8F02.7090006@FreeBSD.org> Date: Fri, 09 Feb 2007 15:10:58 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: John Baldwin References: <200702091447.l19Elr3o031237@repoman.freebsd.org> In-Reply-To: <200702091447.l19Elr3o031237@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pciconf Makefile cap.c pciconf.8 pciconf.c pciconf.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, 09 Feb 2007 15:11:01 -0000 John Baldwin wrote: > Log: > MFC: Teach pciconf(8) to list PCI capabilities via the new -c flag and > update some cruft in the manpage. > Nice! BMS From owner-cvs-src@FreeBSD.ORG Fri Feb 9 15:59:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57A7716A400; Fri, 9 Feb 2007 15:59:29 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8D013C46B; Fri, 9 Feb 2007 15:59:29 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19FxTH6050446; Fri, 9 Feb 2007 15:59:29 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19FxTa0050443; Fri, 9 Feb 2007 15:59:29 GMT (envelope-from le) Message-Id: <200702091559.l19FxTa0050443@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 9 Feb 2007 15:59:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.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, 09 Feb 2007 15:59:29 -0000 le 2007-02-09 15:59:28 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs ubsa.c share/man/man4 ubsa.4 Log: Add support for Huawei Technologies Mobile card (3G). Submitted by: Thorsten Schroeder MFC in: 3 days Revision Changes Path 1.9 +2 -0 src/share/man/man4/ubsa.4 1.22 +2 -0 src/sys/dev/usb/ubsa.c 1.287 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Feb 9 16:28:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6807216A400; Fri, 9 Feb 2007 16:28:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4034A13C4A6; Fri, 9 Feb 2007 16:28:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19GSQiO056539; Fri, 9 Feb 2007 16:28:26 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19GSQNV056538; Fri, 9 Feb 2007 16:28:26 GMT (envelope-from emaste) Message-Id: <200702091628.l19GSQNV056538@repoman.freebsd.org> From: Ed Maste Date: Fri, 9 Feb 2007 16:28:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dhclient dhclient.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 16:28:26 -0000 emaste 2007-02-09 16:28:25 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.conf Log: Add a $FreeBSD$ tag missing after the original import. Note that this file isn't actually installed; the one in src/etc is. Revision Changes Path 1.2 +2 -0 src/sbin/dhclient/dhclient.conf From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:18:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C53316A401; Fri, 9 Feb 2007 17:18:40 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0408613C47E; Fri, 9 Feb 2007 17:18:40 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HIdhX078854; Fri, 9 Feb 2007 17:18:39 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HIdTS078852; Fri, 9 Feb 2007 17:18:39 GMT (envelope-from yar) Message-Id: <200702091718.l19HIdTS078852@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 9 Feb 2007 17:18: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/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 17:18:40 -0000 yar 2007-02-09 17:18:39 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Let automatic TCP send buffer sizing do its job for ftpd(8): stop setting the SO_SNDBUF socket option. Using a hard-coded value for it was a poor idea anyway in the face of diverse network conditions. Revision Changes Path 1.211 +1 -9 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:21:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57B4816A402; Fri, 9 Feb 2007 17:21:24 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F79B13C491; Fri, 9 Feb 2007 17:21:24 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HLOHP079598; Fri, 9 Feb 2007 17:21:24 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HLOkQ079596; Fri, 9 Feb 2007 17:21:24 GMT (envelope-from brueffer) Message-Id: <200702091721.l19HLOkQ079596@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 17:21:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 joy.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, 09 Feb 2007 17:21:24 -0000 brueffer 2007-02-09 17:21:23 UTC FreeBSD src repository Modified files: share/man/man4 joy.4 Log: - Use the standard section 4 SYNOPSIS - Utilize .Nm MFC after: 3 days Revision Changes Path 1.29 +15 -5 src/share/man/man4/joy.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:22:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAD4416A401; Fri, 9 Feb 2007 17:22:11 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8286A13C4A3; Fri, 9 Feb 2007 17:22:11 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HMB1h079922; Fri, 9 Feb 2007 17:22:11 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HMBGW079913; Fri, 9 Feb 2007 17:22:11 GMT (envelope-from avatar) Message-Id: <200702091722.l19HMBGW079913@repoman.freebsd.org> From: Tai-hwa Liang Date: Fri, 9 Feb 2007 17:22: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/netsmb smb_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 17:22:11 -0000 avatar 2007-02-09 17:22:11 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: Backing out the wrong fix which could possibly trash the memory if devfs tries to drop the reference count after our close routine returns. A more correct fix is to defer the destroy_dev() to a taskqueue(either in devfs or locally). Reminded by: jhb Revision Changes Path 1.31 +0 -1 src/sys/netsmb/smb_dev.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:48:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75D5D16A402; Fri, 9 Feb 2007 17:48:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCF113C494; Fri, 9 Feb 2007 17:48:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HmT2O084486; Fri, 9 Feb 2007 17:48:29 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HmTra084485; Fri, 9 Feb 2007 17:48:29 GMT (envelope-from delphij) Message-Id: <200702091748.l19HmTra084485@repoman.freebsd.org> From: Xin LI Date: Fri, 9 Feb 2007 17:48:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 17:48:29 -0000 delphij 2007-02-09 17:48:29 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Give which signal caller has attempted to deliver when panicking. Revision Changes Path 1.339 +2 -2 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:50:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9A0B16A401; Fri, 9 Feb 2007 17:50:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D8B4513C494; Fri, 9 Feb 2007 17:50:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HoQ31084663; Fri, 9 Feb 2007 17:50:26 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HoQhu084662; Fri, 9 Feb 2007 17:50:26 GMT (envelope-from emaste) Message-Id: <200702091750.l19HoQhu084662@repoman.freebsd.org> From: Ed Maste Date: Fri, 9 Feb 2007 17: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/sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 17:50:27 -0000 emaste 2007-02-09 17:50:26 UTC FreeBSD src repository Modified files: sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c Log: Implement RFC3442, the Classless Static Route option. The original DHCP specification includes a route option but it supports only class-based routes. RFC3442 adds support for specifying the netmask width for each static route. A variable length encoding is used to minimize the size of this option. PR: bin/99534 Submitted by: Andrey V. Elsukov Reviewed by: brooks Revision Changes Path 1.3 +2 -0 src/sbin/dhclient/clparse.c 1.15 +60 -0 src/sbin/dhclient/dhclient-script 1.21 +68 -0 src/sbin/dhclient/dhclient.c 1.3 +3 -2 src/sbin/dhclient/dhclient.conf 1.3 +1 -0 src/sbin/dhclient/dhcp.h 1.4 +3 -2 src/sbin/dhclient/tables.c From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:56:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2F6716A40E; Fri, 9 Feb 2007 17:56:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD7F13C478; Fri, 9 Feb 2007 17:56:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 1E5C21A9747; Fri, 9 Feb 2007 12:56:42 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Fri, 09 Feb 2007 12:56:42 -0500 X-Sasl-enc: w+gGiy+mzwxtZQAJto/Ts97NjgKPHLd7p/be9MSHUVtE 1171043801 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 73BCA296D8; Fri, 9 Feb 2007 12:56:41 -0500 (EST) Message-ID: <45CCB5D9.3090000@FreeBSD.org> Date: Fri, 09 Feb 2007 17:56:41 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Ed Maste References: <200702091750.l19HoQhu084662@repoman.freebsd.org> In-Reply-To: <200702091750.l19HoQhu084662@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Feb 2007 17:56:43 -0000 Ed Maste wrote: > Log: > Implement RFC3442, the Classless Static Route option. > > The original DHCP specification includes a route option but it supports > only class-based routes. RFC3442 adds support for specifying the netmask > width for each static route. A variable length encoding is used to minimize > the size of this option. Excellent. BMS From owner-cvs-src@FreeBSD.ORG Fri Feb 9 18:26:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 331EF16A400; Fri, 9 Feb 2007 18:26:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B43E13C478; Fri, 9 Feb 2007 18:26:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19IQDH3092090; Fri, 9 Feb 2007 18:26:13 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19IQDj5092089; Fri, 9 Feb 2007 18:26:13 GMT (envelope-from brueffer) Message-Id: <200702091826.l19IQDj5092089@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 18:26:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 bce.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, 09 Feb 2007 18:26:14 -0000 brueffer 2007-02-09 18:26:13 UTC FreeBSD src repository Modified files: share/man/man4 bce.4 Log: Remove an obsolete error message. Revision Changes Path 1.7 +1 -4 src/share/man/man4/bce.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 19:03:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D4DF16A401; Fri, 9 Feb 2007 19:03:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EFFC613C441; Fri, 9 Feb 2007 19:03:18 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19J3Icx099480; Fri, 9 Feb 2007 19:03:18 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19J3Ik5099479; Fri, 9 Feb 2007 19:03:18 GMT (envelope-from brooks) Message-Id: <200702091903.l19J3Ik5099479@repoman.freebsd.org> From: Brooks Davis Date: Fri, 9 Feb 2007 19:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 19:03:19 -0000 brooks 2007-02-09 19:03:18 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC Log: Include GEOM_LABEL in GENERIC. It's very useful and not well publicized enough. Approved by: pjd Revision Changes Path 1.473 +1 -0 src/sys/amd64/conf/GENERIC 1.462 +1 -0 src/sys/i386/conf/GENERIC 1.87 +1 -0 src/sys/ia64/conf/GENERIC 1.289 +1 -0 src/sys/pc98/conf/GENERIC 1.65 +1 -0 src/sys/powerpc/conf/GENERIC 1.120 +1 -0 src/sys/sparc64/conf/GENERIC 1.9 +1 -0 src/sys/sun4v/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Fri Feb 9 19:08:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56CFD16A494; Fri, 9 Feb 2007 19:08:08 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 27D8213C478; Fri, 9 Feb 2007 19:08:08 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19J88eR000279; Fri, 9 Feb 2007 19:08:08 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19J88YL000278; Fri, 9 Feb 2007 19:08:08 GMT (envelope-from luigi) Message-Id: <200702091908.l19J88YL000278@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 9 Feb 2007 19:08: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/man9 firmware.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: Fri, 09 Feb 2007 19:08:08 -0000 luigi 2007-02-09 19:08:07 UTC FreeBSD src repository Modified files: share/man/man9 firmware.9 Log: Document a little more the firmware subsystem. Apart from minor cleanup of the text, it should document in reasonable detail what the status of the code is. RELENG_6 has some minor differences there in the way automatic loading/unloading is handled, but hopefully this should be fixed by MFC time. The examples come from Max Laier and Sam Leffler. MFC after: 1 week Revision Changes Path 1.5 +175 -27 src/share/man/man9/firmware.9 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 19:25:29 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9918716A401 for ; Fri, 9 Feb 2007 19:25:29 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id A1B5613C494 for ; Fri, 9 Feb 2007 19:25:28 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id l19JPHFV065778; Fri, 9 Feb 2007 11:25:25 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id l19JPHpY065775; Fri, 9 Feb 2007 11:25:17 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Fri, 9 Feb 2007 11:25:17 -0800 (PST) From: mjacob@freebsd.org To: Brooks Davis In-Reply-To: <200702091903.l19J3Ik5099479@repoman.freebsd.org> Message-ID: <20070209112449.Y65731@ns1.feral.com> References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 19:25:29 -0000 Ah. Excellent. This gives one a fighting chance to use it during SYSINSTALL time. On Fri, 9 Feb 2007, Brooks Davis wrote: > brooks 2007-02-09 19:03:18 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC > sys/i386/conf GENERIC > sys/ia64/conf GENERIC > sys/pc98/conf GENERIC > sys/powerpc/conf GENERIC > sys/sparc64/conf GENERIC > sys/sun4v/conf GENERIC > Log: > Include GEOM_LABEL in GENERIC. It's very useful and not well publicized > enough. > > Approved by: pjd > > Revision Changes Path > 1.473 +1 -0 src/sys/amd64/conf/GENERIC > 1.462 +1 -0 src/sys/i386/conf/GENERIC > 1.87 +1 -0 src/sys/ia64/conf/GENERIC > 1.289 +1 -0 src/sys/pc98/conf/GENERIC > 1.65 +1 -0 src/sys/powerpc/conf/GENERIC > 1.120 +1 -0 src/sys/sparc64/conf/GENERIC > 1.9 +1 -0 src/sys/sun4v/conf/GENERIC > From owner-cvs-src@FreeBSD.ORG Fri Feb 9 20:22:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C83216A409; Fri, 9 Feb 2007 20:22:45 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3A77713C49D; Fri, 9 Feb 2007 20:22:45 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KMjW2014431; Fri, 9 Feb 2007 20:22:45 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KMic9014429; Fri, 9 Feb 2007 20:22:44 GMT (envelope-from cperciva) Message-Id: <200702092022.l19KMic9014429@repoman.freebsd.org> From: Colin Percival Date: Fri, 9 Feb 2007 20:22:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/lib/dns resolver.c validator.c src/contrib/bind9/lib/dns/include/dns validator.h 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, 09 Feb 2007 20:22:45 -0000 cperciva 2007-02-09 20:22:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) . UPDATING contrib/bind9/lib/dns resolver.c validator.c contrib/bind9/lib/dns/include/dns validator.h sys/conf newvers.sh Log: Correct two remote denials of service in BIND involving DNSSEC and recursive DNS queries respectively. Security: FreeBSD-SA-07:02.bind Approved by: so (cperciva) Revision Changes Path 1.342.2.35.2.11 +4 -0 src/UPDATING 1.1.1.1.2.2.2.1 +10 -0 src/contrib/bind9/lib/dns/include/dns/validator.h 1.1.1.1.2.4.2.2 +43 -6 src/contrib/bind9/lib/dns/resolver.c 1.1.1.1.2.3.2.1 +23 -1 src/contrib/bind9/lib/dns/validator.c 1.62.2.21.2.13 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Feb 9 20:23:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82C2616A4A9; Fri, 9 Feb 2007 20:23:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 71EC413C491; Fri, 9 Feb 2007 20:23:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KNTAe014763; Fri, 9 Feb 2007 20:23:29 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KNTQM014762; Fri, 9 Feb 2007 20:23:29 GMT (envelope-from cperciva) Message-Id: <200702092023.l19KNTQM014762@repoman.freebsd.org> From: Colin Percival Date: Fri, 9 Feb 2007 20:23:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/lib/dns resolver.c validator.c src/contrib/bind9/lib/dns/include/dns validator.h 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, 09 Feb 2007 20:23:29 -0000 cperciva 2007-02-09 20:23:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING contrib/bind9/lib/dns resolver.c validator.c contrib/bind9/lib/dns/include/dns validator.h sys/conf newvers.sh Log: Correct two remote denials of service in BIND involving DNSSEC and recursive DNS queries respectively. Security: FreeBSD-SA-07:02.bind Approved by: so (cperciva) Revision Changes Path 1.416.2.22.2.15 +4 -0 src/UPDATING 1.1.1.1.4.1.2.1 +10 -0 src/contrib/bind9/lib/dns/include/dns/validator.h 1.1.1.2.2.2.2.2 +43 -6 src/contrib/bind9/lib/dns/resolver.c 1.1.1.2.2.1.2.1 +23 -1 src/contrib/bind9/lib/dns/validator.c 1.69.2.11.2.15 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Feb 9 20:24:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CEA116A409; Fri, 9 Feb 2007 20:24:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB2A13C4AA; Fri, 9 Feb 2007 20:24:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KOFwR015095; Fri, 9 Feb 2007 20:24:15 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KOFMO015094; Fri, 9 Feb 2007 20:24:15 GMT (envelope-from cperciva) Message-Id: <200702092024.l19KOFMO015094@repoman.freebsd.org> From: Colin Percival Date: Fri, 9 Feb 2007 20:24:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/lib/dns resolver.c validator.c src/contrib/bind9/lib/dns/include/dns validator.h 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, 09 Feb 2007 20:24:15 -0000 cperciva 2007-02-09 20:24:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . UPDATING contrib/bind9/lib/dns resolver.c validator.c contrib/bind9/lib/dns/include/dns validator.h sys/conf newvers.sh Log: Correct two remote denials of service in BIND involving DNSSEC and recursive DNS queries respectively. Security: FreeBSD-SA-07:02.bind Approved by: so (cperciva) Revision Changes Path 1.416.2.29.2.4 +4 -0 src/UPDATING 1.1.1.1.4.1.4.2 +10 -0 src/contrib/bind9/lib/dns/include/dns/validator.h 1.1.1.2.2.4.2.2 +43 -6 src/contrib/bind9/lib/dns/resolver.c 1.1.1.2.2.1.4.2 +23 -1 src/contrib/bind9/lib/dns/validator.c 1.69.2.13.2.4 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Feb 9 20:32:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2309116A403; Fri, 9 Feb 2007 20:32:59 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EE79A13C46B; Fri, 9 Feb 2007 20:32:58 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KWwAb016814; Fri, 9 Feb 2007 20:32:58 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KWwYY016812; Fri, 9 Feb 2007 20:32:58 GMT (envelope-from brueffer) Message-Id: <200702092032.l19KWwYY016812@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 20:32:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 ieee80211_ioctl.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: Fri, 09 Feb 2007 20:32:59 -0000 brueffer 2007-02-09 20:32:58 UTC FreeBSD src repository Modified files: share/man/man9 ieee80211_ioctl.9 Log: Remove Xref to owi(4), it's dead and gone. PR: 108980 Submitted by: Yonatan Revision Changes Path 1.4 +0 -1 src/share/man/man9/ieee80211_ioctl.9 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 20:39:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AC1B16A402; Fri, 9 Feb 2007 20:39:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 531E313C4AA; Fri, 9 Feb 2007 20:39:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KdElv017430; Fri, 9 Feb 2007 20:39:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KdESv017429; Fri, 9 Feb 2007 20:39:14 GMT (envelope-from brueffer) Message-Id: <200702092039.l19KdESv017429@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 20:39:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 enc.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, 09 Feb 2007 20:39:14 -0000 brueffer 2007-02-09 20:39:14 UTC FreeBSD src repository Modified files: share/man/man4 enc.4 Log: Correct references to tcpdump(1). PR: 108980 Submitted by: Yonatan Revision Changes Path 1.4 +2 -2 src/share/man/man4/enc.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 20:53:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42BD916A406; Fri, 9 Feb 2007 20:53:20 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A15D13C478; Fri, 9 Feb 2007 20:53:19 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19KrJ1K028971; Fri, 9 Feb 2007 20:53:19 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19KrJO6028970; Fri, 9 Feb 2007 20:53:19 GMT (envelope-from brueffer) Message-Id: <200702092053.l19KrJO6028970@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 20:53:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uark.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, 09 Feb 2007 20:53:20 -0000 brueffer 2007-02-09 20:53:19 UTC FreeBSD src repository Modified files: share/man/man4 uark.4 Log: Remove Xref to non-existant uhub(4). PR: 108980 Submitted by: Yonatan Revision Changes Path 1.3 +0 -1 src/share/man/man4/uark.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 21:05:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C18CD16A400; Fri, 9 Feb 2007 21:05:47 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9975E13C471; Fri, 9 Feb 2007 21:05:47 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19L5llI032188; Fri, 9 Feb 2007 21:05:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19L5lLY032187; Fri, 9 Feb 2007 21:05:47 GMT (envelope-from brueffer) Message-Id: <200702092105.l19L5lLY032187@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 21:05:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_bt3c.4 src/share/man/man4/man4.i386 fe.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, 09 Feb 2007 21:05:47 -0000 brueffer 2007-02-09 21:05:47 UTC FreeBSD src repository Modified files: share/man/man4 ng_bt3c.4 share/man/man4/man4.i386 fe.4 Log: Remove references to pccardd(8), pccardc(8) and OLDCARD. PR: 108980 Submitted by: Yonatan Revision Changes Path 1.39 +1 -2 src/share/man/man4/man4.i386/fe.4 1.11 +1 -19 src/share/man/man4/ng_bt3c.4 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 21:12:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49B6616A406; Fri, 9 Feb 2007 21:12:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E79613C4AC; Fri, 9 Feb 2007 21:12:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19LCLXR033264; Fri, 9 Feb 2007 21:12:21 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19LCLpL033263; Fri, 9 Feb 2007 21:12:21 GMT (envelope-from brueffer) Message-Id: <200702092112.l19LCLpL033263@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 21:12: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/share/man/man9 device_set_driver.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: Fri, 09 Feb 2007 21:12:22 -0000 brueffer 2007-02-09 21:12:21 UTC FreeBSD src repository Modified files: share/man/man9 device_set_driver.9 Log: There is no isa(4) manpage, convert to normal text an join lines. PR: 108980 Submitted by: Yonatan Revision Changes Path 1.4 +1 -3 src/share/man/man9/device_set_driver.9 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 21:15:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0AB116A4C5; Fri, 9 Feb 2007 21:15:21 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id 85EF013C428; Fri, 9 Feb 2007 21:15:21 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (sedv21p3ffajg4z8@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id l19LFHJW005724; Fri, 9 Feb 2007 13:15:17 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id l19LFHBW005722; Fri, 9 Feb 2007 13:15:17 -0800 (PST) (envelope-from jmg) Date: Fri, 9 Feb 2007 13:15:17 -0800 From: John-Mark Gurney To: Brooks Davis Message-ID: <20070209211517.GI1620@funkthat.com> References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702091903.l19J3Ik5099479@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 21:15:22 -0000 Brooks Davis wrote this message on Fri, Feb 09, 2007 at 19:03 +0000: > brooks 2007-02-09 19:03:18 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC > sys/i386/conf GENERIC > sys/ia64/conf GENERIC > sys/pc98/conf GENERIC > sys/powerpc/conf GENERIC > sys/sparc64/conf GENERIC > sys/sun4v/conf GENERIC > Log: > Include GEOM_LABEL in GENERIC. It's very useful and not well publicized > enough. > > Approved by: pjd Can anyone think of a good place to put a warning about using labels along w/ gmirror? I've had a case recently where I was loading g_label, but forgot to load g_mirror... Since I was using ufs labels, my fs mounted perfectly fine, but was mounting only one part of the g_mirror.. I finally found this out when g_label decided to randomly use the other disk one boot... Maybe g_label should not expose duplicate labels? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Fri Feb 9 21:22:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F260516A581; Fri, 9 Feb 2007 21:22:32 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CAA6E13C4B7; Fri, 9 Feb 2007 21:22:32 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19LMWCd034959; Fri, 9 Feb 2007 21:22:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19LMWBS034958; Fri, 9 Feb 2007 21:22:32 GMT (envelope-from brueffer) Message-Id: <200702092122.l19LMWBS034958@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 21:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys send.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 21:22:33 -0000 brueffer 2007-02-09 21:22:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys send.2 Log: MFC: rev. 1.33 by joel Remove reference to T/TCP. Revision Changes Path 1.32.2.1 +2 -5 src/lib/libc/sys/send.2 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 21:25:05 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2866C16A400; Fri, 9 Feb 2007 21:25:05 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (grnl-static-02-0046.dsl.iowatelecom.net [69.66.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id B9C4713C474; Fri, 9 Feb 2007 21:25:04 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.13.8/8.13.8) with ESMTP id l19KpSW7011689; Fri, 9 Feb 2007 14:51:28 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.13.8/8.13.8/Submit) id l19KpScd011688; Fri, 9 Feb 2007 14:51:28 -0600 (CST) (envelope-from brooks) Date: Fri, 9 Feb 2007 14:51:28 -0600 From: Brooks Davis To: mjacob@freebsd.org Message-ID: <20070209205128.GA10974@lor.one-eyed-alien.net> References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> <20070209112449.Y65731@ns1.feral.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <20070209112449.Y65731@ns1.feral.com> User-Agent: Mutt/1.5.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Fri, 09 Feb 2007 14:51:28 -0600 (CST) Cc: cvs-src@freebsd.org, Brooks Davis Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 21:25:05 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 09, 2007 at 11:25:17AM -0800, mjacob@freebsd.org wrote: >=20 > Ah. Excellent. This gives one a fighting chance to use it during=20 > SYSINSTALL time. That's what I'm hoping among other things. I'd like to stop caring about where the partitions live. -- Brooks > On Fri, 9 Feb 2007, Brooks Davis wrote: >=20 > >brooks 2007-02-09 19:03:18 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/conf GENERIC > > sys/i386/conf GENERIC > > sys/ia64/conf GENERIC > > sys/pc98/conf GENERIC > > sys/powerpc/conf GENERIC > > sys/sparc64/conf GENERIC > > sys/sun4v/conf GENERIC > > Log: > > Include GEOM_LABEL in GENERIC. It's very useful and not well publicized > > enough. > > > > Approved by: pjd > > > > Revision Changes Path > > 1.473 +1 -0 src/sys/amd64/conf/GENERIC > > 1.462 +1 -0 src/sys/i386/conf/GENERIC > > 1.87 +1 -0 src/sys/ia64/conf/GENERIC > > 1.289 +1 -0 src/sys/pc98/conf/GENERIC > > 1.65 +1 -0 src/sys/powerpc/conf/GENERIC > > 1.120 +1 -0 src/sys/sparc64/conf/GENERIC > > 1.9 +1 -0 src/sys/sun4v/conf/GENERIC > > >=20 --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFzN7PXY6L6fI4GtQRAniSAKCA9op5LEN/WD3cdoxS4u/qF5ihAgCghzjO qfC2hvwqKqo+BGks+ZGOMQ4= =0XPa -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From owner-cvs-src@FreeBSD.ORG Fri Feb 9 22:04:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D1A216A401; Fri, 9 Feb 2007 22:04:14 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 35CA813C441; Fri, 9 Feb 2007 22:04:14 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19M4EoA045229; Fri, 9 Feb 2007 22:04:14 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19M4Eh5045228; Fri, 9 Feb 2007 22:04:14 GMT (envelope-from mlaier) Message-Id: <200702092204.l19M4Eh5045228@repoman.freebsd.org> From: Max Laier Date: Fri, 9 Feb 2007 22:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 22:04:14 -0000 mlaier 2007-02-09 22:04:13 UTC FreeBSD src repository Modified files: . access Log: Please welcome Benjamin Close (benjsc@) as a new src committer. He will start by bringing in a driver for the 3945 intel wifi. I will be his mentor with Sam helping on net80211 related questions. Approved by: core Revision Changes Path 1.808 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Feb 9 22:18:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B16B16A402; Fri, 9 Feb 2007 22:18:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 540A813C4A6; Fri, 9 Feb 2007 22:18:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19MIvJA047195; Fri, 9 Feb 2007 22:18:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19MIvqt047194; Fri, 9 Feb 2007 22:18:57 GMT (envelope-from brueffer) Message-Id: <200702092218.l19MIvqt047194@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 9 Feb 2007 22:18: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/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 22:18:57 -0000 brueffer 2007-02-09 22:18:56 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Nuke pcnfsd(8) reference. PR: 108980 Submitted by: Yonatan Revision Changes Path 1.316 +0 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Feb 9 22:19:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EC7916A5A6; Fri, 9 Feb 2007 22:19:20 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (grnl-static-02-0046.dsl.iowatelecom.net [69.66.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id 0E59D13C4A7; Fri, 9 Feb 2007 22:19:14 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.13.8/8.13.8) with ESMTP id l19MJDxS012439; Fri, 9 Feb 2007 16:19:13 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.13.8/8.13.8/Submit) id l19MJDFS012438; Fri, 9 Feb 2007 16:19:13 -0600 (CST) (envelope-from brooks) Date: Fri, 9 Feb 2007 16:19:13 -0600 From: Brooks Davis To: John-Mark Gurney Message-ID: <20070209221913.GA11826@lor.one-eyed-alien.net> References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> <20070209211517.GI1620@funkthat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <20070209211517.GI1620@funkthat.com> User-Agent: Mutt/1.5.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Fri, 09 Feb 2007 16:19:14 -0600 (CST) Cc: cvs-src@FreeBSD.org, Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 22:19:20 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 09, 2007 at 01:15:17PM -0800, John-Mark Gurney wrote: > Brooks Davis wrote this message on Fri, Feb 09, 2007 at 19:03 +0000: > > brooks 2007-02-09 19:03:18 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/amd64/conf GENERIC=20 > > sys/i386/conf GENERIC=20 > > sys/ia64/conf GENERIC=20 > > sys/pc98/conf GENERIC=20 > > sys/powerpc/conf GENERIC=20 > > sys/sparc64/conf GENERIC=20 > > sys/sun4v/conf GENERIC=20 > > Log: > > Include GEOM_LABEL in GENERIC. It's very useful and not well publici= zed > > enough. > > =20 > > Approved by: pjd >=20 > Can anyone think of a good place to put a warning about using labels > along w/ gmirror? I've had a case recently where I was loading g_label, > but forgot to load g_mirror... Since I was using ufs labels, my fs > mounted perfectly fine, but was mounting only one part of the g_mirror.. > I finally found this out when g_label decided to randomly use the other > disk one boot... >=20 > Maybe g_label should not expose duplicate labels? That or duplicate lables should be uniquified some how. -- Brooks --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFzPNhXY6L6fI4GtQRAhi9AJ9l/oBfELYlVhrR3bhpmKsutoDdxwCeO5rg bBQ0m7Xxu+Cq8Yhu3u6bbBs= =bXi4 -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-cvs-src@FreeBSD.ORG Fri Feb 9 23:59:03 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22CBC16A409 for ; Fri, 9 Feb 2007 23:59:03 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 936CD13C48E for ; Fri, 9 Feb 2007 23:59:02 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1260146nfc for ; Fri, 09 Feb 2007 15:59:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=s2XiLNg5A2vAncqOU0Md9gCqXNWnjo38XwCe6FIvJyCTodmrMsnsc4VjyCeIWSE5zVS2qXYakRn9IZ2Dzuzstr/ExGatZix0stsA5aarmw38DzMSavPf3XMYc1s6xPsAvhWUUP9ftYJhOJl+k1iCBEGqKiDegooBUWMtPG8jbRQ= Received: by 10.82.155.10 with SMTP id c10mr5217615bue.1171065540566; Fri, 09 Feb 2007 15:59:00 -0800 (PST) Received: by 10.49.63.7 with HTTP; Fri, 9 Feb 2007 15:59:00 -0800 (PST) Message-ID: <346a80220702091559o39c68934n5197f34d01d06231@mail.gmail.com> Date: Fri, 9 Feb 2007 16:59:00 -0700 From: "Coleman Kane" To: "Brooks Davis" In-Reply-To: <20070209221913.GA11826@lor.one-eyed-alien.net> MIME-Version: 1.0 References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> <20070209211517.GI1620@funkthat.com> <20070209221913.GA11826@lor.one-eyed-alien.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, John-Mark Gurney , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 23:59:03 -0000 On 2/9/07, Brooks Davis wrote: > > On Fri, Feb 09, 2007 at 01:15:17PM -0800, John-Mark Gurney wrote: > > Brooks Davis wrote this message on Fri, Feb 09, 2007 at 19:03 +0000: > > > brooks 2007-02-09 19:03:18 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/amd64/conf GENERIC > > > sys/i386/conf GENERIC > > > sys/ia64/conf GENERIC > > > sys/pc98/conf GENERIC > > > sys/powerpc/conf GENERIC > > > sys/sparc64/conf GENERIC > > > sys/sun4v/conf GENERIC > > > Log: > > > Include GEOM_LABEL in GENERIC. It's very useful and not well > publicized > > > enough. > > > > > > Approved by: pjd > > > > Can anyone think of a good place to put a warning about using labels > > along w/ gmirror? I've had a case recently where I was loading g_label, > > but forgot to load g_mirror... Since I was using ufs labels, my fs > > mounted perfectly fine, but was mounting only one part of the g_mirror.. > > I finally found this out when g_label decided to randomly use the other > > disk one boot... > > > > Maybe g_label should not expose duplicate labels? > > That or duplicate lables should be uniquified some how. > > -- Brooks I prefer that last option. Uniquify them somehow, and perhaps spit a warning out to console. "LABEL: ufs/xxxx on device ad4s1b renamed to ufs/xxxx1". Maybe just force it to auto-increment that last number until it finds an available slot. If it can't find an available slot, then spit out an error about ambiguous GEOM labels.... -- Coleman Kane From owner-cvs-src@FreeBSD.ORG Sat Feb 10 02:18:47 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D588016A400; Sat, 10 Feb 2007 02:18:47 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9057C13C481; Sat, 10 Feb 2007 02:18:47 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id l1A2Idha091862; Fri, 9 Feb 2007 18:18:47 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id l1A2Id8b091859; Fri, 9 Feb 2007 18:18:39 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Fri, 9 Feb 2007 18:18:38 -0800 (PST) From: mjacob@freebsd.org To: cokane@cokane.org In-Reply-To: <346a80220702091559o39c68934n5197f34d01d06231@mail.gmail.com> Message-ID: <20070209181154.B91424@ns1.feral.com> References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> <20070209211517.GI1620@funkthat.com> <20070209221913.GA11826@lor.one-eyed-alien.net> <346a80220702091559o39c68934n5197f34d01d06231@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, John-Mark Gurney , Brooks Davis , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 02:18:48 -0000 > > > I prefer that last option. Uniquify them somehow, and perhaps spit a warning > out to console. "LABEL: ufs/xxxx on device ad4s1b renamed to ufs/xxxx1". > Maybe just force it to auto-increment that last number until it finds an > available slot. If it can't find an available slot, then spit out an error > about ambiguous GEOM labels.... This is exactly what I did for the g_multipath stuff. There is *some* notion of UUID in most of the GEOM label types- I did it as a more explicit real UUID, but the crux of the biscuit is what is the real unique id? Ascii names are useful, but they aren't usually veru unique. How many "oracle" labels will people pick? The choice I made is that the UUID is the *real* id. The ascii name is a 'convenience' name. If in a multipath or shared SAN environment, there is an ascii name collision during the taste operation, you can and do still build the geom but have to frob the name. Any kind of frob is okay because any automount using the ascii name is now going to fail. An alternative is to export the UUID as a name, which is probably the right thing to do also. This, btw, has come up for years (since RedHat 9) in Linux. The installer will pick "/boot" and "/" as the LABEL= qualifiers, which is a complete lose in a SAN or even in a multiboot non-shared environment, so I invariably change the LABEL= to UUID= qualifiers in both grub.conf and /etc/fstab. -matt From owner-cvs-src@FreeBSD.ORG Sat Feb 10 03:33:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73C5716A400; Sat, 10 Feb 2007 03:33:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F92913C48D; Sat, 10 Feb 2007 03:33:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1A3X9mm027802; Sat, 10 Feb 2007 03:33:09 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1A3X9KS027801; Sat, 10 Feb 2007 03:33:09 GMT (envelope-from mjacob) Message-Id: <200702100333.l1A3X9KS027801@repoman.freebsd.org> From: Matt Jacob Date: Sat, 10 Feb 2007 03:33: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/isp isp_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 03:33:09 -0000 mjacob 2007-02-10 03:33:09 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Putative untested 2432 (PCI-E) support. Revision Changes Path 1.133 +12 -1 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 04:00:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94A4216A400; Sat, 10 Feb 2007 04:00:58 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7034413C494; Sat, 10 Feb 2007 04:00:58 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1A40wUt031798; Sat, 10 Feb 2007 04:00:58 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1A40wJq031797; Sat, 10 Feb 2007 04:00:58 GMT (envelope-from mjacob) Message-Id: <200702100400.l1A40wJq031797@repoman.freebsd.org> From: Matt Jacob Date: Sat, 10 Feb 2007 04:00:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 04:00:58 -0000 mjacob 2007-02-10 04:00:57 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: add a missing piece for 2432 Revision Changes Path 1.134 +1 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 05:35:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19ED116A401; Sat, 10 Feb 2007 05:35:28 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.freebsd.org (Postfix) with ESMTP id B624913C471; Sat, 10 Feb 2007 05:35:27 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:MyqKF1jINQ39LYdg8eFg+UxSpx4dS2y/doLteMiAW85XUN5+RDAWTCi4v0qmZK98@[IPv6:2001:200:161:1cf0:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.8/8.13.8) with ESMTP/inet6 id l1A5FIvP017114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Feb 2007 14:15:19 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 10 Feb 2007 14:15:10 +0900 Message-ID: From: Hajimu UMEMOTO To: Bruce M Simpson In-Reply-To: <200702091235.l19CZUNq093376@repoman.freebsd.org> References: <200702091235.l19CZUNq093376@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.93 (i386-pc-freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.2-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (ameno.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Sat, 10 Feb 2007 14:15:20 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_ksocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 05:35:28 -0000 Hi, >>>>> On Fri, 9 Feb 2007 12:35:30 +0000 (UTC) >>>>> Bruce M Simpson said: bms> bms 2007-02-09 12:35:30 UTC bms> FreeBSD src repository bms> Modified files: bms> sys/netgraph ng_ksocket.c bms> Log: bms> In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect bms> addressing if a packet is later re-encapsulated and sent to a bms> non-broadcast, non-multicast destination after being received on the bms> ng_ksocket input hook. bms> PR: 106999 bms> Submitted by: Kevin Lahey bms> MFC after: 4 weeks bms> Revision Changes Path bms> 1.60 +3 -0 src/sys/netgraph/ng_ksocket.c It seems fixed the problem that `ping6 -I ng0 ff02::1' didn't work as well. Now, L2TP + PPP (IPV6CP) + DHCPv6 using mpd4 is working fine on my RELENG_6 box with this fix applied. Thank you! Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Sat Feb 10 08:44:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A17BA16A405; Sat, 10 Feb 2007 08:44:41 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78EDF13C471; Sat, 10 Feb 2007 08:44:41 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1A8ifGi091884; Sat, 10 Feb 2007 08:44:41 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1A8ifsr091883; Sat, 10 Feb 2007 08:44:41 GMT (envelope-from brueffer) Message-Id: <200702100844.l1A8ifsr091883@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 10 Feb 2007 08:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/kldload kldload.8 src/sbin/kldstat kldstat.8 src/sbin/kldunload kldunload.8 src/share/man/man4 kld.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, 10 Feb 2007 08:44:41 -0000 brueffer 2007-02-10 08:44:41 UTC FreeBSD src repository Modified files: sbin/kldload kldload.8 sbin/kldstat kldstat.8 sbin/kldunload kldunload.8 share/man/man4 kld.4 Log: Don't reference lkm(4), it doesn't exist. PR: 108980 Submitted by: Yonatan Revision Changes Path 1.26 +1 -1 src/sbin/kldload/kldload.8 1.16 +1 -1 src/sbin/kldstat/kldstat.8 1.19 +1 -1 src/sbin/kldunload/kldunload.8 1.21 +1 -1 src/share/man/man4/kld.4 From owner-cvs-src@FreeBSD.ORG Sat Feb 10 08:59:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EA4316A407; Sat, 10 Feb 2007 08:59:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1708213C471; Sat, 10 Feb 2007 08:59:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1A8xd5W001933; Sat, 10 Feb 2007 08:59:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1A8xd3N001932; Sat, 10 Feb 2007 08:59:39 GMT (envelope-from rwatson) Message-Id: <200702100859.l1A8xd3N001932@repoman.freebsd.org> From: Robert Watson Date: Sat, 10 Feb 2007 08:59: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/security/mac_biba mac_biba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 08:59:40 -0000 rwatson 2007-02-10 08:59:39 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c Log: In mac_biba_check_system_swapoff(), don't extract the object label since it isn't used in the access control decision. This became visible to Coverity with the change to a function call retrieving label values. Coverity CID: 1723 Revision Changes Path 1.100 +1 -2 src/sys/security/mac_biba/mac_biba.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 11:07:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1866C16A403; Sat, 10 Feb 2007 11:07:35 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id C423113C4B7; Sat, 10 Feb 2007 11:07:34 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HFpcN-000PNw-EA; Sat, 10 Feb 2007 10:38:07 +0000 Date: Sat, 10 Feb 2007 10:38:07 +0000 From: Ceri Davies To: Christian Brueffer Message-ID: <20070210103806.GC9455@submonkey.net> References: <200702092218.l19MIvqt047194@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline In-Reply-To: <200702092218.l19MIvqt047194@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 11:07:35 -0000 --neYutvxvOLaeuPCA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 09, 2007 at 10:18:56PM +0000, Christian Brueffer wrote: > brueffer 2007-02-09 22:18:56 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man5 rc.conf.5=20 > Log: > Nuke pcnfsd(8) reference. That smells of something on my todo list too; sysinstall still offers to install pcnfsd, but it isn't on any of the CDs. Open question: can I assume that I can just nuke the pcnfsd stuff from sysinstall? Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFzaCOocfcwTS3JF8RAghzAKCqeZYZXyxvl4PhZLhu5vDS/l6KdQCcCnLs UUhL/RPuiIOol1lOa7kmTZE= =EOt8 -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA-- From owner-cvs-src@FreeBSD.ORG Sat Feb 10 11:36:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A249316A401; Sat, 10 Feb 2007 11:36:00 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.freebsd.org (Postfix) with ESMTP id EC56A13C442; Sat, 10 Feb 2007 11:35:59 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 69218487FC; Sat, 10 Feb 2007 12:35:57 +0100 (CET) Received: from localhost (cvl74.internetdsl.tpnet.pl [83.19.93.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 210DA487F4; Sat, 10 Feb 2007 12:35:49 +0100 (CET) Date: Sat, 10 Feb 2007 12:34:51 +0100 From: Pawel Jakub Dawidek To: John-Mark Gurney Message-ID: <20070210113451.GA15326@garage.freebsd.pl> References: <200702091903.l19J3Ik5099479@repoman.freebsd.org> <20070209211517.GI1620@funkthat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline In-Reply-To: <20070209211517.GI1620@funkthat.com> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: * X-Spam-Status: No, score=1.7 required=3.0 tests=BAYES_00, RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_XBL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 11:36:00 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 09, 2007 at 01:15:17PM -0800, John-Mark Gurney wrote: > Brooks Davis wrote this message on Fri, Feb 09, 2007 at 19:03 +0000: > > brooks 2007-02-09 19:03:18 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/amd64/conf GENERIC=20 > > sys/i386/conf GENERIC=20 > > sys/ia64/conf GENERIC=20 > > sys/pc98/conf GENERIC=20 > > sys/powerpc/conf GENERIC=20 > > sys/sparc64/conf GENERIC=20 > > sys/sun4v/conf GENERIC=20 > > Log: > > Include GEOM_LABEL in GENERIC. It's very useful and not well publici= zed > > enough. > > =20 > > Approved by: pjd >=20 > Can anyone think of a good place to put a warning about using labels > along w/ gmirror? I've had a case recently where I was loading g_label, > but forgot to load g_mirror... Since I was using ufs labels, my fs > mounted perfectly fine, but was mounting only one part of the g_mirror.. > I finally found this out when g_label decided to randomly use the other > disk one boot... >=20 > Maybe g_label should not expose duplicate labels? It only expose one of them - the one which comes first... I'd prefer not to destroy existing provider when duplicated entry appears. Imagine a situation where you have perfectly running system with root mounted from /dev/ufs/root and at some point you insert USB Pendrive with a UFS file system, which also has "root" label. Do you really want the ufs/root provider from under your root file system to be destroyed? Not loading gmirror was configuration mistake. I do want to protect users against such mistakes, but in this situation I think the mistake I described is more common or can be more problematic. If you set kern.geom.label.debug to >=3D 1, glabel will print a warning: Label root(ufs/root) already exists (/dev/ad0s1a). (or something like that). We may consider printing it at the default debug level (0) and see if there are not too many reports from the users with false-positives. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFza3bForvXbEpPzQRAsQ9AKC3Xq4J630JUIXBzsG054Sp7yg4NgCgn/gD dzmIWN6K3NaX9HqB2Bw1VJY= =hgBp -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-cvs-src@FreeBSD.ORG Sat Feb 10 12:01:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EF4516A403; Sat, 10 Feb 2007 12:01:40 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 369CE13C441; Sat, 10 Feb 2007 12:01:40 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AC1eWc034968; Sat, 10 Feb 2007 12:01:40 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AC1eOk034967; Sat, 10 Feb 2007 12:01:40 GMT (envelope-from bms) Message-Id: <200702101201.l1AC1eOk034967@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 10 Feb 2007 12:01:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 icmp.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, 10 Feb 2007 12:01:40 -0000 bms 2007-02-10 12:01:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 icmp.4 Log: MFC rev 1.20: Add lists of ICMP types and codes for user and developer reference. Cross-reference pf.conf(5) which is able to use these definitions. PR: 85243 Submitted by: Daniel Gerzo Obtained from: OpenBSD Revision Changes Path 1.16.2.1 +72 -2 src/share/man/man4/icmp.4 From owner-cvs-src@FreeBSD.ORG Sat Feb 10 12:25:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCDC116A402; Sat, 10 Feb 2007 12:25:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B517413C4A6; Sat, 10 Feb 2007 12:25:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ACPJMl040022; Sat, 10 Feb 2007 12:25:19 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ACPJ5G040021; Sat, 10 Feb 2007 12:25:19 GMT (envelope-from bms) Message-Id: <200702101225.l1ACPJ5G040021@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 10 Feb 2007 12:25:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 icmp6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 12:25:20 -0000 bms 2007-02-10 12:25:19 UTC FreeBSD src repository Modified files: sys/netinet6 icmp6.c Log: In the ICMP6 path to handle FQDN 'who-are-you' queries, check that the packet header mbuf is non-NULL before trying to create a duplicate of it. PR: 95957 Reviewed by: ume MFC after: 3 days Revision Changes Path 1.75 +1 -1 src/sys/netinet6/icmp6.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 12:26:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D5D516A400; Sat, 10 Feb 2007 12:26:15 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by mx1.freebsd.org (Postfix) with ESMTP id D24A813C48D; Sat, 10 Feb 2007 12:26:14 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from circe ([134.130.3.36]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JD800B42VRP4W80@mta-1.ms.rz.RWTH-Aachen.de>; Sat, 10 Feb 2007 12:26:13 +0100 (CET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Sat, 10 Feb 2007 12:26:13 +0100 (MET) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.8/8.13.1/1) with ESMTP id l1ABQClR006501; Sat, 10 Feb 2007 12:26:12 +0100 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1HFqMv-00031q-97; Sat, 10 Feb 2007 12:26:13 +0100 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id C4F063F41E; Sat, 10 Feb 2007 12:26:12 +0100 (CET) Date: Sat, 10 Feb 2007 12:26:12 +0100 From: Christian Brueffer In-reply-to: <20070210103806.GC9455@submonkey.net> To: Ceri Davies Message-id: <20070210112612.GA1867@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary=LQksG6bCIzRHxTLp Content-disposition: inline X-Operating-System: FreeBSD 6.2-STABLE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200702092218.l19MIvqt047194@repoman.freebsd.org> <20070210103806.GC9455@submonkey.net> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 12:26:15 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 10, 2007 at 10:38:07AM +0000, Ceri Davies wrote: > On Fri, Feb 09, 2007 at 10:18:56PM +0000, Christian Brueffer wrote: > > brueffer 2007-02-09 22:18:56 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > share/man/man5 rc.conf.5=20 > > Log: > > Nuke pcnfsd(8) reference. >=20 > That smells of something on my todo list too; sysinstall still offers > to install pcnfsd, but it isn't on any of the CDs. >=20 > Open question: can I assume that I can just nuke the pcnfsd stuff from > sysinstall? >=20 Well, there is ports/net/pcnfsd, but looking at the sysinstall code, I think you can nuke the stuff. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFzavUbHYXjKDtmC0RAuL8AJ0fyVOzXh6yyPv95irFPq/I37Xa/gCgolO4 rcAxvrAeuG+7Fg9cR32gdOU= =y5Ey -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-cvs-src@FreeBSD.ORG Sat Feb 10 12:31:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4D6C16A400; Sat, 10 Feb 2007 12:31:56 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 96DB313C4A3; Sat, 10 Feb 2007 12:31:51 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 933641A9791; Sat, 10 Feb 2007 07:31:49 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Sat, 10 Feb 2007 07:31:49 -0500 X-Sasl-enc: hidu15M4xIAPle2xmwELSkwA4fq6fHYRNox75b7TrB1F 1171110709 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id EA4091C3F7; Sat, 10 Feb 2007 07:31:48 -0500 (EST) Message-ID: <45CDBB34.6010209@FreeBSD.org> Date: Sat, 10 Feb 2007 12:31:48 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Bruce M Simpson References: <200702101225.l1ACPJ5G040021@repoman.freebsd.org> In-Reply-To: <200702101225.l1ACPJ5G040021@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 icmp6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 12:31:56 -0000 Bruce M Simpson wrote: > bms 2007-02-10 12:25:19 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 icmp6.c > Log: > In the ICMP6 path to handle FQDN 'who-are-you' queries, check that the > packet header mbuf is non-NULL before trying to create a duplicate of it. > > PR: 95957 > Reviewed by: ume > MFC after: 3 days > Submitted by: James Juran From owner-cvs-src@FreeBSD.ORG Sat Feb 10 12:53:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1451616A400; Sat, 10 Feb 2007 12:53:13 +0000 (UTC) (envelope-from danger@rulez.sk) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.freebsd.org (Postfix) with ESMTP id C375413C47E; Sat, 10 Feb 2007 12:53:12 +0000 (UTC) (envelope-from danger@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 007F010E880; Sat, 10 Feb 2007 13:34:12 +0100 (CET) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j75tdc-shTbk; Sat, 10 Feb 2007 13:34:11 +0100 (CET) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 86A2810E883; Sat, 10 Feb 2007 13:34:05 +0100 (CET) From: Daniel Gerzo X-Priority: 3 (Normal) Message-ID: <217349221.20070311133424@rulez.sk> To: Bruce M Simpson In-Reply-To: <200702101201.l1AC1eOk034967@repoman.freebsd.org> References: <200702101201.l1AC1eOk034967@repoman.freebsd.org> 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/share/man/man4 icmp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 10 Feb 2007 12:53:13 -0000 X-Original-Date: Sun, 11 Mar 2007 13:34:24 +0100 X-List-Received-Date: Sat, 10 Feb 2007 12:53:13 -0000 Hello Bruce, Saturday, February 10, 2007, 1:01:39 PM, you wrote: > bms 2007-02-10 12:01:39 UTC > FreeBSD src repository > Modified files: (Branch: RELENG_6) > share/man/man4 icmp.4 > Log: > MFC rev 1.20: > Add lists of ICMP types and codes for user and developer reference. > Cross-reference pf.conf(5) which is able to use these definitions. > > PR: 85243 > Submitted by: Daniel Gerzo you could use danger :-) Anyway, thanks for handling this one, I have completely forgotten about it. > Obtained from: OpenBSD > > Revision Changes Path > 1.16.2.1 +72 -2 src/share/man/man4/icmp.4 -- Best regards, Daniel mailto:danger@rulez.sk From owner-cvs-src@FreeBSD.ORG Sat Feb 10 13:13:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E42316A403; Sat, 10 Feb 2007 13:13:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 469FF13C441; Sat, 10 Feb 2007 13:13:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ADDXUJ056869; Sat, 10 Feb 2007 13:13:33 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ADDX8m056868; Sat, 10 Feb 2007 13:13:33 GMT (envelope-from yar) Message-Id: <200702101313.l1ADDX8m056868@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 10 Feb 2007 13:13: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/etc/rc.d hostname X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 13:13:33 -0000 yar 2007-02-10 13:13:33 UTC FreeBSD src repository Modified files: etc/rc.d hostname Log: Handle the case when the admin forgot to set $hostname, which can happen in new installations: advise to set the variable and refer to rc.conf(5). Revision Changes Path 1.9 +10 -1 src/etc/rc.d/hostname From owner-cvs-src@FreeBSD.ORG Sat Feb 10 13:49:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5CAC16A402; Sat, 10 Feb 2007 13:49:39 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ADBF913C441; Sat, 10 Feb 2007 13:49:39 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ADnd1R064419; Sat, 10 Feb 2007 13:49:39 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ADnddY064418; Sat, 10 Feb 2007 13:49:39 GMT (envelope-from simon) Message-Id: <200702101349.l1ADnddY064418@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 10 Feb 2007 13:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/gzip Makefile zgrep zgrep.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 13:49:39 -0000 simon 2007-02-10 13:49:39 UTC FreeBSD src repository Modified files: usr.bin/gzip Makefile Removed files: usr.bin/gzip zgrep zgrep.1 Log: Do not install zgrep, or links to zgrep, since zgrep is provided by src/gnu/usr.bin/grep. Reviewed by: delphij Revision Changes Path 1.2 +4 -8 src/usr.bin/gzip/Makefile 1.2 +0 -122 src/usr.bin/gzip/zgrep (dead) 1.2 +0 -98 src/usr.bin/gzip/zgrep.1 (dead) From owner-cvs-src@FreeBSD.ORG Sat Feb 10 13:59:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D088216A401; Sat, 10 Feb 2007 13:59:14 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 80EE813C478; Sat, 10 Feb 2007 13:59:14 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ADxEeP066119; Sat, 10 Feb 2007 13:59:14 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ADxEEY066118; Sat, 10 Feb 2007 13:59:14 GMT (envelope-from bms) Message-Id: <200702101359.l1ADxEEY066118@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 10 Feb 2007 13:59: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 UPDATING src/sys/conf NOTES options src/sys/netinet in_proto.c ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 13:59:14 -0000 bms 2007-02-10 13:59:14 UTC FreeBSD src repository Modified files: . UPDATING sys/conf NOTES options sys/netinet in_proto.c ip_mroute.c Log: Build PIM by default as part of the IPv4 multicast forwarding path. Make PIM dynamically loadable by using encap_attach_func(). PIM may now be loaded into a GENERIC kernel. Tested with: ports/net/pimdd && tcpreplay && wireshark Reviewed by: Pavlin Radoslavov Revision Changes Path 1.472 +7 -0 src/UPDATING 1.1410 +1 -5 src/sys/conf/NOTES 1.576 +0 -1 src/sys/conf/options 1.83 +1 -9 src/sys/netinet/in_proto.c 1.127 +53 -30 src/sys/netinet/ip_mroute.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 14:18:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9150E16A402; Sat, 10 Feb 2007 14:18:52 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 34C2613C461; Sat, 10 Feb 2007 14:18:52 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id C68A9EB24D3; Sat, 10 Feb 2007 22:18:49 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id RcQM88Pq7t-G; Sat, 10 Feb 2007 22:18:42 +0800 (CST) Received: from [192.168.1.32] (unknown [61.49.109.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 2ACA7EB24EE; Sat, 10 Feb 2007 22:18:42 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=T5xMLqRm+AUUaUuW4u7G/jLhP/QJQ8QDEbIDl46Yra07twRZ2JnpPD6Zk0XT8OnUa CT9JDlvYArSUJLtup9aKg== Message-ID: <45CDD43A.1020501@delphij.net> Date: Sat, 10 Feb 2007 22:18:34 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200702101349.l1ADnddY064418@repoman.freebsd.org> In-Reply-To: <200702101349.l1ADnddY064418@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig2CEACF7B9307D08F30D0B639" Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/gzip Makefile zgrep zgrep.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 14:18:52 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2CEACF7B9307D08F30D0B639 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Simon L. Nielsen wrote: > simon 2007-02-10 13:49:39 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/gzip Makefile=20 > Removed files: > usr.bin/gzip zgrep zgrep.1=20 > Log: > Do not install zgrep, or links to zgrep, since zgrep is provided by > src/gnu/usr.bin/grep. Thanks! Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig2CEACF7B9307D08F30D0B639 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFzdQ6OfuToMruuMARA8CAAKCLSKkC2Kb1Y41yHsyG/ON7w5HQNwCfTHau t0Wg3cotmjN0Ozrq/F5UF04= =Y160 -----END PGP SIGNATURE----- --------------enig2CEACF7B9307D08F30D0B639-- From owner-cvs-src@FreeBSD.ORG Sat Feb 10 14:48:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4054616A400; Sat, 10 Feb 2007 14:48:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 315D313C474; Sat, 10 Feb 2007 14:48:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AEmhhB076046; Sat, 10 Feb 2007 14:48:44 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AEmhdp076045; Sat, 10 Feb 2007 14:48:43 GMT (envelope-from bms) Message-Id: <200702101448.l1AEmhdp076045@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 10 Feb 2007 14:48:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 14:48:44 -0000 bms 2007-02-10 14:48:43 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: If the rendezvous point for a group is not specified, do not send IGMPMSG_WHOLEPKT notifications to the userland PIM routing daemon, as an optimization to mitigate the effects of high multicast forwarding load. This is an experimental change, therefore it must be explicitly enabled by setting the sysctl/tunable net.inet.pim.squelch_wholepkt to a non-zero value. The tunable may be set from the loader or from within the kernel environment when loading ip_mroute.ko as a module. Submitted by: edrt See also: http://mailman.icsi.berkeley.edu/pipermail/xorp-users/2005-June/000639.html Revision Changes Path 1.128 +15 -0 src/sys/netinet/ip_mroute.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 15:17:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ECE816A400; Sat, 10 Feb 2007 15:17:35 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 079E513C4AC; Sat, 10 Feb 2007 15:17:35 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AFHYUh081960; Sat, 10 Feb 2007 15:17:34 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AFHYcS081959; Sat, 10 Feb 2007 15:17:34 GMT (envelope-from mlaier) Message-Id: <200702101517.l1AFHYcS081959@repoman.freebsd.org> From: Max Laier Date: Sat, 10 Feb 2007 15:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 altq.4 src/sys/dev/usb if_aue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 15:17:35 -0000 mlaier 2007-02-10 15:17:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 altq.4 sys/dev/usb if_aue.c Log: MFC: Add ALTQ support for aue(4). Tested by: Greg Hennessy, Volker Revision Changes Path 1.13.2.8 +1 -0 src/share/man/man4/altq.4 1.90.2.7 +7 -5 src/sys/dev/usb/if_aue.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 15:43:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7778916A402; Sat, 10 Feb 2007 15:43:58 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5082B13C481; Sat, 10 Feb 2007 15:43:58 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AFhwdn086524; Sat, 10 Feb 2007 15:43:58 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AFhw1V086523; Sat, 10 Feb 2007 15:43:58 GMT (envelope-from mlaier) Message-Id: <200702101543.l1AFhw1V086523@repoman.freebsd.org> From: Max Laier Date: Sat, 10 Feb 2007 15:43: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/arm/at91 if_ate.c src/sys/arm/xscale/ixp425 if_npe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 15:43:58 -0000 mlaier 2007-02-10 15:43:58 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c sys/arm/xscale/ixp425 if_npe.c Log: Fix small altq related copy and paste error. Revision Changes Path 1.18 +1 -1 src/sys/arm/at91/if_ate.c 1.5 +1 -1 src/sys/arm/xscale/ixp425/if_npe.c From owner-cvs-src@FreeBSD.ORG Sat Feb 10 17:04:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A586C16A402; Sat, 10 Feb 2007 17:04:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 785CC13C4B6; Sat, 10 Feb 2007 17:04:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id C16671AA2D0; Sat, 10 Feb 2007 12:04:11 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Sat, 10 Feb 2007 12:04:11 -0500 X-Sasl-enc: 4suO1IoYnwI8IcQ6FmyKO3emHI3MPzDCqoWS5m8PyTK0 1171127051 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 17C9D17991; Sat, 10 Feb 2007 12:04:10 -0500 (EST) Message-ID: <45CDFB0B.6040702@FreeBSD.org> Date: Sat, 10 Feb 2007 17:04:11 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Hajimu UMEMOTO References: <200702091235.l19CZUNq093376@repoman.freebsd.org> 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/netgraph ng_ksocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 17:04:13 -0000 Hajimu UMEMOTO wrote: > > It seems fixed the problem that `ping6 -I ng0 ff02::1' didn't work as > well. Now, L2TP + PPP (IPV6CP) + DHCPv6 using mpd4 is working fine on > my RELENG_6 box with this fix applied. Thank you! > Thanks for testing this patch. It would be good to have more feedback before MFCing it as Glebius and Archie were concerned it may not be the *right* fix. Regards, BMS From owner-cvs-src@FreeBSD.ORG Sat Feb 10 17:59:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2562E16A40A; Sat, 10 Feb 2007 17:59:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EDF8C13C4B8; Sat, 10 Feb 2007 17:59:46 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AHxkhn017857; Sat, 10 Feb 2007 17:59:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AHxkGR017856; Sat, 10 Feb 2007 17:59:46 GMT (envelope-from pjd) Message-Id: <200702101759.l1AHxkGR017856@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 10 Feb 2007 17:59:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/journal 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, 10 Feb 2007 17:59:47 -0000 pjd 2007-02-10 17:59:46 UTC FreeBSD src repository Modified files: sbin/geom/class/journal Makefile Log: Forgot to hook up gjournal manual page to the build. Reminded by: simon, piso Revision Changes Path 1.2 +0 -1 src/sbin/geom/class/journal/Makefile From owner-cvs-src@FreeBSD.ORG Sat Feb 10 19:55:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9C4216A400; Sat, 10 Feb 2007 19:55:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B462413C471; Sat, 10 Feb 2007 19:55:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AJtJuJ039239; Sat, 10 Feb 2007 19:55:19 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AJtJml039238; Sat, 10 Feb 2007 19:55:19 GMT (envelope-from bmah) Message-Id: <200702101955.l1AJtJml039238@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 10 Feb 2007 19:55:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes 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, 10 Feb 2007 19:55:20 -0000 bmah 2007-02-10 19:55:19 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: SA-07:02.bind (+MFC), auto-sizing TCP socket buffers, gzip from NetBSD. Updated release notes: BIND 9.3.4 (+MFC), GNU Readline 5.1, ncurses 5.6-20061217. Revision Changes Path 1.998 +21 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Feb 10 20:05:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADD6B16A402; Sat, 10 Feb 2007 20:05:45 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8778413C467; Sat, 10 Feb 2007 20:05:45 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AK5jJa041972; Sat, 10 Feb 2007 20:05:45 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AK5jep041971; Sat, 10 Feb 2007 20:05:45 GMT (envelope-from bmah) Message-Id: <200702102005.l1AK5jep041971@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 10 Feb 2007 20:05:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 20:05:45 -0000 bmah 2007-02-10 20:05:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-07:02.bind, BIND 9.3.4. Revision Changes Path 1.883.2.58 +6 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Feb 10 20:52:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3976816A400; Sat, 10 Feb 2007 20:52:30 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id E0EEA13C481; Sat, 10 Feb 2007 20:52:29 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HFzCu-000MoJ-Sp; Sat, 10 Feb 2007 20:52:28 +0000 Date: Sat, 10 Feb 2007 20:52:28 +0000 From: Ceri Davies To: Yar Tikhiy Message-ID: <20070210205228.GE9455@submonkey.net> References: <200702101313.l1ADDX8m056868@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+B+y8wtTXqdUj1xM" Content-Disposition: inline In-Reply-To: <200702101313.l1ADDX8m056868@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d hostname X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Feb 2007 20:52:30 -0000 --+B+y8wtTXqdUj1xM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 10, 2007 at 01:13:33PM +0000, Yar Tikhiy wrote: > yar 2007-02-10 13:13:33 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d hostname=20 > Log: > Handle the case when the admin forgot to set $hostname, > which can happen in new installations: advise to set the > variable and refer to rc.conf(5). Isn't it possible for the hostname to come via DHCP? How does this behave in that case (or rather, I can see how it behaves; is that the right thing)? > | @@ -58,7 +58,16 @@ hostname_start() > | fi > | fi > | =20 > | - /bin/hostname ${hostname} > | + # Have we got a hostname yet? > | + # > | + if [ -z "${hostname}" ]; then > | + warn "\$hostname is not set -- see ${rcvar_manpage}." > | + return > | + fi > | + > | + # All right, it is safe to invoke hostname(1) now. > | + # > | + /bin/hostname "${hostname}" > | echo "Setting hostname: `hostname`." Are the backticks necessary here? Why don't we use ${hostname}? Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --+B+y8wtTXqdUj1xM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFzjCMocfcwTS3JF8RArHYAJ0WBq9aPWPvpBGEMIIofEenpQ9z9QCfT41R lslhTUKQ6tKo+km8xMtiixM= =z+Sr -----END PGP SIGNATURE----- --+B+y8wtTXqdUj1xM-- From owner-cvs-src@FreeBSD.ORG Sat Feb 10 23:15:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF30416A402; Sat, 10 Feb 2007 23:15:28 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB25E13C46B; Sat, 10 Feb 2007 23:15:28 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ANFS4U084650; Sat, 10 Feb 2007 23:15:28 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ANFSDq084649; Sat, 10 Feb 2007 23:15:28 GMT (envelope-from bms) Message-Id: <200702102315.l1ANFSDq084649@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 10 Feb 2007 23:15: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/netinet ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 23:15:29 -0000 bms 2007-02-10 23:15:28 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: Use MAXTTL. Obtained from: NetBSD Revision Changes Path 1.129 +1 -1 src/sys/netinet/ip_mroute.c