Home | History | Annotate | Download | only in fs
History log of /src/regress/sys/fs/Makefile
RevisionDateAuthorComments
 1.9  14-May-2017  kamil Remove regress getdents test, obsoleted by ATF tests

There are ATF tests using rumpkernel to verify getdents:
- tests/fs/hfs/t_pathconvert
- tests/fs/kernfs/t_basic
- tests/fs/vfs/t_union
 1.8  20-Feb-2009  jmmv branches: 1.8.36;
Remove the kernel and ipf tests that have been converted to atf and now
live in the tests subtree.
 1.7  12-Nov-2007  jmmv branches: 1.7.14;
Convert the regress/sys/fs/tmpfs tests to the atf

This change converts all the existing regression tests in
regress/sys/fs/tmpfs to the new framework provided by atf. As a side
effect, this also moves all the tests programs in regress/sys/fs/tmpfs to
tests/fs/tmpfs.
 1.6  21-Sep-2006  reinoud branches: 1.6.8;
Add simple lseek() test on a standard file. Standard it runs on the
/var/log/messages file wich is most likely not interesting but the
regression test can work on every specified filingsystem by passing a file
on that filingsystem to it as argument.

It tests:
- initial position
- seeking absolute position
- seeking end
- seeking negative relative position

more can be added later.
 1.5  19-Dec-2005  rpaulo Descend into posix_fadvise/
 1.4  10-Sep-2005  jmmv 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.3  03-Oct-2004  yamt test getdents(2). currently fail on nfs.
 1.2  27-Jan-2002  thorpej Add a regression test for mkdir(2) and rmdir(2).
 1.1  10-Mar-1999  bouyer Makefile for filesystem regression tests subdir.
 1.6.8.1  09-Jan-2008  matt sync with HEAD
 1.7.14.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
 1.8.36.1  19-May-2017  pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)

RSS XML Feed