aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/math_emulate.c
Commit message (Expand)AuthorAgeFilesLines
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillPeter Wemm2003-07-221-1582/+0
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* Protect macro with do { ... } while (0)Poul-Henning Kamp2003-05-311-1/+2
* Use suword16/fuword16 instead of susword/fusword - this has two differentPeter Wemm2002-06-201-2/+2
* Clean up some of the gross macros whitespace wise before I fix the asmJohn Baldwin2001-11-281-20/+22
* Change constraints to use "+" in inline asm instead of mapping inputGiorgos Keramidas2001-11-121-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Staticize.Eivind Eklund1999-04-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-4/+4
* Remove the LKM glue since the support (src/lkm) has been gone a while.Peter Wemm1999-01-171-34/+1
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* Get things limping along again for the 80386 and friends. TheRobert Nordier1998-10-211-2/+5
* Print a message if bootverbose that the emulator is present in the kernel.Peter Wemm1998-10-181-5/+11
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-9/+26
* Don't cast pointers to longs in asms. Changed all remaining longsBruce Evans1998-07-151-49/+50
* Oops, I removed one too many #include. <machine/frame.h> was previouslyBruce Evans1997-07-201-1/+2
* Fixed bitrot in fpu LKMs.Bruce Evans1997-07-201-3/+3
* Removed unused #includes.Bruce Evans1997-07-201-13/+1
* Fatal trap 13: Brain fault, commit botched.Peter Wemm1997-05-091-2/+2
* Bandaid old register offset code after md_regs changed type..Peter Wemm1997-05-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-2/+2
* Fixed the type of some sysinit functions.Bruce Evans1995-12-141-2/+2
* Make math_emulators LKMable.Poul-Henning Kamp1995-12-141-2/+52
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+9
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-54/+106
* Replace \n\r by \n in error messages.Bruce Evans1995-06-141-6/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-2/+2
* Change brought over from 1.1.5:David Greenman1994-09-151-9/+19
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-13/+14
* Document parts of the case statements, which instruction is emulated.Andreas Schulz1994-04-261-61/+63
* From: Wolfgang Solfrank <ws@sun-lamp.cs.berkeley.edu>Nate Williams1994-01-291-6/+3
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-14/+14
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-4/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-10/+5
* Changed trap.c so that a panic will occur if we do not have hardwareRodney W. Grimes1993-08-281-7/+0
* Upgrade to GCC 2.XPaul Richards1993-06-181-1/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+1487