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
/
libexec
Age
Commit message (
Expand
)
Author
2017-08-07
Silence most clang warnings in ld.so regress.
Alexander Bluhm
2017-08-04
Use C stdio instead of C++ iostream as we cannot use the latter in
Mark Kettenis
2017-08-04
Use ${CC}=${CXX} here as well.
Mark Kettenis
2017-08-04
Use volatile to keep clang from optimizing things too much. Force linking
Mark Kettenis
2017-08-02
Split up source code to keep clang from optimizing this into failure.
Mark Kettenis
2005-09-28
two new regresses for dlclose. double dlopen("foo") with single
Kurt Miller
2017-08-01
A fix is coming in the future, but in the meantime we should never declare
Theo de Raadt
2017-07-10
ld.so and nfs regress were using PROGS variable before it was added
Alexander Bluhm
2017-03-18
Use --disable-new-dtags here as well.
Mark Kettenis
2017-03-18
The prog3 sub-tests tests DT_RPATH behaviour. Add --disable-new-dtags to
Mark Kettenis
2017-02-25
Add missing includes to avoid implicit function declarations.
Jonathan Gray
2008-01-02
regression test for lazy binding.
Matthieu Herrb
2016-09-27
Make sure that the regress target builds the libraries. Stop building a
Mark Kettenis
2016-09-27
Modernize constructor test such that it builds again and enable it.
Mark Kettenis
2016-09-05
Add a regress target so that a recursive "make regress" also builds
Alexander Bluhm
2016-08-27
ALL HAIL ELF!
Philip Guenther
2016-03-20
Add regress for environ and __progname vs load-time .init functions
Philip Guenther
2015-06-15
fix regress fallout due to CFLAGS vs CXXFLAGS
Theo de Raadt
2005-09-13
dlopen regress tests.
Dale Rahn
2015-01-20
Missing $OpenBSD$'s.
Kenneth R Westerback
2014-12-01
run script with ${SHELL}
Theo de Raadt
2014-09-07
Add Henri Kemppainen's copyright
Philip Guenther
2014-09-07
Add dependency tests from Henri Kemppainen (duclare (at) guu.fi)
Philip Guenther
2014-09-07
Add dependency tests from Henri Kemppainen (duclare (at) guu.fi).
Philip Guenther
2014-08-17
Fix regression tests for ld.so
doug
2012-08-16
basic randomdata regression tests
Matthew Dempsky
2014-07-16
zap trailing newlines; "go for it" deraadt
Okan Demirmen
2014-02-16
Update ld.so-cookie test which is currently broken and gets in the
Martynas Venckus
2013-12-22
Seems gcc4 whines about an empty file as well, so just unconditionally do
Mark Kettenis
2013-10-28
include stdlib.h for exit()
Jonathan Gray
2008-01-02
regression test for lazy binding.
Matthieu Herrb
2013-10-18
Fix building regress outside of /usr/src where the objdir
Jonathan Gray
2013-10-15
We do not produce "core" files, so they do not need to be deleted. they
Theo de Raadt
2013-08-06
Remove support for COMPILER_VERSION == gcc2.
Miod Vallat
2013-07-05
ELF_TOOLCHAIN bye bye.
Miod Vallat
2013-04-05
- Hookup regress for rpath substitution support
Kurt Miller
2013-04-02
Let this work on gcc < 4, which don't accept /dev/null as a valid input file.
Miod Vallat
2013-03-31
Do not depend on the value of PATH to run.
Miod Vallat
2013-03-30
- Add regress for forthcomming rpath ORIGIN substitution support.
Kurt Miller
2013-01-23
give this a chance to work after make obj
Miod Vallat
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-08-22
Link ld.so-cookie back into the regress build now that ld.so's __guard
Matthew Dempsky
2012-08-21
Link randomdata tests into the regress build now that I've committed support for
Matthew Dempsky
2012-08-17
Double check that we're not testing libc's __guard. Changing ld.so's
Matthew Dempsky
2012-08-16
Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we get
Matthew Dempsky
2012-08-16
turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-static
Matthew Dempsky
2012-08-16
Add regression test to check that PIEs work too.
Matthew Dempsky
2012-08-16
Add a test case to verify ld.so's randomdata section is initialized
Matthew Dempsky
2012-08-16
basic randomdata regression tests
Matthew Dempsky
2012-06-15
Add a regress test for ld.so's DF_1_NOOPEN support.
Matthew Dempsky
[next]