summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/i386/lockdflt.c
Commit message (Expand)AuthorAgeFilesLines
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-291-132/+0
* 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-241-4/+4
* 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-081-38/+202
* 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-271-0/+94