summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* 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