freebsd-dev/sys/miscfs
Julian Elischer e9ee430593 really stupid mistake that stopped devices from appearing on the fly in mounted
DEVFS filesystems..

- 		if ( error = dev_add_name(child->name,parent->dnp
+ 		if ( error = dev_add_name(child->name,falias->dnp

Ok bruce, this is the one you were seeing..
1996-02-18 07:29:53 +00:00
..
deadfs staticize. 1995-12-02 17:14:34 +00:00
devfs really stupid mistake that stopped devices from appearing on the fly in mounted 1996-02-18 07:29:53 +00:00
fdesc Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
fifofs Kill XNS. 1996-02-13 18:16:31 +00:00
kernfs another case where cdevsw becoming a pointer makes it neccesary to 1995-12-14 18:26:55 +00:00
nullfs Staticize. 1995-12-11 09:24:58 +00:00
portal Kill XNS. 1996-02-13 18:16:31 +00:00
procfs add ruid and rgid to file 'status' 1996-02-02 05:19:20 +00:00
specfs I have some problem here, which shows up in the ahc0 driver. It isn't where 1996-01-01 20:20:45 +00:00
umapfs Staticize. 1995-12-11 09:24:58 +00:00
union Added prototypes. 1995-12-03 14:54:48 +00:00