summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-258/+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-252-4/+50
| | | | copyright code remained.
* Implement the arm pthreads pieces, only two regress fails, preemption_floatdrahn2004-02-212-158/+95
| | | | and sigmask.
* Add copyright to code where I forgot, thx wouter.drahn2004-02-091-2/+27
|
* Add arm support files for libpthread.drahn2004-02-094-0/+250