[9fans] Plan 9 not selected for GSoC

2015-03-02 Thread Anthony Sorace
Unfortunately, we were not selected as one of the mentoring orgs in GSoC this year. I'm going to try and make the meeting for rejected orgs on Friday (I'll be traveling, but should be able to make it) and will hopefully get some insight into why then. I'll report back any interesting findings. If

Re: [9fans] drawterm sources

2015-03-02 Thread Giacomo Tesio
Thanks a lot! :-D Giacomo 2015-03-02 11:55 GMT+01:00 yy : > On 2 March 2015 at 11:06, Giacomo Tesio wrote: >> - where I can find the most updated sources of drawterm? (links from >> http://swtch.com/drawterm/ seem to be broken) > > https://bitbucket.org/rsc/drawterm > >> - Is there any simpler

Re: [9fans] drawterm sources

2015-03-02 Thread yy
On 2 March 2015 at 11:06, Giacomo Tesio wrote: > - where I can find the most updated sources of drawterm? (links from > http://swtch.com/drawterm/ seem to be broken) https://bitbucket.org/rsc/drawterm > - Is there any simpler solution? Buying a three-button mouse is quite > hard in Italy, and ab

Re: [9fans] pool curalloc bug

2015-03-02 Thread cinap_lenrek
the problem with curalloc was the following: poolallocl() allocates, trims, and then adds the resulting block size to curalloc. and poolfreel() subtracts the blocksize from curalloc. so far so good. problem is when we try to merge arenas, the last block in the bottom arena is extended up to the st

Re: [9fans] pool curalloc bug

2015-03-02 Thread cinap_lenrek
the values make no sense because mainmem is a pointer to a pool, not the pool itself. use *mainmem or sbrkmem. -- cinap

[9fans] drawterm sources

2015-03-02 Thread Giacomo Tesio
Hi, to ease my usage of drawterm from my hp chromebook I'm using xbindkeys + xdotool to send mouse events on a few keyboard's events. In particular AltGr + Left = mouse 1 AltGr + Up = mouse 2 AltGr + Right = mouse 3 This way I can choord even without a 3 button mouse. This works quite well, but I

Re: [9fans] once more: drawterm osx-x11 on x86-64

2015-03-02 Thread Steve Simon
Not a solution but this is my hack: This file is $home/bin/rc/startup, envoked by 'exec rio -s -i startup' in $home/lib/profile -- #!/bin/rc rfork e scr=(`{cat /dev/draw/new >[2]/dev/null || status=''}) height=$scr(12) y1=`{echo 'int(' $height '*' 0.12 '

Re: [9fans] pool curalloc bug

2015-03-02 Thread erik quanstrom
On Wed Feb 25 18:40:39 PST 2015, misch...@9.offblast.org wrote: > does anyone care to take a stab at figuring out why mainmem->curalloc > underflows? here's a c program to reproduce. > i can't replicate this on amd64/9atom ; 6.curalloc 6.curalloc 786: suicide: sys: trap: fault read addr=0x0 pc=