From owner-cvs-all Fri Apr 5 7:27:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E5E137BACE; Fri, 5 Apr 2002 07:26:34 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g35FG8C12255; Fri, 5 Apr 2002 07:16:08 -0800 (PST) (envelope-from bde) Message-Id: <200204051516.g35FG8C12255@freefall.freebsd.org> From: Bruce Evans Date: Fri, 5 Apr 2002 07:16:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/04/05 07:16:08 PST Modified files: sys/fs/devfs devfs_vnops.c Log: Fixed assorted bugs in setting of timestamps in devfs_setattr(). Setting of timestamps on devices had no effect visible to userland because timestamps for devices were set in places that are never used. This broke: - update of file change time after a change of an attribute - setting of file access and modification times. The VA_UTIMES_NULL case did not work. Revs 1.31-1.32 were supposed to fix this by copying correct bits from ufs, but had little or no effect because the old checks were not removed. Revision Changes Path 1.37 +24 -21 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message