summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs/devfs_vnops.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.0.5_cvscvs2svn1995-06-101-1/+1
| | | | | | | 'RELENG_2_0_5_RELEASE'. This commit was manufactured to restore the state of the 2.0.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
| | | | Notes: svn path=/head/; revision=8876
* Submitted by: phkJulian Elischer1995-05-031-4/+25
| | | | | | | | | | 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. Notes: svn path=/head/; revision=8253
* Submitted by: phk@freebsd.orgJulian Elischer1995-04-201-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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; > } Notes: svn path=/head/; revision=7963
* Submitted by: julianJulian Elischer1995-04-201-1/+1
| | | | | | | | I did a cleanup on the code.. (why didn't I do that before I checked it in? I hear you ask..) Notes: svn path=/head/; revision=7957
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)Julian Elischer1995-04-201-0/+1362
Submitted by: julian@freebsd.org Obtained from: written from scratch Notes: svn path=/head/; revision=7946