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, [email protected] (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 ........