diff options
author | jilles <jilles@FreeBSD.org> | 2013-03-17 22:51:58 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2013-03-17 22:51:58 +0000 |
commit | 960294c20051941b358bdc3d71e05fa682614d6f (patch) | |
tree | acb41cfcc47f74460505dadbb11a5025aede736f /sys/amd64 | |
parent | 2a3e1335af62a2ac1465820fcb08d501a3db1935 (diff) | |
download | FreeBSD-src-960294c20051941b358bdc3d71e05fa682614d6f.zip FreeBSD-src-960294c20051941b358bdc3d71e05fa682614d6f.tar.gz |
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.
MFC after: 1 week
Diffstat (limited to 'sys/amd64')
0 files changed, 0 insertions, 0 deletions