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