This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/forkables in repository newlib.
discards 009b493 forkables: use dynloaded dll's IndexNumber as dirname discards 52401a3 forkables: Document hardlink creation at forktime. discards d6e7de9 forkables: Keep hardlinks disabled via shared mem. discards 80f5484 forkables: On fork failure, retry with hardlinks. discards 2046a75 forkables: Create forkable hardlinks, yet unused. discards 27c280a dll_list: Track main executable and cygwin1.dll. discards 36cac24 dll_list: Store dll file name as full NT path. adds fa9d314 Bump Cygwin version to 2.7.1 adds f5ecacf Generate output with Unix line endings even from Mingw64 utils adds 45d3296 Add 2.7.1 release file adds 226f694 Preserve order of dlopen'd modules in dll_list::topsort new d7b28ac dll_list: Store dll file name as full NT path. new aec8054 dll_list: Track main executable and cygwin1.dll. new 3e41daf forkables: Create forkable hardlinks, yet unused. new f4e2372 forkables: On fork failure, retry with hardlinks. new 1861bf9 forkables: Keep hardlinks disabled via shared mem. new 1755bcb forkables: Document hardlink creation at forktime. new 0e9aa43 forkables: use dynloaded dll's IndexNumber as dirname new 29e4a49 forkables: simplify disabling via shm
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 (009b493) \ N -- N -- N refs/heads/topic/forkables (29e4a49)
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 8 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/CONTRIBUTORS | 1 + winsup/cygwin/dll_init.cc | 53 +++++++++- winsup/cygwin/dll_init.h | 21 ++-- winsup/cygwin/forkable.cc | 185 ++++++++++----------------------- winsup/cygwin/include/cygwin/version.h | 4 +- winsup/cygwin/release/2.7.1 | 16 +++ winsup/cygwin/shared.cc | 2 +- winsup/cygwin/shared_info.h | 4 +- winsup/utils/cygcheck.cc | 4 + winsup/utils/strace.cc | 4 + 10 files changed, 139 insertions(+), 155 deletions(-) create mode 100644 winsup/cygwin/release/2.7.1