This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/af_unix_mq in repository newlib.
discards 4029bc4c6 Cygwin: AF_UNIX: implement sendmsg discards 6f2cdfb11 Cygwin: AF_UNIX: adapt close to mqueues discards de65ddb9c Cygwin: AF_UNIX: adapt socketpair to mqueues discards 604e6a8e6 Cygwin: AF_UNIX: adapt accept4 to mqueues discards 119d1399a Cygwin: AF_UNIX: adapt connect to mqueues discards 4ef62d4e8 Cygwin: AF_UNIX: adapt send_sock_info to mqueues discards 131ae6855 Cygwin: AF_UNIX: adapt recv_peer_info to mqueues discards c779bbef9 Cygwin: AF_UNIX: new helper function set_mqueue_non_blocking discards eede58128 Cygwin: AF_UNIX: adapt grab_admin_pkt to mqueues discards 59faec3af Cygwin: AF_UNIX: new method peek_mqueue discards fb2e09d19 Cygwin: AF_UNIX: new method create_mqueue discards 1b3a354ad Cygwin: AF_UNIX: rework some internal methods discards 23f7ce23b Cygwin: AF_UNIX: rename {create,open}_file to {create,open}_socket discards 0334a29e1 Cygwin: AF_UNIX: adapt symlink and reparse point to mqueues discards b26019e1e Cygwin: AF_UNIX: replace gen_pipe_name by gen_mqueue_name discards 023b34677 Cygwin: AF_UNIX: prepare for use of message queues discards 30fd9d77f Cygwin: AF_UNIX: first cut of mqueue modifications new bffa46932 Cygwin: AF_UNIX: first cut of mqueue modifications new dbe2462e0 Cygwin: AF_UNIX: prepare for use of message queues new 3f27e7ffe Cygwin: AF_UNIX: replace gen_pipe_name by gen_mqueue_name new ad9de1740 Cygwin: AF_UNIX: adapt symlink and reparse point to mqueues new c7e7222d7 Cygwin: AF_UNIX: rename {create,open}_file to {create,open}_socket new 19bffcb29 Cygwin: AF_UNIX: rework some internal methods new 293576095 Cygwin: AF_UNIX: new method open_mqueue new e0a47a4fb Cygwin: AF_UNIX: add create_mqueue to replace create_pipe new 9d095b602 Cygwin: AF_UNIX: new method peek_mqueue new b166dc4bc Cygwin: AF_UNIX: adapt grab_admin_pkt to mqueues new 58cdb27b7 Cygwin: AF_UNIX: new helper function set_mqueue_non_blocking new aad95fb93 Cygwin: AF_UNIX: adapt recv_peer_info to mqueues new af0b83ed0 Cygwin: AF_UNIX: adapt send_sock_info to mqueues new c7169ecbc Cygwin: AF_UNIX: adapt connect and accept to mqueues new d9b61b4c3 Cygwin: AF_UNIX: adapt socketpair to mqueues new 6b3211605 Cygwin: AF_UNIX: adapt close to mqueues new e392db237 Cygwin: AF_UNIX: implement sendmsg
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 (4029bc4c6) \ N -- N -- N refs/heads/topic/af_unix_mq (e392db237)
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 17 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 | 7 ++--- winsup/cygwin/fhandler_socket_unix.cc | 17 +++++++--- winsup/cygwin/include/mqueue.h | 2 +- winsup/cygwin/posix_ipc.cc | 58 +++++++++-------------------------- 4 files changed, 31 insertions(+), 53 deletions(-)