From owner-svn-src-projects@FreeBSD.ORG Thu Oct 9 10:02:17 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FAE21065699; Thu, 9 Oct 2008 10:02:17 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0D6F98FC15; Thu, 9 Oct 2008 10:02:17 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m99A2GKa057708; Thu, 9 Oct 2008 10:02:16 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m99A2GjG057707; Thu, 9 Oct 2008 10:02:16 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <200810091002.m99A2GjG057707@svn.freebsd.org> From: Peter Wemm Date: Thu, 9 Oct 2008 10:02:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183720 - projects X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 10:02:17 -0000 Author: peter Date: Thu Oct 9 10:02:16 2008 New Revision: 183720 URL: http://svn.freebsd.org/changeset/base/183720 Log: Copy from /user/GUIDELINES.txt Added: projects/GUIDELINES.txt - copied unchanged from r183719, user/GUIDELINES.txt Copied: projects/GUIDELINES.txt (from r183719, user/GUIDELINES.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/GUIDELINES.txt Thu Oct 9 10:02:16 2008 (r183720, copy of r183719, user/GUIDELINES.txt) @@ -0,0 +1,95 @@ +$FreeBSD$ + +Golden rules: +Rule #1: TAKE IT EASY! DON'T RUSH AND MAKE A MESS! ASK IF NEEDED! +Rule #2: See rule #1, repeat as needed + +Peril sensitive sunglasses advisory: +This is in flux. Expect refinement. + +Guidelines for what can go in /user and /projects +------------------------------------------------- + +First of all, eveyrbody needs to keep in mind that this repository is +replicated as a unit. Anything that goes into the repository uses project +and volunteer resources. Once something goes in, it essentially never comes +out. Therefore, these are not dumping grounds to put random junk in the +tree that we have to mirror forever. + +General guidelines: + +* Should be relevant to FreeBSD. +* Should be at least concievably of interest to somebody else. +* Should be in a format that is suitable to merge into the base tree. +* Should be something that is worth people's time to read commit mail for. +* Write decent commit messages! + + +The difference between /projects and /user is mostly one of intentions. + +If some WIP is intended to be committed to the main src tree, then it +should go in /projects/$name/*. We encourage people to subscribe to projects +commit messages. The reason is that WIP in projects can be expected to hit +the base tree at some point. + +If some WIP is more of an experiment or speculative, that might not ever be +merged, then it goes in /user/$username/$name/*. We don't encourage +people to subscribe to user commit messages. + +If it is something unrelated to the src tree, it should probably go elsewhere. +There will be a separate repostory made available for such things, whether it +be a special version of mysql or xorg or gcc or whatever. + + +Layout: +Since this is for WIP that can concievably be merged, there is an argument +that can be made that teaching the pre-commit scripts to sanity check WIP +as it goes, rather than having a mammoth fixup being needed prior to merging. + +For that to work, the layout has to be predictable. eg: a branch of +"head/sys/*" for a project called "ia65" should be /projects/ia65/sys/*. +An experimental X11-aware verison of bin/ls/* in a user directory for jdoe +would be /user/jdoe/x11-ls/bin/ls/*. + + +Creation and merging: + +Merging is in flux. The procedure as understood right now: + +Assue projects/ia65/sys. $BASE="svn+ssh://svn.freebsd.org/base" + +Initial creation: + $ svn cp --parents $BASE/head/sys $BASE/projects/ia65/sys + +Then check it out: + $ svn co $BASE/projects/ia65 + +To integrate changes from head into your branch: + $ cd ia65 ; svn update; svn status | read output! Should preferably be clean. + (you may prefer to do merges in a second, clean checkout. It will be easier!) + $ svn merge $BASE/head/sys + (this merges head/sys/* into ., which is projects/ia65/sys) + $ svn commit + +To merge your changes into head/sys. + $ mail -s 'Is it ok to merge projects/ia65 to head?' peter@freebsd.org + $ wait_for_reply + (set up a clean checkout of head/sys and projects/ia65/sys. MUST BE CLEAN!!) + $ cd work + $ svn co $BASE/head/sys + $ svn co $BASE/projects/ia65/sys + $ svn info head - NOTE CHANGE NUMBER!!! assume 12345 for this example. + (now, bring projects/ia65 up to date with head, AS YOU JUST CHECKED IT OUT) + $ svn merge $BASE/head/sys@12345 projects/ia65/sys + (resolve conflicts) + $ svn commit projects/ia65/sys + (now, projects/ia65 is in sync with @12345, as is your head checkout) + (reverse merge to base tree!) + $ svn merge $BASE/projects/ia65/sys head/sys + (resolve conflicts) + $ svn commit head/sys + $ profit! + +Tags: + Place tags in your /user area if possible, even if the origin is a project. + Tag by using svn cp $BASE/projects/xxx $BASE/user/jdoe/yyy. From owner-svn-src-projects@FreeBSD.ORG Thu Oct 9 10:17:55 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7423610656B2; Thu, 9 Oct 2008 10:17:55 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6261D8FC1E; Thu, 9 Oct 2008 10:17:55 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m99AHtQK058080; Thu, 9 Oct 2008 10:17:55 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m99AHtHZ058079; Thu, 9 Oct 2008 10:17:55 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <200810091017.m99AHtHZ058079@svn.freebsd.org> From: Peter Wemm Date: Thu, 9 Oct 2008 10:17:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183722 - projects X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 10:17:55 -0000 Author: peter Date: Thu Oct 9 10:17:55 2008 New Revision: 183722 URL: http://svn.freebsd.org/changeset/base/183722 Log: Merge from user/GUIDELINES.txt Modified: projects/GUIDELINES.txt (contents, props changed) Modified: projects/GUIDELINES.txt ============================================================================== --- projects/GUIDELINES.txt Thu Oct 9 10:13:33 2008 (r183721) +++ projects/GUIDELINES.txt Thu Oct 9 10:17:55 2008 (r183722) @@ -5,7 +5,7 @@ Rule #1: TAKE IT EASY! DON'T RUSH AND M Rule #2: See rule #1, repeat as needed Peril sensitive sunglasses advisory: -This is in flux. Expect refinement. +This is in flux. Expect refinement. Expect typos. Guidelines for what can go in /user and /projects ------------------------------------------------- @@ -56,7 +56,7 @@ Creation and merging: Merging is in flux. The procedure as understood right now: -Assue projects/ia65/sys. $BASE="svn+ssh://svn.freebsd.org/base" +Assume projects/ia65/sys. $BASE="svn+ssh://svn.freebsd.org/base" Initial creation: $ svn cp --parents $BASE/head/sys $BASE/projects/ia65/sys @@ -73,11 +73,14 @@ To integrate changes from head into your To merge your changes into head/sys. $ mail -s 'Is it ok to merge projects/ia65 to head?' peter@freebsd.org - $ wait_for_reply + $ wait_for_reply (the point is to have somebody on hand for the first + timeto help rescue you if things go horribly wrong.) (set up a clean checkout of head/sys and projects/ia65/sys. MUST BE CLEAN!!) $ cd work $ svn co $BASE/head/sys $ svn co $BASE/projects/ia65/sys + (If you've already got clean checkouts handy, replace with appropriate + svn update commands) $ svn info head - NOTE CHANGE NUMBER!!! assume 12345 for this example. (now, bring projects/ia65 up to date with head, AS YOU JUST CHECKED IT OUT) $ svn merge $BASE/head/sys@12345 projects/ia65/sys @@ -89,6 +92,8 @@ To merge your changes into head/sys. (resolve conflicts) $ svn commit head/sys $ profit! + (regular svn users might wonder about merge --reintegrate. Our tree breaks + it, sorry. We can't use it.) Tags: Place tags in your /user area if possible, even if the origin is a project. From owner-svn-src-projects@FreeBSD.ORG Thu Oct 9 12:25:07 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2D9B1065692; Thu, 9 Oct 2008 12:25:07 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A8C4B8FC16; Thu, 9 Oct 2008 12:25:07 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m99CP7QJ061809; Thu, 9 Oct 2008 12:25:07 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m99CP7ml061808; Thu, 9 Oct 2008 12:25:07 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <200810091225.m99CP7ml061808@svn.freebsd.org> From: Lawrence Stewart Date: Thu, 9 Oct 2008 12:25:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183723 - projects/tcp_cc_8.x X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 12:25:07 -0000 Author: lstewart Date: Thu Oct 9 12:25:07 2008 New Revision: 183723 URL: http://svn.freebsd.org/changeset/base/183723 Log: Get ready for initial import of the modular TCP congestion control work from my private development repository into a shiny new project dir home Discussed with: peter, gnn Added: projects/tcp_cc_8.x/ - copied from r183722, head/ From owner-svn-src-projects@FreeBSD.ORG Sat Oct 11 01:42:13 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92EE1065697; Sat, 11 Oct 2008 01:42:13 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9BBDC8FC0C; Sat, 11 Oct 2008 01:42:13 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9B1gDZ4005809; Sat, 11 Oct 2008 01:42:13 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9B1gDwb005808; Sat, 11 Oct 2008 01:42:13 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200810110142.m9B1gDwb005808@svn.freebsd.org> From: Kip Macy Date: Sat, 11 Oct 2008 01:42:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183757 - projects/releng_7_xen X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 01:42:13 -0000 Author: kmacy Date: Sat Oct 11 01:42:13 2008 New Revision: 183757 URL: http://svn.freebsd.org/changeset/base/183757 Log: Create branch for xen support in releng_7 Added: projects/releng_7_xen/ - copied from r183756, stable/7/ From owner-svn-src-projects@FreeBSD.ORG Sat Oct 11 01:43:56 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 203D11065689; Sat, 11 Oct 2008 01:43:56 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E79A18FC0A; Sat, 11 Oct 2008 01:43:55 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9B1htkr005874; Sat, 11 Oct 2008 01:43:55 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9B1htG8005873; Sat, 11 Oct 2008 01:43:55 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200810110143.m9B1htG8005873@svn.freebsd.org> From: Kip Macy Date: Sat, 11 Oct 2008 01:43:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183758 - projects/releng_6_xen X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 01:43:56 -0000 Author: kmacy Date: Sat Oct 11 01:43:55 2008 New Revision: 183758 URL: http://svn.freebsd.org/changeset/base/183758 Log: Create branch for xen support on RELENG_6 Added: projects/releng_6_xen/ - copied from r183757, stable/6/ From owner-svn-src-projects@FreeBSD.ORG Sat Oct 11 01:53:30 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C47911065691; Sat, 11 Oct 2008 01:53:30 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 976438FC13; Sat, 11 Oct 2008 01:53:30 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9B1rUtB006067; Sat, 11 Oct 2008 01:53:30 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9B1rUs2006066; Sat, 11 Oct 2008 01:53:30 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200810110153.m9B1rUs2006066@svn.freebsd.org> From: Kip Macy Date: Sat, 11 Oct 2008 01:53:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183759 - projects/releng_6_xen/sys/xen X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 01:53:30 -0000 Author: kmacy Date: Sat Oct 11 01:53:30 2008 New Revision: 183759 URL: http://svn.freebsd.org/changeset/base/183759 Log: Copy xen includes in to RELENG_6 branch Added: projects/releng_6_xen/sys/xen/ - copied from r183758, head/sys/xen/ From owner-svn-src-projects@FreeBSD.ORG Sat Oct 11 02:01:51 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 852F9106568A; Sat, 11 Oct 2008 02:01:51 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 581F88FC12; Sat, 11 Oct 2008 02:01:51 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9B21pkD006274; Sat, 11 Oct 2008 02:01:51 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9B21pgw006273; Sat, 11 Oct 2008 02:01:51 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200810110201.m9B21pgw006273@svn.freebsd.org> From: Kip Macy Date: Sat, 11 Oct 2008 02:01:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183760 - projects/releng_6_xen/sys/dev/xen X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 02:01:51 -0000 Author: kmacy Date: Sat Oct 11 02:01:51 2008 New Revision: 183760 URL: http://svn.freebsd.org/changeset/base/183760 Log: Copy device support from head in to 6 Added: projects/releng_6_xen/sys/dev/xen/ - copied from r183759, head/sys/dev/xen/