Re: [9fans] dumb kw question

2010-12-28 Thread Gorka Guardiola
On Mon, Dec 27, 2010 at 3:00 PM, erik quanstrom quans...@quanstro.net wrote: On Mon Dec 27 04:07:57 EST 2010, 9f...@hamnavoe.com wrote: what does BY2SE stand for? bytes per what? I don't know the answer but here's a clue: ether1116.c:573:              cachedwbse(r-cs, BY2SE); l.s:342:

Re: [9fans] dumb kw question

2010-12-28 Thread Gorka Guardiola
On Tue, Dec 28, 2010 at 11:41 AM, Gorka Guardiola pau...@gmail.com wrote: On Mon, Dec 27, 2010 at 3:00 PM, erik quanstrom quans...@quanstro.net wro Se is in fact single entry in the cache, i.e. cache line. It is not a word necessarily (on other arm architectures it is 64 bytes if I remember

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Fernan Bolando
On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah bakul+pl...@bitblocks.com wrote: On Sat, 25 Dec 2010 17:04:01 GMT Steve Simon st...@quintile.net  wrote: I think this is an artifact of 9vx (not 100% sure though), Indeed. Programs under 9vx can make outgoing connections but can't accept incoming

Re: [9fans] dumb kw question

2010-12-28 Thread erik quanstrom
On Mon, Dec 27, 2010 at 3:00 PM, erik quanstrom quans...@quanstro.net wro Se is in fact single entry in the cache, i.e. cache line. It is not a word necessarily (on other arm architectures it is 64 bytes if I remember right) and it is used in assembly so a define is the way to go.

Re: [9fans] ape sockets and plan9

2010-12-28 Thread erik quanstrom
On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah bakul+pl...@bitblocks.com wrote: On Sat, 25 Dec 2010 17:04:01 GMT Steve Simon st...@quintile.net  wrote: I think this is an artifact of 9vx (not 100% sure though), Indeed. Programs under 9vx can make outgoing connections but can't accept

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Devon H. O'Dell
2010/12/28 erik quanstrom quans...@quanstro.net: On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah bakul+pl...@bitblocks.com wrote: On Sat, 25 Dec 2010 17:04:01 GMT Steve Simon st...@quintile.net  wrote: I think this is an artifact of 9vx (not 100% sure though), Indeed. Programs under 9vx can

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Bakul Shah
On Tue, 28 Dec 2010 12:41:09 EST Devon H. O'Dell devon.od...@gmail.com wrote: 2010/12/28 erik quanstrom quans...@quanstro.net: On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah bakul+pl...@bitblocks.com wrote: On Sat, 25 Dec 2010 17:04:01 GMT Steve Simon st...@quintile.net wrote: I think

Re: [9fans] ape sockets and plan9

2010-12-28 Thread erik quanstrom
Indeed. Programs under 9vx can make outgoing connections but can't accept incoming ones because it doesn't really create a virtual machine -- 9vx makes the connections on behalf of the that's wrong. 9vx can accept connections. The original didn't. The version @

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Bakul Shah
On Tue, 28 Dec 2010 13:50:03 EST erik quanstrom quans...@quanstro.net wrot e: Indeed. Programs under 9vx can make outgoing connections but can't accept incoming ones because it doesn't really create a virtual machine -- 9vx makes the connections on behalf of the that's

Re: [9fans] Golang support for Plan 9

2010-12-28 Thread Pavel Zholkover
On Tue, Dec 28, 2010 at 9:24 AM, Skip Tavakkolian skip.tavakkol...@gmail.com wrote: sorry for the noise; the -s was mentioned in your original post and i missed it.  now hell-o example works. i'll try out a few more things. i checked out a complete release (fresh copy) earlier today before

[9fans] a few drawterm fixes

2010-12-28 Thread erik quanstrom
i put them up on bitbucket as a patch queue, just to torture myself. since so much suffering was involved, i'll put the cliff notes on how to fight^winteract with it here. i hope this doesn't bore anybody or make anyone want to jump out a window. edit your $home/.hgrc to have

[9fans] DMEXCL vs. QTEXCL

2010-12-28 Thread Lyndon Nerenberg (VE6BBM/VE7TFX)
Given the overlap between (DM|QT)EXCL, it's not clear to me which of these is considered the authority for indicating exclusive access. devusb.c plays with DMEXCL, devcons.c with QTEXCL. I'm assumed the DMEXCL bit was magically getting propagated down to QTEXCL in qid.type, but I'll be damned if

Re: [9fans] ape sockets and plan9

2010-12-28 Thread ron minnich
Sorry, I'm tired, long day, but this discussion is not making sense to me. I hope I don't make anyone mad at me :-) 9vx can accept connections today, with or without the ether device. I've used 9vx to export root file systems to ARMs. It's how I bootstrapped my openrd. Now, there is this

Re: [9fans] a few drawterm fixes

2010-12-28 Thread ron minnich
The ssh option works fine for me. There is one well-known issue with ssh and one with python. But there is a group of us who have been using bitbucket for several years now and it can work. ron

Re: [9fans] a few drawterm fixes

2010-12-28 Thread erik quanstrom
On Tue Dec 28 23:08:18 EST 2010, rminn...@gmail.com wrote: The ssh option works fine for me. There is one well-known issue with ssh and one with python. But there is a group of us who have been using bitbucket for several years now and it can work. with patch queues? the qclone'd directory

[9fans] hard-coded UTF-8 in wc.c

2010-12-28 Thread erik quanstrom
this just popped up when i was searching the archive. On Mon 15 Mar 2010 18:44:41 EST 2010, quans...@quanstro.net wrote: On Mon Mar 15 17:46:11 EDT 2010, aim0s...@lav... wrote: Yes, but why wc utility counts runes (wc(1) call them runes) manually using huge table instead of using functions