CVS commit: src/tests/fs/common

2020-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 1 14:42:03 UTC 2020 Modified Files: src/tests/fs/common: Makefile Log Message: LIBISPRIVATE=yes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/fs/common/Makefile Please note that diffs are no

CVS commit: src/tests/fs/common

2020-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 15 12:12:42 UTC 2020 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Hardcode a check for ZFS and too little free space in workdir to skip ZFS tests if the atf working directory is size restricted (ZFS has a

CVS commit: src/tests/fs/common

2019-01-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 20 14:50:58 UTC 2019 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: Call rump_pub_lwproc_newlwp() in the lfs cleaner thread to make its rump system calls all use the same lwp. Hopefully this will fix PR kern

CVS commit: src/tests/fs/common

2015-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 18:27:26 UTC 2015 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: Remove rubbish. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/fstest_lfs.c Please note that diffs a

CVS commit: src/tests/fs/common

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 29 19:19:43 UTC 2015 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Fix glaringly wrong indent. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tests/fs/common/h_fsmacros.h Please not

CVS commit: src/tests/fs/common

2015-03-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 24 23:22:47 UTC 2015 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: zfs tests don't actually need privileges. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tests/fs/common/h_fsmacro

CVS commit: src/tests/fs/common

2014-03-16 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Mar 16 10:28:03 UTC 2014 Modified Files: src/tests/fs/common: fstest_rumpfs.c Log Message: Retrict rumpfs to the provided size, like other filesystems. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/

CVS commit: src/tests/fs/common

2013-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 9 19:47:38 UTC 2013 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: Remove what looks like an outdated assert (there was something very sneaky about this code, but my memory is fading ...) To generate a

CVS commit: src/tests/fs/common

2013-07-02 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jul 2 15:00:55 UTC 2013 Modified Files: src/tests/fs/common: fstest_udf.c Log Message: Use the new extension to newfs_udf to generate a decent image for rump to work on instead of an FFS(!) version. To generate a diff of t

CVS commit: src/tests/fs/common

2013-06-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 30 15:42:43 UTC 2013 Modified Files: src/tests/fs/common: fstest_udf.c Log Message: Initialize mount args version info. Add comment about a bogusly used "newfs" where "newfs_udf" is meant. To generate a diff of this comm

CVS commit: src/tests/fs/common

2013-06-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 30 15:05:49 UTC 2013 Modified Files: src/tests/fs/common: fstest_udf.c Log Message: Fix copy & pasto, notice by Nicolas Joly, one step closer to solving PR kern/47974. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/tests/fs/common

2013-06-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Jun 26 19:29:24 UTC 2013 Modified Files: src/tests/fs/common: Makefile h_fsmacros.h Added Files: src/tests/fs/common: fstest_udf.c Log Message: Add UDF as one of the filesytems to test. Might help understand why rump

CVS commit: src/tests/fs/common

2013-03-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Mar 16 05:25:00 UTC 2013 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Mark the zfs tests as requiring root. This is wrong. The zfs tests already use rump so they should not require root. However, I've alread

CVS commit: src/tests/fs/common

2013-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 19:58:34 UTC 2013 Modified Files: src/tests/fs/common: Makefile Removed Files: src/tests/fs/common/nfsrpc: Makefile.inc bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_vc.c namespace.h ree

CVS commit: src/tests/fs/common/nfsrpc

2013-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 16:54:08 UTC 2013 Modified Files: src/tests/fs/common/nfsrpc: svc.c Log Message: use the proper fd_set. XXX: Instead of making a copy of the libc rpc files here we should re-use the files from libc, and use macros to

CVS commit: src/tests/fs/common/nfsrpc

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 05:39:54 UTC 2013 Modified Files: src/tests/fs/common/nfsrpc: svc.c Log Message: catch up with libc. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/nfsrpc/svc.c Please note that dif

CVS commit: src/tests/fs/common

2012-08-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 20 16:39:46 UTC 2012 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Add a vfstest zfs attachment. This is a compile-time option, default off, due the large numbers of failing tests (some of them look like q

CVS commit: src/tests/fs/common

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 02:03:05 UTC 2012 Modified Files: src/tests/fs/common: fstest_ffs.c Log Message: Fix ffs_fstest_delfs's error branch for rump_pub_etfs_remove. rump_pub_etfs_remove returns an error code, rather than setting errno an

CVS commit: src/tests/fs/common

2012-03-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Mar 26 15:10:26 UTC 2012 Modified Files: src/tests/fs/common: fstest_msdosfs.c Log Message: Initialise permissions mask to a sensible value (0755). While here convert leading spaces to tabs. To generate a diff of this commit:

CVS commit: src/tests/fs/common/nfsrpc

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 02:36:13 UTC 2011 Modified Files: src/tests/fs/common/nfsrpc: Makefile.inc Log Message: apply some -fno-strict-aliasing XXX -- someone please fix this properly. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.

CVS commit: src/tests/fs/common

2011-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 26 13:06:00 UTC 2011 Modified Files: src/tests/fs/common: fstest_ffs.c Log Message: ggr, how many of those I will need to fix. Fallout from the bogus inclusion of in rump_syscallargs.h. To generate a diff of this comm

CVS commit: src/tests/fs/common

2011-03-22 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Mar 22 16:50:16 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Remove unnecessary (and broken) cleanup routines. The cleanup routines were being used to kill the rump process and to delete the temporary

CVS commit: src/tests/fs/common

2011-03-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Mar 5 20:56:28 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Put p2k_ffs back there -- i can't repeat any problems in my qemu/anita runs. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.3

CVS commit: src/tests/fs/common

2011-02-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 28 21:08:46 UTC 2011 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: g/c use of unused variable too To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/fs/common/fstest_nfs.c Please note

CVS commit: src/tests/fs/common

2011-02-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 28 21:08:13 UTC 2011 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: g/c unused variable To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/common/fstest_nfs.c Please note that diffs

CVS commit: src/tests/fs/common

2011-02-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 28 21:03:15 UTC 2011 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: bump nfdsargv[]�size belatedly (and add a few extra for needs of future bugs) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/fs/common

2011-02-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Feb 12 18:13:46 UTC 2011 Modified Files: src/tests/fs/common: snapshot.c Log Message: Test the right fd after rump_sys_open(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/fs/common/snapshot.c Pleas

CVS commit: src/tests/fs/common

2011-02-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Feb 10 16:35:01 UTC 2011 Modified Files: src/tests/fs/common: fstest_nfs.c fstest_puffs.c Log Message: Do initialise allocated file system args structures for puffs and nfs (fix some puffs tests failures with MALLOC_OPTIONS=J).

CVS commit: src/tests/fs/common

2011-01-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 12:55:19 UTC 2011 Modified Files: src/tests/fs/common: fstest_ffs.c Log Message: wrap system() in SIG_DFL so that child-bearing fs tests (puffs, nfs) don't go cuckoo when the process executed by system() takes a backstag

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 19:54:48 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Apparently the atf in the qemu runs doesn't like p2k_ffs and hangs completely. Remove it for until I have a chance to debug what's going o

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:16:17 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Adjust atf_check_type() to make it work again. Do we need tests for the tests? ;) To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:00:35 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Set an extra xvar indicating MOUNT_FOO To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/fs/common/h_fsmacros.h Pl

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:58:22 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: antipasto To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/fs/common/h_fsmacros.h Please note that diffs are not

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:52:59 UTC 2011 Modified Files: src/tests/fs/common: fstest_ffs.c h_fsmacros.h Log Message: add another fstype for ffs -o log To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/fstest_ffs

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:50:37 UTC 2011 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: Don't panic if "unnecessary" dir already exists. (helpful when running the test without atf-run) To generate a diff of this commit: cvs

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:41:40 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: adjust another place where X-fs.type is set To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/tests/fs/common/h_fsmacros.

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:36:27 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Use our internal name instead of MOUNT_FOO to identify file system since otherwise we now run into dupes (e.g. nfs and nfsro, puffs and p2k

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 10:45:46 UTC 2011 Modified Files: src/tests/fs/common: fstest_puffs.c h_fsmacros.h Log Message: Add a puffs-p2k-ffs file system type to automated tests. Inspired by the file handle problem in p2k. To generate a diff o

CVS commit: src/tests/fs/common

2010-12-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 31 18:16:41 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Introduce r/o tests. They do two mounts: the first one is r/w and runs a generator which primes the fs. The second one is r/o and does th

CVS commit: src/tests/fs/common

2010-12-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 31 18:12:51 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Sprinkle some KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/fs/common/h_fsmacros.h

CVS commit: src/tests/fs/common

2010-12-29 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Dec 29 22:56:59 UTC 2010 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: don't assume atomic read/write on socketpair. puffs_kargs at least is too large to assume atomic read/write. this makes some tests inclu

CVS commit: src/tests/fs/common

2010-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 11 17:39:29 UTC 2010 Modified Files: src/tests/fs/common: Makefile h_fsmacros.h Added Files: src/tests/fs/common: fstest_rumpfs.c Log Message: Add rumpfs to list of file systems to be autotested. To generate a dif

CVS commit: src/tests/fs/common

2010-11-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 1 16:27:08 UTC 2010 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: Make the shovel threads resilient to file server exit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/fs/common/

CVS commit: src/tests/fs/common

2010-10-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 31 22:33:16 UTC 2010 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: Fix format strings so it builds on amd64 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/fstest_puff

CVS commit: src/tests/fs/common

2010-10-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 31 22:05:35 UTC 2010 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: 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 ha

CVS commit: src/tests/fs/common/nfsrpc

2010-09-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 23 09:38:14 UTC 2010 Modified Files: src/tests/fs/common/nfsrpc: clnt_bcast.c namespace.h rpc_generic.c rpcb_clnt.c svc.c svc_dg.c svc_vc.c Log Message: Do symbol renaming for these bits as well, so that we don't g

CVS commit: src/tests/fs/common

2010-08-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 26 08:19:18 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: include some necessary headers to fix build To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/fs/common/h_fsmacros.

CVS commit: src/tests/fs/common

2010-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 25 18:16:06 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: * fail with errnos * in case unmount fails, call rump_pub_vfs_mount_print() to print mountpoint status and dump active vnodes. To gener

CVS commit: src/tests/fs/common

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 19:32:26 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: allow overriding of defaults To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/fs/common/h_fsmacros.h Please note

CVS commit: src/tests/fs/common

2010-07-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 30 10:23:26 UTC 2010 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: Wait for child (rumpnfsd) to die before declaring unmount successful. (yes, should be in delfs, but delfs doesn't work due to the cleanup h

CVS commit: src/tests/fs/common

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:50:32 UTC 2010 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/fstest_lfs.c Please note that diffs are not p

CVS commit: src/tests/fs/common

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:47:45 UTC 2010 Modified Files: src/tests/fs/common: Makefile fstest_lfs.c Log Message: Include & use lfs megamaid. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/common/Makefile cvs rdiff -

CVS commit: src/tests/fs/common

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:15:47 UTC 2010 Modified Files: src/tests/fs/common: Makefile Added Files: src/tests/fs/common: fstest_ext2fs.c fstest_ffs.c fstest_lfs.c fstest_msdosfs.c fstest_nfs.c fstest_puffs.c fstest_sysvbfs.c

CVS commit: src/tests/fs/common

2010-07-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 28 15:16:50 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h nfs.c Log Message: Move nfstestargs to header "because I need them". A more sweeping action would be good here. To generate a diff of this commit: cv

CVS commit: src/tests/fs/common

2010-07-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 28 14:23:02 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Add FSTEST_CONSTRUCTOR/FSTEST_DESTRUCTOR which create/mount the file system with default params. Make ATF_FS_APPLY use the constructor (ca

CVS commit: src/tests/fs/common/nfsrpc

2010-07-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 26 18:51:03 UTC 2010 Modified Files: src/tests/fs/common/nfsrpc: svc.c Log Message: Add for-fun cast ... no, not really. casting is never fun. But now this code builds both on 5.0 and -current. To generate a diff of this

CVS commit: src/tests/fs/common/nfsrpc

2010-07-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 26 18:47:37 UTC 2010 Modified Files: src/tests/fs/common/nfsrpc: svc_vc.c Log Message: retire unwieldy casts To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/nfsrpc/svc_vc.c Please note tha

CVS commit: src/tests/fs/common/nfsrpc

2010-07-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 26 17:53:21 UTC 2010 Modified Files: src/tests/fs/common/nfsrpc: svc.c Log Message: make unsignedness match To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/nfsrpc/svc.c Please note that di

CVS commit: src/tests/fs/common

2010-07-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 26 16:15:50 UTC 2010 Modified Files: src/tests/fs/common: Makefile h_fsmacros.h Added Files: src/tests/fs/common: nfs.c Log Message: Add NFS to the list of file systems exercised by the "vfs" tests. How it works: N

CVS commit: src/tests/fs/common/nfsrpc

2010-07-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 26 15:56:46 UTC 2010 Added Files: src/tests/fs/common/nfsrpc: Makefile.inc bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_vc.c namespace.h reentrant.h rpc_generic.c rpc_internal.h rpc_soc.c

CVS commit: src/tests/fs/common

2010-07-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 26 14:53:52 UTC 2010 Modified Files: src/tests/fs/common: puffs.c Log Message: catch "child died" To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/common/puffs.c Please note that diffs are not pub

CVS commit: src/tests/fs/common

2010-07-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jul 20 17:44:01 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Update ATF_TC_FSADD macro use ATF cleanup function. And call xx_fstest_delfs() from here instead of test body. To generate a diff of this

CVS commit: src/tests/fs/common

2010-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 19 16:21:23 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: * namespace some macros under FSTEST * inline atf_check_tc() since this is a header To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/fs/common

2010-07-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 13 17:49:24 UTC 2010 Modified Files: src/tests/fs/common: puffs.c Log Message: off_t -> uint64_t to hopefully avoid some lp64 signedness whines. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/com

CVS commit: src/tests/fs/common

2010-07-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 13 16:48:15 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Added Files: src/tests/fs/common: puffs.c Log Message: Run puffs/dtfs as part of the vfs tests. To generate a diff of this commit: cvs rdiff -

CVS commit: src/tests/fs/common

2010-07-12 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 12 21:37:47 UTC 2010 Modified Files: src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h lfs.c msdosfs.c sysvbfs.c tmpfs.c Log Message: Update filesystem helper functions namespace (from XXX_mount to XXX_fstest_mou

CVS commit: src/tests/fs/common

2010-07-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jul 11 11:25:22 UTC 2010 Modified Files: src/tests/fs/common: lfs.c Log Message: Remove the lfs race condition hack now that it's properly in the test instead of the fs-specific part. To generate a diff of this commit: cvs rd

CVS commit: src/tests/fs/common

2010-07-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 8 13:30:53 UTC 2010 Modified Files: src/tests/fs/common: lfs.c Log Message: fill in PR number now that we have one To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/lfs.c Please note that d

CVS commit: src/tests/fs/common

2010-07-05 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jul 5 14:53:03 UTC 2010 Modified Files: src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h msdosfs.c sysvbfs.c tmpfs.c Log Message: Fix more copyrights, where i forgot to add my name. To generate a diff of this com

CVS commit: src/tests/fs/common

2010-06-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Jun 30 20:39:39 UTC 2010 Added Files: src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h msdosfs.c sysvbfs.c tmpfs.c Log Message: Add helper code and macros to ease writing filesystem tests with rump. Support currentl

CVS commit: src/tests/fs/common

2010-04-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 16 14:05:32 UTC 2010 Modified Files: src/tests/fs/common: snapshot.c Log Message: Add the typical #ifdef USE_ATF stuff so I can debug the test if it goes wrong. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2