Module Name: src Committed By: maxv Date: Sun Feb 4 17:31:51 UTC 2018
Modified Files: src/sys/conf: files src/sys/kern: init_main.c init_sysctl.c kern_clock.c subr_prof.c src/sys/sys: systm.h Log Message: Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're not gonna go very far. To generate a diff of this commit: cvs rdiff -u -r1.1192 -r1.1193 src/sys/conf/files cvs rdiff -u -r1.494 -r1.495 src/sys/kern/init_main.c cvs rdiff -u -r1.213 -r1.214 src/sys/kern/init_sysctl.c cvs rdiff -u -r1.135 -r1.136 src/sys/kern/kern_clock.c cvs rdiff -u -r1.47 -r1.48 src/sys/kern/subr_prof.c cvs rdiff -u -r1.274 -r1.275 src/sys/sys/systm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.