Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this build on powerpc/powerpc64. Only test on powerpc64 for now | 2020-07-06 | 1 | -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. | 2019-05-10 | 1 | -3/+10 | |
| | | | | OK guenther@ | ||||
* | Instead of skipping the text mmap test, do a non fixed mmap in this | 2019-01-31 | 1 | -3/+3 | |
| | | | | | case. This gives us another test case. Make error messages more verbose. Fix white spaces. | ||||
* | Make this work on arm64. | 2018-09-12 | 1 | -2/+2 | |
| | |||||
* | ENTRY() requires END() | 2017-08-16 | 1 | -1/+4 | |
| | |||||
* | On sparc64 we need "retl" not "ret" to do an immediate return. | 2016-09-24 | 1 | -4/+8 | |
| | | | | ok deraadt@, tedu@ | ||||
* | Add support for arm and enable on armv7. | 2016-08-19 | 1 | -1/+6 | |
| | |||||
* | Do not include MD assembly code in a sys regress test. Untested on alpha, | 2014-01-10 | 1 | -0/+56 | |
however it has a much better chance of compiling than it did previously. |