| Commit message (Expand) | Author | Age | Files | Lines |
* | A better fix for handling different FPU initial control words for different | jhb | 2009-03-05 | 1 | -0/+1 |
* | Remove pcb_switchout, it has not been used for a long time. | davidxu | 2005-12-29 | 1 | -1/+0 |
* | It seems I introduced a new prerequisite for <machine/pcb.h> on i386, | peter | 2005-04-14 | 1 | -0/+3 |
* | Change the segment limits to 4GB, we set the user accessible bit on all | peter | 2005-04-13 | 1 | -0/+2 |
* | Fix an evil bug that appeared in September 2003. VM86 bios calls use two | peter | 2005-04-13 | 1 | -1/+1 |
* | Implement makectx(). The makectx() function is used by KDB to create | marcel | 2004-07-10 | 1 | -0/+3 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found in | jeff | 2003-09-30 | 1 | -1/+2 |
* | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | davidxu | 2002-11-07 | 1 | -0/+2 |
* | The a.out md_coredump stuff isn't referenced anywhere anymore, and | peter | 2002-10-15 | 1 | -10/+0 |
* | It is too much work convincing lint why we would want empty structures, | phk | 2002-10-01 | 1 | -0/+3 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 1 | -0/+1 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 1 | -1/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -1/+1 |
* | revert last commit temporarily due to whining on the lists. | dillon | 2002-02-26 | 1 | -2/+1 |
* | STAGE-1 of 3 commit - allow (but do not require) interrupts to remain | dillon | 2002-02-26 | 1 | -1/+2 |
* | Changed the type of pcb_flags from u_char to u_int and adjusted things. | bde | 2002-01-17 | 1 | -1/+1 |
* | Split the per-process Local Descriptor Table out of the PCB and into | jhb | 2001-10-25 | 1 | -1/+0 |
* | The #define for pcb_savefpu seems to do more harm than good. | peter | 2001-07-12 | 1 | -1/+0 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 1 | -1/+2 |
* | Convert npx interrupts into traps instead of vice versa. This is much | bde | 2001-05-22 | 1 | -0/+1 |
* | Activate USER_LDT by default. The new thread libraries are going to | peter | 2001-02-23 | 1 | -4/+0 |
* | - Don't call clear_resched() in userret(), instead, clear the resched flag | jhb | 2001-02-20 | 1 | -1/+0 |
* | Declare or #define per-cpu globals in <machine/globals.h> in all cases. | bde | 2000-10-27 | 1 | -6/+0 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -5/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | User ldt sharing. | luoqi | 1999-12-06 | 1 | -3/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 1 | -1/+10 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 1 | -5/+1 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -3/+5 |
* | Ifdefed some SMP and VM86 code. Note that although VM86 is not a global | bde | 1998-02-03 | 1 | -1/+9 |
* | Don't #include unneeded includes here. pcb_ext.h picks up lots of other | peter | 1997-10-10 | 1 | -4/+2 |
* | VM86 kernel support. | dyson | 1997-08-09 | 1 | -6/+4 |
* | Preliminary support for per-cpu data pages. | peter | 1997-06-22 | 1 | -9/+1 |
* | Preserve %fs and %gs across context switches. This has a relatively low | bde | 1997-06-07 | 1 | -2/+4 |
* | remove #include opt_smp.h | peter | 1997-05-07 | 1 | -3/+5 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+11 |
* | No longer use an i386tss as the basis of our pcb - it wasn't particularly | peter | 1997-04-07 | 1 | -15/+12 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Eliminated pcb_inl. It was always 0 because context switches don't occur | bde | 1996-07-31 | 1 | -2/+1 |
* | Don't return unused values in cpu_switch() or savectx(). | bde | 1996-05-01 | 1 | -2/+2 |
* | Fix cpu_fork for real. | phk | 1996-04-25 | 1 | -2/+2 |
* | savectx returns through cpu_switch in case of the child, so it must | phk | 1996-04-19 | 1 | -2/+2 |
* | Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax, | phk | 1996-04-18 | 1 | -2/+2 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | peter | 1996-03-02 | 1 | -2/+1 |
* | Simplified savectx() a little and fixed a bug that caused it to return | dg | 1996-01-23 | 1 | -2/+2 |
* | Killed some unused stuff inherited from Bill Jolitz. Note that since | dg | 1995-08-17 | 1 | -11/+3 |
* | i386/exception.s, | bde | 1994-12-03 | 1 | -3/+3 |