aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-092-315/+0
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-291-12/+1
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowPeter Wemm2005-04-261-4/+0
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.Peter Wemm2005-04-141-2/+8
* i386_set_ldt() is not available when running 32 bit binaries on amd64Peter Wemm2004-11-061-0/+7
* Add missing brackets. It was committed from wrong tree.David Xu2004-08-261-1/+1
* gcc -O2 cleanup. tested for a long time.David Xu2004-08-251-2/+2
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+2
* Add TLS support for i386 and amd64.Doug Rabson2004-08-151-4/+3
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-6/+18
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-191-0/+2
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-031-6/+6
* Rethink the MD interfaces for libpthread to account forDaniel Eischen2003-08-052-130/+185
* Take the same approach for i386 as that for ia64 and amd64. UseDaniel Eischen2003-07-311-14/+33
* Clean up KSE specific data (KSD) macros a bit.Daniel Eischen2003-07-181-29/+8
* Untangle the inter-dependency of kse types and ksd types/functionsMarcel Moolenaar2003-06-232-13/+12
* Change the definition of _ksd_curkse, _ksd_curthread andMarcel Moolenaar2003-06-231-4/+4
* Move the mailbox to the beginning of the thread and align theDaniel Eischen2003-04-301-0/+3
* Add a macro to get the current thread mailbox pointer.Daniel Eischen2003-04-231-0/+1
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-183-10/+7
* Add architecture dependent atomic ops (atomic_swap only), KSE specificDaniel Eischen2003-04-183-0/+249