summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
AgeCommit message (Expand)Author
2025-06-11Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis
2025-03-20Revert Make newly POSIX functions visibleStephen Hurd
2025-03-19Make newly POSIX functions visibleStephen Hurd
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2020-05-15Implement RTLD_DEEPBIND.Konstantin Belousov
2019-01-17Revert r343093 until I can address the issues raised by kib@.Dag-Erling Smørgrav
2019-01-16Implement dlopenat(3).Dag-Erling Smørgrav
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-01-07Implement fdlopen(3), an rtld interface to load shared object by fileKonstantin Belousov
2010-03-24- Remove const'ness from dlerror(3) prototype, for consistency with POSIX.Pietro Cerutti
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2009-07-17Implement RTLD_NOLOAD flag for dlopen(3).Konstantin Belousov
2009-03-30Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov
2005-12-18Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev
2003-02-13Implement dlinfo() function.Alexander Kabaev
2002-09-11Conditionalize some objects to match the functions that they are usedMike Barcroft
2002-09-10Fix some style bugs:Mike Barcroft
2002-05-29Since POSIX gives us plenary authority to define _t types, changeGarrett Wollman
2002-05-29Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.Garrett Wollman
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2002-02-04Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev
2000-09-19Add a definition for RTLD_DEFAULT.John Polstra
2000-01-29Add a #define for RTLD_LOCAL as required by the Single UnixJohn Polstra
2000-01-09Remove the comment warning that the dllockinit() interface mightJohn Polstra
1999-12-28Work around an assert failure in the dynamic linker's default threadJohn Polstra
1999-12-27Add a new function dllockinit() for registering thread lockingJohn Polstra
1999-08-30Add definition for RTLD_GLOBAL, which is soon to be supported.John Polstra
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-04-22Back out my change from 6 April PDT that added a new dlversion()John Polstra
1999-04-07Add a new function dlversion() which returns the version number ofJohn Polstra
1998-02-11Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.John Polstra
1998-02-11Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra