NetBSD/regress/sys
drochner 7e4c34eca1 Add a check whether the stack is executable when needed, and one whether
the stack is non-executable if not explicitely enabled.
The latter one is not enabled in the Makefile yet because it cannot
succeed on platforms where the non-exec stack is not implemented.
Both checks rely on the fact that gcc puts trampoline onto the stack
for nested functions. On platforms where no such trampolines are used,
no meaningful results can be expected.
While not perfect, this is much easier than hand-coding trampolines for
each CPU type.
2003-12-10 13:24:59 +00:00
..
arch Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
compat some makefile de-linting 2002-09-18 05:41:35 +00:00
crypto #include <crypto/rijndael/rijndael-api-fst.h> to make this compile. 2003-08-28 22:31:46 +00:00
fs Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
kern Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
uvm Add a check whether the stack is executable when needed, and one whether 2003-12-10 13:24:59 +00:00
Makefile