From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2210) id CDD873858402; Tue, 14 Sep 2021 18:59:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDD873858402 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Ken Brown To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: document the recent pipe changes X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: a217fa98fda80a7b706e93b6a55a0a8b26f2d586 X-Git-Newrev: 593a86f9b0262243510b2d9c97868a6b60f89c69 Message-Id: <20210914185958.CDD873858402@sourceware.org> Date: Tue, 14 Sep 2021 18:59:58 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2021 18:59:58 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=593a86f9b0262243510b2d9c97868a6b60f89c69 commit 593a86f9b0262243510b2d9c97868a6b60f89c69 Author: Ken Brown Date: Tue Sep 14 14:59:28 2021 -0400 Cygwin: document the recent pipe changes Diff: --- winsup/cygwin/release/3.3.0 | 4 ++++ winsup/doc/new-features.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/winsup/cygwin/release/3.3.0 b/winsup/cygwin/release/3.3.0 index 0494cd5ab..b8865666e 100644 --- a/winsup/cygwin/release/3.3.0 +++ b/winsup/cygwin/release/3.3.0 @@ -23,6 +23,10 @@ What changed: rather than a Bnnn constant, as on Linux. Addresses: https://cygwin.com/pipermail/cygwin/2021-July/248887.html +- The internal implementation of pipes has been overhauled; this + should result in improved performance. + Adresses: https://cygwin.com/pipermail/cygwin/2021-August/249238.html + Bug Fixes --------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index ba9231a6d..6285e33bd 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -35,6 +35,11 @@ The speed argument to cfsetspeed(3) can now be a numerical baud rate rather than a Bnnn constant, as on Linux. + +The internal implementation of pipes has been overhauled; this should +result in improved performance. + +