From owner-cvs-all@FreeBSD.ORG Sun Jul 15 10:58:43 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1F0616A404; Sun, 15 Jul 2007 10:58:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9D48913C442; Sun, 15 Jul 2007 10:58:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id CB68049C96; Sun, 15 Jul 2007 06:58:42 -0400 (EDT) Date: Sun, 15 Jul 2007 11:58:42 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Niclas Zeising In-Reply-To: <4699E77F.4070509@gmail.com> Message-ID: <20070715115727.F67691@fledge.watson.org> References: <200707142149.l6ELnOfm059277@repoman.freebsd.org> <20070715103646.I37333@woozle.rinet.ru> <4699E77F.4070509@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Dmitry Morozovsky , cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/rescue/rescue Makefile src/sbin/atm Makefile src/share/examples Makefile src/sys/conf NOTES files options src/sys/modules Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2007 10:58:43 -0000 On Sun, 15 Jul 2007, Niclas Zeising wrote: > RW> Disconnect netatm from the build as it is not MPSAFE and relies on >> RW> NET_NEEDS_GIANT, which will shortly be removed. This is done in a >> RW> away that it may be easily reattached to the build before 7.1 if >> RW> appropriate locking is added. Specifics: >> RW> RW> - Don't install netatm include files >> RW> - Disconnect netatm command line management tools >> RW> - Don't build libatm >> RW> - Don't include ATM parts in rescue or sysinstall >> RW> - Don't install sample configuration files and documents >> RW> - Don't build kernel support as a module or in NOTES >> RW> - Don't build netgraph wrapper nodes for netatm >> RW> RW> This removes the last remaining consumer of NET_NEEDS_GIANT. >> >> Hmm, shouldn't these installation removals be also reflected in >> ObsoleteFiles? > > And src.conf(5)? I don't believe the ATM-related options in src.conf(5) (and other spots) are specific to netatm -- the same ifdefs/ifs/etc are used for netnatm and the netgraph parts also. If you know of any additional netatm-specific parts that are still being installed, please let me know. Right now the only thing I'm aware of that hasn't been removed is that there are some netatm-related rc.d bits, which I need to investigate further. Robert N M Watson Computer Laboratory University of Cambridge