From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 2 17:30:46 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 945E516A40F for ; Sun, 2 Jul 2006 17:30:46 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427B243FF1 for ; Sun, 2 Jul 2006 17:30:40 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.7/8.13.7) with ESMTP id k62HU91s005296 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 2 Jul 2006 19:30:19 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k62HU4pL005282 for emulation@freebsd.org; Sun, 2 Jul 2006 19:30:04 +0200 (CEST) Date: Sun, 2 Jul 2006 19:29:59 +0200 From: Divacky Roman To: emulation@freebsd.org Message-ID: <20060702172959.GA4941@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: Subject: [PATCH]: set_thread_area() implementation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:30:46 -0000 Hi, I made a patch which implementes set_threa_area() syscall in linux emulation layer. to test pls apply: www.stud.fit.vutbr.cz/~xdivac02/tls1.patch and www.stud.fit.vutbr.cz/~xdivac02/tls2.patch This syscall is used for TLS implementation in linux. TLS is used by NPTL which currently doesnt run because of missing TID stuff and futexes (I am working on it). I am able to pass tls_tst test (www.stud.fit.vutbr.cz/~xdivac02/tls_test.c) pls if you can test this do it so Alexander can commit that thnx roman ---------------------- www.liberalnistrana.cz