From owner-cvs-all Tue Feb 4 12: 0:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A603137B401; Tue, 4 Feb 2003 12:00:56 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBB643F43; Tue, 4 Feb 2003 12:00:56 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h14K0tD05470; Tue, 4 Feb 2003 12:00:55 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA10189; Tue, 4 Feb 2003 12:00:45 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA29038; Tue, 4 Feb 2003 13:00:43 -0700 (MST) Message-ID: <3E401B44.3080801@btc.adaptec.com> Date: Tue, 04 Feb 2003 12:57:56 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hajimu UMEMOTO Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/linux linux.h src/sys/compat/linux linux_socket.c src/sys/i386/linux linux.h src/sys/modules/linux Makefile References: <200302031743.h13HhKSI085787@repoman.freebsd.org> In-Reply-To: <200302031743.h13HhKSI085787@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hajimu UMEMOTO wrote: > ume 2003/02/03 09:43:20 PST > > Modified files: > sys/alpha/linux linux.h > sys/compat/linux linux_socket.c > sys/i386/linux linux.h > sys/modules/linux Makefile > Log: > Add IPv6 support for Linuxlator. > > Reviewed by: dwmalone > MFC after: 10 days > > Revision Changes Path > 1.57 +1 -0 src/sys/alpha/linux/linux.h > 1.35 +372 -88 src/sys/compat/linux/linux_socket.c > 1.61 +1 -0 src/sys/i386/linux/linux.h > 1.61 +5 -2 src/sys/modules/linux/Makefile The change to src/sys/modules/linux/Makefile unfortunately has a side effect of make INET6 mandatory in the kernel in you want to load this as a module. It's a tough problem to solve, I guess, since modules builds are completely decoupled from kernel config files. Any ideas? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message