aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386/fpemul
Commit message (Expand)AuthorAgeFilesLines
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillPeter Wemm2003-07-2243-12145/+0
* Remove extra ';'Poul-Henning Kamp2003-05-311-1/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesJohn Baldwin2003-04-171-4/+5
* Use suword16/fuword16 instead of susword/fusword - this has two differentPeter Wemm2002-06-202-15/+15
* Fixed syntax errors (tokens after #endif).Bruce Evans2002-05-138-45/+45
* Deverbosified previous 2 commits (removed the rotted list of reasons whyBruce Evans2002-03-021-3/+1
* Adjust the includes a bit.Mark Murray2002-02-281-4/+3
* Warning fix. (Very basic - add the right include so that rdtsc() getsMark Murray2002-02-281-0/+1
* Change constraints to use "+" in inline asm instead of mapping inputGiorgos Keramidas2001-11-121-1/+1
* KSE Milestone 2Julian Elischer2001-09-122-5/+5
* Do not depend on pcb_savefpu backwards compat #define.Peter Wemm2001-07-121-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+3
* Remove the leading underscore from all symbols defined in x86 asmJake Burkholder2001-02-259-31/+31
* Proc locking.John Baldwin2001-01-231-0/+2
* The change to do a longword compare in the previous commit just broke anBruce Evans2000-06-031-1/+1
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!David E. O'Brien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.David E. O'Brien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedDavid E. O'Brien2000-05-221-2/+2
* Add $FreeBSD$Peter Wemm2000-05-013-3/+4
* Remember folks, it's:Mike Smith1999-10-123-0/+3
* remove unused #includePoul-Henning Kamp1999-10-113-3/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2840-40/+40
* Staticize.Eivind Eklund1999-04-111-2/+2
* Remove LKM support, src/lkm that built it is gone and it never worked as anPeter Wemm1999-01-171-35/+1
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* Initialize earlier (ie: before npx) in case it makes any difference.Peter Wemm1998-10-181-4/+8
* OOPS!Peter Wemm1998-10-181-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-9/+29
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-19/+15
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-164-17/+23
* Removed unused #includes (bogus #includes were necessary because fusword()Bruce Evans1997-08-312-4/+2
* Fixed bitrot in fpu LKMs.Bruce Evans1997-07-201-7/+4
* Don't depend on gcc's feature of permitting returning void expressionsBruce Evans1997-07-012-5/+8
* Removed unused #includes.Bruce Evans1997-06-1425-68/+37
* Make the necessary changes so that an ELF kernel can be built. IJohn Polstra1997-04-2214-75/+35
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2240-40/+40
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1440-40/+40
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-1035-198/+198
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-252-2/+4
* recording cvs-1.6 file deathPeter Wemm1995-12-301-35/+0
* Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.Bruce Evans1995-12-221-3/+9
* Staticize.Poul-Henning Kamp1995-12-172-4/+5
* Fixed the type of some sysinit functions.Bruce Evans1995-12-141-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-144-16/+10
* Make math_emulators LKMable.Poul-Henning Kamp1995-12-141-7/+57
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-11/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-2/+5
* Fix the consistent mistranslation of Linux's get_fs_word() andBruce Evans1994-09-212-17/+17
* Quiet down compiler warnings.David Greenman1994-08-313-9/+9
* Changed STRC -> P_TRACED.David Greenman1994-08-301-2/+2