summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/arm/uthread_machdep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-109/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Don't try to outsmart gcc inline assembler when saving the cpsr in themiod2011-08-031-4/+4
| | | | | thread context, this used to work but loses bigtime with gcc4. ok drahn@ deraadt@
* Use correct define to detect soft fpu on arm, dont complain on lint so much.drahn2006-11-241-8/+4
|
* don't ask; ok drahnderaadt2005-11-251-1/+5
|
* Apply my copyrights to these files which I wrote. none of the olddrahn2004-02-251-2/+25
| | | | copyright code remained.
* Implement the arm pthreads pieces, only two regress fails, preemption_floatdrahn2004-02-211-31/+29
| | | | and sigmask.
* Add arm support files for libpthread.drahn2004-02-091-0/+88