Source-Changes archive

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

CVS commit: src/sys/netsmb



Module Name:    src
Committed By:   jdolecek
Date:           Mon Mar 24 14:24:14 UTC 2003

Modified Files:
        src/sys/netsmb: smb_conn.h smb_smb.c

Log Message:
Use 'large' (64bit) readx and writex functions if server supports them.
This makes it possible to use files >4G.
>From Darwin via FreeBSD, but changed so that smb_{read|write}() directly
calls appropriate i/o variant, and replaced md_get_uint16le() with
md_get_uint16() for target == NULL cases.

Replace some size_t's by int's.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/netsmb/smb_conn.h
cvs rdiff -r1.13 -r1.14 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.




Home | Main Index | Thread Index | Old Index