This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/ssp in repository newlib.
discards aaa57e5be cygwin: create libssp compatibility import library discards dc6e31213 cygwin: export SSP functions discards 54bd71b35 ssp: install headers discards 43daa1467 ssp: add build infrastructure discards 53479d32b ssp: document _FORTIFY_SOURCE with the feature test macros discards a0739df27 ssp: add Object Size Checking for basic unistd.h functions discards 392dbf1ad ssp: add Object Size Checking for basic stdio functions discards c1bc0f8b7 ssp: add Object Size Checking for bcopy, bzero discards df1cb7ac3 ssp: add Object Size Checking for basic string functions discards ef0dc8a6a ssp: add APIs for Stack Smashing Protection (-fstack-protector*) adds 076ce7098 newlib/configure.host: Remove obsolete definition of _I386MAC [...] adds 8c8cdd9ad posix_fadvise() *returns* error codes but does not set errno adds 94854321b posix_fallocate() *returns* error codes but does not set errno adds 09d60f644 cygwin: add 2.9.1 release messages file adds ad15b8cce cygwin: ftruncate64: add missing braces new a91ddc66c ssp: add APIs for Stack Smashing Protection new 8d47641e5 ssp: add Object Size Checking for string.h functions new 5cc58804e ssp: add Object Size Checking for strings.h functions new 9cd3bdfe6 ssp: add Object Size Checking for basic stdio.h functions new ac8694725 ssp: add Object Size Checking for basic unistd.h functions new b93bad5fb ssp: document _FORTIFY_SOURCE with the feature test macros new 00aa6538d ssp: add build infrastructure new 16f7a68df ssp: install headers new c9ef00f46 cygwin: export SSP functions new 57e6939fa cygwin: create libssp compatibility import library
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 (aaa57e5be) \ N -- N -- N refs/heads/topic/ssp (57e6939fa)
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 10 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/configure.host | 2 -- newlib/libc/include/ssp/string.h | 2 ++ newlib/libc/include/ssp/strings.h | 7 +++++++ newlib/libc/include/strings.h | 2 +- winsup/cygwin/fhandler.cc | 3 +-- winsup/cygwin/fhandler_disk_file.cc | 28 +++++++++------------------- winsup/cygwin/pipe.cc | 6 ++---- winsup/cygwin/release/2.9.1 | 16 ++++++++++++++++ winsup/cygwin/syscalls.cc | 17 ++++++++++++----- 9 files changed, 50 insertions(+), 33 deletions(-) create mode 100644 winsup/cygwin/release/2.9.1