summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/i386
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-214-4/+4
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* Remove reference to FBSDprivate version. We do not use it in thisAlexander Kabaev2007-04-071-7/+0
* Prepare rtld for symbol versioning. Disable it by default for now.Alexander Kabaev2007-04-031-0/+12
* Don't use dbg if it isn't defined (such as when this file is used byDag-Erling Smørgrav2006-03-281-0/+2
* Allocate space for thread pointer, this allows thread library to accessDavid Xu2006-03-281-1/+1
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-1/+3
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-291-17/+1
* Align the stack to a 16 byte boundary before calling _rtld so that we canDoug Rabson2005-05-191-3/+6
* Fix compilation problem.David Xu2005-04-271-1/+1
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelPeter Wemm2005-04-261-9/+2
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodsPeter Wemm2005-04-141-13/+16
* Remove 80386 support from the ELF run time linker.John Baldwin2004-11-161-144/+0
* The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() whenPeter Wemm2004-11-061-0/+6
* Add support for Thread Local Storage.Doug Rabson2004-08-032-0/+130
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-292-153/+5
* No need to zero fill memory, mmapped anonymously. Kernel willAlexander Kabaev2003-03-141-2/+0
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-182-2/+3
* Remove the nanosleep calls from the spin loops in the locking code.John Polstra2002-07-061-9/+2
* Update the asm statements to use the "+" modifier instead ofJohn Polstra2002-06-242-8/+8
* Correct a bug in the last commit. The whole point of creating a 'done:'Matthew Dillon2002-06-101-3/+3
* In tracking down an installation seg fault with then openoffice portMatthew Dillon2002-06-101-8/+20
* Update rtld for the "new" ia64 ABI. In the old toolchain, thePeter Wemm2001-10-291-0/+3
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-152-8/+17
* Performance improvements for the ELF dynamic linker. TheseJohn Polstra2001-05-051-4/+9
* Fix a bug which could cause programs with user threads packages toJohn Polstra2000-07-171-2/+32
* Solve the dynamic linker's problems with multithreaded programs onceJohn Polstra2000-07-082-39/+224
* When a threads package registers locking methods with dllockinit(),John Polstra2000-01-291-10/+25
* Block almost all signals in the default locking method instead ofJohn Polstra2000-01-251-8/+10
* Revamp the mechanism for enumerating and calling shared objects'John Polstra2000-01-091-16/+5
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-281-4/+8
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-272-9/+94
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Fix a serious performance bug for large programs on the Alpha,John Polstra1999-06-252-26/+30
* Eliminate all machine-dependent code from the main source body andJohn Polstra1999-04-094-1/+183
* Add alpha support.Doug Rabson1998-09-042-4/+245
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-071-0/+83