From owner-cvs-sys Sun Mar 10 15:25:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28665 for cvs-sys-outgoing; Sun, 10 Mar 1996 15:25:28 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28646 Sun, 10 Mar 1996 15:25:19 -0800 (PST) Date: Sun, 10 Mar 1996 15:25:19 -0800 (PST) From: Peter Wemm Message-Id: <199603102325.PAA28646@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux imgact_linux.c linux_misc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/03/10 15:25:19 Modified: sys/i386/linux imgact_linux.c linux_misc.c Log: Fix the vm_map_remove and vm_map_protect calls.. Somewhere along the line, these had got (start, length) arguments instead of (start, end) args. This could be the cause of Robert Sanders lockups with ZMAGIC binaries. Revision Changes Path 1.11 +7 -5 src/sys/i386/linux/imgact_linux.c 1.15 +3 -3 src/sys/i386/linux/linux_misc.c