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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Before calling mmap() on a shared library's text and data sections, rtld
alc
2014-04-11
1
-0
/
+3
*
Build an allocator for the aligned memory on top of the rtld-private
kib
2013-12-06
1
-0
/
+2
*
Implement support for the interpose dso flag.
kib
2013-10-07
1
-0
/
+1
*
Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4
kib
2012-07-15
1
-0
/
+10
*
Add GNU hash support for rtld.
kib
2012-04-30
1
-1
/
+13
*
Split the symlook_obj1 into a loop iterating over the ELF object symbol
kib
2012-04-30
1
-0
/
+6
*
Prevent rtld_verify_object_versions() from being called several times
kib
2012-03-27
1
-0
/
+1
*
Remove superfluous extern keywords.
kib
2012-03-23
1
-10
/
+10
*
Use xmalloc() instead of malloc() in the places where malloc() calls
kib
2012-03-22
1
-2
/
+2
*
Fix several problems with our ELF filters implementation.
kib
2012-03-20
1
-3
/
+8
*
Rtld on diet 3.
kib
2012-03-14
1
-0
/
+1
*
Add support for preinit, init and fini arrays. Some ABIs, in
kib
2012-03-11
1
-0
/
+15
*
Add support for GNU RELRO.
kib
2012-01-30
1
-0
/
+3
*
Spelling fixes for libexec/
uqs
2012-01-07
1
-1
/
+1
*
Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to
kib
2011-12-12
1
-0
/
+5
*
Typo.
kib
2011-12-09
1
-1
/
+1
*
Rtld links with the specially built pic static libc library to get some
kib
2011-08-24
1
-0
/
+1
*
Use sigsetjmp/siglongjmp with disabled signal mask access for
kib
2011-02-09
1
-1
/
+1
*
In rtld, read the initial stack access mode from AT_STACKPROT as set
kib
2011-01-08
1
-0
/
+1
*
Implement support for ELF filters in rtld. Both normal and auxillary
kib
2010-12-25
1
-5
/
+40
*
If dlopen() is called for the dso that has been already loaded as a
kib
2010-11-03
1
-0
/
+1
*
Check for undefined weak symbols during PLT binding on powerpc64, and do
nwhitehorn
2010-09-12
1
-0
/
+1
*
Allow to load not-openable dso when tracing. This fixes ldd on such dso or
kib
2009-11-28
1
-2
/
+3
*
Implement rtld part of the support for -z nodlopen (see ld(1)).
kib
2009-11-26
1
-0
/
+5
*
Allow order of initialization of loaded shared objects to be
kan
2009-06-20
1
-2
/
+4
*
Increase the size of the static TLS area slightly (required for the NVidia's
dfr
2009-05-27
1
-1
/
+1
*
Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
kib
2009-03-30
1
-0
/
+2
*
Implement the dynamic string token substitution in the rpath and
kib
2009-03-18
1
-1
/
+2
*
MFp4: Add mips support for dynamic linking.
imp
2008-04-04
1
-0
/
+5
*
Implement dl_iterate_phdr function.
kan
2007-04-03
1
-9
/
+10
*
Implement ELF symbol versioning using GNU semantics. This code aims
kan
2005-12-18
1
-3
/
+34
*
Make our ELF64 type definitions match standards. In particular this
marcel
2005-12-18
1
-2
/
+2
*
Attempt to free any static TLS space used by a shared library when it
dfr
2005-02-27
1
-0
/
+1
*
Add support for Thread Local Storage.
dfr
2004-08-03
1
-0
/
+23
*
Add initial support for compiling a special 32 bit version of
peter
2004-03-21
1
-0
/
+12
*
Prepend /lib to the builtin library search path in rtld.
gordon
2003-08-17
1
-1
/
+1
*
Provide a mechanism for dumping relocation information.
mdodd
2003-06-19
1
-0
/
+5
*
Move MD function prototypes together.
mdodd
2003-06-19
1
-4
/
+8
*
Fix warnings; no parameters in function prototypes.
mdodd
2003-06-19
1
-1
/
+1
*
- Add support for DT_FLAGS.
mdodd
2003-06-18
1
-0
/
+2
*
Allow threading libraries to register their own locking
kan
2003-05-29
1
-1
/
+2
*
Implement dlinfo() function.
kan
2003-02-13
1
-1
/
+1
*
Remove /usr/lib/elf from a default search path.
kan
2003-02-13
1
-1
/
+1
*
Update rtld for the "new" ia64 ABI. In the old toolchain, the
peter
2001-10-29
1
-2
/
+2
*
Add ia64 support. Various adjustments were made to existing targets to
dfr
2001-10-15
1
-2
/
+3
*
Performance improvements for the ELF dynamic linker. These
jdp
2001-05-05
1
-1
/
+10
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+2
*
Add support for dlsym(RTLD_DEFAULT, ...).
jdp
2000-09-19
1
-2
/
+2
*
Revamp the code that calls shared libraries' init and fini functions.
jdp
2000-07-26
1
-8
/
+2
*
Solve the dynamic linker's problems with multithreaded programs once
jdp
2000-07-08
1
-5
/
+18
[next]