Date: Wed, 28 Nov 2001 13:22:05 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mib.c Message-ID: <200111282122.fASLM5A18168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2001/11/28 13:22:05 PST Modified files: sys/kern kern_mib.c Log: o Cache req->td->td_proc->p_ucred->cr_prison in pr to improve readability. o Conditionalize only the SYSCTL definitions for the regression tree, not the variables itself, decreasing the number of #ifdef REGRESSIONs scattered in kern_mib.c, and making the code more readable. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.52 +10 -13 src/sys/kern/kern_mib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111282122.fASLM5A18168>