rgrimes
c86f0c7a71
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
julian
bf92084d76
Submitted by: phk
...
if the 'time on a node is 0,..
tell the world it is the same as 'boottime'.
This is becasue 'time' is not set up when we create the nodes,
so we can't set them then.
1995-05-03 23:04:26 +00:00
julian
da48483dba
Submitted by: phk@freebsd.org
...
Reviewed by: Julian
fixes the 'find' anomaly mentionned in the README
(hmm I guess I should fix that too..)
diff -r1.2 devfs_vnops.c
905a906
> dirent.d_type = DT_DIR;
914a916
> dirent.d_type = DT_DIR;
920a923,941
> switch(name_node->dnp->type) {
> case DEV_BDEV:
> dirent.d_type = DT_BLK;
> break;
> case DEV_CDEV:
> dirent.d_type = DT_CHR;
> break;
> case DEV_DDEV:
> dirent.d_type = DT_SOCK; /*XXX*/
> break;
> case DEV_DIR:
> dirent.d_type = DT_DIR;
> break;
> case DEV_SLNK:
> dirent.d_type = DT_LNK;
> break;
> default:
> dirent.d_type = DT_UNKNOWN;
> }
1995-04-20 22:00:05 +00:00
julian
fc2ca630c7
Submitted by: julian
...
I did a cleanup on the code..
(why didn't I do that before I checked it in? I hear you ask..)
1995-04-20 07:34:55 +00:00
julian
52ea19b9e2
Reviewed by: no-one yet, but nonintrusive until configed in.. :)
...
Submitted by: julian@freebsd.org
Obtained from: written from scratch
1995-04-20 03:31:34 +00:00