Cathy, One thing I noticed that doesn't seem right in the UV bits is the timestamps on /dev/net nodes. They seem to be at time 0:
# ls -l /dev/net total 0 crw-rw-rw- 1 root sys 58, 1 Dec 31 1969 net0 I'd think they should have the time they were created, like the /dev/pts nodes do. I suspect this is just a matter of setting va_atime, va_mtime and va_ctime in devnet_create_rvp(). -- meem
