freebsd-dev/sys/powerpc/aim
Peter Wemm 2aca0c28d3 Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they
are a really nasty interface that should have been killed long ago
when 'ptrace(PT_[SG]ETREGS' etc came along.  The entity that they
operate on (struct user) will not be around much longer since it
is part-per-process and part-per-thread in a post-KSE world.

gdb does not actually use this except for the obscure 'info udot'
command which does a hexdump of as much of the child's 'struct user'
as it can get.  It carries its own #defines so it doesn't break
compiles.
2001-08-08 05:25:15 +00:00
..
clock.c Fix comment breakage. 2001-06-27 12:20:48 +00:00
locore.S Fix comment breakage. 2001-06-27 12:20:48 +00:00
machdep.c Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they 2001-08-08 05:25:15 +00:00
mmu_oea.c Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel 2001-07-27 01:08:59 +00:00
ofw_machdep.c Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
ofwmagic.S Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
swtch.S Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
trap.c Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. 2001-06-29 19:51:37 +00:00
vm_machdep.c Move vm_page_zero_idle() from machine-dependant sections to a 2001-07-05 01:32:42 +00:00