Date: Sat, 27 Apr 2002 15:32:57 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_hints.c Message-ID: <200204272232.g3RMWvD74522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/04/27 15:32:57 PDT Modified files: sys/kern subr_hints.c Log: Finish fixing hints. Remember the use_kenv state for the next run. Otherwise we fall back to using the static hints the next time around. We still have the leftover fallback code there which meant that we skipped the use_hints checking on the second and subsequent calls. Also, be a bit more careful about walking off the end of the envp array. I've extracted this from a larger diff. I hope I didn't miss anything... Revision Changes Path 1.6 +10 -8 src/sys/kern/subr_hints.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?200204272232.g3RMWvD74522>