[9fans] spim316 (9/5/2012 2:51:47 PM) comp.os.plan9 i was wondering what use the spim compiler had been put to, and
if this use is still active. does anyone know?
- erik
... quanstro
[9fans] dmi dumper012 (8/29/2012 6:13:21 PM) comp.os.plan9 i wrote a little dmi dump program that may be of interest,
or at least curiosity. contrib quanstro/dmi.
for example, ...
; aux/dmi -t 1
1: type sysinfo 1 len 27 handle 1
mfg ECS
product ... quanstro
[9fans] tcp!215 (8/18/2012 8:11:13 PM) comp.os.plan9 since it came up, i put my working copy of tcp along with some testing
scripts in /n/sources/contrib/quanstro/tcp.
there are a number of fixes rolled into this, but the main fixes are
- add support for new... quanstro
[9fans] qread() with a coalescing queue017 (8/2/2012 3:35:37 AM) comp.os.plan9 in qbread, why does qbread only take full blocks for coalescing queues?
(these are only used for the console, and for tcp) for example:
if(q->state & Qcoalesce){
/* when coalescing, 0 length blocks jus... quanstro
[9fans] cc nit?1622 (6/30/2012 9:25:21 PM) comp.os.plan9 i haven't tracked down thie issue yet, but it appears that ?c
generate unparsable acid output
; cat > void.c
typedef struct PNOTIFY PNOTIFY
struct PNOTIFY {
void emptiness;
};
; 8c -a void.c
void.c... quanstro
[9fans] more radar toys019 (6/12/2012 2:07:35 AM) comp.os.plan9 i added a little toy program to radar(1) (contrib quanstro/radar)
to continuously display the current radar image called radarloop.
if you're feeling like you've got time on your hands, try
overlaying over... quanstro
[9fans] has anyone wished for128 (6/4/2012 3:13:36 PM) comp.os.plan9 "static extern register"?
i know, the syntax doesn't make sense, but if you take "extern register"
to have the standard plan 9 meaning, and static to mean visibility limited
to this file, then there you ha... quanstro
[9fans] what am i missing625 (4/25/2012 7:46:46 PM) comp.os.plan9 i just modified _schedexecwait to not eat wait messages. i think that if you're asynchronously procexecing() and waiting for wait messages, some could have been lost. have i missed something? this seems too ... quanstro
Re: [9fans] Plan 9 on ESX? #2 #4530 (3/28/2012 5:11:37 AM) comp.os.plan9 > I don't know, ESX seems really good, but it has its drawbacks. like conceptually being a much bigger moving part than running a server for the purpose. seriously, you can have an atom server for less than t... quanstro
[9fans] rdbfs(4) woes413 (8/29/2012 2:07:13 AM) comp.os.plan9 9fans,
I dusted off rdbfs(4) today to dig into a kernel issue and ended up
running into what looks like the same issue bwc reported back in 2005:
barstow% import cons /mnt/consoles
barstow% rdbfs -d -t ... sstallion(13)
[9fans] dns poisoning115 (8/29/2012 3:29:42 AM) comp.os.plan9 aback.com has ns.buydomains.com as nameserver, which seem to
announce itself to be responsible for the whole .com tld and
answers positively to everything with bullshit spam ip addresses
causing all further ... cinap_lenrek(315)
carriage returns and other characters in acme/rc820 (9/10/2012 8:48:36 AM) comp.os.plan9 Some programs like git and zsh (when I ssh into other machines) will spew out carriage returns and other characters like this when run under 9term, acme, or rc:
http://cl.ly/image/2Q0F3v3Y1T28
http://cl.ly/... chris5808(4)
[9fans] carriage returns in 9term and acme1229 (9/12/2012 3:57:36 AM) comp.os.plan9 Do I need a specific font to render carriage returns properly? This
is from acme on p9p: http://cl.ly/image/0H0n2F1s1e0e
The same behavior is visible in 9term as well. I have the issue both
on p9p and v... chris5808(4)
[9fans] Brdline() and continuation lines311 (9/19/2012 8:48:51 AM) comp.os.plan9 Hi,
Anyone worked out an idiom that would allow me to
use Brdline()/Blinelen() to read a file which
contains continuation lines?
I want to read a text file which consists of lines terminated
by newline... steve5361(821)
[9fans] when sources is down...112 (9/19/2012 7:57:07 PM) comp.os.plan9 when sources is down, the webserver should redirect
to http://centralservices.net/ instead of showing:
mount: hungup channel
:-)
--
cinap
... cinap_lenrek(315)
p9p backspace/delete in osx1523 (9/25/2012 8:52:40 AM) comp.os.plan9 Being that macs don't have a proper delete key, how can I get delete
behavior to kill a program in rc short of slapping a real keyboard
on this machine?
... chris5808(4)