CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/05/22 09:49:36
Modified files: regress/sys/kern/fork-exit: fork-exit.c Log message: On powerpc64 calling a function needs 64 bytes of stack overhead per recursion. On amd64 it is only 32. Allocate more stack per thread and the stack tests pass everywhere