NetBSD/sys/arch/atari/atari
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
..
atari_init.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
autoconf.c Apply MI softintr(9) patch before it becomes rotten. Untested. 2007-03-21 10:56:26 +00:00
be_bus.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
bus.c Change bus_space_handle_t from void * (formerly caddr_t) to u_long 2007-03-06 14:42:44 +00:00
conf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
device.h
disksubr.c Replace the myriad copies of bounds_check_with_label() with a single MI 2006-11-25 11:59:55 +00:00
dkbad.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
fpu.c bare asm -> __asm 2005-12-24 22:45:33 +00:00
genassym.cf Adapt to the merge of the yamt-idlelwp branch. 2007-05-18 22:58:51 +00:00
intr.c Apply MI softintr(9) patch before it becomes rotten. Untested. 2007-03-21 10:56:26 +00:00
intr.h
intrcnt.h
le_bus.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
locore.s Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 2007-06-12 03:34:28 +00:00
machdep.c curlwp can't be NULL so no need to check it. 2007-05-21 15:22:21 +00:00
mainbus.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
mem.c Remove an unnecessary cast. 2007-03-06 13:53:32 +00:00
pmap.c From pmap_motorols,c: 2007-05-22 05:05:32 +00:00
stalloc.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
stalloc.h
trap.c Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 2007-06-12 03:34:28 +00:00
vectors.s merge ktrace-lwp. 2005-12-11 12:16:03 +00:00