From owner-cvs-sys Sat Mar 2 14:57:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23981 for cvs-sys-outgoing; Sat, 2 Mar 1996 14:57:55 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23966 Sat, 2 Mar 1996 14:57:46 -0800 (PST) Date: Sat, 2 Mar 1996 14:57:46 -0800 (PST) From: John Dyson Message-Id: <199603022257.OAA23966@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_rlist.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/03/02 14:57:46 Modified: sys/kern subr_rlist.c Log: Fix a problem with the rlist code that it can have virtual pages that don't really exist yet. This can break pstat -s. Jeesh, the rlist code needs to be cleaned up... Revision Changes Path 1.16 +4 -3 src/sys/kern/subr_rlist.c