From owner-cvs-sys Sat Sep 9 05:52:03 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16112 for cvs-sys-outgoing; Sat, 9 Sep 1995 05:52:03 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16095 ; Sat, 9 Sep 1995 05:51:59 -0700 Date: Sat, 9 Sep 1995 05:51:59 -0700 From: Julian Elischer Message-Id: <199509091251.FAA16095@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/09 05:51:58 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c Log: More hacking on devfs.. I can now do an mv on devices and directories in devfs This was the hardest part.. link, delete and symlink will follow in short order. This code works but has definitly got vnode locking problems I am electing to get the structure of it working before spending too much time on the vnode confusion so it's probably not reliable at the moment.. never-the less it looks good. :)