Go to file
is 072b7020c4 * Fix a few wrong fallthroughs in switch cases:
- add a missing return; at the end of a case, leading to wrong disassembly
  of the next few instructions after fmovem.
- while we're here, correct the same bug in PBcc.

  XXX there are a few other dubious fallthroughs in this file (which are
  not explicitly marked with /* FALLTHROUGH */), which I didn't yet analyze.

* Fix other FMOVEM interpretation bugs:
- correct printing of FP data register lists if all are used (only FP0
  would be mentioned)
- correct printing of FP data register lists in the case the list is reversed
  (would have printed nothing)
- correct mapping of fp0-fp7 to register list bits (was reversed)
- correct printing of FP control register lists (this list is never reversed)
- correct printing of FMOVEM with FP control registers (the data direction
  was interpreted the wrong way)

* While we're here, enhance the comments in MOVC's list of cpu control
  registers
1996-10-28 08:43:18 +00:00
bin add builtins.h to the list of (built) headers depended on by ${OBJS}, so 1996-10-22 13:22:19 +00:00
distrib Bump to 1.2B. We really need to centralize this. 1996-10-26 19:03:47 +00:00
etc Move vax-specific microcode install stuff into etc.vax. 1996-10-26 08:12:09 +00:00
games Use ${INSTALL}. 1996-10-18 02:48:24 +00:00
gnu Fix missing "#ifdef LOCALID" from pr#2876 1996-10-21 07:00:06 +00:00
include Fix typo: _POSIX_SSIZE_MAX was set to wrong value 1996-10-21 05:10:50 +00:00
lib pull up from libkern: 1996-10-24 23:47:27 +00:00
libexec Use ${INSTALL}. 1996-10-18 05:45:01 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Fix PR/2884: Change default for nfs mounts to not do a connect on the 1996-10-27 21:18:03 +00:00
share Reference the cd, sd, and st man pages 1996-10-22 21:40:48 +00:00
sys * Fix a few wrong fallthroughs in switch cases: 1996-10-28 08:43:18 +00:00
usr.bin Be explicit about iostat transfer rate by displaying `KBps' instead of 1996-10-25 18:30:52 +00:00
usr.sbin Fix the get-a-shell hole, even if we are not currently open to that attack. 1996-10-25 22:07:53 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00