K 10 svn:author V 3 dds K 8 svn:date V 27 2006-01-22T13:41:15.000000Z K 7 svn:log V 357 MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments contains incorrect fractional second values (outside the range 0-999999). Prior to this change users could create files with values outside that range. Moreover, on 32-bit machines tv_usec offsets larger than 4.3s would result in an unnormalized AND wrong timestamp value, due to overflow. END