Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 05:04:53 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <199912261304.FAA90808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/12/26 05:04:53 PST

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Use vfs_timestamp() instead of getnanotime() to set timestamps.  This
  fixee incoherency of pipe timestamps relative to file timestamps in
  the usual case where getnanotime() is not used for the latter.  (File
  and pipe timestamps are still incoherent relative to real time unless
  the vfs_timestamp_precision sysctl is set to 2 or 3).
  
  Revision  Changes    Path
  1.60      +5 -4      src/sys/kern/sys_pipe.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912261304.FAA90808>