Date: Tue, 3 Mar 2009 19:38:56 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys vimage.h Message-ID: <200903031939.n23Jd0IZ009063@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-03-03 19:38:56 UTC FreeBSD src repository Modified files: sys/sys vimage.h Log: SVN rev 189320 on 2009-03-03 19:38:56Z by bz For the moment disable the VIMAGE_CTASSERTs as people have trouble while developing and compiling with kernel options that change the size of at least one structure. The current kernel build framework does not allow us to pass -Dxxx to module builds so we would possibly need a kernel option to disable the checks and that might not work for people just building modules alone. For now they helped to identify possibly API problems and bring those back into minds of developers seeking for better solutions. Problems reported by: kib, warner Reviewed by: warner Revision Changes Path 1.11 +4 -0 src/sys/sys/vimage.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903031939.n23Jd0IZ009063>