]> Zhao Yanbai Git Server - minix.git/commit
Ground work for larger file systems, and miscellaneous fixes:
authorDavid van Moolenbroek <david@minix3.org>
Mon, 26 Oct 2009 13:35:39 +0000 (13:35 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 26 Oct 2009 13:35:39 +0000 (13:35 +0000)
commitbd30f2a98815f3b478445673c16a9335975fff56
tree9cc32df5fd562923b2b1e3ae37b2433f360f12d3
parent5920582bdedb741502afe0ab89b58a2568244c8b
Ground work for larger file systems, and miscellaneous fixes:
- MFS and mkfs(1) now perform extra sanity checks
- fsck(1) can now deal with inode tables extending beyond the file
  system's first 4GB
- badblocks(8) no longer writes out the superblock for no reason
- mkfs(1) no longer crashes when given no parameters
- more(1) no longer crashes when standard output is redirected
commands/simple/badblocks.c
commands/simple/fsck.c
commands/simple/mkfs.c
commands/yap/main.c
servers/mfs/super.c