freebsd-dev/sys/fs
Bruce Evans 96eb19e1a3 Quick fix for type mismatches which were fatal if longs aren't 32
bits.  We used a private, wrong, version of `struct dirent' to help
break getdirentries(), and we use a silly check that the size of this
struct is a power of 2 to help break mount() if getdirentries() would
not work.  This fix just changes the struct to match `struct dirent'
(except for the name length).
1998-07-07 04:08:44 +00:00
..
cd9660 There is no such thing any more as "struct bdevsw". 1998-07-04 22:30:26 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs Avoid a 64-bit division in fdesc_readdir(). Fixed related overflows 1998-06-14 08:46:41 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
msdosfs VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
nullfs VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
portalfs Make these files compile. 1998-06-10 21:21:31 +00:00
procfs Quick fix for type mismatches which were fatal if longs aren't 32 1998-07-07 04:08:44 +00:00
specfs There is no such thing any more as "struct bdevsw". 1998-07-04 22:30:26 +00:00
umapfs VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
unionfs VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00