freebsd-dev/sys/sparc64/include
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
..
_limits.h
ansi.h
asi.h Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
asmacros.h
atomic.h
bootinfo.h
bus.h
clock.h
cpu.h
cpufunc.h
db_machdep.h
elf.h Add an Elfhashelt type for sparc64. 2001-08-03 01:00:41 +00:00
endian.h
exec.h
fp.h Sigh. Add two files needed for the sparc64 fp contect switching code 2001-08-05 03:47:02 +00:00
frame.h
globaldata.h Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
globals.h
limits.h
md_var.h
mutex.h
param.h
pcb.h Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
pcpu.h Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
pmap.h Add a vm_object and page count to struct pmap for allocating tsb pages. 2001-08-06 02:19:52 +00:00
proc.h
pstate.h Add floating point context switching code for sparc64. 2001-08-04 18:55:15 +00:00
ptrace.h Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they 2001-08-08 05:25:15 +00:00
pv.h Move some code related to managing pv entries from the pmap module to 2001-08-03 01:27:15 +00:00
reg.h
resource.h
setjmp.h
signal.h
smp.h
stdarg.h
tlb.h Oops. Last commit to tsb.h should have gone here. 2001-08-06 02:21:53 +00:00
trap.h
tsb.h Fix macros for setting and extracting the context field in ttes and 2001-08-06 02:20:36 +00:00
tte.h Fix macros for dealing with tte contexts. 2001-08-06 02:24:18 +00:00
types.h
ucontext.h
vmparam.h The kernel runs at a much lower address now. 2001-08-06 02:24:52 +00:00