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 296b06819 Cygwin: FIFO: update commentary discards a576f44a5 Cygwin: FIFO: support opening multiple readers discards d89236715 Cygwin: FIFO: allow any reader to take ownership discards b794a7f3c Cygwin: FIFO: find a new owner when closing discards f193ecdf8 Cygwin: FIFO: take ownership on exec discards 3fc4615fa Cygwin: FIFO: add a shared fifo_client_handler list discards ea254649c Cygwin: FIFO: allow fc_handler list to grow dynamically discards f9ba0fe9e Cygwin: FIFO: designate one reader as owner discards 0f79c5056 Cygwin: FIFO: introduce a new type, fifo_reader_id_t discards 40e3c7708 Cygwin: FIFO: keep track of the number of readers discards 963d531ae Cygwin: FIFO: add shared memory discards 4fb5be1cf Cygwin: FIFO: use a cygthread instead of a homemade thread discards ce786c4e0 Cygwin: FIFO: make opening a writer more robust discards e7852f37e Cygwin: FIFO: fix hit_eof discards a890a87a1 Cygwin: FIFO: dup/fork/exec: make sure child starts unlocked discards 9842eb6dc Cygwin: FIFO: honor the flags argument in dup discards cde6b923f Cygwin: FIFO: remove the arm method discards f325b3161 Cygwin: FIFO: simplify the listen_client_thread code discards c311eb54d Cygwin: FIFO: change the fifo_client_connect_state enum discards 46e759442 Cygwin: FIFO: simplify the fifo_client_handler structure discards 0e1366777 Cygwin: FIFO: minor change - use NtClose adds d05124dc6 Cygwin: FIFO: minor change - use NtClose adds ce23e9764 Cygwin: FIFO: simplify the fifo_client_handler structure adds 32dbc3d21 Cygwin: FIFO: change the fifo_client_connect_state enum adds 9b2afd78c Cygwin: FIFO: simplify the listen_client_thread code adds 25e872736 Cygwin: FIFO: remove the arm method adds 624fda1e9 Cygwin: FIFO: honor the flags argument in dup adds 13c65c43c Cygwin: FIFO: dup/fork/exec: make sure child starts unlocked adds 301454f13 Cygwin: FIFO: fix hit_eof adds 9ee8fdf2b Cygwin: FIFO: make opening a writer more robust adds 71726ba70 Cygwin: FIFO: use a cygthread instead of a homemade thread adds 878eb2246 Cygwin: FIFO: add shared memory adds 365818a4a Cygwin: FIFO: keep track of the number of readers adds 16e7c1057 Cygwin: FIFO: introduce a new type, fifo_reader_id_t adds 606baf556 Cygwin: FIFO: designate one reader as owner adds c76ded2ca Cygwin: FIFO: allow fc_handler list to grow dynamically adds d9918451e Cygwin: FIFO: add a shared fifo_client_handler list adds 39a9cd946 Cygwin: FIFO: take ownership on exec adds f35dfff3d Cygwin: FIFO: find a new owner when closing adds bf66a56cc Cygwin: FIFO: allow any reader to take ownership adds 4811889e0 Cygwin: FIFO: support opening multiple readers adds 98dfadec3 Cygwin: FIFO: update commentary new 84d446734 Document recent FIFO changes
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 (296b06819) \ N -- N -- N refs/heads/topic/fifo (84d446734)
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 1 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_fifo.cc | 4 ++-- winsup/cygwin/release/3.1.5 | 6 ++++++ winsup/doc/new-features.xml | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-)