aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC: Remove nanosleep calls which caused problems for OpenOffice.John Polstra2002-07-111-9/+2
* MFC: Update the asm statements to use the "+" modifier instead ofJohn Polstra2002-07-022-8/+8
* MFC 1.10 - replace alloca() with mmap() to avoid unbounded stack usage.Matthew Dillon2002-06-161-8/+20
* MFC: Performance improvements. Includes the following revisions:John Polstra2001-05-111-4/+9
* MFC: Block signals while holding the exclusive lock to avoid lockingJohn Polstra2000-07-181-2/+32
* MFC: Use spinlocks + nanosleep for thread locking to make it workJohn Polstra2000-07-121-1/+22
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-101-0/+253
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-89/+0
* 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