summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-096-527/+0
| | | | | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) Notes: svn path=/head/; revision=172492
* Fix compile, s/tp_dtv/tp_tdv/g.David Xu2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=133857
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+1
| | | | | | | 2. Export symbols needed by debugger. Notes: svn path=/head/; revision=133801
* Add TLS support for i386 and amd64.Doug Rabson2004-08-152-2/+2
| | | | Notes: svn path=/head/; revision=133756
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-5/+15
| | | | Notes: svn path=/head/; revision=132125
* Don't forget to initialize the fake tcb when the kcb is allocated.Daniel Eischen2003-10-121-0/+3
| | | | Notes: svn path=/head/; revision=121043
* Reverse the order of the first two arguments to _sparc64_enter_uts().Daniel Eischen2003-10-091-2/+2
| | | | | | | | The first argument is the UTS function, the second argument is the first argument to the UTS function. Who's on first. Notes: svn path=/head/; revision=120956
* Convert a couple of hardcoded values to constants. Make thr_getcontext()Daniel Eischen2003-10-092-3/+7
| | | | | | | | return 0 when called the first time, and return 1 when resumed by thr_setcontext(). Notes: svn path=/head/; revision=120939
* Add preliminary sparc64 support to libpthread. This does notDaniel Eischen2003-10-096-0/+509
yet work, but hopefully someone familiar with the sparc64 port can pick up the reins. Submitted by: jake With mods by: deischen Notes: svn path=/head/; revision=120924