summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/npx.c
AgeCommit message (Collapse)Author
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
there but relying on an indirect inclusion
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1998-02-22GCC 2.8 WallNiklas Hallqvist
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-02-08Provide more information on FP exceptionsThorsten Lockert
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1996-08-27Add:Jason Downs
* GPL_MATH_EMULATE: fpemul * ALWAYS_MATH_EMULATE: causes npx probe to always fail. * better fp context in struct pcb.
1996-05-25syncTheo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
1996-01-07from netbsd: Put #includes in the right orderTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-10-18initial import of NetBSD treeTheo de Raadt