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 temporary measure, introduce
puffsrw_max set by default to 32k to compensate.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.15 -r1.16 userfs/src/sys/miscfs/puffs/puffs_userif.c
cvs -z3 rdiff -u -r1.20 -r1.21 userfs/src/sys/miscfs/puffs/puffs_vnops.c

To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/userfs/src/sys/miscfs/puffs/puffs_userif.c?r1=1.15&r2=1.16
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/userfs/src/sys/miscfs/puffs/puffs_vnops.c?r1=1.20&r2=1.21

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
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 WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NetBSD-SoC-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs

Reply via email to