Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pooka
Date:           Fri Oct 19 14:38:45 UTC 2007

Modified Files:
        src/lib/libpuffs: requests.c
        src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_vnops.c

Log Message:
When doing a read operation, don't copy the whole kernel buffer to
userspace, since it doesn't contain any information yet.  I should
still rework this more so this is just a quickie to get the read/write
style interface more up to speed with the ioctl version.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libpuffs/requests.c
cvs rdiff -r1.47 -r1.48 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.57 -r1.58 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.109 -r1.110 src/sys/fs/puffs/puffs_vnops.c

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




Home | Main Index | Thread Index | Old Index