Received: by mail.netbsd.org (Postfix, from userid 0) id 6B68263B1B6; Thu, 3 Dec 2009 12:16:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0F76063B1A4 for ; Thu, 3 Dec 2009 12:16:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DA2F9175DD; Thu, 3 Dec 2009 12:16:36 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 3 Dec 2009 12:16:36 +0000 From: Antti Kantee Subject: CVS commit: src/sys/rump/librump/rumpkern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091203121636.DA2F9175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: pooka Date: Thu Dec 3 12:16:36 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: Soft-fail xcall thread creation to make RUMP_THREADS=0 work again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpkern/threads.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.