From owner-freebsd-arch Sun Feb 10 21:38:29 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 841B837B404 for ; Sun, 10 Feb 2002 21:38:25 -0800 (PST) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.1/8.12.1) with ESMTP id g1B5cNP8026020; Mon, 11 Feb 2002 00:38:24 -0500 (EST) Date: Mon, 11 Feb 2002 00:38:23 -0500 (EST) From: Daniel Eischen To: Peter Wemm Cc: Dan Eischen , arch@FreeBSD.ORG Subject: Re: getsetcontext system call In-Reply-To: <20020207063613.C1C9839F1@overcee.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 6 Feb 2002, Peter Wemm wrote: > Daniel Eischen wrote: [ ... ] > > > > Is it OK to leave struct fpreg unchanged for now? > > To be quite honest, I think that's the right thing to do for now, until it > is clear what the "right" thing to do is. ptrace(2) isn't going to survive > KSE unscathed, so perhaps we need an enhanced ptrace interface at some point > that doesn't suffer from this kind of interface fragility. OK, done. Can I consider this reviewed and OK to be committed? Diffs with your comments incorporated are at the same place: http://people.freebsd.org/~deischen/ucontext/uc-sys.diffs http://people.freebsd.org/~deischen/ucontext/uc-libc.diffs One last question, I added a new file, kern/kern_context.c, that only has about 90 or so lines in it (including copyright and includes). I wasn't sure where it fit in, kern_proc.c or kern_sig.c perhaps(?). Let me know if it should be moved to one of these files or another existing file. Otherwise, I'll just leave it in kern_context.c. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message