From owner-cvs-src@FreeBSD.ORG Sun May 7 18:32:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75FAF16A514; Sun, 7 May 2006 18:32:47 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C133043D6B; Sun, 7 May 2006 18:32:38 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr14.xs4all.nl (8.13.6/8.13.6) with ESMTP id k47IWa15023819; Sun, 7 May 2006 20:32:37 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k47IWaV5021647; Sun, 7 May 2006 20:32:36 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k47IWaoF021646; Sun, 7 May 2006 20:32:36 +0200 (CEST) (envelope-from wb) Date: Sun, 7 May 2006 20:32:36 +0200 From: Wilko Bulte To: Alexander Leidinger Message-ID: <20060507183236.GA21622@freebie.xs4all.nl> References: <200605071812.k47ICIYp006462@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605071812.k47ICIYp006462@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 18:32:48 -0000 On Sun, May 07, 2006 at 06:12:18PM +0000, Alexander Leidinger wrote.. > 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 Amen ;) -- Wilko Bulte wilko@FreeBSD.org