From owner-svn-src-all@freebsd.org Sun Dec 27 20:05:28 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67B6AA5232A; Sun, 27 Dec 2015 20:05:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com [IPv6:2607:f8b0:400e:c00::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD3F1758; Sun, 27 Dec 2015 20:05:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x22e.google.com with SMTP id q63so66969349pfb.0; Sun, 27 Dec 2015 12:05:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qYpQWQnp58DoltxSZDlR/0YjUvYCqKxmM3NG14i0DNg=; b=QpoON1MBZXcVOa3yBwd+CfNUMpSWZIxSGBuRCogmTvpKJzFhhA5xxhqunfF+xtnSpZ JLyRCUjvr1hLmh0FIrxibWnvlaQW+Czdf0vR9/MTwtxUmpZ+8n6/16/aI26a4AobkWsZ ebXZqnwfmfVDbbKogZK2e70zSdYEnKLDWbsGjJTJ2mAb8D5hEyvUgYiaWC2Y0fQ8wpcu bbE6uoZk5+CXRWULWcrE4Ai9Y1ShCecGR3uNrBQYxQcPRxt6WU3bXrfd/x+vD28A4WGD 1QyOTkxbywvtRrMjz0C7j1pL4Cdj15QDQetsHDEfxOd2c32yEKJ77vqxVWKPn0B5Y84N /kWA== X-Received: by 10.98.68.146 with SMTP id m18mr50942527pfi.77.1451246727842; Sun, 27 Dec 2015 12:05:27 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:fd97:b044:5389:fa9b? ([2601:601:800:126d:fd97:b044:5389:fa9b]) by smtp.gmail.com with ESMTPSA id q27sm27981560pfi.83.2015.12.27.12.05.25 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Dec 2015 12:05:26 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r292777 - in head: lib/libc/sys sys/kern From: NGie Cooper In-Reply-To: <20151227193046.GE4535@zxy.spb.ru> Date: Sun, 27 Dec 2015 12:05:24 -0800 Cc: Ian Lepore , Dmitry Chagin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <8D7D617E-FF9E-4D74-87CB-1F3EE65D108A@gmail.com> References: <201512271537.tBRFb7nN095297@repo.freebsd.org> <1451236237.1369.9.camel@freebsd.org> <20151227184101.GG70867@zxy.spb.ru> <1451243810.1369.10.camel@freebsd.org> <20151227193046.GE4535@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.2104) 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: Sun, 27 Dec 2015 20:05:28 -0000 > On Dec 27, 2015, at 11:30, Slawa Olhovchenkov wrote: =E2=80=A6 >> I have no idea what you mean by that -- I didn't say anything at all >> about panic. >=20 > As I understund commit log -- this is prevent kernel panic at some > call (with illegal arguments). This accpetable irrelevant to bugs in > calling code. This also makes us POSIX compliant and more compatible with = Linux: = http://pubs.opengroup.org/onlinepubs/007908799/xsh/clock_settime.html = (search for =E2=80=9Cnegative=E2=80=9D). Thanks kib! -NGie=