From owner-cvs-sys Fri Dec 5 18:25:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06559 for cvs-sys-outgoing; Fri, 5 Dec 1997 18:25:18 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA06520; Fri, 5 Dec 1997 18:24:51 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA28339; Fri, 5 Dec 1997 18:23:39 -0800 (PST) Date: Fri, 5 Dec 1997 18:23:39 -0800 (PST) Message-Id: <199712060223.SAA28339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_extern.h vm_glue.c vm_pageout.c vm_pageout.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/12/05 18:23:39 PST Modified files: sys/vm vm_extern.h vm_glue.c vm_pageout.c vm_pageout.h Log: Support an optional, sysctl enabled feature of idle process swapout. This is apparently useful for large shell systems, or systems with long running idle processes. To enable the feature: sysctl -w vm.swap_idle_enabled=1 Please note that some of the other vm sysctl variables have been renamed to be more accurate. Submitted by: Much of it from Matt Dillon Revision Changes Path 1.35 +2 -2 src/sys/vm/vm_extern.h 1.68 +42 -10 src/sys/vm/vm_glue.c 1.103 +40 -20 src/sys/vm/vm_pageout.c 1.21 +7 -1 src/sys/vm/vm_pageout.h