From owner-cvs-src@FreeBSD.ORG Thu Apr 14 04:58:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C700C16A4CE; Thu, 14 Apr 2005 04:58:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C78643D39; Thu, 14 Apr 2005 04:58:40 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3E4wehP026562; Thu, 14 Apr 2005 04:58:40 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3E4wexr026561; Thu, 14 Apr 2005 04:58:40 GMT (envelope-from njl) Message-Id: <200504140458.j3E4wexr026561@repoman.freebsd.org> From: Nate Lawson Date: Thu, 14 Apr 2005 04:58:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/fs/msdosfs msdosfs_conv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 04:58:40 -0000 njl 2005-04-14 04:58:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/msdosfs msdosfs_conv.c Log: MFC 1.39 - 1.43: Optimize mbnambuf and chksum routines, saving 75% wall time. Revision Changes Path 1.37.2.2 +56 -42 src/sys/fs/msdosfs/msdosfs_conv.c