| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Correct a local information leakage bug affecting AMD FPUs. | cperciva | 2006-04-19 | 1 | -2/+40 |
* | - Don't set CR0_NE and CR0_MP in npx_probe() as they are already set | jhb | 2006-04-06 | 1 | -25/+21 |
* | Don't panic if IRQ 13 doesn't exist. On some machines (see previous | jhb | 2005-12-05 | 1 | -7/+9 |
* | Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, | delphij | 2005-07-02 | 1 | -4/+1 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | nyan | 2005-05-12 | 1 | -6/+0 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -1/+1 |
* | Initialize the mxcsr properly, so the initial value in a process isn't | das | 2005-03-17 | 1 | -0/+10 |
* | Eleminate 3 PC98 ifdefs: | imp | 2005-03-16 | 1 | -17/+5 |
* | bus_alloc_resource must obey the same rules as | imp | 2005-03-16 | 1 | -1/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -3/+3 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+0 |
* | Let nexus print our flags for us. Also, clean up an obfuscated if stmt. | njl | 2004-10-14 | 1 | -10/+7 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 1 | -2/+1 |
* | Clear any pending exceptions before using frstor (in the non-FXSR case) | bde | 2004-06-19 | 1 | -0/+4 |
* | Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case. | bde | 2004-06-18 | 1 | -0/+9 |
* | Fixed misclassification of npx interrupts caused by npx_probe(). | bde | 2004-06-06 | 1 | -12/+1 |
* | Trim unused includes. | jhb | 2004-05-11 | 1 | -1/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -3/+3 |
* | Fixed a misplaced ifdef that prevented npx.c building without "device isa" | bde | 2004-02-13 | 1 | -1/+1 |
* | New APIC support code: | jhb | 2003-11-03 | 1 | -37/+13 |
* | Add constants for entries in the IDT and use those instead of magic | jhb | 2003-09-10 | 1 | -4/+5 |
* | Initiate de-orbit burn for fpu-less operation. 386+387 is still | peter | 2003-07-22 | 1 | -25/+3 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -1/+3 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 1 | -4/+2 |
* | - In npxgetregs() use the td argument to save the fpu state from and not | jeff | 2003-04-01 | 1 | -2/+1 |
* | - In npxsetregs don't set the floating point if td == fpcurthread not if | jeff | 2003-03-31 | 1 | -1/+1 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -1/+1 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -2/+2 |
* | Fix typo. ioport_rid should be irq_rid. | davidxu | 2002-11-05 | 1 | -1/+1 |
* | Finish fixing the 5.x FPU code for dealing with signal handlers. | peter | 2002-10-25 | 1 | -0/+1 |
* | Hide inline assembly if lint is defined. | phk | 2002-10-20 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 1 | -35/+152 |
* | Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) | peter | 2002-09-07 | 1 | -0/+7 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 1 | -3/+9 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 1 | -20/+20 |
* | Fix abuses of cpu_critical_{enter,exit} by converting to | imp | 2002-03-21 | 1 | -12/+12 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -21/+21 |
* | revert last commit temporarily due to whining on the lists. | dillon | 2002-02-26 | 1 | -9/+3 |
* | STAGE-1 of 3 commit - allow (but do not require) interrupts to remain | dillon | 2002-02-26 | 1 | -3/+9 |
* | Don't include <isa/isavar.h> or compile code depending on it when isa | bde | 2002-01-30 | 1 | -1/+5 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 1 | -0/+3 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 1 | -8/+8 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 1 | -17/+17 |
* | MFi386: | bde | 2001-10-21 | 1 | -0/+2 |
* | MFpc98: fundamental differences. The magic numbers for the i/o port | bde | 2001-10-21 | 1 | -0/+17 |
* | MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. | bde | 2001-10-21 | 1 | -0/+9 |
* | Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). | bde | 2001-10-16 | 1 | -127/+49 |