#
a6fec130 |
| 26-Mar-2024 |
miod <miod@openbsd.org> |
add cfi instructions to repair this test on amd64 and arm64. ok kettenis@
|
#
58320ac7 |
| 22-Jan-2023 |
anton <anton@openbsd.org> |
Cope with xonly on amd64 by moving the testfly routine to the rodata section.
|
#
cbaa7298 |
| 08-Jan-2023 |
anton <anton@openbsd.org> |
Due to xonly on arm64 it is no longer possible to read the testfly routine. Put it in the rodata section allowing it to be copied. Note that testfly is never executed directly but only after placing
Due to xonly on arm64 it is no longer possible to read the testfly routine. Put it in the rodata section allowing it to be copied. Note that testfly is never executed directly but only after placing it in a separate chunk of memory allowing its permissions to be mutated.
show more ...
|
#
591591f8 |
| 20-Jun-2021 |
deraadt <deraadt@openbsd.org> |
use __riscv instead of __riscv64
|
#
9206c826 |
| 16-May-2021 |
deraadt <deraadt@openbsd.org> |
add riscv asm for these two security-feature checking regress tests with drahn
|
#
d09e71bb |
| 06-Jul-2020 |
kettenis <kettenis@openbsd.org> |
Make this build on powerpc/powerpc64. Only test on powerpc64 for now since this is expected to fail on most 32-bit PowerPC CPUs given the lack of a proper permission bit.
|
#
42de0d25 |
| 10-May-2019 |
visa <visa@openbsd.org> |
Let the test build on mips64.
OK guenther@
|
#
91ca8b61 |
| 31-Jan-2019 |
bluhm <bluhm@openbsd.org> |
Instead of skipping the text mmap test, do a non fixed mmap in this case. This gives us another test case. Make error messages more verbose. Fix white spaces.
|
#
7de7e642 |
| 12-Sep-2018 |
kettenis <kettenis@openbsd.org> |
Make this work on arm64.
|
#
94957b28 |
| 16-Aug-2017 |
deraadt <deraadt@openbsd.org> |
ENTRY() requires END()
|
#
a37d8646 |
| 24-Sep-2016 |
kettenis <kettenis@openbsd.org> |
On sparc64 we need "retl" not "ret" to do an immediate return.
ok deraadt@, tedu@
|
#
ccdcd71b |
| 19-Aug-2016 |
kettenis <kettenis@openbsd.org> |
Add support for arm and enable on armv7.
|
#
c30cf039 |
| 10-Jan-2014 |
jsing <jsing@openbsd.org> |
Do not include MD assembly code in a sys regress test. Untested on alpha, however it has a much better chance of compiling than it did previously.
|