summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/sparc64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-240/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Make sure that we really mark the FPU registers clean.kettenis2010-05-251-2/+2
| | | | ok deraadt@
* the license on this is PD; david leonard says soderaadt2008-10-021-1/+3
|
* sparc -> sparc64brad2004-02-023-6/+10
|
* typoderaadt2003-01-311-2/+2
|
* stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.jason2003-01-311-10/+1
|
* On save:jason2003-01-241-2/+14
| | | | | | | | If the fpu isn't enabled, don't save state, otherwise, save the state, mark both sides clean and disable the fpu. On restore: If the saved fpu state has the fpu disabled, do nothing, otherwise, restore everything.
* Save FPU state (unconditionally)jason2003-01-243-3/+102
|
* remove unused/unreferenced code.marc2002-10-111-8/+1
| | | | ok fgs@
* fix comment.brad2002-08-251-2/+4
| | | | | -- Ok'd by: jason@
* correct fram size.art2002-01-021-5/+3
| | | | pointed out by marc@
* fp and pc are 64 bit.art2002-01-021-5/+5
| | | | And just to make things more fun -1, is not a misaligned stack on sparc64.
* fp and pc are 64 bit.art2002-01-022-11/+11
|
* Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,jason2001-09-104-0/+139
and will need attention before it can be expected to work).