From owner-cvs-usrbin Thu Sep 19 20:37:21 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA08951 for cvs-usrbin-outgoing; Thu, 19 Sep 1996 20:37:21 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA08914; Thu, 19 Sep 1996 20:37:14 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id NAA00770; Fri, 20 Sep 1996 13:34:12 +1000 Date: Fri, 20 Sep 1996 13:34:12 +1000 From: Bruce Evans Message-Id: <199609200334.NAA00770@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, nate@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/ar archive.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: usr.bin/ar archive.c > Log: > More ts_nse -> tv_nsec changes following the kernel changes I made earlier. Grepping /usr/src shows ts_nsec's in mtree, newlfs, restore and fsdb, and several places that lose resolution using TIMESPEC_TO_TIMEVAL() (e.g., `cp -p' does well to preserve timestamps to a resolution of 1 microsecond although ufs only stamps times to a resolution of 1 second, but `cp -p' can't simply preserve timestamps since there is no suitable system call). Bruce