From owner-cvs-src@FreeBSD.ORG Sun May 7 18:12:19 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 6546416A401; Sun, 7 May 2006 18:12:19 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E10F43D46; Sun, 7 May 2006 18:12:19 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k47ICIe4006463; Sun, 7 May 2006 18:12:18 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k47ICIYp006462; Sun, 7 May 2006 18:12:18 GMT (envelope-from netchild) Message-Id: <200605071812.k47ICIYp006462@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 7 May 2006 18:12:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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:12:19 -0000 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