summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386/fpemul
Commit message (Expand)AuthorAgeFilesLines
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-2243-12145/+0
* Remove extra ';'phk2003-05-311-1/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-4/+5
* Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-202-15/+15
* Fixed syntax errors (tokens after #endif).bde2002-05-138-45/+45
* Deverbosified previous 2 commits (removed the rotted list of reasons whybde2002-03-021-3/+1
* Adjust the includes a bit.markm2002-02-281-4/+3
* Warning fix. (Very basic - add the right include so that rdtsc() getsmarkm2002-02-281-0/+1
* Change constraints to use "+" in inline asm instead of mapping inputkeramida2001-11-121-1/+1
* KSE Milestone 2julian2001-09-122-5/+5
* Do not depend on pcb_savefpu backwards compat #define.peter2001-07-121-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+3
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-259-31/+31
* Proc locking.jhb2001-01-231-0/+2
* The change to do a longword compare in the previous commit just broke anbde2000-06-031-1/+1
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!obrien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.obrien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
* Add $FreeBSD$peter2000-05-013-3/+4
* Remember folks, it's:msmith1999-10-123-0/+3
* remove unused #includephk1999-10-113-3/+0
* $Id$ -> $FreeBSD$peter1999-08-2840-40/+40
* Staticize.eivind1999-04-111-2/+2
* Remove LKM support, src/lkm that built it is gone and it never worked as anpeter1999-01-171-35/+1
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* OOPS!peter1998-10-181-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-9/+29
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-19/+15
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-164-17/+23
* Removed unused #includes (bogus #includes were necessary because fusword()bde1997-08-312-4/+2
* Fixed bitrot in fpu LKMs.bde1997-07-201-7/+4
* Don't depend on gcc's feature of permitting returning void expressionsbde1997-07-012-5/+8
* Removed unused #includes.bde1997-06-1425-68/+37
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-2214-75/+35
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2240-40/+40
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1440-40/+40
* Updated #includes to 4.4Lite style.bde1996-09-1035-198/+198
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-252-2/+4
* recording cvs-1.6 file deathpeter1995-12-301-35/+0
* Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.bde1995-12-221-3/+9
* Staticize.phk1995-12-172-4/+5
* Fixed the type of some sysinit functions.bde1995-12-141-2/+2
* Another mega commit to staticize things.phk1995-12-144-16/+10
* Make math_emulators LKMable.phk1995-12-141-7/+57
* Remove trailing whitespace.rgrimes1995-05-306-11/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-2/+5
* Fix the consistent mistranslation of Linux's get_fs_word() andbde1994-09-212-17/+17
* Quiet down compiler warnings.dg1994-08-313-9/+9
* Changed STRC -> P_TRACED.dg1994-08-301-2/+2
OpenPOWER on IntegriCloud