From owner-cvs-sys Tue Jan 21 22:15:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA16550 for cvs-sys-outgoing; Tue, 21 Jan 1997 22:15:31 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA16541; Tue, 21 Jan 1997 22:15:29 -0800 (PST) Date: Tue, 21 Jan 1997 22:15:29 -0800 (PST) From: John Dyson Message-Id: <199701220615.WAA16541@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 support.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/21 22:15:29 Modified: sys/i386/i386 support.s Log: Fix I386 copyout support. The new page-table management code will not lazy-fault page table pages. Update the copyout support to take that into account. This should fix some segfault problems on such machines. After a short test period, we'll move this into 2.2. Submitted by: Stephen McKay Revision Changes Path 1.48 +38 -14 src/sys/i386/i386/support.s