K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-06T18:11:53.000000Z K 7 svn:log V 236 Make the implementation and documentation agree. Specifically: - document that sysctl() and sysctlbyname() return 0 on success - if the provided buffer is too small, set errno to ENOMEM and return -1 instead of returning ENOMEM. END