K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-04T07:54:23.000000Z K 7 svn:log V 391 Add a sysctl to get the vm protections for the stack of the current process. On architectures with a non-executable stack, eg sparc64, this is used by libgcc to determine at runtime if its necessary to enable execute permissions on a region of the stack which will be used to execute code, allowing the call to mprotect to be avoided if the kernel is configured to map the stack executable. END