summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/sparc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-200/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* the license on this is PD; david leonard says soderaadt2008-10-021-1/+3
|
* remove sparcv9 code.brad2004-02-021-8/+2
| | | | ok marc@
* - save and restore %fsr, too.jason2003-02-141-1/+15
| | | | - better function descriptions
* priviledged -> privileged from David Krause via Henning Brauermarc2003-02-101-2/+2
|
* typoderaadt2003-01-311-2/+2
|
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-4/+6
| | | | | Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
* save fpu context (needs optimization)jason2003-01-263-5/+59
|
* remove unused/unreferenced code.marc2002-10-111-8/+1
| | | | ok fgs@
* sigh, do it right.fgsch2001-12-181-2/+2
|
* Fix func decl. in comment.fgsch2001-12-181-2/+5
|
* Software invoked traps should use the ST_ versions of the trap numbermarc2001-12-181-4/+4
| | | | | | | | | | | | with the high bit of the trap number stripped per the V8 arch manual. The stack alignment code was broken. It tried to align to a 32 byte boundary (only 8 byte boundary is required) by first adding 15 bytes then masking. It could have aligned down. The minimum frame size was twice the size needed by allocating 8 bytes per saved value instead of the needed 4. This bug offset the bug in the stack alignment code.
* Our gcc defines __sparcv9__ not __sparc_v9__jason2001-09-101-2/+2
|
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-042-72/+5
|
* preparation for switch-based threadsd2000-09-252-0/+83
|
* use art's thread context setjmp coded2000-01-061-13/+11
|
* thread context setjmp code, art@d2000-01-061-0/+35
|
* sync with FreeBSDd1999-11-251-13/+7
|
* correct asm constraints, espie@d1999-03-101-2/+6
|
* Goodbye, MIT pthreads... you were a handy reference implementationd1999-03-102-142/+0
|
* implement sparc atomic lock with LDSTUBd1999-02-071-3/+28
|
* 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
|
* more spinlockd1998-12-211-4/+4
|
* md spinlockd1998-12-212-2/+8
|
* add md _atomic_is_locked; cleand1998-12-181-2/+11
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-202-0/+55
| | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
* move unchanged files from machdep/ into appropriate arch/${MACHINE}peter1998-07-212-0/+142
directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/