From owner-cvs-src@FreeBSD.ORG Thu Apr 14 00:13:21 2005 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 0B6CE16A4CE; Thu, 14 Apr 2005 00:13:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CF643D4C; Thu, 14 Apr 2005 00:13:20 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3E0DKJe098494; Thu, 14 Apr 2005 00:13:20 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3E0DKX7098493; Thu, 14 Apr 2005 00:13:20 GMT (envelope-from peter) Message-Id: <200504140013.j3E0DKX7098493@repoman.freebsd.org> From: Peter Wemm Date: Thu, 14 Apr 2005 00:13:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/arch/i386/include pthread_md.h 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, 14 Apr 2005 00:13:21 -0000 peter 2005-04-14 00:13:20 UTC FreeBSD src repository Modified files: lib/libpthread/arch/i386/i386 pthread_md.c lib/libpthread/arch/i386/include pthread_md.h Log: Use the i386_set_gsbase() syscall if it is implemented in the kernel. This is a little hairy here because the allocation and usage of this functionality is split into two places in libpthread. Revision Changes Path 1.5 +33 -14 src/lib/libpthread/arch/i386/i386/pthread_md.c 1.14 +8 -2 src/lib/libpthread/arch/i386/include/pthread_md.h