From owner-cvs-sys Sun Jan 11 21:17:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA27467 for cvs-sys-outgoing; Sun, 11 Jan 1998 21:17:14 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA27416; Sun, 11 Jan 1998 21:16:47 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA06958; Sun, 11 Jan 1998 21:16:06 -0800 (PST) Date: Sun, 11 Jan 1998 21:16:06 -0800 (PST) Message-Id: <199801120516.VAA06958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/01/11 21:16:06 PST Modified files: sys/i386/i386 machdep.c Log: Adjust upwards the size of exec map in order to take into account the additional PAGE_SIZE needed for exec operatino. Revision Changes Path 1.281 +2 -2 src/sys/i386/i386/machdep.c