[BACK]Return to PROTOCOL CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL between version 1.3 and 1.4

version 1.3, 2008/06/07 21:52:46 version 1.4, 2008/06/08 20:15:29
Line 133 
Line 133 
 return the following SSH_FXP_EXTENDED_REPLY reply:  return the following SSH_FXP_EXTENDED_REPLY reply:
   
         uint32          id          uint32          id
         uint32          f_bsize         /* file system block size */          uint64          f_bsize         /* file system block size */
         uint32          f_frsize        /* fundamental fs block size */          uint64          f_frsize        /* fundamental fs block size */
         uint64          f_blocks        /* number of blocks (unit f_frsize) */          uint64          f_blocks        /* number of blocks (unit f_frsize) */
         uint64          f_bfree         /* free blocks in file system */          uint64          f_bfree         /* free blocks in file system */
         uint64          f_bavail        /* free blocks for non-root */          uint64          f_bavail        /* free blocks for non-root */
Line 142 
Line 142 
         uint64          f_ffree         /* free file inodes */          uint64          f_ffree         /* free file inodes */
         uint64          f_favail        /* free file inodes for to non-root */          uint64          f_favail        /* free file inodes for to non-root */
         uint64          f_fsid          /* file system id */          uint64          f_fsid          /* file system id */
         uint32          f_flag          /* bit mask of f_flag values */          uint64          f_flag          /* bit mask of f_flag values */
         uint32          f_namemax       /* maximum filename length */          uint64          f_namemax       /* maximum filename length */
   
 The values of the f_flag bitmask are as follows:  The values of the f_flag bitmask are as follows:
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4