From owner-svn-src-all@FreeBSD.ORG Mon Mar 18 14:22:12 2013 Return-Path: Delivered-To: svn-src-all@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 67E7161A; Mon, 18 Mar 2013 14:22:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 40571D9A; Mon, 18 Mar 2013 14:22:12 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 739B5B926; Mon, 18 Mar 2013 10:22:11 -0400 (EDT) From: John Baldwin To: Jilles Tjoelker Subject: Re: svn commit: r248446 - head/usr.bin/find Date: Mon, 18 Mar 2013 09:40:04 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201303172251.r2HMpw9U085037@svn.freebsd.org> In-Reply-To: <201303172251.r2HMpw9U085037@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201303180940.04749.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 18 Mar 2013 10:22:11 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 18 Mar 2013 14:22:12 -0000 On Sunday, March 17, 2013 6:51:58 pm Jilles Tjoelker wrote: > Author: jilles > Date: Sun Mar 17 22:51:58 2013 > New Revision: 248446 > URL: http://svnweb.freebsd.org/changeset/base/248446 > > Log: > find: Include nanoseconds when comparing timestamps of files. > > When comparing to the timestamp of a given file using -newer, -Xnewer and > -newerXY (where X and Y are one of m, c, a, B), include nanoseconds in the > comparison. > > The primaries that compare a timestamp of a file to a given value (-Xmin, > -Xtime, -newerXt) continue to compare times in whole seconds. > > Note that the default value 0 of vfs.timestamp_precision almost always > causes the nanoseconds part to be 0. However, touch -d can set a timestamp > to the microsecond regardless of that sysctl. There are also several NFS servers that use sub-second timestamps by default. -- John Baldwin