This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from a75bd958b Cygwin: timerfd: reset expiry counter in settime new 4c50dc94c Cygwin: timerfd: another overrun computation fix and drop use [...] new 229ea3f23 Cygwin: posix timers: reimplement using OS timer new 13ea67a3c time.h: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM new 1daece586 Cygwin: clocks: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM clocks new 013e2bd9e Cygwin: posix timers: Add support for CLOCK_REALTIME_ALARM/CL [...] new 6c44af817 Cygwin: timerfd: Add support for CLOCK_REALTIME_ALARM/CLOCK_B [...]
The 6 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: newlib/libc/include/time.h | 20 +- winsup/cygwin/Makefile.in | 2 +- winsup/cygwin/clock.cc | 4 + winsup/cygwin/clock.h | 2 +- winsup/cygwin/cygheap_malloc.h | 3 +- winsup/cygwin/exceptions.cc | 8 +- winsup/cygwin/fork.cc | 2 - winsup/cygwin/{timer.cc => posix_timer.cc} | 475 ++++++++++++++++------------- winsup/cygwin/{timer.h => posix_timer.h} | 33 +- winsup/cygwin/release/2.12.0 | 3 +- winsup/cygwin/signal.cc | 4 +- winsup/cygwin/timerfd.cc | 21 +- winsup/doc/new-features.xml | 3 +- 13 files changed, 318 insertions(+), 262 deletions(-) rename winsup/cygwin/{timer.cc => posix_timer.cc} (50%) rename winsup/cygwin/{timer.h => posix_timer.h} (58%)