Module Name: src Committed By: uwe Date: Tue May 26 19:38:14 UTC 2020
Modified Files: src/usr.sbin/puffs/mount_9p: subr.c Log Message: getdfwithoffset - do not issue dummy read to seek to offset zero on a newly opened fid as it's already there. This is redundant and also seems to confuse inferno when issued against the root directory. Now you can ls the mount point of styxlisten -A 'tcp!*!styx' export / While here fix the seek logic to actually repeatedly seek forward instead of always doing it from zero. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/mount_9p/subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.