Go to file
is 052a8aa0ba Fix a bug in the 68020+68851 / 68030 branch of the buserr handler:
For these CPU's, you have to use the ptest operation to search the mmu
tables in order to decide whether it is a real bus error or just a
page fault or write protection violation.

Our old code assumed user space always when calling ptest, and
erroneously assumed the BUSERR bit in the ptest output (mmusr
register) is the only indication for bus errors to check.

In fact, we have to follow a multistage decision tree to decide. 68060
CPUs are much easier to handle correctly.
1996-06-13 19:12:25 +00:00
bin getopts fixes: 1996-06-04 21:00:09 +00:00
distrib Adapt to the slightly different content of the MD `list' file on the 1996-06-11 09:53:25 +00:00
etc add a no-op 'includes' target for completeness. make 'make distribution' 1996-06-05 21:55:13 +00:00
games Ixfay iticalcray ugsbay! Eservepray artstay-ofway-ordway andway 1996-06-07 19:30:50 +00:00
gnu Use DESTDIR to point at libraries like bsd.prog.mk does (PR#2524). 1996-06-08 22:22:26 +00:00
include POSIX.1 requires programs to include <sys/types.h> before including 1996-06-11 02:14:01 +00:00
lib use p->hashfraction when doing non-time-critical calculations, rather than 1996-06-12 04:15:34 +00:00
libexec Use DESTDIR to point at libraries like bsd.prog.mk does (PR#2524). 1996-06-08 22:22:26 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Use a different tree-walking algorithm in propagate(). 1996-06-11 07:07:52 +00:00
share TABLDISC, not TBLDISC 1996-05-31 00:37:29 +00:00
sys Fix a bug in the 68020+68851 / 68030 branch of the buserr handler: 1996-06-13 19:12:25 +00:00
usr.bin pull in core-dump fix from bostic (part of nvi 1.67) 1996-06-10 12:39:47 +00:00
usr.sbin Add the `ac' device (auto-changer) to the isscsidev() macro. (I can't 1996-06-10 02:32:20 +00:00
Makefile Headers in src/domestic/include are now installed by the includes target 1996-04-25 01:09:33 +00:00