# $NetBSD: Makefile,v 1.7 2007/06/09 11:20:56 kiyohara Exp $ SUBDIR+= ral rum zyd .include ' href='http://git.infra.scholz.ruhr/netbsd/atom/regress/sys/uvm/stack_exec?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
2a5a'>merge ktrace-lwp.
AgeCommit message (Collapse)Author
2017-05-14Remove tests for executable/non-executable stack.kamil
These tests were not portable across compilers and recently NetBSD moved to PaX MPROTECT.
2011-05-20Require GCC for compilationjoerg
2006-10-14Make regress target depend on the test program so as to ensure it getsbjh21
compiled.
2003-12-10Add a check whether the stack is executable when needed, and one whetherdrochner
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.
christos
2005-02-27nuke trailing whitespaceperry
2005-02-12The 'next' argument to rf_CreateDiskQueueData is always NULL. Sinceoster
2005-02-12Add a 'waitflag' argument to rf_CreateDiskQueueData() and use it tooster
2005-02-05CreateDiskQueueData() doesn't need to use void * for raidPtr.oster
2004-03-04Cleanup one more leftover 'row' variable. Cleanup function prototypesoster
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-01-01Nuke a bunch of unused variables:oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-02-09constify somejdolecek