From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43776 invoked by alias); 30 Jan 2020 14:44:51 -0000 Mailing-List: contact cygwin-cvs-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-cvs-owner@cygwin.com Received: (qmail 43761 invoked by uid 9996); 30 Jan 2020 14:44:51 -0000 Date: Thu, 30 Jan 2020 14:44:00 -0000 Message-ID: <20200130144451.43760.qmail@sourceware.org> 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 recent changes X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: 477121317d01b37d0f6c84f7724487ecf8a9fbbe X-Git-Newrev: 1cc07f3a3ea162d5f39ffeea54a74147754d3649 X-SW-Source: 2020-q1/txt/msg00049.txt https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1cc07f3a3ea162d5f39ffeea54a74147754d3649 commit 1cc07f3a3ea162d5f39ffeea54a74147754d3649 Author: Ken Brown Date: Wed Jan 29 12:09:49 2020 -0500 Cygwin: document recent changes Diff: --- winsup/cygwin/release/3.1.3 | 2 ++ winsup/doc/new-features.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/winsup/cygwin/release/3.1.3 b/winsup/cygwin/release/3.1.3 index f8752ad..06ed1eb 100644 --- a/winsup/cygwin/release/3.1.3 +++ b/winsup/cygwin/release/3.1.3 @@ -11,6 +11,8 @@ What changed: - Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and fstatat(2). +- Allow AF_LOCAL sockets to be opened with O_PATH. + Bug Fixes: ---------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 967c64a..78c7760 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -69,6 +69,12 @@ Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and fstatat(2). + +Allow AF_LOCAL sockets to be opened with O_PATH. If that flag is not +set, or if an attempt is made to open a different type of socket, the +errno is now EOPNOTSUPP instead of ENXIO. + +