From owner-cvs-all Tue Sep 17 12:51:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B393037B401; Tue, 17 Sep 2002 12:51:10 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379C843E81; Tue, 17 Sep 2002 12:51:10 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8HJp3qa000013; Tue, 17 Sep 2002 15:51:03 -0400 (EDT) Date: Tue, 17 Sep 2002 15:51:03 -0400 (EDT) From: Daniel Eischen To: John Baldwin Cc: Archie Cobbs , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jonathan Mini Subject: Re: cvs commit: src/lib/libc/i386/gen signalcontext.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 17 Sep 2002, John Baldwin wrote: > > On 17-Sep-2002 Archie Cobbs wrote: > > Jonathan Mini writes: > >> mini 2002/09/16 20:11:07 PDT > >> > >> Added files: > >> lib/libc/i386/gen signalcontext.c > >> Log: > >> Add signalcontext(), which adds a signal frame to a ucontext_t. > > > > Where is this specified? Is there a man page? Or is this an > > internal-only function? > > Also, I thought Dan Eischen (sp?) said it needed to be defined with > as _signalcontext() rather than signalcontext() in a message from > yesterday? (Which implies that this is a private function.) Jon committed the change to make it __signalcontext separately. This is a private function which is there to aid in making a signalframe in userland. The threads library(ies) will use this to install a signal frame on top of a thread's interrupted context. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message