From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4BC49128.9010407@maht0x0r.net> Date: Tue, 13 Apr 2010 16:43:36 +0100 From: maht User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: 9fans@9fans.net References: <531014b2-6189-44ef-aebc-103a28aed290@k33g2000yqc.googlegroups.com> In-Reply-To: <531014b2-6189-44ef-aebc-103a28aed290@k33g2000yqc.googlegroups.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [9fans] revision control system or SCM of Plan 9 sources Topicbox-Message-UUID: 00d7210a-ead6-11e9-9d60-3106f5b1d025 On 12/04/2010 15:58, Boo wrote: > Yes, I saw this link before, but I mean some current sources, what > happens with Plan9 just right now. > Thanks. > > On 12 апр, 16:54, gd...@rejaa.com (Gabriel Díaz) wrote: > >> Hello >> >> http://swtch.com/plan9history/ >> >> may be is sometthing on the lines you're looking for. >> >> slds. >> >> gabi >> > loop% 9fs sources post... loop% cd /n/sources/plan9/sys/src/cmd/ loop% history cfs Dec 3 13:16:32 GMT 2007 cfs 0 [glenda] Dec 3 13:16:32 GMT 2007 /n/sourcesdump/2010/0413/plan9/sys/src/cmd/cfs 0 [glenda] Dec 2 22:46:20 GMT 2007 /n/sourcesdump/2007/1203/plan9/sys/src/cmd/cfs 0 [glenda] Feb 17 18:03:44 GMT 2003 /n/sourcesdump/2007/1202/plan9/sys/src/cmd/cfs 0 [rsc] Dec 12 21:12:32 GMT 2002 /n/sourcesdump/2003/0217/plan9/sys/src/cmd/cfs 0 [rsc] loop% diff -r /n/sourcesdump/2003/0217/plan9/sys/src/cmd/cfs cfs diff /n/sourcesdump/2003/0217/plan9/sys/src/cmd/cfs/bcache.c cfs/bcache.c 49c49 < for(b = bc->bb; b < &bc->bb[Nbcache]; b++){ --- > for(b = bc->bb; b < &bc->bb[Nbcache]; b++) 52d51 < } 62c61 < if(b->dirty){ --- > if(b->dirty) 65d63 < } 97c95 < if(b->bno!=bno || !b->inuse){ --- > if(b->bno!=bno || !b->inuse) 105d102 < } .......... snip ........