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
/
map_object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In rtld's map_object(), use pread(..., 0) rather than read() to read the
rwatson
2009-10-06
1
-1
/
+1
*
Only perform .bss mapping and cleaning operations when segment file size
kib
2009-07-17
1
-21
/
+27
*
Currently, when mapping an object, rtld reserves the whole address space
kib
2009-04-10
1
-7
/
+5
*
Update comment to the reality, rtld supports any number of loadable segments.
kib
2009-04-10
1
-3
/
+2
*
Implement the dynamic string token substitution in the rpath and
kib
2009-03-18
1
-0
/
+2
*
Implement dl_iterate_phdr function.
kan
2007-04-03
1
-12
/
+35
*
Implement ELF symbol versioning using GNU semantics. This code aims
kan
2005-12-18
1
-2
/
+8
*
Attempt to free any static TLS space used by a shared library when it
dfr
2005-02-27
1
-0
/
+3
*
Add support for Thread Local Storage.
dfr
2004-08-03
1
-2
/
+14
*
- Add support for DT_FLAGS.
mdodd
2003-06-18
1
-0
/
+1
*
Simplify map_object() by breaking out the ELF header validation bits
mdodd
2003-05-31
1
-58
/
+67
*
Fix signed/unsigned comparison warnings.
obrien
2003-05-04
1
-3
/
+4
*
Free obj->priv field in obj_free functions. This field is NULL
kan
2003-03-14
1
-0
/
+1
*
Change the way ELF coredumps are handled. Instead of unconditionally
dillon
2002-12-16
1
-6
/
+23
*
Add support for binaries with arbitrary number of PT_LOAD sections.
kan
2002-10-23
1
-37
/
+55
*
Add ia64 support. Various adjustments were made to existing targets to
dfr
2001-10-15
1
-0
/
+1
*
Get the actual pathname of the dynamic linker from the executable's
jdp
1999-08-30
1
-7
/
+11
*
When checking to see if a shared object is already loaded, look for
jdp
1999-08-30
1
-1
/
+6
*
Revamp the symbol lookup algorithm to cope better with objects
jdp
1999-08-30
1
-1
/
+37
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change many asserts into normal errors. They were all for conditions
jdp
1999-07-18
1
-24
/
+38
*
Add alpha support.
dfr
1998-09-04
1
-28
/
+28
*
Import the ELF dynamic linker. This is the ElfKit version with
jdp
1998-03-07
1
-0
/
+250