K 10 svn:author V 6 jasone K 8 svn:date V 27 1999-12-29T15:44:59.000000Z K 7 svn:log V 386 Don't explicitly mmap() red zones at the bottom of thread stacks (except the initial thread). Instead, just leave an unmapped gap between thread stacks and make sure that the thread stacks won't grow into these gaps, simply by limiting the size of the stacks with the 'len' argument to mmap(). This (if I understand correctly) reduces VM overhead considerably. Reviewed by: deischen END