From owner-cvs-sys Fri Nov 15 12:27:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA13772 for cvs-sys-outgoing; Fri, 15 Nov 1996 12:27:27 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA13747; Fri, 15 Nov 1996 12:27:16 -0800 (PST) Date: Fri, 15 Nov 1996 12:27:16 -0800 (PST) From: Bruce Evans Message-Id: <199611152027.MAA13747@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa npx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/15 12:27:15 Modified: sys/i386/isa npx.c Log: Disabled i586-optimized copyin and copyout. They usually panic if the user supplies a bad address, because they push a lot of stuff that the fault handler doesn't know about onto the stack. This has been broken for more than half a year despite being tested for almost half a year in -current. Revision Changes Path 1.33 +3 -1 src/sys/i386/isa/npx.c