summaryrefslogtreecommitdiff
path: root/sys/alpha/include/ptrace.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypeKen Smith2004-07-131-1/+0
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-051-4/+0
* 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