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
/
libexec
/
rtld-elf
/
rtld.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out my change from 6 April PDT that added a new dlversion()
jdp
1999-04-22
1
-16
/
+1
*
After relocating the main program, but before calling any of the
jdp
1999-04-21
1
-7
/
+33
*
The ELF specification says that the RPATH in the executable or
jdp
1999-04-09
1
-4
/
+4
*
Eliminate all machine-dependent code from the main source body and
jdp
1999-04-09
1
-69
/
+37
*
Fix a couple of typos in comments.
jdp
1999-04-07
1
-3
/
+3
*
Add a new function dlversion() which returns the version number of
jdp
1999-04-07
1
-1
/
+16
*
Resolve undefined weak references to a value of 0. This solves the
jdp
1999-04-05
1
-1
/
+13
*
If somebody does an execv("foo", NULL) (which theoretically is an error),
peter
1999-04-04
1
-2
/
+2
*
- Commit the correct dladdr() implementation.
nate
1999-03-24
1
-7
/
+14
*
- Added dladdr(3) support.
nate
1999-03-24
1
-1
/
+47
*
Use the runpath of the main program for locating libraries loaded by
dfr
1998-11-27
1
-2
/
+2
*
Fix a bug in dlclose that broke the apache13 port. The list of
jdp
1998-10-13
1
-1
/
+2
*
Make LD_PRELOAD work for ELF.
jdp
1998-09-22
1
-1
/
+38
*
Fix a bug that showed up when debugging dynamically linked programs.
jdp
1998-09-16
1
-3
/
+13
*
Make the pathname pointed to by the Obj_Entry structure for the
jdp
1998-09-15
1
-3
/
+11
*
Implement ldconfig functionality for ELF. The hints are stored in
jdp
1998-09-05
1
-3
/
+50
*
Add alpha support.
dfr
1998-09-04
1
-227
/
+109
*
Suppress duplicate entries in ldd output.
jdp
1998-09-02
1
-11
/
+10
*
Style fixes. If it seems like a lot of lines of changes, it's
jdp
1998-09-02
1
-75
/
+79
*
Handle dlsym(NULL, ...) properly, by searching in the caller's
jdp
1998-09-02
1
-11
/
+26
*
Add support for ldd.
dfr
1998-05-01
1
-5
/
+106
*
Add GDB support. The method and some of the code came from NetBSD's elf
dfr
1998-04-30
1
-19
/
+96
*
Import the ELF dynamic linker. This is the ElfKit version with
jdp
1998-03-07
1
-0
/
+1291