From owner-cvs-all Sun Sep 2 19:24:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE4E837B403; Sun, 2 Sep 2001 19:24:37 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f832ObF45803; Sun, 2 Sep 2001 19:24:37 -0700 (PDT) (envelope-from ache) Message-Id: <200109030224.f832ObF45803@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Sep 2001 19:24:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fflush.c fseek.c fvwrite.c local.h refill.c stdio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/02 19:24:37 PDT Modified files: lib/libc/stdio fflush.c fseek.c fvwrite.c local.h refill.c stdio.c Log: Re-arrange my funopen(3) fix to minimize differences with original stdio code, no functional changes. Add fp->_offset optimization in _SAPP+_SOPT case Revision Changes Path 1.11 +2 -8 src/lib/libc/stdio/fflush.c 1.33 +1 -40 src/lib/libc/stdio/fseek.c 1.13 +5 -30 src/lib/libc/stdio/fvwrite.c 1.10 +3 -1 src/lib/libc/stdio/local.h 1.15 +2 -9 src/lib/libc/stdio/refill.c 1.16 +84 -1 src/lib/libc/stdio/stdio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message