From owner-cvs-src@FreeBSD.ORG  Wed Jul 30 11:06:09 2003
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B21EB37B401; Wed, 30 Jul 2003 11:06:09 -0700 (PDT)
Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AD78A43F3F; Wed, 30 Jul 2003 11:06:08 -0700 (PDT)
	(envelope-from eischen@vigrid.com)
Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4])
	by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6UI68ax021315;
	Wed, 30 Jul 2003 14:06:08 -0400 (EDT)
Date: Wed, 30 Jul 2003 14:06:08 -0400 (EDT)
From: Daniel Eischen <eischen@vigrid.com>
X-Sender: eischen@pcnet5.pcnet.com
To: Marcel Moolenaar <marcel@xcllnt.net>
In-Reply-To: <20030730173614.GA579@dhcp01.pn.xcllnt.net>
Message-ID: <Pine.GSO.4.10.10307301403380.19650-100000@pcnet5.pcnet.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: deischen@FreeBSD.org
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Jul 2003 18:06:10 -0000

On Wed, 30 Jul 2003, Marcel Moolenaar wrote:

> On Wed, Jul 30, 2003 at 07:50:12AM -0400, Daniel Eischen wrote:
> > On Tue, 29 Jul 2003, Marcel Moolenaar wrote:
> > 
> > > marcel      2003/07/29 23:38:35 PDT
> > > 
> > >   FreeBSD src repository
> > > 
> > >   Modified files:
> > >     sys/alpha/alpha      machdep.c 
> > >   Log:
> > >   In get_mcontext(), if we need to clear the return value, clear
> > >   FRAME_A3 as well. Otherwise swapcontext() will return -1.
> > 
> > Do this and the other alpha context changes fix [gs]etcontext?
> 
> Yes, AFAICT.

Excellent; thank you!  I have some alpha bits for libkse,
which wouldn't have a chance of working without [gs]etcontext
also working.

-- 
Dan Eischen