summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/dlsym
AgeCommit message (Expand)Author
2005-11-09fix regress that assumed dlopen(0,...) returned handle to exe.Kurt Miller
2005-09-28make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object groupKurt Miller
2005-09-19Verify which symbol is found when same strong symbol found in multiple files.Dale Rahn
2005-09-19ansi clean so that all gcc versions can compile these; ok drahnTheo de Raadt
2005-09-19makefile cleanup: spacing, readability, tagsKurt Miller
2005-09-19makefile cleanup: spacing, readability, tagsKurt Miller
2005-09-19add test3Kurt Miller
2005-09-19addtional tests involving two dlopened load groupsKurt Miller
2005-09-19add prog5Kurt Miller
2005-09-19confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent getsKurt Miller
2005-09-19add prog4Kurt Miller
2005-09-19checks that dependent libs are not promoted to RTLD_GLOBAL by mistakeKurt Miller
2005-09-19clean up LDADD and make more readable. remove extra .include'sKurt Miller
2005-09-19clean up LDADD and make more readableKurt Miller
2005-09-18unbreak make regress. noticed by theoKurt Miller
2005-09-18move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4Kurt Miller
2005-09-18remove extra includesKurt Miller
2005-09-18link progs with extra rpath for dlopened libs instead of usingKurt Miller
2005-09-17fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects openedKurt Miller
2005-09-16return 1 instead of -1 on error. noticed by theo.Kurt Miller
2005-09-15add test2 subdirKurt Miller
2005-09-15add more complex tests for dlsym. some tests may change after moreKurt Miller
2005-09-15add prog2Kurt Miller
2005-09-15regress checking dlsym works as expected when called from the mainKurt Miller
2005-09-15- close dlopen'ed libs for code correctnessKurt Miller
2005-09-14Add a regress test for dlsym special handles. Checks that duplicate symbolsKurt Miller