From owner-cvs-all Sun Jan 31 06:09:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02818 for cvs-all-outgoing; Sun, 31 Jan 1999 06:09:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA02813; Sun, 31 Jan 1999 06:09:25 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA12712; Sun, 31 Jan 1999 06:09:25 -0800 (PST) (envelope-from julian@FreeBSD.org) Date: Sun, 31 Jan 1999 06:09:25 -0800 (PST) Message-Id: <199901311409.GAA12712@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/01/31 06:09:25 PST Modified files: sys/vm vm_map.c Log: Submitted by: Alan Cox Checked by: "Richard Seaman, Jr." Fix the following problem: As the code stands now, growing any stack, and not just the process's main stack, modifies vm->vm_ssize. This is inconsistent with the code earlier in the same procedure. Revision Changes Path 1.145 +4 -3 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message