From owner-freebsd-commit Sun Sep 24 12:51:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11318 for freebsd-commit-outgoing; Sun, 24 Sep 1995 12:51:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11304 for cvs-all-outgoing; Sun, 24 Sep 1995 12:51:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11293 for cvs-sys-outgoing; Sun, 24 Sep 1995 12:51:54 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11283 ; Sun, 24 Sep 1995 12:51:51 -0700 Date: Sun, 24 Sep 1995 12:51:51 -0700 From: John Dyson Message-Id: <199509241951.MAA11283@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/09/24 12:51:50 Modified: sys/vm vm_glue.c Log: Perform more checking for proper loading of the UPAGES when a process is swapped in. Also, remove unnecessary map locking/unlocking during selection of processes to be swapped out. This code might afford proper panics as opposed to spontaneous reboots on certain systems. This should allow us to debug these problems better.