aboutsummaryrefslogtreecommitdiff
path: root/SubmittingPatches
AgeCommit message (Collapse)Author
2012-06-26SubmittingPatches: Correct mailing list to use for sending patches.Ben Pfaff
Reported-by: Ed Maste <emaste@freebsd.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-01-12SubmittingPatches: Fix typo.Ben Pfaff
Reported-by: Reid Price <reid@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
2011-12-13SubmittingPatches: Suggest parentheses for commit subjects.Ben Pfaff
Suggested-by: Ethan Jackson <ethan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
2011-12-09SubmittingPatches: document the use of DCOChris Wright
This adds the Developer's Certificate of Origin to SubmittingPatches to document the requirement to add Signed-off-by to patches. Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-08-25Cleanup isdigit() warnings.Justin Pettit
NetBSD's gcc complains if isdigit()'s argument is an unadorned char. This provides an appropriate cast.
2009-07-10Document how to submit patches for Open vSwitch.Ben Pfaff