summaryrefslogtreecommitdiff
path: root/sys/alpha/include/ptrace.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-1/+1
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-10/+1
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.John Baldwin2001-08-211-0/+2
* Remove redundant declarations of functions that are declared inJohn Baldwin2001-08-181-2/+0
* Prototype the ptrace_*()David E. O'Brien2001-08-161-0/+4
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-081-6/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make ptrace work.Doug Rabson1998-07-151-1/+4
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-0/+53