From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 15:57:31 2010 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 49B26106566B for ; Wed, 27 Oct 2010 15:57:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 359698FC12 for ; Wed, 27 Oct 2010 15:57:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RFvVAU069422 for ; Wed, 27 Oct 2010 15:57:31 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RFvVQ7069421 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 15:57:31 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010271557.o9RFvVQ7069421@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 27 Oct 2010 15:57:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/svr4 svr4_sysvec.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/sys exec.h module.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: Wed, 27 Oct 2010 15:57:31 -0000 kib 2010-10-27 15:57:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/linux32 linux32_sysvec.c sys/compat/svr4 svr4_sysvec.c sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/sys exec.h module.h Log: SVN rev 214421 on 2010-10-27 15:57:17Z by kib MFC r213716: Add macro DECLARE_MODULE_TIED to denote a module as requiring the kernel of exactly the same __FreeBSD_version as the headers module was compiled against. Mark our in-tree ABI emulators with DECLARE_MODULE_TIED. The modules use kernel interfaces that the Release Engineering Team feel are not stable enough to guarantee they will not change during the life cycle of a STABLE branch. In particular, the layout of struct sysentvec is declared to be not part of the STABLE KBI. Revision Changes Path 1.52.2.5 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.50.2.2 +1 -1 src/sys/compat/svr4/svr4_sysvec.c 1.34.2.2 +1 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.167.2.4 +1 -1 src/sys/i386/linux/linux_sysvec.c 1.32.22.2 +2 -1 src/sys/sys/exec.h 1.25.2.2 +15 -2 src/sys/sys/module.h