From owner-cvs-sys Wed Jan 24 10:12:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09272 for cvs-sys-outgoing; Wed, 24 Jan 1996 10:12:04 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09258 Wed, 24 Jan 1996 10:11:46 -0800 (PST) Date: Wed, 24 Jan 1996 10:11:46 -0800 (PST) From: Peter Wemm Message-Id: <199601241811.KAA09258@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys ptrace.h proc.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/24 10:11:40 Modified: sys/sys ptrace.h proc.h Log: proc.h: Add PHOLD()/PRELE() macros to ensure the U area is not swapped while doing ptrace/procfs in it. ptrace.h: uncomment PT_ATTACH/PT_DETACH, I am committing code to do this. Revision Changes Path 1.5 +1 -3 src/sys/sys/ptrace.h 1.19 +8 -1 src/sys/sys/proc.h