From owner-cvs-sys Sun Mar 10 14:45:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26031 for cvs-sys-outgoing; Sun, 10 Mar 1996 14:45:20 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA26020 Sun, 10 Mar 1996 14:45:12 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id GAA00554; Mon, 11 Mar 1996 06:45:08 +0800 (WST) Message-Id: <199603102245.GAA00554@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c In-reply-to: Your message of "Sun, 10 Mar 1996 14:37:36 PST." <199603102237.OAA25187@freefall.freebsd.org> Date: Mon, 11 Mar 1996 06:45:08 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >peter 96/03/10 14:37:35 > > Modified: sys/kern imgact_elf.c > Log: > Fix some rounding problems.. In some (fairly rare) situtaions it mapped > one page too many, which caused obreak() to fail in vm_map_find() with > ENOMEM because of the conflicting page. Just as a BTW, I successfully ran Linux Quake and netbots after these tweaks.. Cheers, -Peter