NetBSD-SoC htdocs update

2006-10-10 Thread Hubert Feyrer
project userfs: P src/CHANGES project userfs: P src/TODO project userfs: P src/detrempefs/dtfs_subr.c project userfs: P src/detrempefs/dtfs_vnops.c project userfs: P src/libpuffs/dummy.c project userfs: P src/libpuffs/puffs.c project userfs: P src/libpuffs/puffs.h project userfs: P src/patches/puff

NBSoC CVS commit: userfs/src

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 17:52:40 UTC 2006 Modified Files: userfs/src: CHANGES Log Message: note bugfixes & cleanup To generate a diff of this commit: cvs -z3 rdiff -u -r1.12 -r1.13 userfs/src/CHANGES To view a diff of this commit: http

NBSoC CVS commit: userfs/src

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 17:41:41 UTC 2006 Modified Files: userfs/src: TODO Log Message: pre-integration todo complete To generate a diff of this commit: cvs -z3 rdiff -u -r1.17 -r1.18 userfs/src/TODO To view a diff of this commit: http

NBSoC CVS commit: userfs/src

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 17:26:26 UTC 2006 Modified Files: userfs/src/detrempefs: dtfs_subr.c dtfs_vnops.c userfs/src/libpuffs: dummy.c puffs.c puffs.h userfs/src/patches: puffs.diff userfs/src/sys/miscfs/puffs: puff

NetBSD-SoC htdocs update

2006-10-10 Thread Hubert Feyrer
project userfs: P src/detrempefs/dtfs.h project userfs: P src/detrempefs/dtfs_subr.c project userfs: P src/detrempefs/dtfs_vfsops.c - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

NBSoC CVS commit: userfs/src/detrempefs

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 15:43:34 UTC 2006 Modified Files: userfs/src/detrempefs: dtfs.h dtfs_subr.c dtfs_vfsops.c Log Message: begin file id's from 2 (otherwise fts doesn't display them) To generate a diff of this commit: cvs -z3 rdiff

NetBSD-SoC htdocs update

2006-10-10 Thread Hubert Feyrer
project userfs: P src/detrempefs/dtfs.h project userfs: P src/detrempefs/dtfs_subr.c project userfs: P src/detrempefs/dtfs_vfsops.c project userfs: P src/detrempefs/dtfs_vnops.c project userfs: P src/sys/miscfs/puffs/puffs_vnops.c ---

NBSoC CVS commit: userfs/src/detrempefs

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 14:36:08 UTC 2006 Modified Files: userfs/src/detrempefs: dtfs.h dtfs_subr.c dtfs_vfsops.c dtfs_vnops.c Log Message: silly me, the parent node needs to be a feature of the directory entry in a hardlinkin

NBSoC CVS commit: userfs/src/sys/miscfs/puffs

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 14:35:26 UTC 2006 Modified Files: userfs/src/sys/miscfs/puffs: puffs_vnops.c Log Message: check if userspace returned -1 for a create op even though we weren't at the last pathname component yet To generate a dif

NetBSD-SoC htdocs update

2006-10-10 Thread Hubert Feyrer
project userfs: P src/libpuffs/puffs.c project userfs: P src/sys/miscfs/puffs/puffs.h project userfs: P src/sys/miscfs/puffs/puffs_subr.c project userfs: P src/sys/miscfs/puffs/puffs_vfsops.c project userfs: P src/sys/miscfs/puffs/puffs_vnops.c -

NBSoC CVS commit: userfs/src

2006-10-10 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Tue Oct 10 11:49:44 UTC 2006 Modified Files: userfs/src/libpuffs: puffs.c userfs/src/sys/miscfs/puffs: puffs.h puffs_subr.c puffs_vfsops.c puffs_vnops.c Log Message: * refactor new node creation a bit * pr