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
/
include
/
dlfcn.h
Age
Commit message (
Expand
)
Author
2024-09-01
dladdr(3) is in POSIX-2024, though the structure type was renamed
Philip Guenther
2022-08-20
Add #define for RTLD_NOLOAD missed in last ld.so commit.
Theo Buehler
2021-06-02
add RTLD_NODELETE support
Sebastien Marie
2017-11-28
Implement a DL_REFERENCE dlctl. To be used by the upcoming
Mark Kettenis
2013-03-24
dlerror() should not return const char *, as noted by landry
Theo de Raadt
2012-10-01
More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,
Philip Guenthe
2007-05-29
based on a diff from Matt Provost: allow printing of ldd information
Jason Wright
2007-05-05
Provide hook so that rthreads can provide a spinlock to protect from races
Dale Rahn
2004-08-11
add dladdr() support and add some 'standard' dlsym() support.
Dale Rahn
2003-09-02
Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL,
Dale Rahn
2003-04-25
Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@
Marco S Hyman
2002-06-02
withough -> without
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-05-31
correct prototype for dlerror.
Artur Grabowski
1999-12-09
dlopen and dlsym take const char * parameters.
Marc Espie
1997-09-21
Well, as we are heading for a release people are encouraged to rebuild their
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt