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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean out the leftovers from the i386_set_gsbase() TLS conversion.
peter
2005-06-29
1
-17
/
+1
*
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
*
Remove 80386 support from the ELF run time linker.
jhb
2004-11-16
1
-144
/
+0
*
The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() when
peter
2004-11-06
1
-0
/
+6
*
Add support for Thread Local Storage.
dfr
2004-08-03
2
-0
/
+130
*
Allow threading libraries to register their own locking
kan
2003-05-29
2
-153
/
+5
*
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