Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 14:03:59 -0700 (PDT)
From:      Doug Ambrisko <ambrisko@ambrisko.com>
To:        Sam <sah@softcardsystems.com>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: AoE for 4.x
Message-ID:  <200409212103.i8LL3xOW051821@ambrisko.com>
In-Reply-To: <Pine.LNX.4.60.0409211541190.32120@athena>

next in thread | previous in thread | raw e-mail | index | archive | help
Sam writes:
| Well, part of finding a committer was for me to ask what you'd
| want to see and how you want to see it.  I have changes to:
|
| /usr/src/sys/net/ethernet.h
| /usr/src/sys/net/if_ethersubr.c
| /usr/src/sys/net/netisr.h
| /dev/MAKEDEV
| /etc/rc
| /etc/defaults/rc.conf
|
| and have created (and populated)
|
| /usr/src/sys/dev/aoe/
| /usr/src/sys/modules/aoe/
|
| So ... a tar of the source and a diff -u patch of all the changes?

You can do a
        diff -upr --newfile <old tree> <new tree>
of all of that.  Then it is one big patch that can be applied via
        patch -p0

This makes it trivial for other people to apply it.  You can all do this
via:
        cvs diff -up --newfile
if you are working in a CVS tree like Julian suggests.

Doug A.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409212103.i8LL3xOW051821>