From owner-cvs-all@FreeBSD.ORG Tue May 27 08:01:53 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD6C81065766 for ; Tue, 27 May 2008 08:01:53 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCEF8FC32 for ; Tue, 27 May 2008 08:01:53 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2752008rvf.43 for ; Tue, 27 May 2008 01:01:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=LzQnAKCnRn0FkD67FFtbL2/82nT4wQGHhxT49R6EpKM=; b=djS2Rs6jaYkj2tPTf2HSsYMlWR+Jkp4mk+ivZjs2OKHsy/JGN2ErAhZJSdYqLbMl0dAdj3hOlG1JkFkGxm6kHjKmzUfYVfk1lNZAmE0NslP6PJ6D+reKv1hhimkw96b0h6DhrAVZYUH+ByGuMMW/sOOk40fdTuaRnJ0U39AvcY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=oPCT215iVn+JSYaYIbMHDHlGh9rjySzFh0x/3M5JuGIK1BVDXm9my6oj5Mw8U9SiJnCtSuHS/5tKvG5MqQGZ5ZllmpXBnfPRo1tbm4+jr1vEO+tm6zOnR1qIaT5WzOYc00cxZLCtwNBqJNqmvbul7hqoR+Y9+7SCWzTnvg3weDA= Received: by 10.141.71.8 with SMTP id y8mr408224rvk.32.1211873729439; Tue, 27 May 2008 00:35:29 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 00:35:28 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 09:35:28 +0200 From: "Niclas Zeising" To: "Robert Watson" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm 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: Tue, 27 May 2008 08:01:53 -0000 On Mon, May 26, 2008 at 12:11 AM, Robert Watson wrote: > rwatson 2008-05-25 22:11:40 UTC > [SNIP commit details] > Log: > Remove netatm from HEAD as it is not MPSAFE and relies on the now removed > NET_NEEDS_GIANT. netatm has been disconnected from the build for ten > months in HEAD/RELENG_7. Specifics: > > - netatm include files > - netatm command line management tools > - libatm > - ATM parts in rescue and sysinstall > - sample configuration files and documents > - kernel support as a module or in NOTES > - netgraph wrapper nodes for netatm > - ctags data for netatm. > - netatm-specific device drivers. > > MFC after: 3 weeks > Reviewed by: bz > Discussed with: bms, bz, harti > [SNIP more commit details] Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be removed as well? If that't the case, remove src/tools/build/options/WITHOUT_ATM and regen src.conf. Keep up the good work! Regards! //Niclas