K 10 svn:author V 3 bde K 8 svn:date V 27 2006-10-06T13:24:16.000000Z K 7 svn:log V 438 Fixed overflow at 2G for writing clock frequencies using sysctls. Reads worked correctly using the IU format. Writes only supported signed integers using the CTLTYPE_INT flag. sysctl(1) parses args for CTLTYPE_INT using (int)strtol() and has no range checking of course, so read-write of frequencies larger than INT_MAX always blindly corrupts the frequency to INT_MAX (2G-1). This keeps writing of TSC frequencies working up to 4GHz. END