aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ptrace.h
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).Robert Drehmel2003-10-091-0/+17
* Add or finish support for machine dependent ptrace requests. When weMarcel Moolenaar2003-08-151-0/+4
* Implement PT_IO (read / write arbitrary amounts of data or text).Dag-Erling Smørgrav2002-03-161-0/+16
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-1/+8
* Declare struct uio so consumers don't have to #include <sys/uio.h> unlessDag-Erling Smørgrav2001-11-031-0/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-7/+7
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-3/+21
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* GC unused prototype of ptrace_write_u().John Baldwin2001-08-211-1/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-081-2/+2
* - Move the prototype for proc_reparent from sys/ptrace.h to sys/proc.hJohn Baldwin2000-10-191-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* proc.h: Add PHOLD()/PRELE() macros to ensure the U area is not swappedPeter Wemm1996-01-241-3/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* Process tracing code. Written by Sean Eric Fagan.David Greenman1994-08-081-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+67