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 886cb1705 Cygwin: AF_UNIX: implement sendmsg discards 263adc4bb Cygwin: AF_UNIX: adapt shutdown to mqueues discards d22f1308c Cygwin: AF_UNIX: keep a reference count of open descriptors discards 6b3211605 Cygwin: AF_UNIX: adapt close to mqueues discards d9b61b4c3 Cygwin: AF_UNIX: adapt socketpair to mqueues discards c7169ecbc Cygwin: AF_UNIX: adapt connect and accept to mqueues discards af0b83ed0 Cygwin: AF_UNIX: adapt send_sock_info to mqueues discards aad95fb93 Cygwin: AF_UNIX: adapt recv_peer_info to mqueues discards 58cdb27b7 Cygwin: AF_UNIX: new helper function set_mqueue_non_blocking discards b166dc4bc Cygwin: AF_UNIX: adapt grab_admin_pkt to mqueues discards 9d095b602 Cygwin: AF_UNIX: new method peek_mqueue discards e0a47a4fb Cygwin: AF_UNIX: add create_mqueue to replace create_pipe discards 293576095 Cygwin: AF_UNIX: new method open_mqueue discards 19bffcb29 Cygwin: AF_UNIX: rework some internal methods discards c7e7222d7 Cygwin: AF_UNIX: rename {create,open}_file to {create,open}_socket discards ad9de1740 Cygwin: AF_UNIX: adapt symlink and reparse point to mqueues discards 3f27e7ffe Cygwin: AF_UNIX: replace gen_pipe_name by gen_mqueue_name discards dbe2462e0 Cygwin: AF_UNIX: prepare for use of message queues discards bffa46932 Cygwin: AF_UNIX: first cut of mqueue modifications discards b0209aaa1 Cygwin: AF_UNIX: add saw_shutdown_read and saw_shutdown_write discards 6253e5201 Cygwin: AF_UNIX: getpeername: fail if not connected discards 30044e164 Cygwin: AF_UNIX: reopen_shmem: fix view size discards de0e8303e Cygwin: AF_UNIX: convert AF_UNIX_PKT helpers to inline functions new c686b59ec Cygwin: AF_UNIX: convert AF_UNIX_PKT helpers to inline functions new 14f032df8 Cygwin: AF_UNIX: reopen_shmem: fix view size new fb68a3fa8 Cygwin: AF_UNIX: getpeername: fail if not connected new ef11ee781 Cygwin: AF_UNIX: add saw_shutdown_read and saw_shutdown_write new 7eaf06c4d Cygwin: AF_UNIX: first cut of mqueue modifications new c87972937 Cygwin: AF_UNIX: prepare for use of message queues new c7aa51ce8 Cygwin: AF_UNIX: replace gen_pipe_name by gen_mqueue_name new f5b51e443 Cygwin: AF_UNIX: adapt symlink and reparse point to mqueues new 675ba1aeb Cygwin: AF_UNIX: rename {create,open}_file to {create,open}_socket new 3aaeb20b6 Cygwin: AF_UNIX: rework some internal methods new d935bfa45 Cygwin: AF_UNIX: new method open_mqueue new b9583ed16 Cygwin: AF_UNIX: add create_mqueue to replace create_pipe new 707ae7d00 Cygwin: AF_UNIX: new method peek_mqueue new 2566d37c1 Cygwin: AF_UNIX: adapt grab_admin_pkt to mqueues new bf8c238f7 Cygwin: AF_UNIX: new helper function set_mqueue_non_blocking new dec9c05f6 Cygwin: AF_UNIX: adapt recv_peer_info to mqueues new 197e0c4a8 Cygwin: AF_UNIX: adapt send_sock_info to mqueues new d9073fa81 Cygwin: AF_UNIX: adapt connect and accept to mqueues new 9557c2374 Cygwin: AF_UNIX: adapt socketpair to mqueues new 9a4594c25 Cygwin: AF_UNIX: adapt close to mqueues new 02288d45c Cygwin: AF_UNIX: keep a reference count of open descriptors new de081c390 Cygwin: AF_UNIX: adapt shutdown to mqueues new 33b8e45e9 Cygwin: AF_UNIX: implement sendmsg new 4769d6077 Cygwin: AF_UNIX: implement recvmsg
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 (886cb1705) \ N -- N -- N refs/heads/topic/af_unix_mq (4769d6077)
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 24 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 | 5 + winsup/cygwin/fhandler_socket_unix.cc | 357 +++++++++++++++++++++++++++++++--- winsup/cygwin/include/mqueue.h | 14 ++ winsup/cygwin/posix_ipc.cc | 23 ++- 4 files changed, 357 insertions(+), 42 deletions(-)