CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/17 19:54:41
Modified files:
sys/kern : kern_sysctl.c
Log message:
Make sysctl__string() handle the truncated output case via two
copyout()s instead of altering the in-use variable, and to also
return the full length via oldlenp in that case as documented.
ok jsing@ (problem pointed out by matthew@)
