This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/fifo in repository newlib.
discards 058148ac6 Cygwin: FIFO: adapt dup, fork, and exec to the last change discards ebdf41191 Cygwin: FIFO: allow fc_handler list to grow dynamically discards d48d948bf Cygwin: FIFO: improve retry loop when opening a writer discards 48d1c99d2 Cygwin: FIFO: initialize listening_evt discards 8fbe842e1 Cygwin: FIFO: increase MAX_CLIENTS to 1024 discards b62ccbf19 Cygwin: FIFO: avoid infinite loop when opening a writer discards 3015f02cd Cygwin: FIFO: avoid unneeded lock when closing discards dc4ce2015 Cygwin: FIFO: improve fixup_after_fork discards cbee52b21 Cygwin: FIFO: fix another dup mistake discards c721c4b57 Cygwin: FIFO: fix careless mistakes in dup discards c35bdd58c Cygwin: FIFO: designate one reader as owner discards f5cf220eb Cygwin: indentation change discards b46546809 Cygwin: FIFO: introduce a new type, fifo_reader_id_t discards 26f516551 Cygwin: FIFO: keep track of the number of readers discards 2f379a6ed Cygwin: FIFO: add shared memory discards 406ae5aee Cygwin: FIFO: use a cygthread for listening instead of a home [...] discards ce8f3e433 Cygwin: FIFO: change the handling of the read_ready event discards 33be8f885 Cygwin: honor the flags argument in fhandler_fifo::dup discards 31d5fb0e7 Cygwin: FIFO: simplify the fifo_client_handler structure discards bde67ff60 Cygwin: FIFO: cosmetic change adds 1171927f1 winsup/cygwin: remove defines added in mingw-w64 v7.0.0 adds fb834beeb Cygwin: symlinks: fix WSL symlinks pointing to /mnt adds 44da5e4b8 Cygwin: symlinks: create WSL symlinks on supporting filesystems adds 44fe41a76 Cygwin: docs: revamp docs explaining symlinks adds ece49e409 Cygwin: symlinks: Allow traversing WSL symlinks new e11ff87e9 Cygwin: FIFO: cosmetic change new 1b301bad1 Cygwin: FIFO: simplify the fifo_client_handler structure new ff99f4d79 Cygwin: honor the flags argument in fhandler_fifo::dup new 67c60dea8 Cygwin: FIFO: change the handling of the read_ready event new 22802bf30 Cygwin: FIFO: use a cygthread for listening instead of a home [...] new 9dde69ea3 Cygwin: FIFO: add shared memory new 832889107 Cygwin: FIFO: keep track of the number of readers new 72e29b75b Cygwin: FIFO: introduce a new type, fifo_reader_id_t new 66473c4da Cygwin: indentation change new c8ffd68c3 Cygwin: FIFO: designate one reader as owner new d57d388ae Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec new 4a4159b8a Cygwin: FIFO: avoid unneeded lock when closing new eae2e4fd1 Cygwin: FIFO: avoid infinite loop when opening a writer new 8e26a896b Cygwin: FIFO: allow fc_handler list to grow dynamically
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 (058148ac6) \ N -- N -- N refs/heads/topic/fifo (8e26a896b)
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 14 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/fhandler.h | 13 ++- winsup/cygwin/fhandler_fifo.cc | 67 ++++++--------- winsup/cygwin/mmap.cc | 3 - winsup/cygwin/path.cc | 183 ++++++++++++++++++++++++++++++++--------- winsup/cygwin/release/3.1.5 | 2 +- winsup/cygwin/uinfo.cc | 3 - winsup/cygwin/winlean.h | 11 --- winsup/doc/faq-api.xml | 131 ++++++++++++++++++++++------- winsup/doc/faq-using.xml | 14 ++-- winsup/doc/new-features.xml | 2 +- winsup/doc/pathnames.xml | 75 ++++++++--------- winsup/doc/specialnames.xml | 3 +- 12 files changed, 323 insertions(+), 184 deletions(-)