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
/
lib
/
libc
/
dlfcn
Age
Commit message (
Expand
)
Author
2016-09-06
Implement dl_iterate_phdr() for static PIE executables using info extracted
Philip Guenther
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
Philip Guenther
2016-03-21
The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.
Philip Guenther
2016-03-20
Add $OpenBSD line
Philip Guenther
2016-03-20
Rearrange C runtime bits: now that ld.so exports environ and __progname,
Philip Guenther
2015-11-01
delete old lint ARGSUSED comments
Philip Guenther
2013-07-05
ELF_TOOLCHAIN bye bye.
Miod Vallat
2013-03-24
dlerror() should not return const char *, as noted by landry
Theo de Raadt
2009-04-22
Correct the declaration of the dladdr() stub so that it has the correct
Philip Guenthe
2005-12-27
Remove unused include, ok miod@
Dale Rahn
2005-11-28
ARGSUSED stubs
Theo de Raadt
2004-10-17
Expose dl_iterate_phdr.
Mark Kettenis
2004-08-11
add dladdr() support and add some 'standard' dlsym() support.
Dale Rahn
2003-07-15
protos
Theo de Raadt
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-06-09
pefo 3/4 licence cleanups
Theo de Raadt
2003-04-29
remove printf from static dlctl and dlerror stubs. Return -1 if
Marco S Hyman
2001-12-26
no way for this to be 'shared only', duh
Peter Valchev
2001-11-20
shared only
Peter Valchev
2001-11-20
Put dl* function definitions in libc on ELF, removing the need for libdl.
Peter Valchev