From owner-freebsd-threads@FreeBSD.ORG Mon Mar 29 10:42:52 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6486B16A4CF for ; Mon, 29 Mar 2004 10:42:52 -0800 (PST) Received: from rms04.rommon.net (rms04.rommon.net [212.54.2.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1F743D3F for ; Mon, 29 Mar 2004 10:42:51 -0800 (PST) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h81.vuokselantie10.fi [193.64.42.129]) by rms04.rommon.net (8.12.9p1/8.12.9) with ESMTP id i2TIgncM057658 for ; Mon, 29 Mar 2004 21:42:49 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <40686E29.1070801@he.iki.fi> Date: Mon, 29 Mar 2004 21:42:49 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-threads@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: thread syscalls X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 18:42:52 -0000 Are the thread syscalls expected to change again from 5.2 to 5.3 so statically linked binaries will break or are they expected to work alright? Is there a way to partially link binaries so libraries like libc and libkse would be dynamically linked but everything else would be contained with the executable? Pete