| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compile, s/tp_dtv/tp_tdv/g. | davidxu | 2004-08-16 | 4 | -4/+4 |
* | Bring PPC up to date with latest TLS changes. | grehan | 2004-08-16 | 2 | -3/+3 |
* | 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. | davidxu | 2004-08-16 | 7 | -0/+9 |
* | Add TLS support for i386 and amd64. | dfr | 2004-08-15 | 10 | -33/+42 |
* | Save context in kernel fashion, so it can be restored by | davidxu | 2004-07-31 | 1 | -2/+5 |
* | Remove unused field. | davidxu | 2004-07-31 | 1 | -1/+0 |
* | Macro optimize, this increases context switch speed about 2% on my | davidxu | 2004-07-31 | 1 | -2/+2 |
* | PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for | grehan | 2004-07-19 | 8 | -0/+820 |
* | Copy lwp id to thread mailbox. | davidxu | 2004-07-14 | 1 | -0/+1 |
* | Call kse_switchin to switch context when being debugged. | davidxu | 2004-07-13 | 5 | -31/+89 |
* | kse_switchin ABI was changed in kernel. | davidxu | 2004-07-12 | 1 | -3/+2 |
* | Avoid clobbering the red zone when running on the new context's stack in | tjr | 2004-06-07 | 1 | -0/+5 |
* | Arm bits for libpthread. It has no chances to work and should be considered | cognet | 2004-05-14 | 5 | -0/+471 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 1 | -2/+0 |
* | Simplify the contexts created by the kernel and remove the related | marcel | 2003-12-07 | 1 | -0/+6 |
* | Apply a second fix for stack alignment with libkse. This time, enter the | peter | 2003-12-05 | 1 | -2/+2 |
* | Eliminate two pushl by using call instruction directly, this really | davidxu | 2003-11-29 | 1 | -2/+1 |
* | Use amd64_set_fsbase() instead of calling sysarch() directly. | peter | 2003-10-23 | 1 | -6/+1 |
* | Update context code for my last ABI breakage of mcontext. I'm worried | peter | 2003-10-17 | 1 | -7/+8 |
* | Don't forget to initialize the fake tcb when the kcb is allocated. | deischen | 2003-10-12 | 1 | -0/+3 |
* | Reverse the order of the first two arguments to _sparc64_enter_uts(). | deischen | 2003-10-09 | 1 | -2/+2 |
* | Convert a couple of hardcoded values to constants. Make thr_getcontext() | deischen | 2003-10-09 | 2 | -3/+7 |
* | Add preliminary sparc64 support to libpthread. This does not | deischen | 2003-10-09 | 6 | -0/+509 |
* | Fix a logic error; use beq to check for a register being NULL, not bne. | deischen | 2003-10-02 | 1 | -1/+1 |
* | Add __volatile keyword. | davidxu | 2003-09-26 | 1 | -2/+4 |
* | s/ia64/alpha/g | marcel | 2003-09-26 | 1 | -5/+4 |
* | Fix FPU state restoring bug by jumping to right position. | davidxu | 2003-09-22 | 1 | -2/+2 |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | marcel | 2003-09-19 | 4 | -1/+8 |
* | _ia64_break_setcontext() now takes a mcontext_t. While here, define | marcel | 2003-09-19 | 1 | -10/+3 |
* | Stop using the setcontext() syscall to restore an async context. | marcel | 2003-09-19 | 1 | -5/+5 |
* | Remove a comment that questioned why the size of the FPU | deischen | 2003-09-16 | 1 | -10/+1 |
* | Don't assume sizeof(long) = sizeof(int) on x86; use int | deischen | 2003-09-03 | 3 | -9/+34 |
* | Don't forget to set kcb_self. | davidxu | 2003-08-12 | 1 | -0/+1 |
* | Add alpha support to libpthread. It compiles but hasn't been tested; | deischen | 2003-08-09 | 6 | -1/+761 |
* | Grok async contexts. When a thread is interrupted and an upcall | marcel | 2003-08-07 | 2 | -9/+41 |
* | Fix a typo. s/Line/Like/ | deischen | 2003-08-06 | 1 | -1/+1 |
* | Avoid a level of indirection to get from the thread pointer to the | marcel | 2003-08-06 | 2 | -39/+27 |
* | Define the static TLS as an array of long double. This will guarantee | marcel | 2003-08-06 | 1 | -2/+6 |
* | Use auto LDT allocation for i386. | deischen | 2003-08-05 | 1 | -63/+6 |
* | Rethink the MD interfaces for libpthread to account for | deischen | 2003-08-05 | 13 | -466/+786 |
* | Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland | marcel | 2003-08-05 | 1 | -4/+5 |
* | o In _ia64_save_context() clear the return registers except for r8. | marcel | 2003-08-05 | 1 | -13/+25 |
* | -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead. | davidxu | 2003-08-02 | 1 | -1/+1 |
* | Use FSBase to map kse, GCC generates code which uses %fs to access TLS data. | davidxu | 2003-07-31 | 1 | -4/+4 |
* | This file hasn't been used for some time; nuke it. | deischen | 2003-07-31 | 1 | -42/+0 |
* | Take the same approach for i386 as that for ia64 and amd64. Use | deischen | 2003-07-31 | 5 | -226/+75 |
* | Set GSBASE for kse. Finally make libkse work on AMD64. | davidxu | 2003-07-31 | 1 | -6/+3 |
* | Fix some typos, correctly jump into UTS. | davidxu | 2003-07-31 | 1 | -2/+2 |
* | Fix typo. | davidxu | 2003-07-26 | 1 | -5/+5 |
* | Add missing arguments to _amd64_restore_context() when called from | deischen | 2003-07-20 | 1 | -2/+4 |