This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 9e295a8d1 Cygwin: posix timers: implement timer_getoverrun new d31f9f9c1 Cygwin: fhandler_pipe: unify format directives new b6694df61 Cygwin: select: fix overwriting fd sets if poll returns no fd new 7f6019903 Cygwin: minor cleanups new 8ae26f96a Cygwin: proc fd: return EACCES for HANDLE-less fds new 9d13a2995 Cygwin: signal: implement signalfd
The 5 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.in | 1 + winsup/cygwin/common.din | 1 + winsup/cygwin/devices.cc | 3 + winsup/cygwin/devices.h | 4 + winsup/cygwin/devices.in | 3 + winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler.cc | 3 + winsup/cygwin/fhandler.h | 43 ++++++++- winsup/cygwin/fhandler_pipe.cc | 8 +- winsup/cygwin/fhandler_process_fd.cc | 7 ++ winsup/cygwin/fhandler_signalfd.cc | 153 +++++++++++++++++++++++++++++++++ winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/sys/signalfd.h | 54 ++++++++++++ winsup/cygwin/net.cc | 2 +- winsup/cygwin/release/2.12.0 | 4 +- winsup/cygwin/select.cc | 80 +++++++++++++++-- winsup/cygwin/signal.cc | 69 ++++++++++++++- winsup/cygwin/sigproc.h | 1 + winsup/doc/new-features.xml | 2 +- winsup/doc/posix.xml | 1 + 20 files changed, 425 insertions(+), 20 deletions(-) create mode 100644 winsup/cygwin/fhandler_signalfd.cc create mode 100644 winsup/cygwin/include/sys/signalfd.h