NetBSD/sys/arch/shark
jmmv 38b7aff676 Replace usages of bcopy:
- Use memmove to copy memory blocks that are likely to overlap.  Fixes
  some rendering problems in programs that use, for example, the "insert
  rows" feature.  This was reproducible with sysinst as explained here:
  http://mail-index.netbsd.org/tech-install/2007/07/29/0000.html
- Use memcpy in situations where the blocks cannot overlap.
2007-07-29 18:01:11 +00:00
..
compile
conf Disable the mouse driver during installation. Not needed. 2007-07-29 15:14:08 +00:00
include Generic soft interrupts are mandatory. 2007-07-14 21:48:17 +00:00
isa Rewrite the ARM mutex implementation to be of the simple-mutex variety. 2007-03-09 19:21:57 +00:00
ofw Nuke traces of PCI. Minor cosmetic clean ups. 2007-06-03 01:52:54 +00:00
shark Replace usages of bcopy: 2007-07-29 18:01:11 +00:00
stand
Makefile