NetBSD/sys/ufs
lukem 2bfd8a2678 More fixes from FreeBSD (with changes):
- Cast blk argument to lblktosize() to (off_t), to prevent 32 bit overflow.
  whilst almost every use in ffs used this for small blknos, there are
  potential issues, and it's safer this way.  (as discussed with chuq)
- Use 64bit (off_t) math to calculate if we have hit our freespace() limit.
  Necessary for coherent results on filesystems bigger than 0.5Tb.
- Use lblktosize() in blksize() and dblksize(), to make it obvious what's
  happening
- Remove sblksize() - nothing uses it
2001-08-31 03:15:45 +00:00
..
ext2fs heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
ffs More fixes from FreeBSD (with changes): 2001-08-31 03:15:45 +00:00
lfs disable mmap() for LFS until it is fixed. 2001-08-24 06:42:46 +00:00
mfs use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
ufs heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00