From owner-cvs-src-old@FreeBSD.ORG Tue Mar 3 19:39:00 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D121065673 for ; Tue, 3 Mar 2009 19:39:00 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3848FC15 for ; Tue, 3 Mar 2009 19:39:00 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n23Jd0R9009064 for ; Tue, 3 Mar 2009 19:39:00 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n23Jd0IZ009063 for cvs-src-old@freebsd.org; Tue, 3 Mar 2009 19:39:00 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200903031939.n23Jd0IZ009063@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Tue, 3 Mar 2009 19:38:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vimage.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 19:39:00 -0000 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