From owner-cvs-all@FreeBSD.ORG Sat Mar 5 00:43:30 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC1216A4CE; Sat, 5 Mar 2005 00:43:30 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017FD43D3F; Sat, 5 Mar 2005 00:43:30 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id BF8117A425; Fri, 4 Mar 2005 16:43:29 -0800 (PST) Message-ID: <422900B1.7040508@elischer.org> Date: Fri, 04 Mar 2005 16:43:29 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en, hu MIME-Version: 1.0 To: David Schultz References: <200503021343.j22DhpQ3075008@repoman.freebsd.org> <200503020915.28512.jhb@FreeBSD.org> <4226446B.7020406@freebsd.org> <61ac46c154aa515a692308440dd1141d@FreeBSD.org> <422710DD.1070203@freebsd.org> <422719E0.10703@samsco.org> <42279B6D.1000005@freebsd.org> <20050304182629.GA39457@VARK.MIT.EDU> <4228AB27.3020204@samsco.org> <4228B504.7000302@elischer.org> <20050304212329.GA40395@VARK.MIT.EDU> In-Reply-To: <20050304212329.GA40395@VARK.MIT.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Scott Long cc: src-committers@FreeBSD.ORG cc: John Baldwin cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: David Xu Subject: Re: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 00:43:30 -0000 David Schultz wrote: >On Fri, Mar 04, 2005, Julian Elischer wrote: > > >>for a start I'd like to add a sysctl to turn off swapping out kernel >>stacks.. >>then if someone had a reproducible or atleast 'common" problem, >>we could suggest turning it off to see >>if it fixes the problem.. that would be a big smoking gun.. >> >> > >You mean like vm.swap_enabled? ;-) > > well. that controls more than the swapping of the stacks.