CVS commit: src/tests/fs/puffs

2012-04-20 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Apr 21 01:03:47 UTC 2012 Modified Files: src/tests/fs/puffs: t_fuzz.c Log Message: Do not set PUFFS_KFLAG_CACHE_FS_TTL for PUFFS tests To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/puffs/t_fuzz.c Pl

CVS commit: src/tests/fs/puffs/h_dtfs

2012-01-31 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jan 31 18:56:07 UTC 2012 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_vnops.c Log Message: Check directory write access for DELETE operation. And while here, small indentation adjust. To generate a diff of this commit: cvs

CVS commit: src/tests/fs/puffs

2011-04-04 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Apr 4 15:42:42 UTC 2011 Modified Files: src/tests/fs/puffs: t_basic.c Log Message: reinstate #ifdef PUFFSDUMP around otherwise unused function which requires symbols from -lpuffs, not linked To generate a diff of this commi

CVS commit: src/tests/fs/puffs/h_dtfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:19:49 UTC 2011 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_subr.c dtfs_vnops.c Log Message: Reset node's parent pointer when it's removed. Technically the parent still exists, but allows us to avoid complicated g

CVS commit: src/tests/fs/puffs

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 20:10:54 UTC 2011 Modified Files: src/tests/fs/puffs: t_basic.c Log Message: update /dev/null rump minor to make test pass again To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/puffs/t_basic.c

CVS commit: src/tests/fs/puffs

2010-11-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 15 20:39:00 UTC 2010 Modified Files: src/tests/fs/puffs: t_basic.c Log Message: Add test case for PR kern/44093 (fixed already, but tested to fail without fix applied). To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/tests/fs/puffs

2010-11-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 12 17:35:34 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile Log Message: Remove accidentally committed part (which I need to run these tests for a -current rump kernel on NetBSD 5.1) To generate a diff of this commi

CVS commit: src/tests/fs/puffs

2010-11-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 12 17:33:28 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile Added Files: src/tests/fs/puffs: t_io.c Log Message: Add test case for problem described by yamt in PR kern/44086. "large writes with PUFFS_KFLAG_NOC

CVS commit: src/tests/fs/puffs

2010-08-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 27 12:42:21 UTC 2010 Modified Files: src/tests/fs/puffs: t_fuzz.c Log Message: poll the putter fd instead of doing a blocking read. Long story short: we don't have to wait for the fs syncer to run for the close to succeed

CVS commit: src/tests/fs/puffs

2010-08-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 27 05:34:46 UTC 2010 Modified Files: src/tests/fs/puffs: t_basic.c Log Message: Now that atf issue #53 has been fixed, remove the child-must-dies-before-parent kludge. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/tests/fs/puffs/h_dtfs

2010-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 12 09:22:15 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_vfsops.c Log Message: return correct errno To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c Please n

CVS commit: src/tests/fs/puffs

2010-08-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 2 09:44:23 UTC 2010 Modified Files: src/tests/fs/puffs: t_fuzz.c Log Message: the old thread which does not return not returning a value undetectable to all but the sh3 compiler trick To generate a diff of this commit: c

CVS commit: src/tests/fs/puffs

2010-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jul 31 17:11:45 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile Added Files: src/tests/fs/puffs: t_fuzz.c Log Message: Fuzztest puffs mount. There are n different levels of testing: each one pours more and more s

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 21 06:58:26 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs.c dtfs_vnops.c Log Message: support pathconf (more or less copypasted from ufs). for njoly's tests. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 14 21:24:40 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_vnops.c Log Message: Check that nobody raced us into the source dir while it was unlocked in preparation for rename. To generate a diff of this commit:

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 14 17:10:14 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_vnops.c Log Message: Return correct error values from a bunch of questionable renames. There's no substitute for single-stepping do_sys_rename() into ffs

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 14 16:59:35 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_vnops.c Log Message: * remove target node from right directory * remove what i guess to be a useless if-clause (although with file systems you can never

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 14 14:22:16 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_vnops.c Log Message: check we don't rename onto a non-empty directory To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/puffs/h_d

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 14 13:09:52 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs.h dtfs_subr.c dtfs_vnops.c Log Message: prevent rename of source directory under itself To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/

CVS commit: src/tests/fs/puffs

2010-07-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 12 13:09:20 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile t_basic.c Log Message: put stuff requiring -lpuffs behind -DPUFFSDUMP To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/puffs/Makefi

CVS commit: src/tests/fs/puffs

2010-07-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jul 11 12:33:38 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile t_basic.c Log Message: WARNS=2 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/fs/puffs/Makefile cvs rdiff -u -r1.4 -r1.5 src/tests/f

CVS commit: src/tests/fs/puffs

2010-07-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jul 11 12:26:19 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile t_basic.c Log Message: Add some basic tests for inactive/reclaim. To make this possible, adjust the read/write shovel threads so, that we can tap into the o

CVS commit: src/tests/fs/puffs

2010-07-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 7 10:49:52 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile t_basic.c Log Message: Add test cases for file servers which present the root node not as a directory but as a regular file, symbolic link (although that can

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 6 16:43:49 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: Makefile Log Message: * need TESTSDIR * remove force-fed -g To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/puffs/h_dtfs/Makefile P

CVS commit: src/tests/fs/puffs/h_dtfs

2010-07-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 6 16:32:35 UTC 2010 Modified Files: src/tests/fs/puffs/h_dtfs: Makefile Log Message: NO ATFFILE HERE To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/puffs/h_dtfs/Makefile Please note that diffs

CVS commit: src/tests/fs/puffs

2010-07-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 6 15:42:25 UTC 2010 Modified Files: src/tests/fs/puffs: t_basic.c Log Message: Call rump_init() only after we have fork&exec'd the file server. Otherwise the test would on rare occasions hang (I guess this was due to calli