From owner-cvs-src@FreeBSD.ORG Wed Jul 30 22:27:01 2003 Return-Path: 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 800EC37B401; Wed, 30 Jul 2003 22:27:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D88243F93; Wed, 30 Jul 2003 22:27:01 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V5R00U017102; Wed, 30 Jul 2003 22:27:00 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V5R0tQ017101; Wed, 30 Jul 2003 22:27:00 -0700 (PDT) Message-Id: <200307310527.h6V5R0tQ017101@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 30 Jul 2003 22:27:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 05:27:02 -0000 marcel 2003/07/30 22:27:00 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c Log: In set_mcontext(), store the (user) stack pointer and the thread pointer in the PCB of the corresponding thread if it's not the current thread. This is needed for thr_create() to setup the newly created thread from the context provided by the application. This commit finalizes supporting libthr. Revision Changes Path 1.211 +3 -0 src/sys/alpha/alpha/machdep.c