From owner-svn-src-head@FreeBSD.ORG Tue May 28 23:32:36 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8463068B for ; Tue, 28 May 2013 23:32:36 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5EFB529B for ; Tue, 28 May 2013 23:32:36 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb11so7090024pad.23 for ; Tue, 28 May 2013 16:32:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=k6GW0Hux/flVnW31a+L1QQyZ/T8kZB+uuzcvm7CWofk=; b=kMFCghv+K9n2BAizJdRZ85tN6gB84DCnyBD3SIZ5NxhXA6MlDB+TPaV0Tw5GNkLtOG KYhfSEO1icJbknd6aZLTWmJrcJkyZ7llywHJGVSBQBD2M+PjwRd4RgCJ2yYeYF6vPeRN p3xCK+K+OaU47YS8cqC+xpOht52t1YhxFm5m8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=k6GW0Hux/flVnW31a+L1QQyZ/T8kZB+uuzcvm7CWofk=; b=M22eqBRQv4wrpm6wblR5TdWmAQV5JwebgFIENFqzXRssafmuytQd4wr78hU1mWOgdl LceCuC/32bDlpd0kou2RYR4BJVe0jJf+ILlDX3KKuZDctUdWGkjQEEVa7U6oask+yWub 9uAPccrXND8izA25tQ1VhoQi4t7T3ak+rJF0zxsh52y7nwrzmPC2E86tje7UmJ7+di9l mSg1HN8LIRuC7XpCtwSeqOnir6EMgxYvc5mzR/dS0vna5cv8wNhATb85DuTlw0J4aXk+ AZRl84X7FwdRYcNXPh0YHQ1l8zz+TFiBbiPIeuhL4hdQ+53AFDDt/Q4yyOe7a0Ez3Jo/ XgCQ== X-Received: by 10.66.27.243 with SMTP id w19mr568266pag.180.1369783955776; Tue, 28 May 2013 16:32:35 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.84.100 with HTTP; Tue, 28 May 2013 16:32:05 -0700 (PDT) In-Reply-To: <201305282207.r4SM7We8065840@svn.freebsd.org> References: <201305282207.r4SM7We8065840@svn.freebsd.org> From: Eitan Adler Date: Wed, 29 May 2013 01:32:05 +0200 X-Google-Sender-Auth: OLR93XMwrA1_VpyS8IOX9mukG4g Message-ID: Subject: Re: svn commit: r251078 - head/bin/sleep To: Jilles Tjoelker Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnb0w9jYXib7ol/luN3oycvjxa3mf5Tq1p2WsaJR3lkFss6apy+bL8daSyOEweSGdQqw74P Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 28 May 2013 23:32:36 -0000 On 29 May 2013 00:07, Jilles Tjoelker wrote: > Author: jilles > Date: Tue May 28 22:07:31 2013 > New Revision: 251078 > URL: http://svnweb.freebsd.org/changeset/base/251078 > > Log: > sleep: Improve nanosleep() error handling: > > * Work around kernel bugs that cause a spurious [EINTR] return if a > debugger (such as truss(1)) is attached. The the fact that this is a workaround be noted in a comment so the code may be removed when the bug is fixed? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams