summaryrefslogtreecommitdiffstats
path: root/lib/libc/dlfcn
AgeCommit message (Expand)AuthorFilesLines
2020-10-09Correct error returns, do not print eror message to stdout (thereotto1-8/+15
2020-10-09Partly revert previous commit, these changes we not supposed to go in.otto1-2/+1
2020-10-09As noted by tb@ previous commit only removed an unused fucntion.otto1-1/+2
2020-07-16allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace.tedu1-1/+3
2020-07-06Add support for timeconting in userland.pirofti1-2/+12
2019-06-02Complete the ld.so boot cleanup: move most libc initialization fromguenther2-40/+86
2017-12-01Redo the calculation of the alignment and placement of static TLS data toguenther2-42/+92
2016-09-06Implement dl_iterate_phdr() for static PIE executables using info extractedguenther3-4/+74
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther3-5/+193
2016-03-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther1-4/+5
2016-03-20Add $OpenBSD lineguenther1-0/+1
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2-2/+109
2015-11-01delete old lint ARGSUSED commentsguenther1-8/+1
2013-07-05ELF_TOOLCHAIN bye bye.miod1-3/+1
2013-03-24dlerror() should not return const char *, as noted by landryderaadt1-3/+3
2009-04-22Correct the declaration of the dladdr() stub so that it has the correctguenther1-3/+5
2005-12-27Remove unused include, ok miod@drahn1-2/+1
2005-11-28ARGSUSED stubsderaadt1-1/+8
2004-10-17Expose dl_iterate_phdr.kettenis1-1/+13
2004-08-11add dladdr() support and add some 'standard' dlsym() support.drahn1-1/+9
2003-07-15protosderaadt1-2/+2
2003-06-11ansification; checked by pvalderaadt1-2/+2
2003-06-09pefo 3/4 licence cleanupsderaadt1-7/+1
2003-04-29remove printf from static dlctl and dlerror stubs. Return -1 ifmarc1-4/+2
2001-12-26no way for this to be 'shared only', duhpvalchev1-3/+1
2001-11-20shared onlypvalchev1-1/+3
2001-11-20Put dl* function definitions in libc on ELF, removing the need for libdl.pvalchev2-0/+94