NetBSD/sys/arch/x68k
mhitch d2eac2f631 Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.
2007-06-12 03:34:28 +00:00
..
compile
conf Add pseudo-device agr to all GENERIC kernels where it might make sense 2007-06-04 08:55:18 +00:00
dev Make it compilable with FDDEBUG. 2007-05-20 10:52:40 +00:00
include Move declarations of m68k common functions 2007-05-21 16:37:03 +00:00
stand Remove a local block for readability. 2007-05-12 06:28:41 +00:00
usr.bin Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
usr.sbin merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
x68k Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 2007-06-12 03:34:28 +00:00
Makefile