Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2010 15:57: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:  <201010271557.o9RFvVQ7069421@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010271557.o9RFvVQ7069421>