NetBSD/sys
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
..
adosfs make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
arch * Fix a few wrong fallthroughs in switch cases: 1996-10-28 08:43:18 +00:00
compat make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
conf Bump NetBSD version to 1.2B (kernel interface changed) 1996-10-25 20:13:16 +00:00
ddb Make this compile with -Wcast-qual 1996-10-28 08:42:13 +00:00
dev update alpha_XXX_dmamap() invocations to match prototype. 1996-10-25 21:33:30 +00:00
ipkdb Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
isofs/cd9660 make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
kern Minor nit in my change regarding const and non-ansi code... 1996-10-27 21:50:33 +00:00
lib second and third args to scanc() (string and table) are not and should not 1996-10-24 23:50:31 +00:00
lkm Clean up changes to make sys/lkm build again 1996-10-22 19:43:13 +00:00
miscfs define path name string variables that we should not (and, thankfully, do 1996-10-25 21:57:58 +00:00
msdosfs make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
net -Wcast-qual cleanups. Don't discard 'const' when casting. 1996-10-25 22:15:54 +00:00
netccitt backout previous kprintf change 1996-10-13 02:10:01 +00:00
netinet In udp_output(), sanity check the length of the packet to be transmitted. 1996-10-25 06:35:16 +00:00
netiso backout previous kprintf change 1996-10-13 16:50:51 +00:00
netnatm backout previous kprintf change 1996-10-13 01:59:55 +00:00
netns backout previous kprintf change 1996-10-13 01:59:55 +00:00
nfs make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
scsi * At least the Teac FC-1 Shugart-SCSI bridgeboard does motor on/off 1996-10-23 07:25:39 +00:00
stand backout previous kprintf change 1996-10-12 22:14:10 +00:00
sys Clarify the purpose of this file (user-level code only). 1996-10-27 19:27:54 +00:00
ufs revert previous kprintf changes 1996-10-12 21:58:44 +00:00
vm Minor nit in my change regarding const and non-ansi code... 1996-10-27 21:50:33 +00:00
Makefile enable lkm on non alpha/mips platforms. 1996-10-20 23:03:07 +00:00