Date: Tue, 03 Jul 2001 02:14:14 +0100 From: Brian Somers <brian@Awfulhak.org> To: Brooks Davis <brooks@FreeBSD.ORG> 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 ... Message-ID: <200107030114.f631EE204401@hak.lan.Awfulhak.org> In-Reply-To: Message from Brooks Davis <brooks@FreeBSD.ORG> of "Mon, 02 Jul 2001 14:02:09 PDT." <200107022102.f62L2AJ29272@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <brian@freebsd-services.com> <brian@Awfulhak.org>
http://www.freebsd-services.com/ <brian@[uk.]FreeBSD.org>
Don't _EVER_ lose your sense of humour ! <brian@[uk.]OpenBSD.org>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107030114.f631EE204401>
