Module Name: src Committed By: kre Date: Sat Apr 14 01:53:38 UTC 2018
Modified Files: src/sys/kern: subr_prf.c Log Message: Change the default precision of timestamps from 9 digits (nanosecs) to 7 (100's of nanosecs). This should perhaps depend upon the port (what resolution is rational) the CPU speed, and the clock update frequency (no point printing nanoseconds if the value being brinted is only updated every few microseconds). Eventually it should be able to be controlled by a sysctl, but the default still matters, as that's what the autoconf (boot time, before init starts) messages will use. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/kern/subr_prf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.