summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.obrien2007-10-096-527/+0
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* Fix compile, s/tp_dtv/tp_tdv/g.davidxu2004-08-161-1/+1
|
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.davidxu2004-08-161-0/+1
| | | | 2. Export symbols needed by debugger.
* Add TLS support for i386 and amd64.dfr2004-08-152-2/+2
|
* Call kse_switchin to switch context when being debugged.davidxu2004-07-131-5/+15
|
* Don't forget to initialize the fake tcb when the kcb is allocated.deischen2003-10-121-0/+3
|
* Reverse the order of the first two arguments to _sparc64_enter_uts().deischen2003-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.
* Convert a couple of hardcoded values to constants. Make thr_getcontext()deischen2003-10-092-3/+7
| | | | | return 0 when called the first time, and return 1 when resumed by thr_setcontext().
* Add preliminary sparc64 support to libpthread. This does notdeischen2003-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
OpenPOWER on IntegriCloud