From owner-freebsd-questions@FreeBSD.ORG Mon Feb 25 10:28:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90AC316A400 for ; Mon, 25 Feb 2008 10:28:39 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 22D1213C46E for ; Mon, 25 Feb 2008 10:28:38 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so802458uge.37 for ; Mon, 25 Feb 2008 02:28:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=VN1fwnOBCKvlIDCOLPjupGOqnj3pbVNBFqg2ntxA76o=; b=bNMTbcFWLF9sO5SQhG2aoRwYuIlL4ljzi5zsEMxnc6AAGfYkBiviFSCLuAGFOUCw0jaTXkJy7vOxsd+BWYDVwYOT1sVYxMrX08en6H2p89Ksz/FkqamLQmdz+OaUT0iUgF97YOgpbPWTMvGli2LvAxI8igLf/LdjbgCx+2n0Tr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=kZYsh304saA0oDXF/ZufQpDlVVPyuPFLodSPzawgr9KA2FKuL/pY4Zgbhw/x5kEIeXaosLFWWs9P7TVN13KyoB76aEUbcqKzO3W8JV/qKtq7T3BhBotUHNSIM63w3SNvrFahpxVYpDma2qgv/dcREMHw4FtjYlM93UbMAoaN/S0= Received: by 10.150.191.10 with SMTP id o10mr1012442ybf.84.1203935316773; Mon, 25 Feb 2008 02:28:36 -0800 (PST) Received: by 10.150.185.7 with HTTP; Mon, 25 Feb 2008 02:28:36 -0800 (PST) Message-ID: <1563a4fd0802250228k7800ddb9pa6b84041cb098433@mail.gmail.com> Date: Mon, 25 Feb 2008 15:58:36 +0530 From: "navneet Upadhyay" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Recursive mutex safe on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 10:28:39 -0000 can we use recursive mutex on 6.2 freebsd ??