Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 03/17/1999 20:27:55
Module Name: src
Committed By: chs
Date: Thu Mar 18 04:27:54 UTC 1999
Modified Files:
src/sys/arch/sparc/sparc: trap.c
Log Message:
for emul_sunos processes, don't change vmspace->vm_maxsaddr
for faults within a fudge factor of the end of the stack.
the sunos ld.so maps some zero-fill memory there and uses
it while loading shared libs. ignoring these shenanigans
allows ps to report the correct stack usage for sunos programs.