Daniel Eischen
|
eb63e604ea
|
WARNS=3'ify.
|
2007-11-30 17:20:29 +00:00 |
|
David Xu
|
f914e34db6
|
Fix compile, s/tp_dtv/tp_tdv/g.
|
2004-08-16 14:07:38 +00:00 |
|
David Xu
|
a002d437ea
|
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
2. Export symbols needed by debugger.
|
2004-08-16 03:27:29 +00:00 |
|
Doug Rabson
|
99c8d0836d
|
Add TLS support for i386 and amd64.
|
2004-08-15 16:28:05 +00:00 |
|
David Xu
|
e378b41cb4
|
Call kse_switchin to switch context when being debugged.
|
2004-07-13 22:54:23 +00:00 |
|
Daniel Eischen
|
077af0a4b4
|
Don't forget to initialize the fake tcb when the kcb is allocated.
|
2003-10-12 16:50:45 +00:00 |
|
Daniel Eischen
|
1f2215bcc4
|
Reverse the order of the first two arguments to _sparc64_enter_uts().
The first argument is the UTS function, the second argument is the
first argument to the UTS function. Who's on first.
|
2003-10-09 20:52:17 +00:00 |
|
Daniel Eischen
|
97576c1c61
|
Convert a couple of hardcoded values to constants. Make thr_getcontext()
return 0 when called the first time, and return 1 when resumed by
thr_setcontext().
|
2003-10-09 14:48:09 +00:00 |
|
Daniel Eischen
|
203a51090b
|
Add preliminary sparc64 support to libpthread. This does not
yet work, but hopefully someone familiar with the sparc64
port can pick up the reins.
Submitted by: jake
With mods by: deischen
|
2003-10-09 02:32:28 +00:00 |
|