AoE for 4.x

Doug Ambrisko ambrisko at ambrisko.com
Tue Sep 21 14:04:01 PDT 2004


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.


More information about the freebsd-arch mailing list