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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring rtld exports in line with corresponding symbols exported from
kan
2007-04-09
3
-2
/
+8
*
Remove reference to FBSDprivate version. We do not use it in this
kan
2007-04-07
1
-7
/
+0
*
Catch up on rtld's special status. Since it does not appear on
kan
2007-04-07
1
-0
/
+2
*
Prepare rtld for symbol versioning. Disable it by default for now.
kan
2007-04-03
4
-22
/
+50
*
Implement dl_iterate_phdr function.
kan
2007-04-03
3
-21
/
+80
*
Use u_int for variable manipulated by atomic ops to match atomic
kan
2007-04-03
1
-1
/
+1
*
Document LD_UTRACE.
jhb
2007-01-23
1
-2
/
+7
*
Add various utrace's for use with ktrace to the ELF runtime linker. To
jhb
2007-01-09
1
-0
/
+67
*
Fix TLS on sparc64 for statically and dynamically linked binaries
kmacy
2006-10-08
1
-2
/
+3
*
Clean up white spaces and fix style(9).
jkim
2006-09-19
1
-34
/
+32
*
Fix the buggy rev. 1.117. dagmembers are only initialized for dlopen'ed
kib
2006-09-19
1
-5
/
+63
*
Markup fixes.
ru
2006-09-17
1
-2
/
+4
*
When looking up the symbol by dlsym, look it not only in the object
kib
2006-09-08
1
-13
/
+10
*
Fix the variant I allocation for KSE: Allow a larger TCB and assume
marcel
2006-09-01
1
-51
/
+37
*
o Fix the static TLS relocation. We were subtracting the size of
marcel
2006-09-01
1
-2
/
+2
*
Use NULL for null-pointer argument.
marcel
2006-09-01
1
-1
/
+1
*
Replace magic 16 with TLS_TCB_SIZE.
marcel
2006-08-31
2
-2
/
+4
*
Prevent dead code elimination for the TP assignmient by using inline
marcel
2006-08-30
1
-2
/
+3
*
Remove alpha left-overs.
ru
2006-08-22
5
-959
/
+0
*
In symlook_obj(): fix _rtld_error output.
delphij
2006-08-04
1
-2
/
+2
*
*thwack*! all the world's not i386.
des
2006-03-29
1
-0
/
+2
*
Don't use dbg if it isn't defined (such as when this file is used by
des
2006-03-28
1
-0
/
+2
*
Use C99's varadic macro syntax instead of gcc's.
des
2006-03-28
1
-2
/
+2
*
Er, forgot to clear tls space to zero for Variant II.
davidxu
2006-03-28
1
-1
/
+1
*
Allocate space for thread pointer, this allows thread library to access
davidxu
2006-03-28
4
-4
/
+4
*
- Document LD_32_* environment variables
pav
2006-03-27
1
-2
/
+9
*
Fix a malloc overrun in 32-bit compat libmap lookup code.
peter
2006-01-31
1
-6
/
+4
*
s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/
marcel
2006-01-28
1
-3
/
+3
*
s/R_IA64_/R_IA_64_/
marcel
2006-01-28
1
-6
/
+6
*
s/R_IA64_/R_IA_64_/g as per the ia64 psABI.
marcel
2006-01-17
1
-11
/
+11
*
In preparation for a new malloc implementation:
jasone
2006-01-12
1
-0
/
+16
*
Make lookups for relocations from old unversioned binaries return
kan
2005-12-24
1
-17
/
+32
*
Remove debugging statement that slipped into lone of the previous commits
kan
2005-12-23
1
-1
/
+0
*
Initialize object dagmembers list before checking version dependencies.
kan
2005-12-22
1
-4
/
+2
*
Implement ELF symbol versioning using GNU semantics. This code aims
kan
2005-12-18
9
-133
/
+548
*
Make our ELF64 type definitions match standards. In particular this
marcel
2005-12-18
3
-11
/
+11
*
Explicitly cast ELF_R_TYPE() to the right type.
marcel
2005-12-18
3
-6
/
+6
*
Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search path
jhb
2005-11-11
1
-1
/
+1
*
Clean out the leftovers from the i386_set_gsbase() TLS conversion.
peter
2005-06-29
1
-17
/
+1
*
Removed trailing whitespace.
ru
2005-06-14
1
-2
/
+2
*
MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial)
marius
2005-06-04
1
-1
/
+1
*
Fix the load64 and store64 macros, created to handle 8-byte unaligned
marcel
2005-06-02
1
-6
/
+6
*
Align the stack to a 16 byte boundary before calling _rtld so that we can
dfr
2005-05-19
1
-3
/
+6
*
Fix compilation problem.
davidxu
2005-04-27
1
-1
/
+1
*
Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel
peter
2005-04-26
1
-9
/
+2
*
Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methods
peter
2005-04-14
1
-13
/
+16
*
No need to provide atomic_cmpset_32() anymore.
cognet
2005-04-07
1
-12
/
+0
*
When allocating TLS and DTV, make sure that any unused slots in the DTV
dfr
2005-03-30
1
-8
/
+4
*
If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP,
cperciva
2005-03-24
1
-1
/
+24
*
Add locking code for tls routines.
davidxu
2005-03-20
1
-4
/
+21
[next]