add support for timer_create
Xref #1139
The 2.6 kernel added new ways to set itimers which we never added to DR. Though we don't need to emulate them to multiplex with DR's use of itimers as they are a separate itimer space, we do need to integrate into app alarm signal handling.