This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 5841b2f6a nvptx: Implement '_exit' instead of 'exit' new 25c4ad6ea Cygwin: pinfo: Align CTTY behavior to the statement of POSIX. new 043b6089e Cygwin: devices: Make generic console devices invisible from pty. new 3721a756b Cygwin: console: Make the console accessible from other terminals.
The 3 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/devices.cc | 29 +- winsup/cygwin/devices.in | 29 +- winsup/cygwin/fhandler/console.cc | 474 ++++++++++++++++++++++++-------- winsup/cygwin/fhandler/pty.cc | 4 +- winsup/cygwin/fhandler/termios.cc | 6 +- winsup/cygwin/local_includes/fhandler.h | 27 +- winsup/cygwin/local_includes/winsup.h | 1 - winsup/cygwin/mm/cygheap.cc | 2 + winsup/cygwin/pinfo.cc | 38 +-- winsup/cygwin/select.cc | 2 + 10 files changed, 455 insertions(+), 157 deletions(-)