DragonFly commits List (threaded) for 2009-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: MFS - Use mmap() instead of malloc().
commit e0efe3aefd5fa1b1f344d7e028558973b97c2acb
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sat Sep 5 16:17:10 2009 -0700
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.
Summary of changes:
sbin/newfs/mkfs.c | 175 ++++------------------------------------------------
sbin/newfs/newfs.c | 1 -
2 files changed, 13 insertions(+), 163 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e0efe3aefd5fa1b1f344d7e028558973b97c2acb
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]