Subject: Re: CVS commit: src/sys/uvm
To: None <ad@netbsd.org>
From: Simon Burge <simonb@NetBSD.org>
List: source-changes
Date: 06/16/2007 13:38:05
Hi Andy,

Andrew Doran wrote:

> Module Name:	src
> Committed By:	ad
> Date:		Fri Jun 15 18:28:40 UTC 2007
> 
> Modified Files:
> 
> 	src/sys/uvm: uvm.h uvm_pdaemon.c uvm_swap.c
> 
> Log Message:
> 
> Add a sysctl to disable swapout of kernel stacks. Discussed on tech-kern@.

The name of the sysctl looks to be "uvm.swapout" - that implies
something like swapping in general is enabled/disabled.  I think
it'd be better to call the sysctl uvm.kstack_swapout or similar
to avoid confusion.

Cheers,
Simon.