From owner-svn-src-all@FreeBSD.ORG Tue May 26 21:26:22 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFF8E8FC for ; Tue, 26 May 2015 21:26:22 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E2D7E79 for ; Tue, 26 May 2015 21:26:22 +0000 (UTC) (envelope-from joerg@britannica.bec.de) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/auYssS93lfoVC/9k X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-2-202-27-21.web.vodafone.de [2.202.27.21]) by smtp.strato.de (RZmta 37.6 DYNA|AUTH) with ESMTPSA id L04216r4QLPwTCK (using TLSv1 with cipher AES256-SHA (256 bits)) (Client did not present a certificate) for ; Tue, 26 May 2015 23:25:58 +0200 (CEST) Received: by britannica.bec.de (sSMTP sendmail emulation); Tue, 26 May 2015 23:25:57 +0200 Date: Tue, 26 May 2015 23:25:57 +0200 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Subject: Re: svn commit: r283320 - head/sys/kern Message-ID: <20150526212557.GA28459@britannica.bec.de> References: <201505231909.t4NJ94ct032002@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201505231909.t4NJ94ct032002@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 26 May 2015 21:26:22 -0000 On Sat, May 23, 2015 at 07:09:04PM +0000, Konstantin Belousov wrote: > Author: kib > Date: Sat May 23 19:09:04 2015 > New Revision: 283320 > URL: https://svnweb.freebsd.org/changeset/base/283320 > > Log: > If thread requested to not stop on non-boundary, then not only > stopping signals should obey, but also all forms of single-threading. This sentence is messes up my English parser... Joerg