sthen 620492f011 Avoid a tight loop in asterisk's pbx_spool thread reported by drahn@ under
rthread. kern_time.c:itimerfix() requires the kevent interval timer to be
<= 100M seconds otherwise it passes an EINVAL back up, giving an error
return from kevent(). The initial timestamp is (INT_MAX-cur time) i.e.
around 800M so we hit this. Workaround by clamping tv_sec to 100M sec.
2012-03-17 23:08:20 +00:00
..
2011-09-16 11:41:38 +00:00
2011-09-16 11:41:38 +00:00
2010-11-20 19:56:47 +00:00
2011-11-02 08:32:17 +00:00
2010-11-20 19:56:47 +00:00
2011-11-03 07:40:20 +00:00
2012-01-01 11:36:26 +00:00
2012-03-07 12:35:39 +00:00
2011-06-04 17:15:56 +00:00