Module Name: src Committed By: pgoyette Date: Thu Jan 5 03:40:33 UTC 2017
Modified Files: src/sys/kern: kern_history.c src/sys/sys: kernhist.h param.h Log Message: By popular demand, update kernhist to use bintime(9) as the basis for its timestamps. As this changes storage structures for data passed between kernel and userland, welcome to 7.99.55! XXX Output routines still use microsecond resolution when printf()ing. XXX Possible future feature would be addition of option to use XXX getbintime(9) for less time-critical histories. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/kern_history.c cvs rdiff -u -r1.16 -r1.17 src/sys/sys/kernhist.h cvs rdiff -u -r1.521 -r1.522 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.