NetBSD/sys/ufs
is ebe1c82eda Make the struct lfs 512 bytes long on 32bit machines whose compiler doesn't
align 32bit integers. Use explicit sized typing at some other places.

XXX This still won't fix lfs for 64bit machines, as we have some
assumptions about sizeof(pointer)=sizeof(u_int32_t) in here, and (if I
looked right) a misaligned u_int64_t. The right fix (to cite cgd) will
be to seperate on-disk-representation from in-core, but I don't have
the time (at the moment) to do this.
1996-12-05 19:01:46 +00:00
..
ffs Performance enhancement from Kirk McKusick <mckusick@McKusick.COM>: 1996-11-06 03:02:59 +00:00
lfs Make the struct lfs 512 bytes long on 32bit machines whose compiler doesn't 1996-12-05 19:01:46 +00:00
mfs revert previous kprintf changes 1996-10-12 21:58:44 +00:00
ufs revert previous kprintf changes 1996-10-12 21:58:44 +00:00