Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/06/1996 02:10:01
lukem
Thu Dec  5 18:06:53 PST 1996
Update of /cvsroot/src/usr.bin/ftp
In directory netbsd1:/home/lukem/f/ftp

Modified Files:
	cmds.c cmdtab.c extern.h ftp.1 ftp.c ftp_var.h main.c 
	ruserpass.c 
Log Message:
functionality mods:
* implement 'progress bar/meter' (inspired by ncftp). use 'progress' to
  toggle on. it will display current file size to 5 digits, automatically
  determining suffix (up to 16384 P (petabytes) == 2^64).
* 'ls' now uses NLST (unadorned listing), a la older ftp clients. 'dir'
  still does LIST (long listing). idea from John Nemeth <jnemeth@cue.bc.ca>

bug fixes:
* return first line of reply in reply_string[] from getreply(), instead
  of last line. This fixes [bin/741] (parsing of SYST), and also means 
  that SIZE and MDTM messages will be parsed correctly if they're longer
  than 1 line.
* parse URL-style auto-ftps that have no filename correctly
  (e.g, ftp://host, ftp://host/, ftp://host/dir/). pointed out by
  Jaromir Dolecek <dolecek@saruman.ics.muni.cz>
* pass the correct size array in 2nd arg of utimes() when setting the
  modification time


rat
Thu Dec  5 18:08:30 PST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/local/work/netbsd-1-2/src/sys/arch/sparc/dev

Modified Files:
      Tag: netbsd-1-2
	if_le.c 
Log Message:
Pullup request 1.36 -> 1.38 from Aaron Brown <abrown@eecs.harvard.edu>

>Fixes a long-standing bug in the Sun4m ethernet driver that causes
>cause each received packet to generate two interrupts rather than one.