CVS commit: src/share/examples/puffs

2016-08-26 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Aug 26 22:12:22 UTC 2016 Modified Files: src/share/examples/puffs/icfs: Makefile src/share/examples/puffs/pgfs: Makefile src/share/examples/puffs/pnullfs: Makefile src/share/examples/puffs/rot13fs:

CVS commit: src/share/examples/puffs/pgfs

2014-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Oct 18 07:11:07 UTC 2014 Modified Files: src/share/examples/puffs/pgfs: pgfs_puffs.c Log Message: de-foodify comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/examples/puffs/pgfs/pgfs_puffs.c

CVS commit: src/share/examples/puffs/pgfs

2013-04-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Apr 22 13:27:08 UTC 2013 Modified Files: src/share/examples/puffs/pgfs: Makefile Log Message: make pg_config overridable To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/examples/puffs/pgfs/Makefile

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:25:54 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: mount.c pgfs_puffs.c Log Message: - enable writeback cache and namecache. - use setback hack to reduce number of puffs OPs. To generate a diff of this

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:26:20 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: newfs.sql pgfs_puffs.c pgfs_subs.c pgfs_subs.h Log Message: reduce number of SQL statements for inactivate To generate a diff of this commit:

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:26:45 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: pgfs_db.c pgfs_db.h pgfs_puffs.c Log Message: abuse application_name to show the last puffs activity for the connection. To generate a diff of this

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:27:15 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: newfs.sql Log Message: remove FK references as it creates more problems than it solves. particularly, it involves shared lock on the referenced table and

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:27:43 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: pgfs_db.c Log Message: setlabel: save SQL statements by caching the last label To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:28:18 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: pgfs_subs.c Log Message: don't bother to call lo_close. as we ever open a few LOs at most in a transaction, just let them be closed automatically at the

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:28:46 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: newfs.sql Log Message: comment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/examples/puffs/pgfs/newfs.sql Please note that

CVS commit: src/share/examples/puffs/pgfs

2011-10-13 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Oct 13 14:40:06 UTC 2011 Modified Files: src/share/examples/puffs/pgfs: pgfs_subs.c Log Message: isempty: fix a query result type. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/examples/puffs/pgfs

2011-10-12 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Oct 12 16:24:39 UTC 2011 Modified Files: src/share/examples/puffs/pgfs: fix.sql pgfs_subs.c Log Message: tweak some sql statements to improve chances to use the index. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/share/examples/puffs/dtfs

2010-07-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 6 13:56:40 UTC 2010 Modified Files: src/share/examples/puffs/dtfs: dtfs.c dtfs_vnops.c Log Message: Reinstate the inactive operation (mostly dummy). This makes -i work again and henceforth makes it possible to test

CVS commit: src/share/examples/puffs/dtfs

2009-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 5 20:54:40 UTC 2009 Modified Files: src/share/examples/puffs/dtfs: dtfs.c Log Message: Use puffs_kernerr_abort as the error handler. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/share/examples/puffs/dtfs

2009-12-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 4 13:43:28 UTC 2009 Modified Files: src/share/examples/puffs/dtfs: dtfs.c dtfs_vfsops.c Log Message: Remove no longer supported suspend code. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40