Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/man/man9
Module Name: src
Committed By: rumble
Date: Mon Jul 30 03:25:51 UTC 2007
Modified Files:
src/share/man/man9: vnodeops.9
Log Message:
Be more specific in the description of VOP_READDIR:
- uio->uio_offset must be set to the offset of the next directory entry.
- each cookie entry points to the next directory entry's offset, not the
current entry's offset.
- cookies must be callee allocated with malloc type M_TEMP.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/share/man/man9/vnodeops.9
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