summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/noexec/testfly.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make this build on powerpc/powerpc64. Only test on powerpc64 for nowkettenis2020-07-061-1/+7
| | | | | since this is expected to fail on most 32-bit PowerPC CPUs given the lack of a proper permission bit.
* Let the test build on mips64.visa2019-05-101-3/+10
| | | | OK guenther@
* Instead of skipping the text mmap test, do a non fixed mmap in thisbluhm2019-01-311-3/+3
| | | | | case. This gives us another test case. Make error messages more verbose. Fix white spaces.
* Make this work on arm64.kettenis2018-09-121-2/+2
|
* ENTRY() requires END()deraadt2017-08-161-1/+4
|
* On sparc64 we need "retl" not "ret" to do an immediate return.kettenis2016-09-241-4/+8
| | | | ok deraadt@, tedu@
* Add support for arm and enable on armv7.kettenis2016-08-191-1/+6
|
* Do not include MD assembly code in a sys regress test. Untested on alpha,jsing2014-01-101-0/+56
however it has a much better chance of compiling than it did previously.