| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for mis-interpretation of PCB_KERNFPU. | Konstantin Belousov | 2020-10-14 | 1 | -0/+1 |
| * | Add support for FPU_KERN_NOCTX. | John Baldwin | 2020-10-13 | 1 | -0/+1 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Remove all kernel uses of pcb_psl, but keep in in the struct to | Bruce Evans | 2016-09-17 | 1 | -1/+1 |
| * | Export various helper variables describing the layout and size of | John Baldwin | 2015-11-12 | 1 | -6/+10 |
| * | MFamd64: Add support for extended FPU states on i386. This includes | John Baldwin | 2014-11-02 | 1 | -19/+23 |
| * | Remove the FP_SOFTFP flag. It wasn't used but was leftover from the | John Baldwin | 2014-11-02 | 1 | -1/+0 |
| * | Create a separate structure for per-CPU state saved across suspend and | John Baldwin | 2014-09-06 | 1 | -1/+4 |
| * | Save and restore FPU state across suspend and resume. In earlier revisions | John Baldwin | 2014-08-30 | 1 | -0/+2 |
| * | - Fix resumectx() prototypes to reflect reality. | Jung-uk Kim | 2012-06-13 | 1 | -1/+1 |
| * | Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of | Mitsuru IWASAKI | 2012-06-09 | 1 | -2/+1 |
| * | Add SMP/i386 suspend/resume support. | Mitsuru IWASAKI | 2012-05-18 | 1 | -0/+14 |
| * | Add a convenience macro for the returns_twice attribute, and apply it to | Dimitry Andric | 2012-04-29 | 1 | -1/+1 |
| * | Remove the support for int13 FPU exception reporting on i386. It is | Konstantin Belousov | 2010-06-23 | 1 | -1/+0 |
| * | Introduce the x86 kernel interfaces to allow kernel code to use | Konstantin Belousov | 2010-06-05 | 1 | -1/+4 |
| * | A better fix for handling different FPU initial control words for different | John Baldwin | 2009-03-05 | 1 | -0/+1 |
| * | Remove pcb_switchout, it has not been used for a long time. | David Xu | 2005-12-29 | 1 | -1/+0 |
| * | It seems I introduced a new prerequisite for <machine/pcb.h> on i386, | Peter Wemm | 2005-04-14 | 1 | -0/+3 |
| * | Change the segment limits to 4GB, we set the user accessible bit on all | Peter Wemm | 2005-04-13 | 1 | -0/+2 |
| * | Fix an evil bug that appeared in September 2003. VM86 bios calls use two | Peter Wemm | 2005-04-13 | 1 | -1/+1 |
| * | Implement makectx(). The makectx() function is used by KDB to create | Marcel Moolenaar | 2004-07-10 | 1 | -0/+3 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found in | Jeff Roberson | 2003-09-30 | 1 | -1/+2 |
| * | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | David Xu | 2002-11-07 | 1 | -0/+2 |
| * | The a.out md_coredump stuff isn't referenced anywhere anymore, and | Peter Wemm | 2002-10-15 | 1 | -10/+0 |
| * | It is too much work convincing lint why we would want empty structures, | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+3 |
| * | Add kernel support needed for the KSE-aware libpthread: | Jonathan Mini | 2002-09-16 | 1 | -0/+1 |
| * | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | Matthew Dillon | 2002-03-27 | 1 | -1/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -1/+1 |
| * | revert last commit temporarily due to whining on the lists. | Matthew Dillon | 2002-02-26 | 1 | -2/+1 |
| * | STAGE-1 of 3 commit - allow (but do not require) interrupts to remain | Matthew Dillon | 2002-02-26 | 1 | -1/+2 |
| * | Changed the type of pcb_flags from u_char to u_int and adjusted things. | Bruce Evans | 2002-01-17 | 1 | -1/+1 |
| * | Split the per-process Local Descriptor Table out of the PCB and into | John Baldwin | 2001-10-25 | 1 | -1/+0 |
| * | The #define for pcb_savefpu seems to do more harm than good. | Peter Wemm | 2001-07-12 | 1 | -1/+0 |
| * | Activate SSE/SIMD. This is the extra context switching support that | Peter Wemm | 2001-07-12 | 1 | -1/+2 |
| * | Convert npx interrupts into traps instead of vice versa. This is much | Bruce Evans | 2001-05-22 | 1 | -0/+1 |
| * | Activate USER_LDT by default. The new thread libraries are going to | Peter Wemm | 2001-02-23 | 1 | -4/+0 |
| * | - Don't call clear_resched() in userret(), instead, clear the resched flag | John Baldwin | 2001-02-20 | 1 | -1/+0 |
| * | Declare or #define per-cpu globals in <machine/globals.h> in all cases. | Bruce Evans | 2000-10-27 | 1 | -6/+0 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -5/+1 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
| * | User ldt sharing. | Luoqi Chen | 1999-12-06 | 1 | -3/+6 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 1 | -1/+10 |
| * | Unifdef VM86. | Jonathan Lemon | 1999-06-01 | 1 | -5/+1 |
| * | Enable vmspace sharing on SMP. Major changes are, | Luoqi Chen | 1999-04-28 | 1 | -3/+5 |
| * | Ifdefed some SMP and VM86 code. Note that although VM86 is not a global | Bruce Evans | 1998-02-03 | 1 | -1/+9 |
| * | Don't #include unneeded includes here. pcb_ext.h picks up lots of other | Peter Wemm | 1997-10-10 | 1 | -4/+2 |
| * | VM86 kernel support. | John Dyson | 1997-08-09 | 1 | -6/+4 |