From owner-cvs-all Mon Jul 2 18:13:26 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id CFFC037B401; Mon, 2 Jul 2001 18:13:19 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.4/8.11.4) with ESMTP id f631Dnr55407; Tue, 3 Jul 2001 02:13:50 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.4/8.11.4) with ESMTP id f631EE204401; Tue, 3 Jul 2001 02:14:14 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200107030114.f631EE204401@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Brooks Davis Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf files src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/modules Makefile src/sys/modules/if_gif Makefile src/sys/modules/if_stf Makefile src/sys/net if_gif.c if_gif.h ... In-Reply-To: Message from Brooks Davis of "Mon, 02 Jul 2001 14:02:09 PDT." <200107022102.f62L2AJ29272@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Jul 2001 02:14:14 +0100 From: Brian Somers 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 Thanks Brooks - this is great work. I think however that MFCing after only one week is a little aggressive. Can you increase that to at least 1 month so that people using -current can actually get around to using these new features (rather than barely having time to compile them) ? Cheers. > brooks 2001/07/02 14:02:09 PDT > > Modified files: > sys/alpha/conf GENERIC > sys/conf files > sys/i386/conf GENERIC > sys/ia64/conf GENERIC > sys/modules Makefile > sys/net if_gif.c if_gif.h if_stf.c > sys/netinet in_gif.c in_gif.h in_proto.c > sys/netinet6 in6.c in6_proto.c ip6_input.c > Added files: > sys/modules/if_gif Makefile > sys/modules/if_stf Makefile > Log: > gif(4) and stf(4) modernization: > > - Remove gif dependencies from stf. > - Make gif and stf into modules > - Make gif cloneable. > > PR: kern/27983 > Reviewed by: ru, ume > Obtained from: NetBSD > MFC after: 1 week > > Revision Changes Path > 1.114 +2 -2 src/sys/alpha/conf/GENERIC > 1.541 +3 -3 src/sys/conf/files > 1.313 +2 -2 src/sys/i386/conf/GENERIC > 1.11 +2 -2 src/sys/ia64/conf/GENERIC > 1.189 +4 -3 src/sys/modules/Makefile > 1.12 +199 -76 src/sys/net/if_gif.c > 1.5 +3 -1 src/sys/net/if_gif.h > 1.9 +46 -48 src/sys/net/if_stf.c > 1.11 +4 -22 src/sys/netinet/in_gif.c > 1.5 +2 -2 src/sys/netinet/in_gif.h > 1.57 +1 -31 src/sys/netinet/in_proto.c > 1.13 +1 -6 src/sys/netinet6/in6.c > 1.16 +1 -20 src/sys/netinet6/in6_proto.c > 1.28 +1 -2 src/sys/netinet6/ip6_input.c -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message