Home | History | Annotate | Download | only in common
History log of /src/tests/fs/common/fstest_puffs.c
RevisionDateAuthorComments
 1.14  03-Aug-2023  andvar fix typos in comments and one definition, mainly s/sucket/socket/.
 1.13  17-Jun-2020  kamil Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
via <rump/rump.h>.
 1.12  01-Feb-2019  mrg don't check the return value of execvp() for failure to call err().
assume if it returns at all something has failed.
 1.11  09-Sep-2013  pooka branches: 1.11.26;
Remove what looks like an outdated assert (there was something very sneaky
about this code, but my memory is fading ...)
 1.10  10-Feb-2011  njoly branches: 1.10.4; 1.10.10;
Do initialise allocated file system args structures for puffs and nfs
(fix some puffs tests failures with MALLOC_OPTIONS=J).
While here, detect and report args allocation failure.

ok from pooka.
 1.9  07-Jan-2011  pooka branches: 1.9.2;
Don't panic if "unnecessary" dir already exists.
(helpful when running the test without atf-run)
 1.8  07-Jan-2011  pooka Add a puffs-p2k-ffs file system type to automated tests. Inspired
by the file handle problem in p2k.
 1.7  29-Dec-2010  yamt don't assume atomic read/write on socketpair. puffs_kargs at least is
too large to assume atomic read/write. this makes some tests including
fs/puffs/t_basic pass on my environment.
 1.6  01-Nov-2010  pooka Make the shovel threads resilient to file server exit.
 1.5  31-Oct-2010  pgoyette Fix format strings so it builds on amd64
 1.4  31-Oct-2010  pooka Since rump implicit threads now bind to proc1 instead of proc0, we
need our shovel threads bound to proc1 instead of proc0 in order
to have access to the same set of descriptors as the implicit thread
which opens the fd in the rump kernel.

Also, sprinkle some printfs and make failure more dramatic.

fixes the puffs tests. pointed out by pgoyette.
 1.3  01-Sep-2010  pooka update to new rump lwp/proc interfaces
 1.2  30-Jul-2010  pooka Fold the puffs private and vfs tests mount/unmount routines together.
To achieve this, add a file system private parameter to the newfs
method (which will obviously not be used by vfs tests).

njoly ok
 1.1  29-Jul-2010  pooka Rename xfs.c to fstest_xfs.c to avoid collisions with other
source files with the name xfs.c

ok njoly
 1.9.2.1  17-Feb-2011  bouyer Sync with HEAD
 1.10.10.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.11.26.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed