summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify fldcw() macro. There is no reason to use pointer here. No objectjkim2010-07-261-5/+5
* Remove an unused macro since r189418.jkim2010-07-261-1/+0
* Reduce diff against fenv.h:jkim2010-07-261-12/+14
* FNSTSW instruction can use AX register as an operand.jkim2010-07-261-1/+1
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-231-35/+27
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-132/+31
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizekib2010-06-231-54/+1
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-19/+158
* Fix a few nits in the earlier changes to prevent local information leakagejhb2009-03-251-4/+8
* Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflectjhb2009-03-251-13/+13
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+11
* Some cleanups to the i386 FPU support:jhb2009-03-051-51/+34
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-2/+1
* Some whitespace and style fixes.jhb2009-02-231-5/+4
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-1/+1
* Call in to xen for fpu handling when XEN is setkmacy2008-08-151-1/+10
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+5
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-301-0/+9
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-291-35/+0
* If parent thread never used FPU, the only work is to clear flagdavidxu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-281-0/+30
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Correct a local information leakage bug affecting AMD FPUs.cperciva2006-04-191-2/+40
* - Don't set CR0_NE and CR0_MP in npx_probe() as they are already setjhb2006-04-061-25/+21
* Don't panic if IRQ 13 doesn't exist. On some machines (see previousjhb2005-12-051-7/+9
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-021-4/+1
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-121-6/+0
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-171-0/+10
* Eleminate 3 PC98 ifdefs:imp2005-03-161-17/+5
* bus_alloc_resource must obey the same rules asimp2005-03-161-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-3/+3
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.njl2004-10-141-10/+7
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+1
* Clear any pending exceptions before using frstor (in the non-FXSR case)bde2004-06-191-0/+4
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.bde2004-06-181-0/+9
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Trim unused includes.jhb2004-05-111-1/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-3/+3
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* New APIC support code:jhb2003-11-031-37/+13
* Add constants for entries in the IDT and use those instead of magicjhb2003-09-101-4/+5
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-221-25/+3
* Use __FBSDID().obrien2003-06-021-1/+3
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+2
* - In npxgetregs() use the td argument to save the fpu state from and notjeff2003-04-011-2/+1
* - In npxsetregs don't set the floating point if td == fpcurthread not ifjeff2003-03-311-1/+1
OpenPOWER on IntegriCloud