This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 7d68ffadd Cygwin: FIFO: tweak fcntl and dup when O_PATH is set new 5ba41ad6e Cygwin: console: Share readahead buffer within the same process. new e38f2dc9b Cygwin: pty: Revise code waiting for forwarding again. new 464db253c Cygwin: move chmod_device declaration to winsup.h new cf6c439b6 Cygwin: drop __stdcall from close_all_files new 2caaa810a Cygwin: add short comments to path_conv options new 26425142c Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag new 4bfa93f1a Cygwin: symlink/mknod: fix ACL handling
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/fhandler.cc | 57 +++++++++++----------- winsup/cygwin/fhandler.h | 34 +++++++++---- winsup/cygwin/fhandler_console.cc | 39 ++++++++++++++- winsup/cygwin/fhandler_disk_file.cc | 1 - winsup/cygwin/fhandler_termios.cc | 35 +++++++------- winsup/cygwin/fhandler_tty.cc | 39 ++++++++++++--- winsup/cygwin/path.cc | 96 +++++++++++++++++++++---------------- winsup/cygwin/path.h | 28 ++++++----- winsup/cygwin/syscalls.cc | 43 +++++++++-------- winsup/cygwin/tty.cc | 1 + winsup/cygwin/tty.h | 1 + winsup/cygwin/winsup.h | 3 +- 12 files changed, 238 insertions(+), 139 deletions(-)