MFS - Use mmap() instead of malloc().
commite0efe3aefd5fa1b1f344d7e028558973b97c2acb
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 5 Sep 2009 23:17:10 +0000 (5 16:17 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 5 Sep 2009 23:17:10 +0000 (5 16:17 -0700)
tree4e9df4a14b49d51189c2c48b8b6707e0a2b4bf25
parenta5136825d043fae9ba378c3ef775c8941ca1040b
MFS - Use mmap() instead of malloc().

* mmap does not have the dataspace limitations which malloc does, allowing
  us to create a much larger MFS filesystem.
sbin/newfs/mkfs.c
sbin/newfs/newfs.c