Module Name: src Committed By: riz Date: Thu Nov 29 00:02:22 UTC 2012
Modified Files: src/sys/fs/smbfs [netbsd-6-0]: smbfs_smb.c src/sys/netsmb [netbsd-6-0]: smb_smb.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #725): sys/fs/smbfs/smbfs_smb.c: revision 1.43 sys/netsmb/smb_smb.c: revision 1.33 - fix endian cofusion around FID, which is used as is, so no need to do byte swapping. - put right value to ByteCount of SMB_COM_NT_CREATE_ANDX request. The fix makes smbfs actually works on big-endian port. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.42.14.1 src/sys/fs/smbfs/smbfs_smb.c cvs rdiff -u -r1.32 -r1.32.24.1 src/sys/netsmb/smb_smb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.