Bug 33300

Summary: -STABLE ptrace(2) implementation for i386 linux emulator
Product: Base System Reporter: ak03 <ak03>
Component: i386Assignee: Alexander Kabaev <kan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ak03 2001-12-29 16:40:01 UTC
	The patch below a -STABLE version of the ptrace patch I sent
	in another PR  i386/33299.

How-To-Repeat: 	Patch, regenerate files from i386/linux/syscalls.master and
	then either compile new module on kernel with COMPAT_LINUX.
	Note, that you will need patch in kern/sys_process.c if
	you want to debug threaded Linux binaries.
Comment 1 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2002-01-30 21:54:05 UTC
Responsible Changed
From-To: freebsd-bugs->des

I'm familiar with ptrace(2) and the linuxulator.
Comment 2 Gordon Tetlow freebsd_committer freebsd_triage 2002-10-16 16:31:26 UTC
Responsible Changed
From-To: des->marcel

des seems to be MIA and you took care of this in -CURRENT, mind taking 
a look at stable?
Comment 3 Alexander Kabaev freebsd_committer freebsd_triage 2003-01-02 20:47:53 UTC
Responsible Changed
From-To: marcel->kan

I submitted this PR originally. Assign this PR to me, per our agreement 
with Marcel.
Comment 4 Alexander Kabaev freebsd_committer freebsd_triage 2003-01-02 20:51:52 UTC
State Changed
From-To: open->closed

ptrace(2) has been MFCed.