index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
dlfcn.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement ELF symbol versioning using GNU semantics. This code aims
kan
2005-12-18
1
-0
/
+2
*
Implement dlinfo() function.
kan
2003-02-13
1
-3
/
+34
*
Conditionalize some objects to match the functions that they are used
mike
2002-09-11
1
-2
/
+5
*
Fix some style bugs:
mike
2002-09-10
1
-30
/
+32
*
Since POSIX gives us plenary authority to define _t types, change
wollman
2002-05-29
1
-2
/
+2
*
Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.
wollman
2002-05-29
1
-3
/
+23
*
Breath deep and take __P out of the system include files.
imp
2002-03-23
1
-12
/
+12
*
Allow ldd(1) be used on shared libraries in addition to executables.
sobomax
2002-02-04
1
-0
/
+1
*
Add a definition for RTLD_DEFAULT.
jdp
2000-09-19
1
-4
/
+3
*
Add a #define for RTLD_LOCAL as required by the Single Unix
jdp
2000-01-29
1
-0
/
+1
*
Remove the comment warning that the dllockinit() interface might
jdp
2000-01-09
1
-1
/
+0
*
Work around an assert failure in the dynamic linker's default thread
jdp
1999-12-28
1
-0
/
+1
*
Add a new function dllockinit() for registering thread locking
jdp
1999-12-27
1
-0
/
+7
*
Add definition for RTLD_GLOBAL, which is soon to be supported.
jdp
1999-08-30
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Back out my change from 6 April PDT that added a new dlversion()
jdp
1999-04-22
1
-1
/
+0
*
Add a new function dlversion() which returns the version number of
jdp
1999-04-07
1
-1
/
+2
*
Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.
jdp
1998-02-11
1
-1
/
+1
*
Remove the include of <dlfcn.h> from crt0.c; it is not needed now
jdp
1998-02-11
1
-0
/
+71