Home | History | Annotate | Download | only in mount_tmpfs
History log of /src/sbin/mount_tmpfs/Makefile
RevisionDateAuthorComments
 1.5  11-Apr-2009  lukem Enable WARNS=4 by default except for:
dump dump_lfs fsck_ffs fsck_lfs fsdb mount_smbfs
newfs_ext2fs newfs_lfs resize_lfs setkey
 1.4  05-Aug-2008  pooka branches: 1.4.4;
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
 1.3  28-Jul-2008  pooka Install mount argument structure header just like every other file system.
 1.2  14-Dec-2007  christos branches: 1.2.4; 1.2.8;
- Use fattr.c functions instead of home brewed ones.
- Use new dehumanize number.
 1.1  10-Sep-2005  jmmv branches: 1.1.10; 1.1.12;
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@).
 1.1.12.1  27-Dec-2007  mjf Sync with HEAD.
 1.1.10.1  09-Jan-2008  matt sync with HEAD
 1.2.8.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.4.1  28-Sep-2008  mjf Sync with HEAD.
 1.4.4.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed