From owner-cvs-all Sat May 1 7:54:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F6714C9E; Sat, 1 May 1999 07:54:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20012; Sat, 1 May 1999 07:54:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905011454.HAA20012@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 1 May 1999 07:54:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/md5 md5.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/01 07:54:22 PDT Modified files: sbin/md5 md5.c Log: Fixes for -t option: * Don't buffer "Digesting..." output - flush it immediately. * Increase the number of repetitions by a factor of 100, and the block size by a factor of 10 so as to give meaningful results on modern machines (108 seconds on my P120, and ~26 seconds on a P-II 350). PR: bin/10604 Submitted by: Stanislav Shalunov Revision Changes Path 1.14 +4 -3 src/sbin/md5/md5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message