Date: Sun, 10 Mar 1996 15:25:19 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux imgact_linux.c linux_misc.c Message-ID: <199603102325.PAA28646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603102325.PAA28646>