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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
We don't need --export-dynamic for ld-elf.so.1, because it's a
marcel
2007-05-16
1
-1
/
+0
*
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
*
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
*
Explicitly cast ELF_R_TYPE() to the right type.
marcel
2005-12-18
1
-2
/
+2
*
Remove these unused files before any other archs include the same bogus
jhb
2004-11-12
1
-174
/
+0
*
Add support for Thread Local Storage.
dfr
2004-08-03
2
-0
/
+87
*
Don't fail if we encounter a relocation of type "none". Just ignore
marcel
2003-06-07
1
-0
/
+3
*
Allow threading libraries to register their own locking
kan
2003-05-29
3
-88
/
+33
*
Fix for ia64/48024 - ensure function pointer equality across elf
arun
2003-03-19
1
-52
/
+77
*
No need to zero fill memory, mmapped anonymously. Kernel will
kan
2003-03-14
1
-2
/
+0
*
Fix the handling of high PLT entries (> 32764) on sparc64. This requires
tmm
2002-11-18
2
-4
/
+6
*
Fix a nasty memory corruption bug caused by having a bogus pointer
marcel
2002-08-22
1
-0
/
+8
*
Add support for the R_IA64_IPLTLSB relocation in non-PLT context.
marcel
2002-08-20
1
-0
/
+30
*
Remove the nanosleep calls from the spin loops in the locking code.
jdp
2002-07-06
1
-8
/
+1
*
The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).
dillon
2002-06-22
1
-17
/
+43
*
Include machine/ia64_cpu.h because we use ia64_mf().
marcel
2002-05-21
1
-0
/
+1
*
Fix handling of weak references to undefined symbols on ia64:
marcel
2002-04-27
1
-28
/
+20
*
Now that local symbols aren't looked up with the symbol hash table,
marcel
2002-04-27
1
-10
/
+3
*
Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared
peter
2002-04-07
1
-3
/
+16
*
Update rtld for the "new" ia64 ABI. In the old toolchain, the
peter
2001-10-29
2
-0
/
+13
*
Fix a dependency violation (branch after alloc)
peter
2001-10-29
1
-1
/
+1
*
Add ia64 support. Various adjustments were made to existing targets to
dfr
2001-10-15
5
-0
/
+981