From owner-freebsd-current Wed Mar 20 08:54:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14826 for current-outgoing; Wed, 20 Mar 1996 08:54:35 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA14810 for ; Wed, 20 Mar 1996 08:54:33 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id SAA15459; Tue, 19 Mar 1996 18:48:12 -0800 (PST) Message-Id: <199603200248.SAA15459@ref.tfs.com> Subject: Re: system running with DEVFS To: scrappy@ki.net (Marc G. Fournier) Date: Tue, 19 Mar 1996 18:48:12 -0800 (PST) From: "JULIAN Elischer" Cc: current@freebsd.org In-Reply-To: from "Marc G. Fournier" at Mar 19, 96 07:22:23 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > Hi... > > I don't know if anyone is actually using devfs yet, as mounted > onto /dev, but this afternoon I decided to try, and after some minor > modifications to pcvt_drv.c, got my system up and running. > what mods? > One thing I'm curious about, though, is: > > freebsd# ls -lt /devfs/log /dev/log > srw-rw-rw- 1 root wheel 0 Mar 19 19:11 /dev/log this is a socket.. > crw------- 2 root wheel 7, 0 Mar 19 19:11 /devfs/log and this is something totally different but I have no idea which is correct.... > > to duplicate this properly. you can't make a socket with devfs It's not a device.... > >