Source-Changes archive

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

CVS commit: basesrc/libexec/ftpd



Module Name:    basesrc
Committed By:   enami
Date:           Thu May 30 00:24:48 UTC 2002

Modified Files:
        basesrc/libexec/ftpd: conf.c extern.h ftpd.c ftpd.conf.5

Log Message:
Add optional mmap(2)/write(2) support for binary file transfer.
The default is read(2)/write(2).  Note that the sosend_loan needs
some more work for better performance when a file isn't cached.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/libexec/ftpd/conf.c
cvs rdiff -r1.43 -r1.44 basesrc/libexec/ftpd/extern.h
cvs rdiff -r1.138 -r1.139 basesrc/libexec/ftpd/ftpd.c
cvs rdiff -r1.19 -r1.20 basesrc/libexec/ftpd/ftpd.conf.5

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