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
/
ld.so
Age
Commit message (
Expand
)
Author
2005-09-18
move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4
Kurt Miller
2005-09-18
remove extra includes
Kurt Miller
2005-09-18
link progs with extra rpath for dlopened libs instead of using
Kurt Miller
2005-09-17
add regression tests to validate that dlopened objects can pick up their
Dale Rahn
2005-09-17
more like a real regression test, not just printfs.
Dale Rahn
2005-09-17
fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects opened
Kurt Miller
2005-09-16
return 1 instead of -1 on error. noticed by theo.
Kurt Miller
2005-09-15
add test2 subdir
Kurt Miller
2005-09-15
add more complex tests for dlsym. some tests may change after more
Kurt Miller
2005-09-15
add prog2
Kurt Miller
2005-09-15
regress checking dlsym works as expected when called from the main
Kurt Miller
2005-09-15
- close dlopen'ed libs for code correctness
Kurt Miller
2005-09-14
add dlsym subdir
Kurt Miller
2005-09-14
Add a regress test for dlsym special handles. Checks that duplicate symbols
Kurt Miller
2005-09-13
Compile without warnings on external C linkage.
Dale Rahn
2005-09-13
dlopen regress tests.
Dale Rahn
2004-07-20
add commented-out entries for currently disabled regress tests
David Krause
2004-07-14
Back out bogus lib bump in regression tests. Changing the version
Marco S Hyman
2004-07-13
errno changes, lib major version bumps, and general flag day
Marco S Hyman
2003-07-01
Do not try unversioned lib tests on a.out
Niklas Hallqvist
2003-07-01
try to vary physical directory layout of the libdir.
Niklas Hallqvist
2003-07-01
A regression test for checking that dlopen prefers the correct shared library
Niklas Hallqvist
2003-02-18
intial -> initial;
Jason McIntyre
2003-02-01
Test programs for dependant shared library constructors.
Dale Rahn
2002-11-13
put common CFLAGS+= in Makefile.inc
Todd T. Fries
2002-11-13
more testing.
Federico G. Schwindt
2002-11-13
move weak definition to the bottom due to a gas problem on a.out platforms.
Federico G. Schwindt
2002-02-23
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
Artur Grabowski
2002-02-17
No reason to not enable the weak test.
Artur Grabowski
2002-02-14
add -Wall -Werror. this way, if __weak_alias() is missing it won't go
Federico G. Schwindt
2002-02-11
remove unneeded header.
Federico G. Schwindt
2002-02-11
change to errx(3)
Federico G. Schwindt
2002-02-10
simplify.
Federico G. Schwindt
2002-02-10
basic weak reference test.
Federico G. Schwindt
2002-02-05
add a regression for test for "elfbug": the bug in ELF ld.so
Matthieu Herrb