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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
*thwack*! all the world's not i386.
des
2006-03-29
1
-0
/
+2
*
Allocate space for thread pointer, this allows thread library to access
davidxu
2006-03-28
1
-1
/
+1
*
Implement ELF symbol versioning using GNU semantics. This code aims
kan
2005-12-18
1
-1
/
+3
*
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
-202
/
+0
*
Add support for Thread Local Storage.
dfr
2004-08-03
2
-0
/
+145
*
More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1
peter
2004-03-21
1
-8
/
+9
*
Fix dynamic linking a bit more.. enough that mozilla-firebird works if you
peter
2003-12-12
1
-3
/
+3
*
Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.
peter
2003-12-11
1
-0
/
+2
*
Only define CACHE_LINE_SIZE in one place..
peter
2003-12-11
1
-2
/
+0
*
CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should
peter
2003-12-11
1
-1
/
+1
*
Allow threading libraries to register their own locking
kan
2003-05-29
1
-21
/
+5
*
Initial pass at supporting shared libraries on amd64. There are still
peter
2003-05-24
2
-73
/
+101
*
Remove 80386 bandaids from code repocopied from i386. rtld_start.S still
peter
2003-04-30
1
-78
/
+4
*
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
-2
/
+3
*
Remove the nanosleep calls from the spin loops in the locking code.
jdp
2002-07-06
1
-9
/
+2
*
Update the asm statements to use the "+" modifier instead of
jdp
2002-06-24
2
-8
/
+8
*
Correct a bug in the last commit. The whole point of creating a 'done:'
dillon
2002-06-10
1
-3
/
+3
*
In tracking down an installation seg fault with then openoffice port
dillon
2002-06-10
1
-9
/
+21
*
Update rtld for the "new" ia64 ABI. In the old toolchain, the
peter
2001-10-29
1
-0
/
+3
*
Add ia64 support. Various adjustments were made to existing targets to
dfr
2001-10-15
2
-8
/
+17
*
Performance improvements for the ELF dynamic linker. These
jdp
2001-05-05
1
-4
/
+9
*
Fix a bug which could cause programs with user threads packages to
jdp
2000-07-17
1
-2
/
+32
*
Solve the dynamic linker's problems with multithreaded programs once
jdp
2000-07-08
2
-40
/
+225
*
When a threads package registers locking methods with dllockinit(),
jdp
2000-01-29
1
-10
/
+25
*
Block almost all signals in the default locking method instead of
jdp
2000-01-25
1
-8
/
+10
*
Revamp the mechanism for enumerating and calling shared objects'
jdp
2000-01-09
1
-16
/
+5
*
Work around an assert failure in the dynamic linker's default thread
jdp
1999-12-28
1
-4
/
+8
*
Add a new function dllockinit() for registering thread locking
jdp
1999-12-27
2
-9
/
+94
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Fix a serious performance bug for large programs on the Alpha,
jdp
1999-06-25
2
-26
/
+30
*
Eliminate all machine-dependent code from the main source body and
jdp
1999-04-09
4
-1
/
+183
*
Add alpha support.
dfr
1998-09-04
2
-4
/
+245
*
Import the ELF dynamic linker. This is the ElfKit version with
jdp
1998-03-07
1
-0
/
+83