K 10 svn:author V 7 dchagin K 8 svn:date V 27 2016-03-27T06:52:40.072726Z K 7 svn:log V 314 MFC r296502, r296543, r296546, r297060: 1. Limit secs to INT32_MAX / 2 to avoid errors from kern_setitimer(). Assert that kern_setitimer() returns 0. Remove bogus cast of secs. Fix style(9) issues. 2. Increment the return value if the remaining tv_usec value more than 500000 as a Linux does. END