Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 19:58:53 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/conf GENERIC XBOX src/sys/amd64/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/arm/conf IQ31244 KB920X SIMICS SKYEYE src/sys/ia64/conf GENERIC SKI src/sys/pc98/conf GENERIC
Message-ID:  <200606151958.k5FJwrCP085445@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
netchild    2006-06-15 19:58:53 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/conf        XBOX GENERIC 
    sys/amd64/conf       GENERIC 
    sys/sparc64/conf     GENERIC 
    sys/powerpc/conf     GENERIC 
    sys/arm/conf         IQ31244 KB920X SIMICS SKYEYE 
    sys/ia64/conf        GENERIC SKI 
    sys/pc98/conf        GENERIC 
  Log:
  Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's
  an explicit comment that it's needed for the linuxolator. This is not the
  case anymore. For all other architectures there was only a "KEEP THIS".
  I'm (and other people too) running a COMPAT_43-less kernel since it's not
  necessary anymore for the linuxolator. Roman is running such a kernel for a
  for longer time. No problems so far. And I doubt other (newer than ia32
  or alpha) architectures really depend on it.
  
  This may result in a small performance increase for some workloads.
  
  If the removal of COMPAT_43 results in a not working program, please
  recompile it and all dependencies and try again before reporting a
  problem.
  
  The only place where COMPAT_43 is needed (as in: does not compile without
  it) is in the (outdated/not usable since too old) svr4 code.
  
  Note: this does not remove the COMPAT_43TTY option.
  
  Nagging by:     rdivacky
  
  Revision  Changes    Path
  1.460     +0 -1      src/sys/amd64/conf/GENERIC
  1.15      +0 -1      src/sys/arm/conf/IQ31244
  1.6       +0 -1      src/sys/arm/conf/KB920X
  1.10      +0 -1      src/sys/arm/conf/SIMICS
  1.5       +0 -1      src/sys/arm/conf/SKYEYE
  1.450     +0 -1      src/sys/i386/conf/GENERIC
  1.5       +0 -1      src/sys/i386/conf/XBOX
  1.79      +0 -1      src/sys/ia64/conf/GENERIC
  1.24      +0 -1      src/sys/ia64/conf/SKI
  1.280     +0 -1      src/sys/pc98/conf/GENERIC
  1.55      +0 -1      src/sys/powerpc/conf/GENERIC
  1.110     +0 -1      src/sys/sparc64/conf/GENERIC



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