summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge from tbemd:imp2010-06-131-2/+0
* WARNS=3'ify.deischen2007-11-302-4/+4
* In order to let new binutils can compile it, replace movl withdavidxu2006-05-071-9/+9
* Remove an unused variable.deischen2005-07-291-1/+0
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-292-51/+8
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowpeter2005-04-262-10/+0
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-142-16/+41
* i386_set_ldt() is not available when running 32 bit binaries on amd64peter2004-11-062-0/+13
* 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-152-19/+18
* Call kse_switchin to switch context when being debugged.davidxu2004-07-131-6/+18
* Eliminate two pushl by using call instruction directly, this reallydavidxu2003-11-291-2/+1
* Fix FPU state restoring bug by jumping to right position.davidxu2003-09-221-2/+2
* 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
* Use auto LDT allocation for i386.deischen2003-08-051-63/+6
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-054-21/+358
* Take the same approach for i386 as that for ia64 and amd64. Usedeischen2003-07-314-113/+75
* Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-231-0/+12
* Move the machine specific files from sys/Makefile.inc and put themmarcel2003-06-231-0/+5
* 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-183-8/+5
* Add architecture dependent atomic ops (atomic_swap only), KSE specificdeischen2003-04-184-2/+268
* In _thread_enter_uts, fix eflags saving bug.davidxu2002-11-221-1/+2
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
* Use KSE to schedule threads.mini2002-10-301-0/+96
OpenPOWER on IntegriCloud