Re: [9fans] network support on virtualbox

2013-10-24 Thread Paul Patience
Selon Sakis Kasampalis s.kasampa...@zoho.com: Is there any chance of getting network (IP) support on virtualbox? My adapter according to lspci is: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe 9front has a driver for that: https://plan9front.googlecode.com/hg/sys/src/9/pc/etherrt2860.c --

Re: [9fans] [GSOC 2013] Implement plan9 commands in Go, Goblin

2013-04-30 Thread Paul Patience
I don't know if you've seen this, but there is also a plan9portport to windows [1]. Not everything works, but sam and rc do. [1] https://bitbucket.org/knieriem/pf9

[9fans] 5l bug

2013-04-28 Thread Paul Patience
Mischief reported a crash with on arm with winwatch when closing all windows excluding those ignored through the -e flag. Cinap_lenrek narrowed the problem down to a bug in the 5l linker: it generates incorrect code when using the conditional operator and dividing. A minimal test case is the

[9fans] Bug in print(2) g verb

2013-02-27 Thread Paul Patience
I already sent this mail, but it seems that 9fans didn't receive it. The g verb in print(2) does not work properly. The precision flag (%.ng) is supposed to print n significant figures, but it prints n+1 significant figures. This change fixes this behaviour. diff -r d6b623d4cac0