From owner-freebsd-current Mon Mar 10 11:53:46 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8AF437B401; Mon, 10 Mar 2003 11:53:44 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB22243FBD; Mon, 10 Mar 2003 11:53:43 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003031019534200100j9o1te>; Mon, 10 Mar 2003 19:53:42 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA06831; Mon, 10 Mar 2003 11:53:41 -0800 (PST) Date: Mon, 10 Mar 2003 11:53:40 -0800 (PST) From: Julian Elischer To: David Schultz Cc: Ivan Voras , freebsd-current@FreeBSD.ORG Subject: Re: KSE test code? In-Reply-To: <20030310192239.GA2516@HAL9000.homeunix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 10 Mar 2003, David Schultz wrote: > Thus spake Ivan Voras : > > Is there any example code available that just tests (a "proof of > > concept"-like) the KSE system on FreeBSD 5-current? > > See src/tools/KSE/ksetest. also the library is mostly working so: cd /usr/lib/libpthreads make make install This installs a libkse which, when we are happy with it will become libpthreads, but until then it has this special name.. get some test threads programs and link with -lkse remember to disable -pthreads see what happens. There is a fix for ^Z being committed in the next day or so.. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message