summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/hppa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* On hppa, function pointers may be be pointers to PLT entries. Handle thosekettenis2007-07-071-1/+12
| | | | | | | | by replicating part of $$dyncall in the code that sets up a thread's initial stack frame. Also make sure we actually reserve some space for that initial stack frame. ok miod@
* make it compilemickey2003-01-161-1/+3
|
* md part for hppa should look like this, at the first lookmickey2002-11-012-1/+158
|
* remove unused/unreferenced code.marc2002-10-111-7/+1
| | | | ok fgs@
* required piece to compile the libmickey2002-02-081-1/+5
|
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-40/+1
|
* sync with FreeBSDd1999-11-251-3/+3
|
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-171-1/+3
|
* move spinlock.h into the real worldd1999-01-081-6/+0
|
* MD locking and thread support for hppamickey1998-12-213-0/+65