Re: [9fans] mips linker hoisting stack freeing operation

2015-04-01 Thread Charles Forsyth
On 1 April 2015 at 02:34, cinap_len...@felloff.net wrote:

 theres my attempt at preventing the linker from doing so:


It's one of those cases where it's funny it hasn't been noticed before,
since the effects won't be confined to libdraw. Anyway, that change seems
ok,
although it's really a particular type of conflict (between set R29 and use
R6 which depends on R29),
but expressing that is tricky with the limited value tracking there, and
the ADD R29 makes
as good a use of the delay slot as any.


Re: [9fans] puzzling 9P server / 9pcon interaction

2015-04-01 Thread Charles Forsyth
On 1 April 2015 at 00:23, Skip Tavakkolian skip.tavakkol...@gmail.com
wrote:

  trying 9pcon on the same fd (e.g. aux/9pcon /srv/foo) results in
 inappropriate use of fd.


You aren't allowed to read or write an fd directly once it has been used
for 9P traffic by mount (devmnt).


[9fans] Why didn't anyone tell me about the new slogan?

2015-04-01 Thread Anthony Sorace
http://t.co/qyvHkuP2m8

Sounds a bit pollyanna to me, but who am I to judge?




Re: [9fans] Why didn't anyone tell me about the new slogan?

2015-04-01 Thread Charles Forsyth
I think that sums up why we never got as far as we'd hoped.

On 1 April 2015 at 16:46, Anthony Sorace a...@9srv.net wrote:

 http://t.co/qyvHkuP2m8

 Sounds a bit pollyanna to me, but who am I to judge?





Re: [9fans] mips linker hoisting stack freeing operation

2015-04-01 Thread cinap_lenrek
thanks.

--
cinap



[9fans] Enable fontsrv on Darwin

2015-04-01 Thread Derek Carter
I'm not certain about why this would have been disabled, but it seems to 
work now.


Tested with OSX 10.9.5

--
Derek
aka Goozbach