Re: AoE for 4.x
From: Doug Ambrisko (ambrisko_at_ambrisko.com)
Date: 09/21/04
- Previous message: Julian Elischer: "Re: AoE for 4.x"
- In reply to: Sam: "Re: AoE for 4.x"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Sam <sah@softcardsystems.com> Date: Tue, 21 Sep 2004 14:03:59 -0700 (PDT)
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.
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Julian Elischer: "Re: AoE for 4.x"
- In reply to: Sam: "Re: AoE for 4.x"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|