From owner-cvs-sys Fri Oct 11 17:09:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA07796 for cvs-sys-outgoing; Fri, 11 Oct 1996 17:09:05 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA07683; Fri, 11 Oct 1996 17:07:56 -0700 (PDT) Date: Fri, 11 Oct 1996 17:07:56 -0700 (PDT) From: Julian Elischer Message-Id: <199610120007.RAA07683@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/10/11 17:07:55 Modified: sys/miscfs/devfs devfs_vnops.c Log: reads and writes to devices update m and a times add some security onn the chmod/chown operations should now be root or owner (still needs more thought but kinda-plugs tow holes pointed out by bde) Revision Changes Path 1.28 +9 -3 src/sys/miscfs/devfs/devfs_vnops.c