summaryrefslogtreecommitdiffstats
path: root/lib/libc/dlfcn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct error returns, do not print eror message to stdout (thereotto2020-10-091-8/+15
* Partly revert previous commit, these changes we not supposed to go in.otto2020-10-091-2/+1
* As noted by tb@ previous commit only removed an unused fucntion.otto2020-10-091-1/+2
* allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace.tedu2020-07-161-1/+3
* Add support for timeconting in userland.pirofti2020-07-061-2/+12
* Complete the ld.so boot cleanup: move most libc initialization fromguenther2019-06-022-40/+86
* Redo the calculation of the alignment and placement of static TLS data toguenther2017-12-012-42/+92
* Implement dl_iterate_phdr() for static PIE executables using info extractedguenther2016-09-063-4/+74
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-073-5/+193
* The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther2016-03-211-4/+5
* Add $OpenBSD lineguenther2016-03-201-0/+1
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-202-2/+109
* delete old lint ARGSUSED commentsguenther2015-11-011-8/+1
* ELF_TOOLCHAIN bye bye.miod2013-07-051-3/+1
* dlerror() should not return const char *, as noted by landryderaadt2013-03-241-3/+3
* Correct the declaration of the dladdr() stub so that it has the correctguenther2009-04-221-3/+5
* Remove unused include, ok miod@drahn2005-12-271-2/+1
* ARGSUSED stubsderaadt2005-11-281-1/+8
* Expose dl_iterate_phdr.kettenis2004-10-171-1/+13
* add dladdr() support and add some 'standard' dlsym() support.drahn2004-08-111-1/+9
* protosderaadt2003-07-151-2/+2
* ansification; checked by pvalderaadt2003-06-111-2/+2
* pefo 3/4 licence cleanupsderaadt2003-06-091-7/+1
* remove printf from static dlctl and dlerror stubs. Return -1 ifmarc2003-04-291-4/+2
* no way for this to be 'shared only', duhpvalchev2001-12-261-3/+1
* shared onlypvalchev2001-11-201-1/+3
* Put dl* function definitions in libc on ELF, removing the need for libdl.pvalchev2001-11-202-0/+94