Subject: found the bug
To: None <port-sun3@netbsd.org>
From: Gordon W. Ross <gwr@jericho.mc.com>
List: port-sun3
Date: 11/28/1994 14:40:36
I missed some changes in trap.c that were needed to properly
handle syscall arguments with the new syscall machinery.
This fixes a bug where any syscall with a quad_t argument
would be only partially copied into kernel space, resulting
in garbage arguments to the kernel function...
(This caused mmap to have a bogus file offset.)

The fix is checked-in and should appear after tonight's SUP scan.

Gordon