Date: Tue, 12 Oct 2010 09:18:17 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <201010120918.o9C9IfaI035530@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2010-10-12 09:18:17 UTC
FreeBSD src repository
Modified files:
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 213716 on 2010-10-12 09:18:17Z by kib
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.
Discussed with: bz, rwatson
Approved by: re (bz, kensmith)
MFC after: 2 weeks
Revision Changes Path
1.59 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c
1.52 +1 -1 src/sys/compat/svr4/svr4_sysvec.c
1.36 +1 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c
1.173 +1 -1 src/sys/i386/linux/linux_sysvec.c
1.33 +2 -1 src/sys/sys/exec.h
1.26 +15 -2 src/sys/sys/module.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010120918.o9C9IfaI035530>
