From owner-freebsd-bugs Mon Oct 16 11:00:04 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA15431 for bugs-outgoing; Mon, 16 Oct 1995 11:00:04 -0700 Received: (from gnats@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA15421 ; Mon, 16 Oct 1995 11:00:02 -0700 Resent-Date: Mon, 16 Oct 1995 11:00:02 -0700 Resent-Message-Id: <199510161800.LAA15421@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wosch@freebsd.first.gmd.de Received: from prosun.first.gmd.de (prosun.first.gmd.de [192.35.150.136]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id KAA15309 for ; Mon, 16 Oct 1995 10:52:52 -0700 Received: from freebsd.first.gmd.de by prosun.first.gmd.de (4.1/SMI-4.1) id AA10034; Mon, 16 Oct 95 18:52:44 +0100 Received: by freebsd.first.gmd.de (SAA13569); Mon, 16 Oct 1995 18:54:17 +0100 Message-Id: <199510161754.SAA13569@freebsd.first.gmd.de> Date: Mon, 16 Oct 1995 18:54:17 +0100 From: Wolfram Schneider Reply-To: wosch@freebsd.first.gmd.de To: FreeBSD-gnats-submit@freebsd.org, wosch@freebsd.first.gmd.de X-Send-Pr-Version: 3.2 Subject: bin/783: find improvement Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 783 >Category: bin >Synopsis: find improvement >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 16 11:00:00 PDT 1995 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.0-BUILT-19950530 i386 >Environment: The following patch made find(1) in worst case 5-10% faster (user+system time; for find / -print) --- 1.1 1995/10/16 17:35:18 +++ function.c 1995/10/16 17:36:09 @@ -783,7 +783,7 @@ PLAN *plan; FTSENT *entry; { - (void)printf("%s\n", entry->fts_path); + (void)puts(entry->fts_path); return (1); } >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: