freebsd-src/sys/sparc64/sparc64
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
..
autoconf.c
clock.c
db_disasm.c
db_interface.c
db_trace.c
elf_machdep.c
exception.S Add trap handlers for dmmu faults from user mode, and for faults from 2001-08-06 02:26:04 +00:00
exception.s Add trap handlers for dmmu faults from user mode, and for faults from 2001-08-06 02:26:04 +00:00
fp.c Sigh. Add two files needed for the sparc64 fp contect switching code 2001-08-05 03:47:02 +00:00
genassym.c Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
locore.S Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
locore.s Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
machdep.c Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they 2001-08-08 05:25:15 +00:00
pmap.c Handle managed and unmanaged mapping better. Allocate an vm object for 2001-08-06 02:27:34 +00:00
procfs_machdep.c
pv.c Remove some debug code. 2001-08-06 02:27:59 +00:00
support.S Save the primary mmu context around calls to the prom, and install 2001-08-06 02:29:13 +00:00
support.s Save the primary mmu context around calls to the prom, and install 2001-08-06 02:29:13 +00:00
swtch.S Handle switching switching mmu contexts and mapping the new primary tsb. 2001-08-06 02:31:30 +00:00
swtch.s Handle switching switching mmu contexts and mapping the new primary tsb. 2001-08-06 02:31:30 +00:00
sys_machdep.c
trap.c Add page fault and high level tsb miss handlers. 2001-08-06 02:32:38 +00:00
tsb.c Handle dmmu protection faults as well as misses. Enable tracking of 2001-08-06 02:34:20 +00:00
upa.c
vm_machdep.c Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00