[9fans] 6c copy propgation

2014-06-04 Thread erik quanstrom
i thought this discussion was on 9fans, but i don't see it any more. this is a recent bug report in 9front http://code.google.com/p/plan9front/source/detail?r=f80b7ef22cd2352d3823513024d21d3ea14f4854 6a, 6c, 6l: fix copy propagation Without an explicit signal for a truncation,

Re: [9fans] kernel bug

2014-06-04 Thread Anthony Martin
erik quanstrom quans...@quanstro.net once said: i don't know where a history of stuff older than sources (2002) is. /n/sources/extra/9hist Anthony

[9fans] Script Available: Acme Chords for AutoHotkey

2014-06-04 Thread Brian Vito
For those times when I have to use Windows, I've put together a short script for AutoHotkey (http://www.autohotkey.com/) that implements Acme's cut, copy and paste mouse chords, available at: https://github.com/bvito/ahk. I thought I would share the script (which is below) just in case it helps

[9fans] minor kernel bug

2014-06-04 Thread Yoann Padioleau
Hi, Here is a patch for tasklock.c: int lock(Lock *l) { int i; ulong pc; pc = getcallerpc(l); lockstats.locks++; if(up) inccnt(up-nlocks);/* prevent being scheded */ if(tas(l-key) == 0){ if(up)

[9fans] other kernel bug

2014-06-04 Thread Yoann Padioleau
Hi, I think I've found another one :) in confinit() we do: kmem -= conf.upages*sizeof(Page) + conf.nproc*sizeof(Proc) + conf.nimage*sizeof(KImage) + conf.nswap + conf.nswppo*sizeof(Page); // - BUG but in swapinit we actually do iolist =

[9fans] What is Plan9 exactly?

2014-06-04 Thread OMAR RADWAN
I've been looking at plan9 on the internet and to say the truth, I'm mystified. What is it exactly? Is it meant to totally be better than Unix or any Unix-like system? How so? What kind of kernel does it use?

Re: [9fans] What is Plan9 exactly?

2014-06-04 Thread sl
http://code.google.com/p/plan9front/wiki/fqa0 sl

Re: [9fans] What is Plan9 exactly?

2014-06-04 Thread Winston Kodogo
Yeah, I'm mystified myself. Is this a troll or a serious enquiry? Trousers rolled. On 5 June 2014 15:10, OMAR RADWAN owemeac...@live.com wrote: I've been looking at plan9 on the internet and to say the truth, I'm mystified. What is it exactly? Is it meant to totally be better than Unix or

Re: [9fans] What is Plan9 exactly?

2014-06-04 Thread andrey mirtchovski
Trousers rolled. down or up?

Re: [9fans] What is Plan9 exactly?

2014-06-04 Thread OMAR RADWAN
I'm serious. I'm a Unix fan, I use BSD, Minix, Linux, and any unix-like OS I can get my hands on. Sadly, except, System V or HP-UX, or any UNIX. I read about Plan9 online, and it sounds like a great project. Though I do think that if this operating system if made to be better than Unix in every

Re: [9fans] What is Plan9 exactly?

2014-06-04 Thread Alex Jordan
On Jun 4, 2014 8:39 PM, OMAR RADWAN owemeac...@live.com wrote: I'm serious. I'm a Unix fan, I use BSD, Minix, Linux, and any unix-like OS I can get my hands on. Sadly, except, System V or HP-UX, or any UNIX. I read about Plan9 online, and it sounds like a great project. Though I do think that if

Re: [9fans] What is Plan9 exactly?

2014-06-04 Thread OMAR RADWAN
I just did, though I cannot find anything about the kernel architecture Date: Wed, 4 Jun 2014 20:47:46 -0700 From: alexander3223...@gmail.com To: 9fans@9fans.net Subject: Re: [9fans] What is Plan9 exactly? On Jun 4, 2014 8:39 PM, OMAR RADWAN owemeac...@live.com wrote: I'm serious. I'm a Unix