From owner-cvs-sys Wed Oct 16 16:14:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14031 for cvs-sys-outgoing; Wed, 16 Oct 1996 16:14:19 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA13976; Wed, 16 Oct 1996 16:14:04 -0700 (PDT) Date: Wed, 16 Oct 1996 16:14:04 -0700 (PDT) From: Julian Elischer Message-Id: <199610162314.QAA13976@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/16 16:14:03 Modified: sys/miscfs/devfs devfs_vnops.c Log: actually impliment permissions for teh chown/chmod/etc functions that resemble what the man pages say. also fix braino (type last week) Revision Changes Path 1.30 +88 -31 src/sys/miscfs/devfs/devfs_vnops.c