From owner-cvs-sys Tue Aug 13 00:21:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA26992 for cvs-sys-outgoing; Tue, 13 Aug 1996 00:21:54 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA26976; Tue, 13 Aug 1996 00:21:47 -0700 (PDT) Date: Tue, 13 Aug 1996 00:21:47 -0700 (PDT) From: Julian Elischer Message-Id: <199608130721.AAA26976@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c devfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/08/13 00:21:47 Modified: sys/miscfs/devfs devfs_tree.c devfs_vnops.c Log: symlink support in devfs. it only barely works so don't get too carried away.. I noticed that teh symlink is length 0.. I guess I'll fix that tomorrow.. it also sometimes panics with "cleaned vnode isn't" but it's not more broken than it was before.. I really want to go over it with someone who understands the lifecycle of a vnode better than I do.. terry? kirk? david? john? Revision Changes Path 1.28 +52 -27 src/sys/miscfs/devfs/devfs_tree.c 1.22 +44 -11 src/sys/miscfs/devfs/devfs_vnops.c