Go to file
jonathan 68863ebd8e More mips1/mips3 changes to cpuregs.h and psl.h:
* cpuregs.h:
  Delete unused VMMACH_ names (e.g., duplicates of PTE bits in  pte.h).
  Change remaining VMMACH_xxx  names to MIPS1_xxx or MIPS3_xx.
  Fold remaining compile-time definitions into a single #ifdef MIPS3.

* Use MIPS1_ names  in locore_r2000.S, mips3_ names in locore_r4000.S

* Garbage-collect MachHitFlushDCache()

* psl.h:
  use MIPS1_, MIPS3_  symbolic names for Cause register bits.
  change  _R3K to MIPS1_,  _R4K to MIPS3. Conditionalize for mips1 only,
  mips3 only, or when both are defined,  use runtime CPUISMIPS3 test.
1997-06-21 04:18:09 +00:00
bin
distrib Add a list of files (tagged with release number) that have shifted 1997-06-20 20:28:41 +00:00
etc
games
gnu Fix typos (PR#3761). 1997-06-20 20:38:08 +00:00
include
lib Simplify how division and remainder assembly source is generated 1997-06-21 01:42:48 +00:00
libexec Fix typos (PR#3761). 1997-06-20 20:38:08 +00:00
regress
sbin dump', dumplfs' and `quotacheck' have moved to /usr/sbin 1997-06-20 20:18:35 +00:00
share Fix typos (PR#3762). 1997-06-20 20:42:36 +00:00
sys More mips1/mips3 changes to cpuregs.h and psl.h: 1997-06-21 04:18:09 +00:00
usr.bin Ensure calendar doesn't go past \0 in a string. 1997-06-20 08:11:34 +00:00
usr.sbin Add dumpfs', dumplfs' and `quotacheck'. 1997-06-20 20:19:23 +00:00
Makefile