summaryrefslogtreecommitdiffstats
path: root/include/dlfcn.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-241-2/+1
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Implement RTLD_NOLOAD flag for dlopen(3).kib2009-07-171-0/+1
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeletekib2009-03-301-0/+1
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-0/+2
* Implement dlinfo() function.kan2003-02-131-3/+34
* Conditionalize some objects to match the functions that they are usedmike2002-09-111-2/+5
* Fix some style bugs:mike2002-09-101-30/+32
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-291-2/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-291-3/+23
* Breath deep and take __P out of the system include files.imp2002-03-231-12/+12
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-0/+1
* Add a definition for RTLD_DEFAULT.jdp2000-09-191-4/+3
* Add a #define for RTLD_LOCAL as required by the Single Unixjdp2000-01-291-0/+1
* Remove the comment warning that the dllockinit() interface mightjdp2000-01-091-1/+0
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-281-0/+1
* Add a new function dllockinit() for registering thread lockingjdp1999-12-271-0/+7
* Add definition for RTLD_GLOBAL, which is soon to be supported.jdp1999-08-301-1/+3
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Back out my change from 6 April PDT that added a new dlversion()jdp1999-04-221-1/+0
* Add a new function dlversion() which returns the version number ofjdp1999-04-071-1/+2
* Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.jdp1998-02-111-1/+1
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowjdp1998-02-111-0/+71
OpenPOWER on IntegriCloud