From owner-svn-src-head@FreeBSD.ORG Sat Oct 25 02:21:46 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9490B614 for ; Sat, 25 Oct 2014 02:21:46 +0000 (UTC) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A5DAEC9 for ; Sat, 25 Oct 2014 02:21:45 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id u10so3695846lbd.1 for ; Fri, 24 Oct 2014 19:21:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=IvbLD0YpZF2UHRGMP+nVo/jDVEM0SHVubs5JOuRsFTo=; b=mY3WaQKNAcNVaSzKJlb4/F9kNT+TzrvySAaq1yzhOC+vANoPLVbH5Ml1WULw1vFvop lT30YTSNzkVvTR9k1RSsfbOcxTKT6YclHIUjkaAT7hny6UuDGWze0920vQFgA+eH1M5a /znIreegNvdPGjTYdtpOpHvQdcAUXbhGk3zVVOU8BMFMuB4xxFreLY/d7Xli2mFvBnEy 7JQGx9L8AxIU+LaKUt5L5N1RD74WP97+HuCt9nEFKnTa8Aub3aeXBLMb36WgbzE8ZTVj ddbQkcT+LtclweFMHdtXppgfOu/KNbcwhfxDdtiDEi6VpBZVavFHer76op4UC8kezD6q 1X1g== X-Gm-Message-State: ALoCoQkG8BvSnrfpj9LDPWV3WeKPZ3Yik4k49MckdE5t8oZeY+LlLTD+Fd1/8fzKjj3SLiAa51op X-Received: by 10.152.5.129 with SMTP id s1mr8186724las.59.1414203697777; Fri, 24 Oct 2014 19:21:37 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id je9sm2431544lac.6.2014.10.24.19.21.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 19:21:37 -0700 (PDT) Message-ID: <544B0930.8010004@freebsd.org> Date: Sat, 25 Oct 2014 06:21:36 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: John Baldwin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r273601 - head/lib/libc/gen References: <201410241955.s9OJtnbm014234@svn.freebsd.org> In-Reply-To: <201410241955.s9OJtnbm014234@svn.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 02:21:46 -0000 On 24.10.2014 23:55, John Baldwin wrote: > Author: jhb > Date: Fri Oct 24 19:55:49 2014 > New Revision: 273601 > URL: https://svnweb.freebsd.org/changeset/base/273601 > > Log: > Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores > were reimplemented using umtx in FreeBSD 9 and no longer use sem(4). sem kernel module referenced in sem(4) uses the same uipc_sem.c file as kernel's P1003_1B_SEMAPHORES option, so they both use the same code and better be cross-linked since sem(4) explains how to turn it on. -- http://ache.vniz.net/