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
Marcel Moolenaar
2dd4819fe6
s/ia64/alpha/g
2003-09-26 06:53:54 +00:00
Marcel Moolenaar
302e193264
Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to
...
pthread_md.h. This commit only moves the definition; it does not
change it for any of the platforms. This more easily allows 64-bit
architectures (in particular) to pick a slightly larger stack size.
2003-09-19 23:28:13 +00:00
Daniel Eischen
530299d144
Add alpha support to libpthread. It compiles but hasn't been tested;
...
there is still some missing kernel support.
Reviewed by: marcel
2003-08-09 05:44:27 +00:00