Re: [9fans] Acme and unicode

2008-05-15 Thread hugo rivera
Thanks a lot for your help, I am not sure what I was doing, but now everything is ok. Saludos Hugo

[9fans] libbio and large files

2008-05-15 Thread Jeff Sickel
This question may be more applicable when addressing p9p on other systems: I'm seeking a little clarification about Bopen and reading through files larger than (2^31 bytes). Other host systems where p9p works (very well I might add) tend to have different definitions for off_t depending

Re: [9fans] P9P on Solaris

2008-05-15 Thread Brian L. Stuart
> I'm sorry about that. There aren't supposed to be > anonymous unions and structs in the source code, > but they creep in. I've removed them from hfs.h. Thanks, that got me farther. I was able to coerce it to build the libraries and some applications. But, surprise surprise, the threading is

[9fans] blbooks.html

2008-05-15 Thread Pietro Gagliardi
Hello. Does anyone know what happened to http://www.bell-labs.com/blbooks.html and what the list there is? Thanks.

Re: [9fans] P9P on Solaris

2008-05-15 Thread Russ Cox
> Thanks, that got me farther. I was able to coerce it > to build the libraries and some applications. But, > surprise surprise, the threading isn't working. In > playing the the tprimes thread test program, I've found > that it's aborting in needstack(). The first time > it gets called, t->stk

[9fans] x86 segment register

2008-05-15 Thread cinap_lenrek
Hi, while implementing TLS support for linuxemu in Plan9 pc kernel i learned that loading segment registers referencing bogus descriptors generates a GP fault... in the noted() function from pc/trap.c here is a comment and code, that kills the program if a note-handler tries to change segment reg