This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/3.5 in repository newlib.
discards 34ae1769f Cygwin: don't autoload some kernel32 functions discards bdc2bad2e Cygwin: drop special handling for SID authority 18 discards b866b1f31 Cygwin: flock: drop checking for artificial console handles discards d09325c2a Cygwin: fix a few comments mentioning Windows 7 or 8 discards 05d9cec8b Cygwin: simplify FAST_CWD access discards a9cb4da21 Cygwin: drop wincaps for Windows 7 and Windows 8 discards 5c9f86eb7 Cygwin: drop wincap::def_guard_pages discards f113d21be Cygwin: drop wincap::mmap_storage_high discards 8111c46f8 Cygwin: drop wincap::cons_need_small_input_record_buf discards 1c3bbdd59 Cygwin: drop wincap::has_broken_attach_console discards 3e6bd67d6 Cygwin: drop wincap::has_query_process_handle_info discards 0609fb9d7 Cygwin: drop wincap::has_broken_whoami discards 2c8c63362 Cygwin: drop wincap::has_microsoft_accounts discards 9039cc139 Cygwin: drop wincap::has_precise_system_time discards 2b102a5a3 Cygwin: drop wincap::needs_query_information discards bba7c3f95 Cygwin: bump DLL major version adds 32d6a6cb5 Cygwin: pty, console: Encapsulate spawn.cc code related to pt [...] adds b9898fc99 amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existing adds b7aca332c amdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getreent.c adds 244be41a1 Cygwin: drop snapshot handling adds afa957ae5 Cygwin: uname: allow to specify external release info adds 2e4ecbb3f Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc. new 8aa7ae03d Cygwin: bump DLL major version new 0442f3234 Cygwin: drop wincap::needs_query_information new 16581bbb8 Cygwin: drop wincap::has_precise_system_time new 05515c302 Cygwin: drop wincap::has_microsoft_accounts new 7707e65ab Cygwin: drop wincap::has_broken_whoami new bc91b2313 Cygwin: drop wincap::has_query_process_handle_info new 434f2e3f8 Cygwin: drop wincap::has_broken_attach_console new a11eb81c4 Cygwin: drop wincap::cons_need_small_input_record_buf new 71ef957d7 Cygwin: drop wincap::mmap_storage_high new 2c475e19e Cygwin: drop wincap::def_guard_pages new d9a4916c3 Cygwin: drop wincaps for Windows 7 and Windows 8 new d3046bd61 Cygwin: simplify FAST_CWD access new 1d7c2fffd Cygwin: fix a few comments mentioning Windows 7 or 8 new 369c46792 Cygwin: flock: drop checking for artificial console handles new 5712bf230 Cygwin: drop special handling for SID authority 18 new 9d80213f1 Cygwin: don't autoload some kernel32 functions
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (34ae1769f) \ N -- N -- N refs/heads/topic/3.5 (9d80213f1)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 16 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: newlib/libc/machine/amdgcn/exit-value.h | 6 ++ newlib/libc/machine/amdgcn/getreent.c | 38 +++++++--- newlib/libc/machine/amdgcn/mlock.c | 10 ++- newlib/libc/sys/amdgcn/write.c | 4 ++ winsup/cygwin/Makefile.am | 2 +- winsup/cygwin/fhandler/{tty.cc => pty.cc} | 5 +- winsup/cygwin/fhandler/termios.cc | 99 ++++++++++++++++++++++++++ winsup/cygwin/local_includes/fhandler.h | 52 ++++++++++---- winsup/cygwin/scripts/mkvers.sh | 19 +---- winsup/cygwin/spawn.cc | 114 +++--------------------------- winsup/cygwin/uname.cc | 18 ++--- 11 files changed, 203 insertions(+), 164 deletions(-) rename winsup/cygwin/fhandler/{tty.cc => pty.cc} (99%)