Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/22/1999 00:18:44
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Sep 22 07:18:43 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: cmds.c cmdtab.c extern.h fetch.c ftp.1 ftp.c
	    ftp_var.h main.c util.c

Log Message:
* add support for `xferbuf', which sets both `sndbuf' and `rcvbuf'
* document the above three commands
* rototill the way the sndbuf and rcvbuf work. remove resetsockbufsize()
* use the appropriate socket buffer size as the size of the buffer that
  the read()/write() loops use. speeds up things in some cases.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 basesrc/usr.bin/ftp/cmds.c basesrc/usr.bin/ftp/util.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/ftp/cmdtab.c
cvs rdiff -r1.34 -r1.35 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.72 -r1.73 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.46 -r1.47 basesrc/usr.bin/ftp/ftp.1
cvs rdiff -r1.63 -r1.64 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.49 -r1.50 basesrc/usr.bin/ftp/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.