看板 DFBSD_commit 關於我們 聯絡資訊
commit 817a2fd9202facea9e37e861c90659595b48cdba Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Apr 7 09:34:43 2010 -0700 tmpfs - Add additional mount options * Add named mount options for guid, uid, mode (root inode) * Add named mount options ofr inodes, size, and maxfilesize. Submitted-by: Naoya Sugioka <naoya.sugioka@gmail.com> Summary of changes: sbin/mount_tmpfs/mount_tmpfs.8 | 18 ++++-- sbin/mount_tmpfs/mount_tmpfs.c | 131 +++++++++++++++++++++++++++++++++++----- share/man/man5/tmpfs.5 | 17 +++++- sys/vfs/tmpfs/tmpfs_args.h | 10 +++- sys/vfs/tmpfs/tmpfs_vfsops.c | 12 +++- 5 files changed, 162 insertions(+), 26 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/817a2fd9202facea9e37e861c90659595b48cdba -- DragonFly BSD source repository