From owner-p4-projects@FreeBSD.ORG Mon Apr 28 11:30:31 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 07B9C37B405; Mon, 28 Apr 2003 11:30:31 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC7C37B401 for ; Mon, 28 Apr 2003 11:30:30 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id F380A43FBD for ; Mon, 28 Apr 2003 11:30:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1369 invoked from network); 28 Apr 2003 18:30:34 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 28 Apr 2003 18:30:34 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3SIUQOv015673; Mon, 28 Apr 2003 14:30:27 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200304252302.h3PN23r2008772@repoman.freebsd.org> Date: Mon, 28 Apr 2003 14:30:32 -0400 (EDT) From: John Baldwin To: Peter Wemm cc: Perforce Change Reviews Subject: RE: PERFORCE change 29745 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 18:30:32 -0000 On 25-Apr-2003 Peter Wemm wrote: > http://perforce.freebsd.org/chv.cgi?CH=29745 > > Change 29745 by peter@peter_daintree on 2003/04/25 16:01:39 > > Add a pcb flag to indicate that a full trapframe restore > is required, even from syscall.. eg: a sigreturn(2). > I'm not sure if this is the right place for it. mdthread > perhaps? Anyway, it'll do for now. mdthread sounds right. Alpha uses a flags field on the trapframe to accomplish this: sys/alpha/include/frame.h #define FRAME_FLAGS 27 #define FRAME_FLAGS_SYSCALL 1 /* partial frame for syscalls */ -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/