NetBSD/sys/ufs
rvb 7e0aabe421 Remove v_type != DIR check. First, vn_readdir already does
this check, before calling VOP_READDIR.  Second, vn_readdir
returns a different error even.  Finally, some FS's might
want to write their directories into files that look like
BSD directories and then have ufs_readdir parse them.
1998-08-30 00:16:04 +00:00
..
ext2fs bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:15:38 +00:00
ffs Back out part of last change (uninitialized work-around). 1998-08-18 18:15:41 +00:00
lfs Add some braces to make egcs happy. 1998-08-25 04:43:46 +00:00
mfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
ufs Remove v_type != DIR check. First, vn_readdir already does 1998-08-30 00:16:04 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00