From owner-cvs-sys Mon Mar 31 03:11:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA09430 for cvs-sys-outgoing; Mon, 31 Mar 1997 03:11:36 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA09423; Mon, 31 Mar 1997 03:11:32 -0800 (PST) Date: Mon, 31 Mar 1997 03:11:32 -0800 (PST) From: David Greenman Message-Id: <199703311111.DAA09423@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_exec.c src/sys/i386/i386 machdep.c src/sys/pc98/i386 machdep.c src/sys/vm vm_kern.c vm_kern.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/03/31 03:11:31 Modified: sys/i386/i386 machdep.c sys/kern kern_exec.c sys/pc98/i386 machdep.c sys/vm vm_kern.c vm_kern.h Log: Changed the way that the exec image header is read to be filesystem- centric rather than VM-centric to fix a problem with errors not being detectable when the header is read. Killed exech_map as a result of these changes. There appears to be no performance difference with this change. Revision Changes Path 1.234 +1 -3 src/sys/i386/i386/machdep.c 1.53 +38 -29 src/sys/kern/kern_exec.c 1.34 +1 -3 src/sys/pc98/i386/machdep.c 1.34 +1 -2 src/sys/vm/vm_kern.c 1.13 +1 -2 src/sys/vm/vm_kern.h