index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
/
kern
/
noexec
Age
Commit message (
Expand
)
Author
2023-01-22
Cope with xonly on amd64 by moving the testfly routine to the rodata
Anton Lindqvist
2023-01-08
Due to xonly on arm64 it is no longer possible to read the testfly routine.
Anton Lindqvist
2022-11-27
reformat REGRESS_TARGETS
Anton Lindqvist
2022-11-27
Applying mimmutable(2) to bss, data and text made the sys/kern/noexec tests fail
Anton Lindqvist
2022-10-11
Run noexec tests in a new thread, leveraging the fact that
Anton Lindqvist
2022-10-10
two tests are now expected to fail since the introduction of mimmutable
Anton Lindqvist
2021-12-13
remove a couple hundred sys/param.h includes in userland code, and
Theo de Raadt
2021-06-20
use __riscv instead of __riscv64
Theo de Raadt
2021-05-16
add riscv asm for these two security-feature checking regress tests
Theo de Raadt
2020-12-17
Remove echo headlines.
Alexander Bluhm
2020-07-06
Make this build on powerpc/powerpc64. Only test on powerpc64 for now
Mark Kettenis
2019-05-10
Enable the test on octeon. Ignore the fact that the test cannot work
Visa Hankala
2019-05-10
Let the test build on mips64.
Visa Hankala
2019-01-31
Instead of skipping the text mmap test, do a non fixed mmap in this
Alexander Bluhm
2018-09-12
Make this work on arm64.
Mark Kettenis
2018-05-23
Make the test more verbose and do not hide the invoking commands.
Alexander Bluhm
2018-05-23
Since MAP_STACK was introduced, noexec -S -m failed from time to
Alexander Bluhm
2017-08-16
ENTRY() requires END()
Theo de Raadt
2017-07-18
The function getaddr() compares the stack address of the caller
Alexander Bluhm
2016-09-24
On sparc64 we need "retl" not "ret" to do an immediate return.
Mark Kettenis
2016-09-24
recpect W^X, sparc64 still has a problem: non-exec mmap: execute
Otto Moerbeek
2016-09-01
remove references to sparc (and even a vax ref that escaped notice)
Ted Unangst
2016-08-19
Add support for arm and enable on armv7.
Mark Kettenis
2014-04-18
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-01-10
Do not include MD assembly code in a sys regress test. Untested on alpha,
Joel Sing
2013-07-30
better
Mark Kettenis
2013-07-30
Make this test actually work on sparc64:
Mark Kettenis
2010-06-27
GCC is being intelligent with our asm statements that were used to pad stuff
Artur Grabowski
2007-12-27
-s uses optarg; Elad Efrat
Theo de Raadt
2004-03-04
actually SKIP nxtext-mmap, rather than returning a fake SUCCESS
David Krause
2004-03-01
oops
Theo de Raadt
2004-03-01
looks like powerpc will not do W^X for some time..
Theo de Raadt
2004-02-28
avoid bad functions; tedu ok
Theo de Raadt
2004-02-27
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
Theo de Raadt
2004-02-23
disable buffering on stdout/stderr to avoid freaky sbrk() messages
Michael Shalayeff
2004-02-23
let this run on a few more archs
Theo de Raadt
2003-09-25
make sure to not overflow the label; from Charles Blundell <cb@netbsd.org>
Michael Shalayeff
2003-07-31
various cleanups; david says results are same
Theo de Raadt
2003-07-31
do not do -Werror here
Theo de Raadt
2003-05-05
page-align for fixed mmap to work
Michael Shalayeff
2003-05-03
implement and enable a mmaping pages test (mmap over .data etc,
Michael Shalayeff
2003-04-23
implement mmap tests and enable the .text test (with padding now)
Michael Shalayeff
2003-01-05
spelling
Theo de Raadt
2002-09-03
suffix the tests to see what is happenning indeed
Michael Shalayeff
2002-09-03
those targets are all phony
Michael Shalayeff
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-08-31
a combined non-exec test set.
Michael Shalayeff