summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
Commit message (Expand)AuthorAgeFilesLines
* Moved declarations related to copying and zeroing to the right place.bde1999-01-081-12/+1
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+9
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+4
* Removed unused includes.bde1998-06-211-2/+1
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-04-191-28/+24
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sbde1998-04-151-6/+6
* remove #ifdef declaration of npxproc, use globals.s and the extern always.peter1998-04-061-5/+1
* Removed a superstitious fnop() that broke the usefulness of the FPU'sbde1998-02-151-2/+1
* Only use the i586-optimized copying and zeroing functions if they arebde1998-02-121-3/+38
* Make the debug options new-style.eivind1998-01-311-1/+2
* Removed an unused #included.bde1997-11-181-3/+10
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-281-2/+5
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-2/+2
* Use CS_SECURE macro.charnier1997-08-181-2/+2
* VM86 kernel support.dyson1997-08-091-2/+2
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-211-64/+43
* Removed unused #includes.bde1997-07-201-4/+1
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,peter1997-07-171-3/+2
* Preliminary support for per-cpu data pages.peter1997-06-221-7/+6
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-1/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-2/+3
* remove now redundant (struct trapframe *) castpeter1997-05-071-2/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-3/+72
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-5/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Disabled logging of masked exceptions on exit. Keep the side effect ofbde1997-01-291-2/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-041-3/+1
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-281-1/+3
* Reenabled i586-optimized copyin/out.bde1996-11-301-3/+1
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-151-1/+3
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-111-13/+47
* Remove devconf, it never grew up to be of any use.phk1996-09-061-30/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Choose a different name to hold the option definition.. The original onepeter1996-01-061-2/+2
* convert the math emulation to use the new-style options.wollman1996-01-041-1/+3
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-3/+3
* Staticize and cleanup.phk1995-12-101-2/+2
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-1/+8
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-5/+7
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Add a class field to devconf and mst drivers.wollman1995-04-121-26/+29
* Changed the printf()s in npxattach a bit so you don't end up withwpaul1995-03-051-6/+6
* Submitted by: seb@erix.ericsson.se (Sebastian Strollo)bde1995-02-231-2/+5
* Undo the busy latch changes made in the previous revision. They brokebde1995-02-171-4/+4
* Use sufficient parentheses in macros.bde1995-01-031-79/+82
* Log processes that exit with an masked npx exception that would trapbde1994-11-141-8/+21
* Public function declarations moved to <machine/npx.h>.bde1994-11-061-4/+1
OpenPOWER on IntegriCloud