From owner-freebsd-current Wed Oct 16 07:58:10 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA06973 for current-outgoing; Wed, 16 Oct 1996 07:58:10 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA06968 for ; Wed, 16 Oct 1996 07:58:03 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.6/8.7.3) id JAA04430 for current@freebsd.org; Wed, 16 Oct 1996 09:58:00 -0500 (CDT) Date: Wed, 16 Oct 1996 09:58:00 -0500 (CDT) From: Jim Lowe Message-Id: <199610161458.JAA04430@miller.cs.uwm.edu> To: current@freebsd.org Subject: Devfs update time Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When using the devfs filesystem, the times for the inode don't get updated. I beleive atime, ctime, and mtime need to be enabled for things in the devfs. The following example illustrates the problem: % touch `tty` touch: /dev/ttyp0: Inappropriate file type or format -Jim