On Sat, Aug 30, 2003 at 02:25:25PM -0700, Marcel Moolenaar wrote: > Modified files: > sys/vm vm_map.c vm_map.h > Log: > Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow for > growable (stack) entries that not only grow down, but also grow up. > Have vm_map_growstack() take these flags into account when growing > an entry. Cool! BMS