History log of /netbsd-src/sbin/mount_tmpfs/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# ef685eee 11-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default except for:
dump dump_lfs fsck_ffs fsck_lfs fsdb mount_smbfs
newfs_ext2fs newfs_lfs resize_lfs setkey


# 99fed726 05-Aug-2008 pooka <pooka@NetBSD.org>

Refactor mount utilities to provide a mount_fs_parseargs() routine.
Use this routine both in mount_fs and rump_fs to provide equivalent
command line parameters and therefore usage interchangeability.

Refactor mount utilities to provide a mount_fs_parseargs() routine.
Use this routine both in mount_fs and rump_fs to provide equivalent
command line parameters and therefore usage interchangeability.
While doing this, combine some common mountgoop to mountprog.h

show more ...


# 97f4be43 28-Jul-2008 pooka <pooka@NetBSD.org>

Install mount argument structure header just like every other file system.


# 9e925a66 14-Dec-2007 christos <christos@NetBSD.org>

- Use fattr.c functions instead of home brewed ones.
- Use new dehumanize number.


# ec933656 10-Sep-2005 jmmv <jmmv@NetBSD.org>

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).

show more ...