summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/math_emulate.c
Commit message (Expand)AuthorAgeFilesLines
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-221-1582/+0
* Use __FBSDID().obrien2003-06-021-1/+3
* Protect macro with do { ... } while (0)phk2003-05-311-1/+2
* Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-201-2/+2
* Clean up some of the gross macros whitespace wise before I fix the asmjhb2001-11-281-20/+22
* Change constraints to use "+" in inline asm instead of mapping inputkeramida2001-11-121-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Staticize.eivind1999-04-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-4/+4
* Remove the LKM glue since the support (src/lkm) has been gone a while.peter1999-01-171-34/+1
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Get things limping along again for the 80386 and friends. Thernordier1998-10-211-2/+5
* Print a message if bootverbose that the emulator is present in the kernel.peter1998-10-181-5/+11
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-9/+26
* Don't cast pointers to longs in asms. Changed all remaining longsbde1998-07-151-49/+50
* Oops, I removed one too many #include. <machine/frame.h> was previouslybde1997-07-201-1/+2
* Fixed bitrot in fpu LKMs.bde1997-07-201-3/+3
* Removed unused #includes.bde1997-07-201-13/+1
* Fatal trap 13: Brain fault, commit botched.peter1997-05-091-2/+2
* Bandaid old register offset code after md_regs changed type..peter1997-05-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+2
* Fixed the type of some sysinit functions.bde1995-12-141-2/+2
* Make math_emulators LKMable.phk1995-12-141-2/+52
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+9
* Second batch of cleanup changes.phk1995-10-291-54/+106
* Replace \n\r by \n in error messages.bde1995-06-141-6/+6
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Change brought over from 1.1.5:dg1994-09-151-9/+19
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-13/+14
* Document parts of the case statements, which instruction is emulated.ats1994-04-261-61/+63
* From: Wolfgang Solfrank <ws@sun-lamp.cs.berkeley.edu>nate1994-01-291-6/+3
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-14/+14
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-4/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-10/+5
* Changed trap.c so that a panic will occur if we do not have hardwarergrimes1993-08-281-7/+0
* Upgrade to GCC 2.Xpaul1993-06-181-1/+1
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+1487
OpenPOWER on IntegriCloud