summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/npx.h
Commit message (Expand)AuthorAgeFilesLines
* Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain andkib2015-06-291-0/+5
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-3/+14
* Save and restore FPU state across suspend and resume. In earlier revisionsjhb2014-08-301-0/+2
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUkib2014-06-231-0/+1
* MFCamd64 r238598:kib2012-07-211-1/+2
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-161-121/+1
* Use exact width integer types instead of long in struct env87 intijl2012-03-161-8/+8
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-7/+3
* Add definitions for the FPU extended state header, legacy extendedkib2012-01-171-0/+27
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-261-3/+2
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-8/+0
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-0/+21
* Some cleanups to the i386 FPU support:jhb2009-03-051-1/+1
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-301-2/+2
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-291-3/+0
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-281-0/+4
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-121-0/+9
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-171-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-4/+7
* Remove __P.alfred2002-03-201-5/+5
* KSE Milestone 2julian2001-09-121-1/+1
* style(9) the structure definitions.obrien2001-09-051-3/+3
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-1/+37
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-221-0/+1
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-271-6/+0
* Change the default FPU control word so that exceptions for newcracauer2000-03-101-34/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-1/+5
* Removed unused #includes and a stale forward declaration.bde1997-07-201-6/+1
* Preliminary support for per-cpu data pages.peter1997-06-221-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-2/+2
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-171-8/+1
* Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_envbde1995-01-031-8/+13
* Declare all functions exported by the npx driver.bde1994-11-051-4/+17
* __386BSD__ -> __FreeBSD__jkh1994-11-041-2/+2
* Submitted by: Bruce Evansats1994-08-141-6/+4
* Deleted on ifdef dontdefgclarkii1994-04-291-4/+6
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-9/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+146
OpenPOWER on IntegriCloud