cvs commit: src/sys/conf NOTES files files.alpha files.amd64 files.i386 files.pc98 options options.alpha options.amd64 options.i386 options.pc98 src/sys/alpha Makefile src/sys/alpha/conf NOTES

Alexander Leidinger netchild at FreeBSD.org
Sun May 7 18:12:19 UTC 2006


netchild    2006-05-07 18:12:18 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES files files.alpha files.amd64 
                         files.i386 files.pc98 options 
                         options.alpha options.amd64 options.i386 
                         options.pc98 
    sys/alpha            Makefile 
    sys/alpha/conf       NOTES 
  Log:
  - change the example of compiling only specific modules to not contain
    the linux module, since it is not cross-platform
  - move linprocfs from "files" and "options" to architecture specific files,
    since it only makes sense to build this for those architectures, where we
    also have a linuxolator
  - disable the build of the linuxolator on our tier-2 architecture "Alpha":
    * we don't have a linux_base port which supports Alpha and at the
      same time is not outdated/obsoleted upstream/in a good condition/
      currently working
    * the upcomming new default linux base port is based upon Fedora
      Core 3 (security support via http://www.fedoralegacy.org), which
      isn't available for Alpha (like the current default linux base
      port which is based upon Red Hat 8)
    * nobody answered my request for testing it ~1 month ago on
      current@ and alpha@ (it doesn't surprises me, see above)
    * a SoC student wouldn't have to waste time on something which
      nobody is willing to test
  
  This does not remove the alpha specific MD files of the linuxolator yet.
  
  Discussed on:           arch (mostly silence)
  Spiritual support by:   scottl
  
  Revision  Changes    Path
  1.2       +2 -3      src/sys/alpha/Makefile
  1.158     +0 -7      src/sys/alpha/conf/NOTES
  1.1360    +2 -2      src/sys/conf/NOTES
  1.1114    +0 -1      src/sys/conf/files
  1.127     +7 -36     src/sys/conf/files.alpha
  1.87      +1 -0      src/sys/conf/files.amd64
  1.557     +1 -0      src/sys/conf/files.i386
  1.339     +1 -0      src/sys/conf/files.pc98
  1.540     +0 -1      src/sys/conf/options
  1.45      +0 -1      src/sys/conf/options.alpha
  1.26      +1 -0      src/sys/conf/options.amd64
  1.234     +1 -0      src/sys/conf/options.i386
  1.198     +1 -0      src/sys/conf/options.pc98


More information about the cvs-src mailing list