This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/posix_spawn in repository newlib.
discards e70bb337b fixup! Cygwin: add fast-path for posix_spawn(p) discards 13e60c26a Cygwin: add pgroup support to posix_spawn fast path discards 9a5cfce07 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...] discards 37a8f152a Cygwin: add fast-path for posix_spawn(p) discards 63e368cc2 Cygwin: hook posix_spawn/posix_spawnp discards f32034bb5 Cygwin: add ability to pass cwd to child process discards 1fdf1229c Cygwin: allow redirecting stderr in ch_spawn adds c86c08e0a Cygwin: open: only fix file attributes when trying to create file adds ace88c7ba Cygwin: CI: cygstress: remove 'filerace', 'flock' and 'fork' from CI adds fb092671a posix_spawn: preserve FD flags when processing FAE_OPEN adds 1abf10e22 Cygwin: testsuite: test posix_spawn_file_actions_addopen with [...] new 55219c07e Cygwin: allow redirecting stderr in ch_spawn new fb1418d08 Cygwin: add ability to pass cwd to child process new a9d038825 Cygwin: hook posix_spawn/posix_spawnp new f9f017875 Cygwin: add fast-path for posix_spawn(p) new 079b0f436 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...] new 745fa4f94 Cygwin: add pgroup support to posix_spawn fast path
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 (e70bb337b) \ N -- N -- N refs/heads/topic/posix_spawn (745fa4f94)
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 6 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/posix/posix_spawn.c | 14 +++++++++++--- winsup/cygwin/fhandler/base.cc | 4 ++-- winsup/cygwin/release/3.6.4 | 3 +++ winsup/testsuite/stress/cygstress | 7 ++++--- winsup/testsuite/winsup.api/posix_spawn/fds.c | 10 ++++++++++ 5 files changed, 30 insertions(+), 8 deletions(-)