NetBSD-SoC htdocs update

2006-10-12 Thread Hubert Feyrer
project userfs: P src/CHANGES project userfs: P src/detrempefs/dtfs_subr.c project userfs: P src/sys/miscfs/puffs/puffs_userif.c project userfs: P src/sys/miscfs/puffs/puffs_vnops.c - Using Tomcat but need to do more? Need to

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

2006-10-12 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Fri Oct 13 01:20:42 UTC 2006 Modified Files: userfs/src/sys/miscfs/puffs: puffs_vnops.c Log Message: fix puffsrw_max, now that I know it's because of MAXPHYS To generate a diff of this commit: cvs -z3 rdiff -u -r1.21 -r1.22

NBSoC CVS commit: userfs/src

2006-10-12 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Fri Oct 13 00:25:21 UTC 2006 Modified Files: userfs/src: CHANGES Log Message: today's bugfixes To generate a diff of this commit: cvs -z3 rdiff -u -r1.14 -r1.15 userfs/src/CHANGES To view a diff of this commit: http://netb

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

2006-10-12 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Fri Oct 13 00:24:41 UTC 2006 Modified Files: userfs/src/sys/miscfs/puffs: puffs_userif.c puffs_vnops.c Log Message: uiomove() used for read()/write() fails with EINVAL if the size is > 61k (at least on this platform). As a t

NBSoC CVS commit: userfs/src/detrempefs

2006-10-12 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Fri Oct 13 00:21:34 UTC 2006 Modified Files: userfs/src/detrempefs: dtfs_subr.c Log Message: if extending file, set newly allocated storage to zero To generate a diff of this commit: cvs -z3 rdiff -u -r1.8 -r1.9 userfs/src/

NetBSD-SoC htdocs update

2006-10-12 Thread Hubert Feyrer
project userfs: P src/sys/miscfs/puffs/puffs_subr.c - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphe

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

2006-10-12 Thread Antti Kantee
Module name:userfs Committed by: thepooka Date: Thu Oct 12 19:55:56 UTC 2006 Modified Files: userfs/src/sys/miscfs/puffs: puffs_subr.c Log Message: set a vnode's v_data to NULL when it is released; the kernel expects us to do so and will DIAGNOSTIC panic if we don't To g