看板 DFBSD_commit 關於我們 聯絡資訊
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