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
/
dlsym
Age
Commit message (
Expand
)
Author
2005-11-09
fix regress that assumed dlopen(0,...) returned handle to exe.
Kurt Miller
2005-09-28
make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object group
Kurt Miller
2005-09-19
Verify which symbol is found when same strong symbol found in multiple files.
Dale Rahn
2005-09-19
ansi clean so that all gcc versions can compile these; ok drahn
Theo de Raadt
2005-09-19
makefile cleanup: spacing, readability, tags
Kurt Miller
2005-09-19
makefile cleanup: spacing, readability, tags
Kurt Miller
2005-09-19
add test3
Kurt Miller
2005-09-19
addtional tests involving two dlopened load groups
Kurt Miller
2005-09-19
add prog5
Kurt Miller
2005-09-19
confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent gets
Kurt Miller
2005-09-19
add prog4
Kurt Miller
2005-09-19
checks that dependent libs are not promoted to RTLD_GLOBAL by mistake
Kurt Miller
2005-09-19
clean up LDADD and make more readable. remove extra .include's
Kurt Miller
2005-09-19
clean up LDADD and make more readable
Kurt Miller
2005-09-18
unbreak make regress. noticed by theo
Kurt Miller
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
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 a regress test for dlsym special handles. Checks that duplicate symbols
Kurt Miller