From owner-svn-src-all@FreeBSD.ORG Thu Jul 2 19:39:02 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ED431065672; Thu, 2 Jul 2009 19:39:02 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2EB8FC0A; Thu, 2 Jul 2009 19:39:01 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: by bwz12 with SMTP id 12so1575915bwz.43 for ; Thu, 02 Jul 2009 12:39:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ndrEuxAO29SKVOA7S2kcI+zW7gi1BsKKzu+1GBZA/3I=; b=JShPX4W7OprOcMEh0YDV5aC+4aRbfS/cEXSX1F00s1U3YYlo+KyjwpcI0mU4V162dz ZyDBhIGUqjo8RPk8LTMhlss9R+Ttgb9vs8x4tFqe99YlvmsMiqFJxKBxqSko2jQtLFqD eqkuyS6xMZ5ysrP6GaGPGgNN09wl6q6qjPmZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=gLWbVz4LVxlVU9gu2XAnPkE4LpwXP1RslR2Cec17NhYhk78Z3+wo9R+PdO8/CH8OA2 AmG+bQEPL0KpAVV5o01ziLFRKHTVyDjqwo2nxky5gZP0+SzhCOANRKAsAxMoucKr5s6S eke4p47yWiz0YsiBEXDFon0CvWDAsQOWtOC64= MIME-Version: 1.0 Received: by 10.239.136.134 with SMTP id h6mr41002hbh.71.1246563540474; Thu, 02 Jul 2009 12:39:00 -0700 (PDT) Date: Thu, 2 Jul 2009 19:39:00 +0000 Message-ID: From: "b. f." To: svn-src-all@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ed@FreeBSD.org Subject: Re: svn commit: r195295 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2009 19:39:02 -0000 > Enable POSIX semaphores on all non-embedded architectures by default. Are you claiming, then, that the warning regarding this option in src/sys/conf/NOTES is outdated and no longer accurate? If so, shouldn't the warning be removed? Or are there still reasons for caution? b.