summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
* WARNS=3'ify.deischen2007-11-302-4/+4
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-291-12/+1
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowpeter2005-04-261-4/+0
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-141-2/+8
* i386_set_ldt() is not available when running 32 bit binaries on amd64peter2004-11-061-0/+7
* Add missing brackets. It was committed from wrong tree.davidxu2004-08-261-1/+1
* gcc -O2 cleanup. tested for a long time.davidxu2004-08-251-2/+2
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.davidxu2004-08-161-0/+2
* Add TLS support for i386 and amd64.dfr2004-08-151-4/+3
* Call kse_switchin to switch context when being debugged.davidxu2004-07-131-6/+18
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c tomarcel2003-09-191-0/+2
* Don't assume sizeof(long) = sizeof(int) on x86; use intdeischen2003-09-031-6/+6
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-051-19/+185
* Take the same approach for i386 as that for ia64 and amd64. Usedeischen2003-07-311-14/+33
* Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-231-0/+12
* Move the mailbox to the beginning of the thread and align thedeischen2003-04-301-0/+3
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-182-7/+4
* Add architecture dependent atomic ops (atomic_swap only), KSE specificdeischen2003-04-182-0/+105
OpenPOWER on IntegriCloud