This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from c0949782b Cygwin: utils: chattr: Allow to clear all attributes with '='. new 4fc922b2c Cygwin: POSIX msg queues: Convert mqd_t to a descriptor new 6c901b928 Cygwin: POSIX msg queues: use queue name as key new 438764a9d Cygwin: fix formatting in mqueue_types.h new 3342549fc Cygwin: POSIX msg queues: move IPC object creation into fhandler new 65cb82839 Cygwin: POSIX msg queues: create fhandler with object name new 5f621bd38 Cygwin: posix_ipc.cc: fix typo new 5b380b1ca Cygwin: POSIX ipc: fix evaluation of naming rules new 723f38b10 Cygwin: POSIX msg queues: move handling of memory map into fhandler new bce3563e9 Cygwin: POSIX msg queues: destroy msg queue fhandler in case [...]
The 9 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/Makefile.am | 1 + winsup/cygwin/devices.cc | 3 + winsup/cygwin/devices.h | 3 + winsup/cygwin/devices.in | 3 + winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler.h | 50 +++++++ winsup/cygwin/fhandler_mqueue.cc | 181 ++++++++++++++++++++++ winsup/cygwin/mqueue_types.h | 57 +++++++ winsup/cygwin/posix_ipc.cc | 314 +++++++++++---------------------------- 9 files changed, 388 insertions(+), 227 deletions(-) create mode 100644 winsup/cygwin/fhandler_mqueue.cc create mode 100644 winsup/cygwin/mqueue_types.h