summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-281/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Assert my copyright on files I gave to d@ back in 1998.drahn2008-10-011-1/+17
|
* powerpc stack needs a bit more headroom; needed because of mmap()edotto2006-09-291-2/+2
| | | | stacks; report by Antoine Jacoutot; ok kurt@
* typos from alexey dobriyan;jmc2006-02-061-2/+2
|
* My email address changed quite a while ago...drahn2005-12-141-2/+2
|
* Save all floating point registers to full register sized fields, notdrahn2003-01-272-10/+43
| | | | half-sized areas. fixes preemption_float on powerpc.
* Fix the C version of atomic lock so that the compiler will not sharedrahn2002-11-121-3/+4
| | | | registers. ok marc@
* remove unused/unreferenced code.marc2002-10-111-8/+1
| | | | ok fgs@
* 'sez' is not an english word; ok deraadt@jsyn2002-07-101-2/+2
|
* Use volatile on the __asm__ directives, do not allow the compiler to reorderrahnds2000-10-051-5/+5
| | | | or optimize out any of the assembly statements.
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-42/+4
|
* constistent namingd2000-10-031-4/+4
|
* preparation for switch-based threadsd2000-09-252-0/+188
|
* sync with FreeBSDd1999-11-251-3/+3
|
* First cut at powerpc support for uthread. Not complete.rahnds1999-04-211-2/+14
|
* 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
|
* Correct a thinko I had when writing the comment for this code.rahnds1998-12-221-4/+4
|
* unfinished powerpc md stuff.. rahnds?d1998-12-213-0/+80