9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] The new ridiculous license
@ 2003-06-19  9:34 Keith Nash
  2003-06-19 13:51 ` boyd, rounin
  0 siblings, 1 reply; 760+ messages in thread
From: Keith Nash @ 2003-06-19  9:34 UTC (permalink / raw)
  To: 9fans

On Tuesday 17 June 2003 16:04, Theo de Raadt wrote:

> That is not a license which makes it free.  It is a *contract* with
> consequences; let me be clear -- it is a contract with consequences
> that I am unwilling to accept.

This is an aspect of open-source license wars that I was not previously aware of.

If the license is a contract, that contract is not enforceable as such in court.  The reason (at least in English law, perhaps someone can comment on NY/USA law) is that for a contract to be created, there must be an exchange of value - i.e. Lucent gives you the software, you have to give them something of value (e.g. cash) in return.

Therefore, no license where the software is given away can be a contract: it is merely a grant of rights to the licensor's copyrighted material (and/or patents and trademarks) - which is exactly what Theo would like it to be.

> Or perhaps you guys are utterly blind to what is happening with IBM
> and SCO right now.

The IBM/SCO case is different, because they have an enforceable contract: IBM paid SCO for certain rights.

Keith.



^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] POSIXy V7 sh
@ 2003-11-11  1:38 Dennis Ritchie
  2003-11-11  2:19 ` Geoff Collyer
                   ` (2 more replies)
  0 siblings, 3 replies; 760+ messages in thread
From: Dennis Ritchie @ 2003-11-11  1:38 UTC (permalink / raw)
  To: 9fans

 > Rob Pike <rob@mightycheese.com> writes:
 >> it's the v8 shell that i would like to have.

 > Anyone know of any possibility of getting the rest of the research Unix
 > code released in the same way the v7 and prior code is?

 >	- Dan C.

Until the SCO suit I was about ready to quietly slip
the V8 distribution into the TUHS archive under
the kinder-gentler SCO's license.  So far TUHS
hasn't been hassled by the new, wacky SCO,
and I'm hesitant to attract their attention to TUHS.

If Rob or someone else wants the V8 or later shell,
I'd be glad to send it.

	Dennis


^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] 4e sam for unix
@ 2003-08-16 22:03 Scott Schwartz
  2003-08-16 23:01 ` boyd, rounin
  0 siblings, 1 reply; 760+ messages in thread
From: Scott Schwartz @ 2003-08-16 22:03 UTC (permalink / raw)
  To: 9fans

Folks, I've put a link to a unix port of the 4th edition's sam on my
web site:

  http://www.cse.psu.edu/~schwartz/sam-4e-unix.tar.bz2

This requires some libraries from Russ' web site, and
a samterm from the netlib (or other) distribution.



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] Fork: useless and painful?
@ 2003-07-11  2:01 Andrew Simmons
  2003-07-11  2:17 ` David Presotto
                   ` (2 more replies)
  0 siblings, 3 replies; 760+ messages in thread
From: Andrew Simmons @ 2003-07-11  2:01 UTC (permalink / raw)
  To: 9fans

>Not to mention the fact that you have to send/receive on sockets
>and read/write on everything else so that an app has to check
>the type of any handles it is passed so that it can use the
>right calls.
Actually, under Winsock2 you can use ReadFile/WriteFile with sockets as well
as file handles. You can also use WaitForMultipleObjects, not on the socket
handle itself, but on an event object which is triggered when eg there is
data available for reading. Admittedly you'd never know this from the
documentation, which says you have to use WSAWaitForMultipleEvents, and use
WSAEvents rather than regular Windows events.

The main problem I have with Windows is not the bazillion parameters for
each function call, which you soon learn to ignore, but the fact that it
seems to consist of a random collection of constantly changing APIs
designed, if that's the right word, by different groups of people who never
talked to each other about things such as a uniform method for reporting
errors.



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] The new ridiculous license
@ 2003-07-09  3:33 A. Baker
  2003-07-11  1:41 ` boyd, rounin
  0 siblings, 1 reply; 760+ messages in thread
From: A. Baker @ 2003-07-09  3:33 UTC (permalink / raw)
  To: 9fans

FYI

http://news.com.com/2008-1082_3-1023765.html?tag=fd_lede2_hed

--------------8<--------------

(c|net's Stephen Shankland)

Do you ever wish you'd opted for a BSD-style license
instead of the General Public License (GPL)? (Unlike
the GPL, BSD-style licenses such as those used for the
Apache Software Foundation Web server and the FreeBSD
Unix offshoot permit open-source code to be made
proprietary.)

(Linux's Linus Torvalds)

Absolutely not. I personally think that the BSD
license is a dead end for serious projects, since it
inevitably results in forking with no way to re-join
if it becomes commercially viable. (Editors' note:
Forking is dividing a programming project into two
different, overlapping projects.)

Forking a project is in my opinion hugely important,
since forks are how all real development gets done,
and the ability to fork keeps everybody honest (i.e.
if you don't do a good job and keep your users happy,
they can always fork the project and go on their own).
But equally important is the ability to join back
forks, when/if some group finds the right solution to
a problem. And that's where the GPL comes in: you can
really think of the whole license as nothing more than
a requirement to be able to re-join a forked project
from either side.

--------------8<--------------

Ouch!


=====
Boojum

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] ipconfig dhcp vs ndb
@ 2003-06-25 20:36 Scott Schwartz
  2003-06-25 20:44 ` David Presotto
  0 siblings, 1 reply; 760+ messages in thread
From: Scott Schwartz @ 2003-06-25 20:36 UTC (permalink / raw)
  To: 9fans

ipconfig doesn't seem to use ndb when configuring e.g. ethernet.  Is there
any reason not to?  For a standalone system I think ndb would be easier
than hardcoding the numbers in termrc.



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] mail problems..
@ 2003-06-24 14:41 Apurva Mehta
  2003-06-24 15:24 ` Dan Cross
  2003-06-25  0:16 ` Russ Cox
  0 siblings, 2 replies; 760+ messages in thread
From: Apurva Mehta @ 2003-06-24 14:41 UTC (permalink / raw)
  To: 9fans

I have been trying to use plan 9 to check my email but I am getting
stuck. I have a pop3 account with gmx.net and here is what I have
typed on the command line to check it..

upas/fs -f /pop/pop.gmx.net/my_user_name

The first time I did that, I was asked for my password. It accepted it
and the I got the term% prompt again.

When I executed 'mail' from acme, it said that I had 0 messages. I
know for a fact that there were messages on the server, why were they
not downloaded?

Also, I am confused about how to send mail using an authenticated smtp
server. What do the different rewrite files do? I have edited my
rewrite.gateway file to point to my smtp server (mail.gmx.net). But
how do I handle authentication? I have also added a 'From' header file
in my /mail/box/user_name/headers file. Will this 'From' header be
used for every email I send from my account?

	- Apurva


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-20 14:39 Richard C Bilson
  0 siblings, 0 replies; 760+ messages in thread
From: Richard C Bilson @ 2003-06-20 14:39 UTC (permalink / raw)
  To: 9fans

> From: Dan Cross <cross@math.psu.edu>
>
> Another interesting variety was AIX printing, where ``lpd'' wasn't so
> much a printing daemon as it was a generic batch queuing system.  I
> remember once someone who was rather fond of AIX defending it to me by
> telling me, ``what other system do you know where you can kick off a
> batch job using lpr?''  My mind boggled and I utterly failed to come
> up with an appropriate response.  I had already ported Berkeley
> lpd to my AIX machines.

It is interesting to me, in light of this, that Linux lpd has become
the system of choice for discriminating hackers to queue their mp3
files:

  http://patrick.wagstrom.net/weblog/archives/000128.html

Another case of software that is just good enough to prevent a rational
alternative from taking hold.


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-20  9:30 Andrew Simmons
  0 siblings, 0 replies; 760+ messages in thread
From: Andrew Simmons @ 2003-06-20  9:30 UTC (permalink / raw)
  To: 9fans

>> CUPS is silly.

> Things designed by committee usually are.....

Oh now, come on!! What about CORBA and ANSI Standard C++?




^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-19 19:59 Scott Schwartz
  2003-06-19 20:08 ` boyd, rounin
  0 siblings, 1 reply; 760+ messages in thread
From: Scott Schwartz @ 2003-06-19 19:59 UTC (permalink / raw)
  To: 9fans

Look guys, flaming other people and other projects is off topic for this
list, in addition to being unamusing.


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-19 19:24 ot
  2003-06-19 19:50 ` Dan Cross
  0 siblings, 1 reply; 760+ messages in thread
From: ot @ 2003-06-19 19:24 UTC (permalink / raw)
  To: 9fans


> Ugh. I feel like Charlie Brown. ``Why's everybody always
> picking on me?''

good grief.

> Really? Why? Can you point out something specific I said that
> you think is ignorant? Perhaps that I expressed doubt in the
> OpenBSD team? That's only after eight years of watching the
> various BSD projects go about doing what they do.

it sounds like you either have some personal beef with the
development team, or no experience with BSD unix. the openbsd
team should be commended for their hard work, their os is one
of the best choices out there.

> If you disagree with my impression that's fine, but my opinion
> stands.

opinions that are not based on fact don't count.



Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2

Free, ultra-private instant messaging with Hush Messenger
https://www.hushmail.com/services.php?subloc=messenger&l=434

Big $$$ to be made with the HushMail Affiliate Program:
https://www.hushmail.com/about.php?subloc=affiliate&l=427


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-19 18:13 ot
  2003-06-19 18:19 ` David Presotto
  2003-06-19 18:50 ` Dan Cross
  0 siblings, 2 replies; 760+ messages in thread
From: ot @ 2003-06-19 18:13 UTC (permalink / raw)
  To: 9fans


as a proponent of both openbsd and plan9, i must say i am
rather disappointed at this turn of events, but it is
understandable none the less.  it would be nice to see
the plan9 toolchain in openbsd, but i'm sure it will be
just fine without it.

cross:

i find your comments regarding the openbsd developers both
ignorant and uncalled-for, especially from somebody who was
complaining about spamming the list with nonsense.  quit
wasting my bandwidth with your childish flames.




Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2

Free, ultra-private instant messaging with Hush Messenger
https://www.hushmail.com/services.php?subloc=messenger&l=434

Big $$$ to be made with the HushMail Affiliate Program:
https://www.hushmail.com/about.php?subloc=affiliate&l=427


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-18  9:34 Markus Friedl
  2003-06-18 14:45 ` Dan Cross
  2003-06-18 18:40 ` boyd, rounin
  0 siblings, 2 replies; 760+ messages in thread
From: Markus Friedl @ 2003-06-18  9:34 UTC (permalink / raw)
  To: 9fans

Dan Cross:

> Otherwise, what's your point by sending this garbage to 9fans?  If
> you've got a problem with Bell Labs, take it up with them.  Don't spam
> the rest of us with your misunderstandings of the community's goals.

The whole point of the mail is:

(1) It would be very nice to have the plan9 toolchain replace gcc
    in the Unix world.

(2) Step (1) will probably only happen if the License is much
    more liberal than the gcc license, e.g. an ISC or BSD style license.

Nobody is forcing you to do (2), especially if you don't care about (1).

So (1) might not be the "community"'s goal, but could do a favour to
rest of the world outside of the "community".


^ permalink raw reply	[flat|nested] 760+ messages in thread
[parent not found: <42999790ecb672f64d9fe046cb284a9d@plan9.bell-labs.com>]
* Re: [9fans] The new ridiculous license
@ 2003-06-17 18:45 presotto
  0 siblings, 0 replies; 760+ messages in thread
From: presotto @ 2003-06-17 18:45 UTC (permalink / raw)
  To: brownlee, 9fans

On Tue Jun 17 14:15:16 EDT 2003, brownlee@acm.org wrote:
> To avoid having to indemnify contributors, couldn't
> a distributor offer a license which disclaims as
> much as possible AND requires a distributee
> to accept the Lucent license?

The distributor indemnifies against the consequences of his actions.
The distributor is not indemnifying the contributors against the results
of their actions (unless of course he misrepresents their claims when
distributing).

>
> To distribute and have to indemnify the contributors could be risky.

If a contributor could be sued for something stupid that a distributor
did, wouldln't it be risky to contribute?


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-17 18:18 David Presotto
  0 siblings, 0 replies; 760+ messages in thread
From: David Presotto @ 2003-06-17 18:18 UTC (permalink / raw)
  To: dgerow, 9fans

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

Two changes were made to make it clearer/shorter.  The export
disclaimer was added because lawyers don't like to leave
anything dangling.

All the clauses really do address different subjects.
5 and 6 lok real similar and could probably be combined
somehow.

[-- Attachment #2: Type: message/rfc822, Size: 2649 bytes --]

From: Damian Gerow <dgerow@afflictions.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] The new ridiculous license
Date: Tue, 17 Jun 2003 14:07:09 -0400
Message-ID: <20030617180709.GF3197@afflictions.org>

Thus spake Russ Cox (rsc@plan9.bell-labs.com) [17/06/03 14:01]:
> The version that OSI approved is at
> http://plan9.bell-labs.com/hidden/approved-template.html
> but it's not what we're using.  We're using the one
> that I posted a link to before:
> http://plan9.bell-labs.com/hidden/newlicense.html.

Any reason the OSI-approved license was dropped?  Why move to a new license
after one was approved?

IMO, the entire license can be reduced to just Clause 5.  I'm no legalese
expert, but it feels like everything else is just a specific instance of
Clause 5.

Everything in the license basically states over and over again that the
Contributor(s) are not responsible for the Receiver(s) performing action X.
If Clause 5 already says that, just not in so many words, why bother going
to the trouble of pointing everything out?

Even Clause 5 itself is repetitive -- the portion in CAPS seems to be fairly
clear to me, as to what the license is.

^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-17 18:01 David Presotto
  2003-06-18  2:55 ` Andrey S. Kukhar
  0 siblings, 1 reply; 760+ messages in thread
From: David Presotto @ 2003-06-17 18:01 UTC (permalink / raw)
  To: dgerow, 9fans

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

The amendments aren't hidden.  The license you looked at

	http://plan9.bell-labs.com/hidden/newlicense.html

is the final one.  The thing you didn't notice was the line at the
top that said that this was different than what OSI had approved
and a pointer to the differences.

[-- Attachment #2: Type: message/rfc822, Size: 1949 bytes --]

From: Damian Gerow <dgerow@afflictions.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] The new ridiculous license
Date: Tue, 17 Jun 2003 13:50:12 -0400
Message-ID: <20030617175011.GD3197@afflictions.org>

Thus spake Russ Cox (rsc@plan9.bell-labs.com) [17/06/03 12:42]:
> You might notice that OSI didn't approve clause 7.
> (See http://plan9.bell-labs.com/hidden/osi-diff.html.)

So is there a final revision of the license that we can read, without having
to include external amendments that are 'hidden'?

^ permalink raw reply	[flat|nested] 760+ messages in thread
[parent not found: <cf335ed380f1abb103f54acc1a307830@plan9.bell-labs.com>]
* Re: [9fans] The new ridiculous license
@ 2003-06-17 17:09 David Presotto
  0 siblings, 0 replies; 760+ messages in thread
From: David Presotto @ 2003-06-17 17:09 UTC (permalink / raw)
  To: deraadt, 9fans

Thank you for the comments.  I'll answer them as best I can though
I fear any answer will be insufficient since I really can't change
the license substantially.

> That is not a license which makes it free.  It is a *contract* with
> consequences; let me be clear -- it is a contract with consequences
> that I am unwilling to accept.

That's clearly for you to decide.  Though legally this is not a contract,
It does obligate the recipient which is probably what you mean.

> Note that I sell OpenBSD CDs to fund our project.  That contract right
> there says in term 7:
>
>	If Theo accidentally sells a CD to
>	North Korea, the US can fuck him.

Nice paraphrase and it is indeed true.  However, not because of what the
license says:

	Recipient agrees that Recipient alone is responsible for compliance with
	the United States export administration regulations (and the export control
	laws and regulation of any other countries) and hereby indemnifies the
	Contributors for any liability incurred as a result of the Recipients
	actions which result in any violation of any such laws and regulations.

If Theo accidentally (or not) sells a CD to North Korea, then the US can 'fuck' him,
so to speak, with or without this clause (assuming he's living in the US or
in a country the US can lean on).  The best he can claim as mitigation
is that he didn't know that there might be applicable export controls or
that he did it by accident.  What the clause does do is point out that
he was told, that its his accident and the weight falls on him, not the
contributors.  If he does something to bring the gov down on him, its
on him and not the whole community.  That of course will not make Theo
feel very good.

As far as I know, the only thing that really is covered by the US regulations
is the crypto but that's beside the point.  If you know better than I do (as
well you might, I haven't checked lately) i.e., if you think that the
export regulations no longer apply to such software please tell me.

Of couse then this clause shouldn't bother you because there are no
reguations whose infringement you need to indemnify contributors against.

By the way, this clause has NOT been accepted by OpenSource as the pointer
at the top of the license points out.  The license they accepted
does not contain it.

>It also says in term 4:
>
>	Sell this in a product in ways which "we" do not like, and the
>	contract you have accepted says you can be fucked by anyone
>	who owns this license later and who decides they want to fuck you.

If the lawyers you talk to read it as you described it, then I'ld like to
talk with them.  Please have them contact me.  We've gone over this with
both our lawyer and with the IBM laywer that drafted the CPL and this
reading astounds us all.

This clause comes pretty much intact from the IBM PL.  It means that
should you commercially distribute (sell) this product, and as a result
of that someone sues because of 'your acts and ommissions', that you will
protect the contributors in that suit.

Of course, this may also not be acceptable to you, but that's a different
story.

As for the rest, I agree.  My original wording for the license was:

	take the software and do whatever you'ld like with it

Since we're a big company with seemingly big pockets (though mostly empty
these days) and we do get sued a lot as a result.  Whether or not we're
in the right its still damed expensive.  Therefore, we can't release
software without the cover your ass clauses.


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-17 16:52 Theo de Raadt
  2003-06-17 17:10 ` Dan Cross
                   ` (2 more replies)
  0 siblings, 3 replies; 760+ messages in thread
From: Theo de Raadt @ 2003-06-17 16:52 UTC (permalink / raw)
  To: rsc; +Cc: 9fans, deraadt

It's too difficult for me to explain in full details how much of this
license is not acceptable to us.  But it clearly is not acceptable to
us.

We have an entire operating system (minus a touch of GPL and LGPL here
and there, one sendmail license, and a few smatterings of Artistic)
that has NO CONTRACTS -- every license is simply "copyright law term
dismissal + warranty disclaimer".  That is free; these licenses make
no new requirements of anyone; they do not require or re-state
anything that is already the way it is.  The BSD licenses we have
simply take rights granted by copyright law to the author, and they
serve to allow the author to give up all of those rights (except the
copyright law right to be known as the author).  These licenses ask
for nothing in return; they do not even restate anything that another
law might make a problem -- because there is no need to state it!

We can't accept this license as it is. I note your meeting notes said
that a goal had been to allow OpenBSD to use parts from this (in
particular we were interested in the c compiler).  I think someone did
not listen to us, or understand what a BSD-licensed operating system
has as a goal -- as this is, the plan9 components are now no more free
for us to use than they were weeks ago.

sure; you have a new license.  That will be good for some people.  Too
bad it does not go far enough for the needs of a BSD licensed system.
It's just incompatible.  It would be the most onerous license in our
tree (well there is the GPL, but year by year we remove and replace
more and more GPL software in our tree... we had hoped to replace the
c compiler in the long term with a free one...)


^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] The new ridiculous license
@ 2003-06-17 16:38 Russ Cox, rsc
  2003-06-17 17:13 ` David Presotto
  2003-06-17 17:50 ` Damian Gerow
  0 siblings, 2 replies; 760+ messages in thread
From: Russ Cox, rsc @ 2003-06-17 16:38 UTC (permalink / raw)
  To: deraadt, 9fans

> Note that I sell OpenBSD CDs to fund our project.  That contract right
> there says in term 7:
>
> 	If Theo accidentally sells a CD to
> 	North Korea, the US can fuck him.

You might notice that OSI didn't approve clause 7.
(See http://plan9.bell-labs.com/hidden/osi-diff.html.)

  7. EXPORT CONTROL

  Recipient agrees that Recipient alone is responsible for compliance
  with the United States export administration regulations (and the
  export control laws and regulation of any other countries) and hereby
  indemnifies the Contributors for any liability incurred as a result of
  the Recipients actions which result in any violation of any such laws
  and regulations.

If Theo lives in the U.S. and sells a CD to North Korea,
Theo has broken U.S. law regardless of whether section 7 exists.
If Theo lives outside the U.S. and sells a CD to North Korea,
Theo is fine regardless of whether section 7 exists.

> It also says in term 4:
>
> 	Sell this in a product in ways which "we" do not like, and the
> 	contract you have accepted says you can be fucked by anyone
> 	who owns this license later and who decides they want to fuck you.

Where does it say this?  I see that if you put our software
in PostScript printers claiming that it's bulletproof and then
it turns out not to be, then it's your butt on the line not ours
since we never said it was bulletproof.

Russ


^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] The new ridiculous license
@ 2003-06-17 16:04 Theo de Raadt
  2003-06-17 17:02 ` C H Forsyth
                   ` (3 more replies)
  0 siblings, 4 replies; 760+ messages in thread
From: Theo de Raadt @ 2003-06-17 16:04 UTC (permalink / raw)
  To: 9fans

	http://plan9.bell-labs.com/hidden/newlicense.html

[and whichever other versions are proposed..]

The new license is utterly unacceptable for use in a BSD project.

Actually, I am astounded that the OSI would declare such a license
acceptable.

That is not a license which makes it free.  It is a *contract* with
consequences; let me be clear -- it is a contract with consequences
that I am unwilling to accept.

Note that I sell OpenBSD CDs to fund our project.  That contract right
there says in term 7:

	If Theo accidentally sells a CD to
	North Korea, the US can fuck him.

Thanks OSI.  Thanks for being so damn patriotic.

It also says in term 4:

	Sell this in a product in ways which "we" do not like, and the
	contract you have accepted says you can be fucked by anyone
	who owns this license later and who decides they want to fuck you.

Who is "we".  You don't read term 4 that way?  Lawyers I talk to read
it that way.  If lawyers I talk to read it that way, why the heck
would I risk ever in the future ending up in a court room with lawyers
who might argue against me like my lawyers suggest might be possible?
I would be stupid to accept such a term.  And come on it says "certain
responsibilities".  Good god.  Are you people dumb to accept such a
term in a legal document?  It is like "your house mortgage can be
considered invalid in certain situations and then we own your house".

Or perhaps you guys are utterly blind to what is happening with IBM
and SCO right now.

The license you propose is NOT FREE SOFTWARE.  I am astounded the OSI
has gone and decided to become an organization that just rubber stamps
things which are not free.  I don't know who they are talking to, but
these "licenses" which they approve are chock full of constraints
against various segments of the user community.

Wisen up plan9 guys -- keep your software commercial or just make it
free.  Say "Public domain" or say "Copyright us, do anything except
don't claim someone else wrote it", -- or keep it commercial.  These
continual lies wrapped up in contract law are ... such a farce -- why
is it that none of you have the guts to just give it away like the
good people at Berkeley did years and years ago?  Are you really that
gutless?  Did Kirk and Keith and Kirk really understand something
about freedom which you guys don't?  Are all of you really that
trapped that you can't escape the legal frameworks presented to you by
lawyers?  Were those Berkeley guys on drugs when they decided to make
all that stuff "free except give us credit", and like wow man,
suddenly all sorts of stuff from sockets to half of libc ended up
being based on their cope.  Or is it the plan9 people who hold major
delusions?

We've made OpenSSH so free that it is being included not just in
generic purpose operating systems, but also in routers, switches, and
reportedly soon even in POSTSCRIPT PRINTERS... from *major vendors*...
because we are FED UP with one-off crap security software being put
into these devices; because MY security depends on the security of
YOUR NETWORK DEVICE; hence we would rather supply a complete 'plug and
play' solution that any vendor can just merge into their product
BECAUSE THE LICENSE IS UTTERLY STARK AND CLEAR AND FREE.  But
increasingly I am becoming convinces that anyone who has ever worked
for AT&T or Bell Labs does not UNDERSTAND what makes networks more
secure -- and it is, surprise, FREE DISCLOSURE OF THE SIMPLE STUFF.

Were we on Berkeley drugs when we decided to make OpenSSH that free?

Who on this list is using OpenSSH?  Who wants to use something less
free instead?

Put another way... do you guys have some kick ass technology that you
want to change the world, or don't you?  The latest rave vibe on the
internet appears to be that free software is changing the world a lot.
You don't want to be part of that?  Besides being part of all *BSD and
Linux operating systems, OpenSSH is also part of most non-Linux
Unix-like operating systems, but you might have noticed that many of
those systems do not ship with other GNU software by default; like
pick Solaris.  Solaris includes OpenSSH.  Name some GNU software
included by default, ok?  The point is, a SSH server MATTERS.  That
there is a free one matters even more.

There's a reason.  You write a license like you have written here, and
vendors get afraid.  I urge you to write something much simpler.

I am willing to speak this way because after two years of discussion
with plan9 people, it has become clear to me that this compiler will
never be free enough for us to use.  If that changes as a result of
this mail, good.  If not, fine -- I have given up hope.

I urge everyone in power regarding this issue to think this through --
and then, make your simple compiler which we can build into a trusted
component FREE, or, if you don't, sometime in the next few years
something else which is simple and matches it in power, can and might
and probably will show up (because it is clear the gnu bloat compiler
will never achieve such a goal...)

After all, why would you spend so much effort building something so
kick-ass if in the end very few people use it.

- ---

Below is an example license to be used for new code in OpenBSD,
modeled after the ISC license.

It is important to specify the year of the copyright.  Additional years
should be separated by a comma, e.g.
    Copyright (c) 2003, 2004

If you add extra text to the body of the license, be careful not to
add further restrictions.

/*
 * Copyright (c) CCYY YOUR NAME HERE <user@your.dom.ain>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] The new ridiculous license
@ 2003-06-17 10:28 Theo de Raadt
  2003-06-17 20:49 ` boyd, rounin
  0 siblings, 1 reply; 760+ messages in thread
From: Theo de Raadt @ 2003-06-17 10:28 UTC (permalink / raw)
  To: 9fans

http://plan9.bell-labs.com/hidden/newlicense.html

[and whichever other versions are proposed..]

The new license is utterly unacceptable for use in a BSD project.

Actually, I am astounded that the OSI would declare such a license
acceptable.

That is not a license which makes it free.  It is a *contract* with
consequences; let me be clear -- it is a contract with consequences
that I am unwilling to accept.

Note that I sell OpenBSD CDs to fund our project.  That contract right
there says in term 7:

	If Theo accidentally sells a CD to
	North Korea, the US can fuck him.

Thanks OSI.  Thanks for being so damn patriotic.

It also says in term 4:

	Sell this in a product in ways which "we" do not like, and the
	contract you have accepted says you can be fucked by anyone
	who owns this license later and who decides they want to fuck you.

Who is "we".  You don't read term 4 that way?  Lawyers I talk to read
it that way.  If lawyers I talk to read it that way, why the heck
would I risk ever in the future ending up in a court room with lawyers
who might argue against me like my lawyers suggest might be possible?
I would be stupid to accept such a term.  And come on it says "certain
responsibilities".  Good god.  Are you people dumb to accept such a
term in a legal document?  It is like "your house mortgage can be
considered invalid in certain situations and then we own your house".

Or perhaps you guys are utterly blind to what is happening with IBM
and SCO right now.

The license you propose is NOT FREE SOFTWARE.  I am astounded the OSI
has gone and decided to become an organization that just rubber stamps
things which are not free.  I don't know who they are talking to, but
these "licenses" which they approve are chock full of constraints
against various segments of the user community.

Wisen up plan9 guys -- keep your software commercial or just make it
free.  Say "Public domain" or say "Copyright us, do anything except
don't claim someone else wrote it", -- or keep it commercial.  These
continual lies wrapped up in contract law are ... such a farce -- why
is it that none of you have the guts to just give it away like the
good people at Berkeley did years and years ago?  Are you really that
gutless?  Did Kirk and Keith and Kirk really understand something
about freedom which you guys don't?  Are all of you really that
trapped that you can't escape the legal frameworks presented to you by
lawyers?  Were those Berkeley guys on drugs when they decided to make
all that stuff "free except give us credit", and like wow man,
suddenly all sorts of stuff from sockets to half of libc ended up
being based on their cope.  Or is it the plan9 people who hold major
delusions?

We've made OpenSSH so free that it is being included not just in
generic purpose operating systems, but also in routers, switches, and
reportedly soon even in POSTSCRIPT PRINTERS... from *major vendors*...
because we are FED UP with one-off crap security software being put
into these devices; because MY security depends on the security of
YOUR NETWORK DEVICE; hence we would rather supply a complete 'plug and
play' solution that any vendor can just merge into their product
BECAUSE THE LICENSE IS UTTERLY STARK AND CLEAR AND FREE.  But
increasingly I am becoming convinces that anyone who has ever worked
for AT&T or Bell Labs does not UNDERSTAND what makes networks more
secure -- and it is, surprise, FREE DISCLOSURE OF THE SIMPLE STUFF.

Were we on Berkeley drugs when we decided to make OpenSSH that free?

Who on this list is using OpenSSH?  Who wants to use something less
free instead?

Put another way... do you guys have some kick ass technology that you
want to change the world, or don't you?  The latest rave vibe on the
internet appears to be that free software is changing the world a lot.
You don't want to be part of that?  Besides being part of all *BSD and
Linux operating systems, OpenSSH is also part of most non-Linux
Unix-like operating systems, but you might have noticed that many of
those systems do not ship with other GNU software by default; like
pick Solaris.  Solaris includes OpenSSH.  Name some GNU software
included by default, ok?  The point is, a SSH server MATTERS.  That
there is a free one matters even more.

There's a reason.  You write a license like you have written here, and
vendors get afraid.  I urge you to write something much simpler.

I am willing to speak this way because after two years of discussion
with plan9 people, it has become clear to me that this compiler will
never be free enough for us to use.  If that changes as a result of
this mail, good.  If not, fine -- I have given up hope.

I urge everyone in power regarding this issue to think this through --
and then, make your simple compiler which we can build into a trusted
component FREE, or, if you don't, sometime in the next few years
something else which is simple and matches it in power, can and might
and probably will show up (because it is clear the gnu bloat compiler
will never achieve such a goal...)

After all, why would you spend so much effort building something so
kick-ass if in the end very few people use it.

---

Below is an example license to be used for new code in OpenBSD,
modeled after the ISC license.

It is important to specify the year of the copyright.  Additional years
should be separated by a comma, e.g.
    Copyright (c) 2003, 2004

If you add extra text to the body of the license, be careful not to
add further restrictions.

/*
 * Copyright (c) CCYY YOUR NAME HERE <user@your.dom.ain>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */


^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] BOF timing
@ 2003-05-30 13:19 ron minnich
  2003-05-30 15:13 ` Dan Cross
  2003-05-30 15:24 ` Jack Johnson
  0 siblings, 2 replies; 760+ messages in thread
From: ron minnich @ 2003-05-30 13:19 UTC (permalink / raw)
  To: 9fans

I'm just checking again -- I'm there from june 7 to june 14. Any interest
in a BOF wednesday or thursday night?

ron



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] Mp3 Resources
@ 2003-05-29 11:09 mp3
  2003-05-29 11:17 ` boyd, rounin
  0 siblings, 1 reply; 760+ messages in thread
From: mp3 @ 2003-05-29 11:09 UTC (permalink / raw)
  To: 9fans


[-- Attachment #1.1: Type: text/plain, Size: 898 bytes --]

Hi,

 My name is Marc Janeway and I have a site about mp3 and it contains resources related to this and this is the url: "qozi.com/mp3".
 I think our sites are compatible and I would like very much to exchange links with your site: http://plan9.escet.urjc.es/.

 If you don't agree with that, just ignore this message, but if you like the idea you can fill in the form at: http://www.qozi.com/mp3/form.html and you will see your link up on our site in a day or two.

 Also in order for you to link to us you might use this information:

 URL: http://www.qozi.com/mp3/
 Title: Mp3 Resources
 Description: mp3 related news, books and web resources

 or you can copy & paste this :

 --START HERE--

 &lt;a href="http://www.qozi.com/mp3/"&gt;Mp3 Resources&lt;/a&gt; - mp3 related news, books and web resources.&lt;br&gt;&lt;br&gt;

 --END HERE--

 Best Regards,
 Marc Janeway


[-- Attachment #1.2: Type: text/html, Size: 1185 bytes --]

^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] suggestion: avoiding out of date binaries
@ 2003-05-18  1:50 Fco.J.Ballesteros
  2003-05-19  7:06 ` Russ Cox
  2003-05-19 12:48 ` Joel Salomon
  0 siblings, 2 replies; 760+ messages in thread
From: Fco.J.Ballesteros @ 2003-05-18  1:50 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 875 bytes --]

Hi,

	I just got bitten recently by a couple of out of date binaries.
All I had to do to `fix' what seemed to be a bug was to recompile a
couple of programs.

What about automating recompilation of out of date programs?
My system is very much up to date wrt sources and it seems
that all of my /386/bin is out of date, sic.

The silly script I attach does pretty well for me to detect out of date
binaries. It would be a matter of recompiling those ones detected after
source code gets changed. I know this would make us pull new binaries
often, but at least it's better for safety.

Even better would be to instruct our mkfiles to compile only thing out
of date and then simply run `mk' in the whole cmd tree; but I dont
know of a clean way of doing it. The only way I know would be to
use of a script like this in `update' targets added to every mkfile.

[-- Attachment #2: Type: text/plain, Size: 1040 bytes --]

#!/bin/rc
#
# -q: faster, but you wont know why it's out of date
# -i: to ignore a file you know has changed (eg /sys/include/libc.h)

rfork e

fn usage {
	echo usage: outofdate [-q] [-i ignore] file... >[1=2]
	exit usage
}

fn newer {
	m1=`{mtime $1 | awk '{print $1}'}
	m2=$2
	test $m1 -gt $m2
}

ignored=()
quiet=no
while(~ $1 -*){
	switch($1){
	case -q
		quiet=yes
	case -i
		if (~ $2 '')
			usage
		ignored=`{cat $2}
		shift
	case -*
		usage
	}
	shift
}
if (~ $#* 0)
	usage

updated=''
for (file in $*){
	if (~ `{file $file} *'plan 9 executable'*) {
		srcs=`{nm -a $file | grep ' z ' | sed -e 's/^.* z //' |
			 grep -v '^$' | sort | uniq}
		fupdated=''
		ftime=`{mtime $file | awk '{print $1}'}
		for (s in $srcs) {
			if (! ~ $fupdated outofdate || ! ~ $quiet yes)
			if (test -f $s)
			if (! ~ $s $ignored)
			if (newer $s $ftime){
				fupdated=outofdate
				updated=outofdate
				if (~ $quiet yes)
					echo $file
				if not
					echo $file: $s
			}
		}
	}
}
exit $updated

^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] Free Plan 9 "shell" accounts?
@ 2003-05-16 16:05 Martin Kielhorn
  2003-05-16 16:25 ` Andrew
                   ` (3 more replies)
  0 siblings, 4 replies; 760+ messages in thread
From: Martin Kielhorn @ 2003-05-16 16:05 UTC (permalink / raw)
  To: 9fans

Has there ever been  an attempt  to provide free accounts
on a Plan 9 network for people curious to "play" with it.

I've found several Unix servers where free shell accounts
are available (like m-net.arbornet.org). I wasn't able to
locate something comparable for Plan 9.

I would really like an open  Plan 9  CPU  server. Maybe I
could even connect to it with drawterm or vnc because I
would really like to learn programming for rio.

How many graphical logins could a typical (perhaps  256M,
500 MHz, shared 155Mbit internet) cheap server provide?

On m-net there are often 20 - 30 people logged in and all
programs still work responsive (some people surve the web
others read mails and many are idle  - everything in com-
mand line).

			Martin



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] same functions everywhere
@ 2003-04-23  9:16 paurea
  2003-04-23 15:05 ` Russ Cox
  2003-04-25 10:40 ` Douglas A. Gwyn
  0 siblings, 2 replies; 760+ messages in thread
From: paurea @ 2003-04-23  9:16 UTC (permalink / raw)
  To: 9fans

Reading the code for different commands and filesystems, I have found
there are at least three functions repeated with equivalent
implementations all over the place. These are erealloc emalloc and estrdup.
They call the function without the e and call sysfatal on error. Wouldn't it
be more economical and clear to have them on a library?.

On another terms, it would be great to have some function, macro, mechanism
or whatever to describe calling a function and calling sysfatal on error, because
this usage of functions repeats itself a lot.



									Gorka




^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] ndb/local
@ 2003-04-22 17:32 ron minnich
  2003-04-22 17:37 ` David Presotto
  2003-04-22 21:06 ` FJ Ballesteros
  0 siblings, 2 replies; 760+ messages in thread
From: ron minnich @ 2003-04-22 17:32 UTC (permalink / raw)
  To: 9fans


OK, it's probably just me, but this ndb/local stuff is getting on my
nerves.

I have a new T21 just loaded from the CDROM. I have no dhcp. I want to get
the hostname set to P9. I want to set it from local files only. Hints from
the wiki imply that if you have a sys= entry with the ether address set,
the various bits of software will Do The Right Thing for setting up the
network, but that is not working for me.

Here is ndb/local after the database= section:

ipnet=ccstar ip=10.128.0.0 ipmask=255.255.0.0
	ipsubmask=255.255.0.0 dnsdomain=ccstar.lanl.gov
	ipgw=10.128.10.241 dns=10.128.10.241
	auth=p9 fs=p9 dom=p9 authdom=p9

ip=10.128.207.112 sys=p9 ether=0010a48975c5 dom=p9 authdom=p9

At the head of /rc/bin/termrc I have:

sysname=p9

/dev/sysname is set to p9

ip/ipconfig would, I thought, take the sysname and set all the ipifc stuff
up correctly. No dice. So I did it by hand in termrc:
ip/ipconfig -g 10.0.10.241 10.128.207.112 255.255.0.0

but /net/ipifc/0 still has an empty address.

OK, what dumb thing am I doing here? Multiple dumb things, probably. Is
there a way to get reasonable debugging done when I screw up ndb/local?

thanks

ron





^ permalink raw reply	[flat|nested] 760+ messages in thread
[parent not found: <bd525c545ba7fe2d9c6641953a77c609@vitanuova.com>]
[parent not found: <rminnich@lanl.gov>]
* [9fans] spam avoidance
@ 2003-02-23  7:35 Scott Schwartz
  2003-02-23 13:30 ` David Presotto
  0 siblings, 1 reply; 760+ messages in thread
From: Scott Schwartz @ 2003-02-23  7:35 UTC (permalink / raw)
  To: 9fans

I'm thinking, once again, that we should set the list to
only allow postings from subscribers.  Some people read
via local exploders, or usenet.  I think it's worth
breaking that in order to avoid a bunch of obvious spam.


^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] iSCSI
@ 2003-02-13 20:00 matt
  2003-02-13 20:08 ` Ronald G. Minnich
  2003-02-13 21:52 ` Dan Cross
  0 siblings, 2 replies; 760+ messages in thread
From: matt @ 2003-02-13 20:00 UTC (permalink / raw)
  To: 9fans

I expect that iSCSI has already hit your radar but here's the latest

iSCSI Gets Go-Ahead

http://www.byteandswitch.com/document.asp?doc_id=28277


iSCSI Specification Approved

 Posted by michael on 13/02/03 19:08
from the i-everything dept.
nasorsan writes "The iSCSI protocol is a means to transport SCSI commands
and data using TCP/IP packets. This ratification by the IETF is "the last
major hurdle for iSCSI to become widely supported. . . 'Now that it's done,
Microsoft Corp. and Novell Inc. will release drivers, and the games will
begin,' says Steve Duplessie, senior analyst at Enterprise Storage Group
Inc. 'Anyone who doesn't think this is the beginning of a huge market is
insane.'" he added."


http://developers.slashdot.org/article.pl?sid=03/02/13/1713245



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] rotzoomer -- another xscreensaver hack
@ 2003-01-21  7:02 andrey mirtchovski
  2003-01-21 10:17 ` geoff
  2003-01-21 17:32 ` Russ Cox
  0 siblings, 2 replies; 760+ messages in thread
From: andrey mirtchovski @ 2003-01-21  7:02 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: TEXT/PLAIN, Size: 534 bytes --]

i saw this one on somebody else's computer and just wanted to have it :)

start it up in a small window and then resize to full screen for
complete satisfaction...

it doesn't take all that much to convert the X drawing calls to draw ones,
took me longer to clean it up into some sort of viewable form. i'm sure i
haven't managed to do so completely.

non-plan9 code is GNU, so have that in mind if you decide to play with it.

andrey

ps: other xscreensaver hacks here:

    http://www.acl.lanl.gov/plan9/xscreensaver/

[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 99848 bytes --]

^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] Serving 9p in python - anyone started that?
@ 2002-11-14  8:53 Russ Cox
  2002-11-14 17:05 ` Ronald G. Minnich
  0 siblings, 1 reply; 760+ messages in thread
From: Russ Cox @ 2002-11-14  8:53 UTC (permalink / raw)
  To: 9fans

> Just curiosity. Why did you take that way instead of trying to get
> a toolset for doing rc 9p servers? I mean, IMHO, rc is the
> preferred way of scripting. I've some times wanted to
> be able to plug rc scripts into a generic 9p server skeleton,
> and alto to write an rc script that uses other tools to speak 9p.

i don't know about john, but i did my 9p python code because
i was sick of c getting in my way while trying to write the 9p
tester.  the c version was all details i didn't care about.  the
python version is nice and simple.  i would like to be able to
use rc instead, but it wasn't clear how to do that.  rc is a nice
shell but it's not the best programming environment.
my example is the install scripts.  they push the limit of
what you really want to be doing in an rc script.  (transitive
closure, for instance.)



^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] Essay: Is network transparency something bad?
@ 2002-10-24 17:54 rog
  2002-10-24 18:40 ` Scott Schwartz
                   ` (2 more replies)
  0 siblings, 3 replies; 760+ messages in thread
From: rog @ 2002-10-24 17:54 UTC (permalink / raw)
  To: 9fans

> But I don't think there's a single right answer to this. As we perl
> programmers often say, "there's more than one way to do it."

i think plan 9's approach is better than the more usual "network
transparency" where a function or method invocation is turned into an
RPC behind your back.

at least in the plan 9 way, it is well documented that all system
calls can potentially block for a long period of time, and they have
error returns that can describe the arbitrary errors that can be
associated with network transfers.

so it's quite possible to write programs in the light of that
knowledge (a decent threads library makes that easier too).
i don't think it's so easy with, for instance, Java RMI
(but i'd be glad to be contradicted).

it's interesting to see what *does* lock up when a file access takes
an unexpectedly long time (e.g.  accessing the dump fs).  for instance
acme locks while it's opening a file; rio locks when plumbing a file.

  rog.



^ permalink raw reply	[flat|nested] 760+ messages in thread
* Re: [9fans] Getting started in Plan9 - help
@ 2002-01-22 18:28 David Gordon Hogan
  2002-01-23 10:04 ` Douglas A. Gwyn
                   ` (2 more replies)
  0 siblings, 3 replies; 760+ messages in thread
From: David Gordon Hogan @ 2002-01-22 18:28 UTC (permalink / raw)
  To: 9fans

> On Unix systems since around 7th Edition, one can bind any input
> character to the INTR function, and the DEL character was the
> default (somewhat confused by Berkeleyites who tried to change
> to DEC OS conventions: ^C -> INTR, DEL -> char-erase, etc.).
> ^? is just a way of representing the ASCII DEL character using
> printable notation; the actual character is still DEL (0x7F).

What _really_ annoys me is when I hit the BACKSPACE key on
the keyboard, while running some terminal emulator, and it
sends DELETE.  This has a tendency to make me feel homicidal.

Actually, xterm is doing it to me right now.  xev receives the
keystroke correctly as "keycode 64 (keysym 0xff08, BackSpace)",
then xterm says, duh, I think you want delete.  Grrrr!

Of course, xterm is configurable through some resource, but
the default should be that backspace is backspace.



^ permalink raw reply	[flat|nested] 760+ messages in thread
* [9fans] python
@ 2001-12-02  9:39 Russ Cox
       [not found] ` <rsc@plan9.bell-labs.com>
                   ` (2 more replies)
  0 siblings, 3 replies; 760+ messages in thread
From: Russ Cox @ 2001-12-02  9:39 UTC (permalink / raw)
  To: 9fans

Supposedly a Python port exists, but the URL
on the Wiki and in the Plan 9 FAQ doesn't work.

Anyone have other details?  Do you know if it
was a native port or an APE port?

Thanks.
Russ




^ permalink raw reply	[flat|nested] 760+ messages in thread
[parent not found: <cross@math.psu.edu>]
* Re: [9fans] standalone cpu/auth server??
@ 2001-08-22 14:22 Russ Cox
  2001-08-22 15:52 ` Ish Rattan
  0 siblings, 1 reply; 760+ messages in thread
From: Russ Cox @ 2001-08-22 14:22 UTC (permalink / raw)
  To: 9fans

Something about your nvram is hosed.  Try doing
	echo asdfasdfasdf >/dev/sdC1/nvram
and then reboot again.  If it still
doesn't work, then the system isn't
finding your nvram partition properly.
Adding prints in /sys/src/9/boot/key.c
should help point a finger.

Russ


^ permalink raw reply	[flat|nested] 760+ messages in thread
[parent not found: <randolph@panix.com>]
* [9fans] not just 3-button mice
@ 2000-12-15 10:13 Douglas A. Gwyn
  2000-12-15 13:06 ` Christopher Nielsen
       [not found] ` <DAGwyn@null.net>
  0 siblings, 2 replies; 760+ messages in thread
From: Douglas A. Gwyn @ 2000-12-15 10:13 UTC (permalink / raw)
  To: 9fans

Have you tried to buy a keyboard recently?
Current models all have "Web function" keys
that seem to require loading a special driver
(hook?) into Windows to support them..

There is a *lot* of old computer gear I wish
I'd held onto so I could use it now instead of
the cruft that has replaced it.


^ permalink raw reply	[flat|nested] 760+ messages in thread

end of thread, other threads:[~2003-11-12 19:55 UTC | newest]

Thread overview: 760+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-19  9:34 [9fans] The new ridiculous license Keith Nash
2003-06-19 13:51 ` boyd, rounin
2003-06-19 13:54   ` David Presotto
2003-06-19 14:09     ` boyd, rounin
2003-06-19 16:44   ` Erik Terpstra
2003-06-19 17:13     ` boyd, rounin
2003-06-19 17:35     ` Dan Cross
2003-06-19 17:52       ` boyd, rounin
2003-06-19 21:33         ` Jack Johnson
2003-06-20 14:05           ` Jason Gurtz
2003-06-20 14:08             ` Lucio De Re
2003-06-20 14:30               ` Jason Gurtz
2003-06-19 21:34         ` Jack Johnson
2003-06-19 23:19           ` Dan Cross
2003-06-20  1:52             ` George Michaelson
2003-06-20  2:32               ` Geoff Collyer
2003-06-20  2:40                 ` Geoff Collyer
2003-06-20  6:55                   ` Dan Cross
2003-06-20  2:56                 ` andrey mirtchovski
2003-06-20  2:43               ` Stephen Wynne
2003-06-20  6:54               ` Dan Cross
2003-06-20  7:05                 ` Dan Cross
2003-06-23  8:56                 ` Douglas A. Gwyn
2003-06-23 15:22                 ` rog
2003-06-20  8:20           ` John Murdie
2003-06-20 15:31             ` splite
2003-06-20 17:24               ` John Murdie
2003-06-19 17:51     ` David Presotto
2003-06-19 18:15       ` boyd, rounin
2003-06-19 20:14         ` ron minnich
2003-06-23  8:58           ` Douglas A. Gwyn
2003-06-20  5:01       ` Lucio De Re
2003-06-20 14:18         ` [9fans] " Jim Choate
2003-06-20 14:15           ` Lucio De Re
2003-06-20 16:44             ` Jim Choate
2003-06-20 17:06               ` Lucio De Re
2003-06-20 17:54                 ` Jim Choate
2003-06-20 18:39                   ` Stephen Wynne
2003-06-20 20:30                     ` Jim Choate
2003-06-20 19:22                   ` David Presotto
2003-06-20 19:38                     ` nehal
2003-06-20 19:38                     ` ron minnich
2003-06-20 18:57                       ` Sam
2003-06-20 20:50                         ` Jim Choate
2003-06-20 23:46                           ` Steve Arons
2003-06-21  1:16                             ` northern snowfall
2003-06-21  3:16                             ` Jack Johnson
2003-06-20 19:58                       ` Scott Schwartz
2003-06-21 10:42                       ` bwc
2003-06-21 14:00                         ` Jim Choate
2003-06-20 20:12                     ` Jason Gurtz
2003-06-20 20:46                     ` Jim Choate
2003-06-20 22:22                       ` Jon Snader
2003-06-21  0:45                         ` Tom Glinos
2003-06-21  9:16                       ` Markus Friedl
2003-06-21  9:29                         ` Lucio De Re
2003-06-21 13:56                         ` Jim Choate
2003-06-23  7:39                       ` Fco.J.Ballesteros
2003-06-20 20:48                     ` D. Brownlee
2003-06-22  3:10                     ` a
2003-06-22  3:33                       ` Christopher Nielsen
2003-06-22  4:41                         ` northern snowfall
2003-06-22 15:57                         ` Jon Snader
2003-06-22 22:13                           ` Dan Oglesby
2003-06-23  8:57                     ` Douglas A. Gwyn
2003-06-23  9:02                     ` bs
2003-06-23 11:22                       ` matt
2003-06-23 11:36                         ` boyd, rounin
2003-06-23  8:57                   ` Douglas A. Gwyn
  -- strict thread matches above, loose matches on Subject: below --
2003-11-11  1:38 [9fans] POSIXy V7 sh Dennis Ritchie
2003-11-11  2:19 ` Geoff Collyer
2003-11-11  9:09 ` Richard Miller
2003-11-12 11:14 ` Boyd Roberts
2003-11-12 13:08   ` Douglas A. Gwyn
2003-11-12 19:55     ` Steve Kilbane
2003-08-16 22:03 [9fans] 4e sam for unix Scott Schwartz
2003-08-16 23:01 ` boyd, rounin
2003-08-17  9:56   ` Steve Kilbane
2003-07-11  2:01 [9fans] Fork: useless and painful? Andrew Simmons
2003-07-11  2:17 ` David Presotto
2003-07-11  2:29   ` boyd, rounin
     [not found]   ` <presotto@closedmind.org>
2003-05-10  0:13     ` [9fans] struct problems David Presotto
2003-05-10  0:22       ` Scott Schwartz
2003-05-10  4:49       ` Skip Tavakkolian
2003-05-10  4:52         ` boyd, rounin
2003-05-10  5:20           ` Skip Tavakkolian
2003-05-10  5:19             ` boyd, rounin
2003-05-10  7:11           ` Dennis Ritchie
2003-05-10 16:53             ` matt
2003-05-10 16:58               ` boyd, rounin
2003-05-10 16:58               ` boyd, rounin
2003-05-10 18:08                 ` northern snowfall
2003-05-10 17:12                   ` boyd, rounin
2003-05-10 22:34                   ` boyd, rounin
2003-05-10 23:09             ` jmk
2003-05-10 23:16               ` boyd, rounin
2003-05-11  2:07                 ` rob pike, esq.
2003-05-11  2:26                   ` boyd, rounin
2003-05-11  3:48                 ` Dennis Ritchie
2003-05-11  3:54                   ` boyd, rounin
2003-05-10 23:26               ` boyd, rounin
2003-05-11  2:06               ` rob pike, esq.
2003-05-10 23:54             ` Skip Tavakkolian
2003-05-11  2:08               ` rob pike, esq.
2003-05-11  2:31                 ` boyd, rounin
2003-05-11  6:04                   ` rob pike, esq.
2003-05-11  7:03                     ` boyd, rounin
2003-05-12  8:56           ` Anthony Mandic
2003-05-12  9:27             ` boyd, rounin
2003-07-13 19:44     ` [9fans] Fork: useless and painful? Andrew Lynch
2003-07-11  2:32 ` boyd, rounin
2003-07-11 10:59 ` matt
2003-07-09  3:33 [9fans] The new ridiculous license A. Baker
2003-07-11  1:41 ` boyd, rounin
2003-06-25 20:36 [9fans] ipconfig dhcp vs ndb Scott Schwartz
2003-06-25 20:44 ` David Presotto
2003-06-25 20:50   ` Scott Schwartz
2003-08-06 17:01     ` David Presotto
2003-06-24 14:41 [9fans] mail problems Apurva Mehta
2003-06-24 15:24 ` Dan Cross
2003-06-24 16:34   ` Apurva Mehta
2003-06-25  0:13     ` Russ Cox
2003-06-25  9:21       ` Richard Miller, miller
2003-06-26  1:58         ` Russ Cox
2003-06-26  2:21           ` Scott Schwartz
2003-06-26  2:30             ` boyd, rounin
2003-06-26  2:36               ` Scott Schwartz
2003-06-26  2:44                 ` boyd, rounin
2003-06-26  3:07                   ` Scott Schwartz
2003-06-26  3:13                     ` boyd, rounin
2003-06-26  3:21                       ` Dan Cross
2003-06-26  3:32                         ` boyd, rounin
2003-06-26  3:35                           ` andrey mirtchovski
2003-06-26  3:41                             ` boyd, rounin
2003-06-26  4:03                               ` andrey mirtchovski
2003-06-26  5:15                           ` okamoto
2003-06-26 10:36                             ` boyd, rounin
2003-06-26  3:53                       ` Scott Schwartz
2003-06-26 11:12                         ` boyd, rounin
2003-06-26 13:17                           ` matt
2003-06-26 13:33                             ` boyd, rounin
2003-06-26 14:23                               ` matt
2003-06-26 14:35                                 ` boyd, rounin
2003-06-26 15:49                                 ` David Presotto
2003-06-26  8:29           ` Richard Miller, miller
2003-06-25 10:49       ` Apurva Mehta
2003-06-25  0:16 ` Russ Cox
2003-06-25 10:49   ` Apurva Mehta
2003-06-20 14:39 [9fans] The new ridiculous license Richard C Bilson
2003-06-20  9:30 Andrew Simmons
2003-06-19 19:59 Scott Schwartz
2003-06-19 20:08 ` boyd, rounin
2003-06-19 19:24 ot
2003-06-19 19:50 ` Dan Cross
2003-06-19 19:56   ` boyd, rounin
2003-06-19 18:13 ot
2003-06-19 18:19 ` David Presotto
2003-06-20  8:39   ` Douglas A. Gwyn
2003-06-19 18:50 ` Dan Cross
2003-06-19 18:55   ` boyd, rounin
2003-06-18  9:34 Markus Friedl
2003-06-18 14:45 ` Dan Cross
2003-06-18 14:48   ` andrey mirtchovski
2003-06-18 16:21     ` northern snowfall
2003-06-18 15:41       ` Markus Friedl
2003-06-18 16:32         ` northern snowfall
2003-06-18 17:12         ` Charles Forsyth
2003-06-18 16:22     ` Dan Cross
2003-06-18 17:09     ` Charles Forsyth
2003-06-20  7:52   ` Markus Friedl
2003-06-18 18:40 ` boyd, rounin
2003-06-18 20:25   ` ron minnich
2003-06-18 21:01     ` rob pike, esq.
2003-06-18 21:04     ` Jack Johnson
2003-06-18 21:02       ` boyd, rounin
     [not found] <42999790ecb672f64d9fe046cb284a9d@plan9.bell-labs.com>
2003-06-17 21:56 ` Donald Brownlee
2003-06-17 18:45 presotto
2003-06-17 18:18 David Presotto
2003-06-17 18:01 David Presotto
2003-06-18  2:55 ` Andrey S. Kukhar
     [not found] <cf335ed380f1abb103f54acc1a307830@plan9.bell-labs.com>
2003-06-17 17:33 ` Theo de Raadt
2003-06-17 17:09 David Presotto
2003-06-17 16:52 Theo de Raadt
2003-06-17 17:10 ` Dan Cross
2003-06-17 18:26   ` boyd, rounin
2003-06-18  8:58 ` ozan s yigit
2003-06-18 14:52   ` Dan Cross
2003-07-03  9:41 ` Wesley Parish
2003-07-03 17:29   ` D. Brownlee
2003-06-17 16:38 Russ Cox, rsc
2003-06-17 17:13 ` David Presotto
2003-06-17 17:50 ` Damian Gerow
2003-06-17 17:57   ` Russ Cox, rsc
2003-06-17 18:07     ` Damian Gerow
2003-06-17 16:04 Theo de Raadt
2003-06-17 17:02 ` C H Forsyth
2003-06-17 18:15   ` Charles Forsyth
2003-06-17 18:38 ` Tom Glinos
2003-06-17 17:46   ` Russ Cox, rsc
2003-06-17 21:27     ` Tom Glinos
2003-06-17 18:13   ` Donald Brownlee
2003-06-17 20:39 ` northern snowfall
2003-06-17 21:19   ` northern snowfall
2003-06-18 10:11 ` matt
2003-06-17 10:28 Theo de Raadt
2003-06-17 20:49 ` boyd, rounin
2003-06-17 21:01   ` David Presotto
2003-06-17 21:26     ` Jack Johnson
2003-06-17 21:28     ` Dan Cross
2003-06-20 12:31       ` Ralph Corderoy
2003-06-20 12:57         ` matt
2003-06-23  8:56         ` Douglas A. Gwyn
2003-06-23  9:02         ` Anthony Mandic
2003-06-23 14:45           ` Jack Johnson
2003-05-30 13:19 [9fans] BOF timing ron minnich
2003-05-30 15:13 ` Dan Cross
2003-05-30 15:18   ` David Presotto
2003-05-30 15:21     ` Dan Cross
2003-05-30 15:38   ` ron minnich
2003-05-30 15:52     ` Dan Cross
2003-05-30 15:58       ` ron minnich
2003-05-30 16:05         ` Scott Schwartz
2003-05-30 16:09           ` ron minnich
2003-05-30 16:33             ` [9fans] 9pm broken? Jack Johnson
2003-05-30 18:41             ` [9fans] BOF timing Dan Cross
2003-05-30 18:45               ` boyd, rounin
2003-05-30 18:52                 ` ron minnich
2003-05-30 22:57         ` Geoff Collyer
2003-05-30 23:16           ` boyd, rounin
2003-05-30 15:24 ` Jack Johnson
2003-05-29 11:09 [9fans] Mp3 Resources mp3
2003-05-29 11:17 ` boyd, rounin
2003-05-29 15:18   ` Scott Schwartz
2003-05-29 15:24     ` boyd, rounin
2003-05-29 16:05       ` Damian Gerow
2003-05-30 13:39         ` Anthony Mandic
2003-05-30 13:50           ` boyd, rounin
2003-05-30 15:02             ` rog
2003-05-30 15:09               ` boyd, rounin
2003-06-03 15:59                 ` rog
2003-05-30 15:19               ` Dan Cross
2003-05-30 15:24                 ` paurea
2003-05-30 18:53                 ` boyd, rounin
2003-05-30 18:57                   ` ron minnich
2003-05-30 19:01                     ` boyd, rounin
2003-05-29 16:14       ` Martin Harriss
2003-06-02 14:06     ` Robin KAY
2003-05-18  1:50 [9fans] suggestion: avoiding out of date binaries Fco.J.Ballesteros
2003-05-19  7:06 ` Russ Cox
2003-05-19  7:13   ` Fco.J.Ballesteros
2003-05-19  7:19     ` Russ Cox
2003-05-19  7:25       ` Fco.J.Ballesteros
2003-05-19  7:28         ` Geoff Collyer
2003-05-19  7:32           ` Fco.J.Ballesteros
2003-05-19  7:32         ` Russ Cox
2003-05-19  7:38           ` Fco.J.Ballesteros
2003-05-19  7:47             ` Geoff Collyer
2003-05-19  7:51               ` boyd, rounin
2003-05-19  8:36               ` Fco.J.Ballesteros
2003-05-19  7:55   ` Scott Schwartz
2003-05-19  8:01     ` Russ Cox
2003-05-19  8:38       ` Scott Schwartz
2003-05-19 12:48 ` Joel Salomon
2003-05-19 14:01   ` Fco.J.Ballesteros
2003-05-16 16:05 [9fans] Free Plan 9 "shell" accounts? Martin Kielhorn
2003-05-16 16:25 ` Andrew
2003-05-16 22:39 ` Geoff Collyer
2003-05-16 22:57   ` andrey mirtchovski
2003-05-17  0:04     ` northern snowfall
2003-05-16 23:50   ` northern snowfall
2003-05-16 23:59     ` northern snowfall
2003-05-17 19:21 ` Russ Cox
2003-05-19  2:54   ` [9fans] " Jim Choate
2003-05-19  3:00     ` Russ Cox
2003-05-19  3:44       ` [9fans] Latency Issues (was: Re: Free Plan 9 "shell" accounts?) Jim Choate
2003-05-19  3:49         ` Russ Cox
2003-05-19 12:44         ` Joel Salomon
2003-05-19  7:04     ` [9fans] Re: Free Plan 9 "shell" accounts? rob pike, esq.
2003-05-19  7:20       ` boyd, rounin
2003-05-18  5:13 ` Jim Choate
2003-05-18 13:05   ` Dan Cross
2003-05-18 13:43     ` Jim Choate
2003-05-18 14:17       ` Dan Cross
2003-05-18 14:26         ` Jim Choate
2003-05-18 14:36           ` andrey mirtchovski
2003-05-18 14:38           ` Dan Cross
2003-05-18 14:44             ` Jim Choate
2003-05-18 15:15               ` Dan Cross
2003-05-18 16:28                 ` Jim Choate
2003-05-18 18:34                   ` Dan Cross
2003-05-18 19:17                     ` boyd, rounin
2003-05-18 15:31               ` boyd, rounin
2003-05-18 16:29                 ` Jim Choate
2003-05-19  9:46                   ` boyd, rounin
2003-05-19  9:47                 ` Anthony Mandic
2003-05-19 10:22                   ` boyd, rounin
2003-05-19 12:24                     ` Anthony Mandic
2003-05-19 12:50                       ` boyd, rounin
2003-05-19 15:07                         ` Anthony Mandic
2003-05-20  3:31                           ` boyd, rounin
2003-05-20  3:34                             ` rob pike, esq.
2003-05-20  3:34                               ` Skip Tavakkolian
2003-05-20  3:38                               ` boyd, rounin
2003-05-20  5:33                               ` Jim Choate
2003-05-20 11:03                               ` Anthony Mandic
2003-05-20 12:30                                 ` matt
2003-05-20 12:34                                   ` boyd, rounin
2003-05-18 15:02         ` matt
2003-05-18 15:36           ` Dan Cross
2003-05-18 16:46             ` northern snowfall
2003-05-18 16:45               ` boyd, rounin
2003-05-18 18:42                 ` Reading lists (was: [9fans] Re: Free Plan 9 "shell" accounts?) Dan Cross
2003-05-18 19:11                   ` boyd, rounin
2003-05-19 22:09                 ` [9fans] Re: Free Plan 9 "shell" accounts? George Bronnikov
2003-05-20  4:20                   ` boyd, rounin
2003-05-19 13:06             ` Joel Salomon
2003-05-19 14:00               ` Fco.J.Ballesteros
2003-05-18 16:27           ` Jim Choate
2003-05-18 19:21           ` boyd, rounin
2003-05-18 19:25             ` Andrew
2003-05-18 19:35               ` boyd, rounin
2003-05-18 19:40                 ` boyd, rounin
2003-05-18 19:49                 ` Andrew
2003-05-18 19:55                   ` boyd, rounin
2003-05-18 19:59                     ` boyd, rounin
2003-05-18 21:49                       ` Dan Cross
2003-05-18 21:57                         ` boyd, rounin
2003-05-18 22:33                           ` Scott Schwartz
2003-05-18 22:39                             ` boyd, rounin
2003-05-18 22:44                             ` boyd, rounin
2003-05-18 23:13                               ` Scott Schwartz
2003-05-20  8:49                                 ` Adrian Tritschler
2003-05-21 16:40                                   ` Jason Gurtz
2003-05-21 16:48                                     ` boyd, rounin
2003-05-18 23:50                               ` northern snowfall
2003-05-18 22:55                                 ` boyd, rounin
2003-05-18 22:20                         ` boyd, rounin
2003-05-18 22:32                         ` [9fans] RFC822 & yacc boyd, rounin
2003-05-18 19:38               ` [9fans] Re: Free Plan 9 "shell" accounts? Dan Cross
2003-05-18 19:44                 ` boyd, rounin
2003-05-19 11:17                 ` SMTP stuff. Was: " Aharon Robbins
2003-05-19 12:19                   ` matt
2003-05-19 12:29                   ` boyd, rounin
2003-05-18 19:47               ` boyd, rounin
2003-05-18 15:27         ` boyd, rounin
2003-04-23  9:16 [9fans] same functions everywhere paurea
2003-04-23 15:05 ` Russ Cox
2003-04-23 15:29   ` paurea
2003-04-23 15:32     ` Fco.J.Ballesteros
2003-04-23 17:33       ` rob pike, esq.
2003-04-24 12:02         ` paurea
2003-04-24 12:20           ` Charles Forsyth
2003-04-24 14:39           ` Sam
2003-04-24 14:48             ` Sam
2003-04-29  5:04           ` Boyd Roberts
2003-04-24  1:31     ` okamoto
2003-04-29  5:43       ` Boyd Roberts
2003-04-25 10:40 ` Douglas A. Gwyn
2003-04-25 11:46   ` Fco.J.Ballesteros
2003-04-30  8:41     ` Douglas A. Gwyn
2003-04-30 20:08       ` Joel Salomon
2003-04-30 20:11         ` rsc
2003-04-30 20:29           ` Scott Schwartz
2003-05-01  9:07             ` Douglas A. Gwyn
2003-05-01 16:00               ` Scott Schwartz
2003-05-07  4:53                 ` boyd, rounin
2003-05-07 11:03                   ` northern snowfall
2003-05-07 10:40                     ` Lucio De Re
2003-05-07 13:05                       ` northern snowfall
2003-05-07 12:25                         ` Lucio De Re
2003-05-07 13:34                           ` northern snowfall
2003-05-07 13:56                             ` northern snowfall
2003-05-27  9:22                             ` Ralph Corderoy
2003-05-27 10:48                               ` northern snowfall
2003-05-07 12:33                         ` David Butler
2003-05-07 13:40                           ` northern snowfall
2003-05-07 14:33                       ` boyd, rounin
2003-05-08  9:08                       ` Douglas A. Gwyn
2003-05-08  9:49                         ` Bruce Ellis
2003-05-08 13:20                           ` rog
2003-05-27  9:22                       ` Ralph Corderoy
2003-05-07 14:17                     ` C (Was: [9fans] same functions everywhere) Sam
2003-05-07 16:32                       ` northern snowfall
2003-05-07 16:33                         ` [9fans] design clairvoyance & the 9 way Sam
2003-05-07 17:34                           ` Fco.J.Ballesteros
2003-05-07 20:01                           ` David Presotto
2003-05-07 20:34                             ` Stephen Wynne
2003-05-07 21:57                               ` Steve Kotsopoulos
2003-05-08  4:14                               ` A.S. Kukhar
2003-05-08 17:04                               ` Dan Cross
2003-05-09 19:14                                 ` boyd, rounin
2003-05-07 22:33                             ` Sam
2003-05-08  0:46                               ` northern snowfall
2003-05-08 16:04                                 ` Sam
2003-05-08 17:08                                   ` Russ Cox
2003-05-09  1:12                                   ` Geoff Collyer
2003-05-08 17:26                                 ` Dan Cross
2003-05-09  1:12                                   ` northern snowfall
2003-05-09  0:49                                     ` Dan Cross
2003-05-09  1:07                                       ` Joel Salomon
2003-05-09  2:53                                         ` ron minnich
2003-05-09  8:36                                         ` Douglas A. Gwyn
2003-05-09 14:29                                           ` ron minnich
2003-05-09 15:41                                             ` northern snowfall
2003-05-09  2:18                                       ` northern snowfall
2003-05-09  7:55                                 ` Taj Khattra
2003-05-09  9:48                                   ` northern snowfall
2003-05-09 19:52                                     ` boyd, rounin
2003-05-09 20:47                                       ` David Presotto
2003-05-10  2:56                                         ` boyd, rounin
2003-05-14 18:55                                     ` boyd, rounin
2003-05-08  4:04                               ` Russ Cox
2003-05-08  0:20                           ` northern snowfall
2003-05-19  9:46                           ` boyd, rounin
2003-05-08  9:08                       ` C (Was: [9fans] same functions everywhere) Douglas A. Gwyn
2003-05-07 14:43                     ` [9fans] same functions everywhere Russ Cox
2003-05-07 15:47                       ` northern snowfall
2003-05-07 14:53                         ` Jack Johnson
2003-05-07 16:08                           ` northern snowfall
2003-05-08  9:08                         ` Douglas A. Gwyn
2003-05-07 16:01                       ` Scott Schwartz
2003-05-08  9:08                     ` Douglas A. Gwyn
2003-05-15 15:37                     ` Brian Inglis
2003-05-15 16:19                       ` Russ Cox
2003-05-01  9:07           ` Douglas A. Gwyn
2003-05-01 13:55             ` Russ Cox
2003-05-01 17:17               ` Joel Salomon
2003-05-01 17:21                 ` rsc
2003-05-01 18:01                   ` Joel Salomon
2003-05-01 18:11                     ` rsc
2003-05-02  9:24                       ` Douglas A. Gwyn
2003-05-02 16:28                         ` rob pike, esq.
2003-05-05 22:16                           ` Andrew Simmons
2003-05-06  9:09                           ` Douglas A. Gwyn
2003-05-06 15:46                             ` Joel Salomon
2003-05-06 18:43                             ` rog
2003-05-07  8:43                               ` Douglas A. Gwyn
2003-05-07 15:06                                 ` rog
2003-05-07 16:25                                   ` Scott Schwartz
2003-05-08 14:40                                     ` rog
2003-05-08  9:08                                   ` Douglas A. Gwyn
2003-05-08 13:12                                     ` rog
2003-05-09  8:36                                       ` Douglas A. Gwyn
2003-05-09 13:21                                         ` rog
2003-05-09 16:19                                           ` John Murdie
2003-05-09 18:24                                             ` northern snowfall
2003-05-10 17:17                                               ` John Murdie
2003-05-10 17:59                                                 ` boyd, rounin
2003-05-10 18:04                                                 ` boyd, rounin
2003-05-12  8:56                                                 ` Douglas A. Gwyn
2003-05-12  9:26                                                   ` boyd, rounin
2003-05-12 13:19                                                   ` David Presotto
2003-05-12 13:23                                                     ` boyd, rounin
2003-05-12 14:46                                                     ` complex embedded systems was " David Butler
2003-05-12 17:21                                                       ` boyd, rounin
2003-05-12 17:45                                                   ` boyd, rounin
2003-05-12 17:22                                             ` rog
2003-05-12 17:30                                               ` [9fans] (Re:) Exception handling Sape Mullender
2003-05-12 17:32                                                 ` Russ Cox
2003-05-12 17:38                                                   ` Fco.J.Ballesteros
2003-05-12 17:42                                                     ` boyd, rounin
2003-05-13  8:28                                                       ` Fco.J.Ballesteros
2003-05-12 20:30                                                   ` Dan Cross
2003-05-12 20:37                                                     ` boyd, rounin
2003-05-12 17:32                                                 ` Russ Cox
2003-05-12 18:13                                                   ` boyd, rounin
2003-05-12 20:30                                                   ` Dan Cross
2003-05-12 20:38                                                     ` boyd, rounin
2003-05-12 17:41                                                 ` boyd, rounin
2003-05-12 17:36                                               ` [9fans] same functions everywhere boyd, rounin
2003-05-13 12:24                                                 ` rog
2003-05-14  9:27                                                   ` boyd, rounin
2003-05-09 16:46                                           ` Dan Cross
2003-05-12  8:55                                           ` Douglas A. Gwyn
2003-05-12 15:51                                             ` boyd, rounin
2003-05-12 16:48                                               ` rog
2003-05-12 16:54                                                 ` boyd, rounin
2003-05-13  8:33                                               ` Douglas A. Gwyn
2003-05-13 14:18                                                 ` boyd, rounin
2003-05-19  9:46                                         ` boyd, rounin
2003-05-08 17:11                             ` Dan Cross
2003-05-08 17:24                               ` Russ Cox
2003-05-08 18:14                                 ` Dan Cross
2003-05-08 18:21                                   ` root
2003-05-08 18:33                                     ` William Ahern
2003-05-08 19:21                                       ` Dan Cross
2003-05-08 19:06                                     ` Dan Cross
2003-05-08 18:35                                   ` Joel Salomon
2003-05-08 18:40                                     ` Scott Schwartz
2003-05-08 19:03                                       ` Dan Cross
2003-05-08 19:52                                       ` rog
2003-05-08 22:50                                         ` Dan Cross
2003-05-09  2:55                                           ` rog
2003-05-09  0:12                                             ` Dan Cross
2003-05-08 18:40                                     ` Charles Forsyth
2003-05-09  8:36                               ` Douglas A. Gwyn
2003-05-08  6:45                           ` boyd, rounin
2003-05-14  8:57                           ` [9fans] exception handling caused the Ariane 5 rocket accident Anssi Porttikivi
2003-05-15  9:21                             ` Douglas A. Gwyn
2003-05-15 12:34                               ` Dan Cross
2003-05-15 10:35                             ` Mário Amado Alves
2003-05-15 10:47                               ` boyd, rounin
2003-05-15 11:29                                 ` Jim Choate
2003-05-15 11:42                                   ` boyd, rounin
2003-05-15 11:50                                     ` [9fans] " Jim Choate
2003-05-15 11:57                                       ` boyd, rounin
2003-05-15 17:03                                       ` northern snowfall
2003-05-08  6:41                         ` [9fans] same functions everywhere boyd, rounin
2003-05-02  6:08                   ` Taj Khattra
2003-05-02 11:07                 ` FJ Ballesteros
2003-05-07  4:44           ` Boyd Roberts
2003-05-07  4:21       ` Boyd Roberts
2003-04-22 17:32 [9fans] ndb/local ron minnich
2003-04-22 17:37 ` David Presotto
2003-04-22 17:49   ` ron minnich
2003-04-22 17:52     ` David Presotto
2003-04-22 18:30       ` ron minnich
2003-04-22 18:30       ` ron minnich
2003-04-22 18:43         ` Russ Cox
2003-04-22 19:28         ` David Presotto
2003-04-22 19:41           ` andrey mirtchovski
2003-04-22 20:14             ` David Presotto
2003-04-22 20:27               ` Charles Forsyth
2003-04-22 20:35                 ` David Presotto
2003-04-22 20:59               ` ron minnich
2003-04-22 21:25                 ` Scott Schwartz
2003-04-22 21:32                   ` andrey mirtchovski
2003-04-22 21:51                   ` ron minnich
2003-04-22 20:36             ` Russ Cox
2003-04-22 20:16           ` Skip Tavakkolian
2003-04-22 20:23             ` Skip Tavakkolian
2003-04-22 21:06 ` FJ Ballesteros
2003-04-22 21:51   ` ron minnich
2003-04-22 22:40     ` David Presotto
2003-04-22 22:44       ` Scott Schwartz
2003-04-22 23:19         ` David Presotto
2003-04-22 23:02       ` Charles Forsyth
     [not found] <bd525c545ba7fe2d9c6641953a77c609@vitanuova.com>
2003-04-07 18:50 ` [9fans] fast compilers Theo de Raadt
2003-04-08  6:05   ` Dan Cross
2003-04-08  6:07     ` Dan Cross
2003-04-08  6:11     ` Scott Schwartz
2003-04-08  6:12       ` Charles Forsyth
2003-04-08 10:28         ` bwc
2003-04-08 10:46           ` Charles Forsyth
2003-04-08  6:14       ` Dan Cross
     [not found] <rminnich@lanl.gov>
2003-03-03 14:10 ` [9fans] clwalk on open directories Ronald G. Minnich
2003-03-03 17:36   ` Scott Schwartz
2003-03-03 17:39   ` Russ Cox
2003-03-10  4:53 ` [9fans] u9fs, Linux, large files no good Ronald G. Minnich
2003-03-10  5:59   ` Scott Schwartz
2003-03-10 14:42   ` Russ Cox
2003-03-10 14:52     ` Ronald G. Minnich
2003-02-23  7:35 [9fans] spam avoidance Scott Schwartz
2003-02-23 13:30 ` David Presotto
2003-02-23 18:24   ` Mike Haertel
2003-02-23 18:50     ` William Josephson
2003-02-23 18:54       ` Dan Cross
2003-02-23 18:56         ` David Presotto
2003-02-23 19:03           ` Dan Cross
2003-02-23 20:56           ` Jon Snader
2003-02-23 20:58             ` rob pike, esq.
2003-02-24  5:42               ` Dan Cross
2003-02-24  6:47                 ` rob pike, esq.
2003-02-24  6:53                   ` William Josephson
2003-02-24  2:28           ` Scott Schwartz
2003-02-24 10:05           ` Anthony Mandic
2003-03-17 10:10           ` Charles Shannon Hendrix
2003-03-17 16:04             ` Russ Cox
2003-02-23 19:02         ` Scott Schwartz
2003-02-24 10:04   ` Anthony Mandic
2003-02-13 20:00 [9fans] iSCSI matt
2003-02-13 20:08 ` Ronald G. Minnich
2003-02-13 20:13   ` David Presotto
2003-02-13 20:36     ` Christopher Nielsen
2003-02-13 20:28   ` Scott Schwartz
2003-02-14 18:12   ` Jonathan Sergent
2003-02-14 19:23     ` Ronald G. Minnich
2003-02-13 21:52 ` Dan Cross
2003-02-13 22:11   ` David Gordon Hogan
2003-02-13 22:14     ` Dan Cross
2003-02-13 22:15   ` Sam
2003-02-13 23:12     ` Dan Cross
2003-02-14  9:22     ` Richard Miller
2003-02-14 15:10       ` Ronald G. Minnich
2003-01-21  7:02 [9fans] rotzoomer -- another xscreensaver hack andrey mirtchovski
2003-01-21 10:17 ` geoff
2003-01-21 15:03   ` andrey mirtchovski
2003-01-21 21:49     ` geoff
2003-01-21 17:32 ` Russ Cox
2003-01-21 17:43   ` andrey mirtchovski
2003-01-21 17:55     ` Russ Cox
2003-01-21 18:42   ` Scott Schwartz
2003-01-21 18:55     ` Russ Cox
2003-01-21 19:07       ` [9fans] suspending screens (was: rotzoomer) andrey mirtchovski
2003-01-21 19:18         ` jmk
2003-01-21 19:00     ` [9fans] rotzoomer -- another xscreensaver hack rob pike, esq.
2002-11-14  8:53 [9fans] Serving 9p in python - anyone started that? Russ Cox
2002-11-14 17:05 ` Ronald G. Minnich
2002-11-14 18:24   ` Scott Schwartz
2002-10-24 17:54 [9fans] Essay: Is network transparency something bad? rog
2002-10-24 18:40 ` Scott Schwartz
2002-10-24 19:05   ` Ronald G Minnich
2002-10-24 19:25     ` Dan Cross
2002-10-24 19:32       ` Scott Schwartz
2002-10-25 13:10     ` Boyd Roberts
2002-10-24 22:09 ` Steve Kilbane
2002-10-28  6:57 ` [9fans] trying to reach FODEMESI Gergely
2002-01-22 18:28 [9fans] Getting started in Plan9 - help David Gordon Hogan
2002-01-23 10:04 ` Douglas A. Gwyn
2002-01-23 18:01   ` Thomas Bushnell, BSG
2002-01-23 18:19     ` Ronald G Minnich
2002-01-23 18:21       ` Scott Schwartz
2002-01-24  9:38       ` Thomas Bushnell, BSG
2002-01-23 18:46     ` Boyd Roberts
2002-01-24  9:38       ` Thomas Bushnell, BSG
2002-01-24 13:01         ` David Arnold
2002-01-24 17:35           ` Thomas Bushnell, BSG
2002-01-24 21:40             ` Dan Cross
2002-01-25 10:00               ` Thomas Bushnell, BSG
2002-01-25 22:56                 ` Dan Cross
2002-01-28 18:26                   ` Boyd Roberts
2002-01-29  9:31                     ` Douglas A. Gwyn
2002-01-29 10:44                       ` [OT] " paurea
2002-01-29 17:20                         ` Thomas Bushnell, BSG
2002-01-30  0:20                           ` [9fans] upas/fs -f/imap faltering start Matt H
2002-01-30  9:29                         ` [OT] Re: [9fans] Getting started in Plan9 - help Douglas A. Gwyn
2002-01-30 11:08                           ` paurea
2002-01-30 16:25                             ` Thomas Bushnell, BSG
2002-01-31  9:43                             ` Douglas A. Gwyn
2002-01-30 16:35                           ` Thomas Bushnell, BSG
2002-01-30 20:43                           ` Andrew Simmons
2002-01-30 22:44                             ` George Michaelson
2002-01-31  3:50                               ` [Ever more OT] " Andrew Simmons
2002-01-31  5:28                             ` [OT] " Douglas A. Gwyn
2002-01-31  5:37                               ` Lucio De Re
2002-01-31  9:43                                 ` Douglas A. Gwyn
2002-01-31 10:14                                   ` Lucio De Re
2002-02-01  9:57                                     ` Douglas A. Gwyn
2002-01-31 11:22                               ` Boyd Roberts
2002-01-31 11:53                                 ` [OT] Re: [9fans] Getting started in Plan9 - via physics Matt H
2002-01-31  6:10                             ` [OT] Re: [9fans] Getting started in Plan9 - help Douglas A. Gwyn
2002-01-31  9:35                               ` Thomas Bushnell, BSG
2002-02-01  9:57                                 ` Douglas A. Gwyn
2002-02-01 16:41                                   ` Thomas Bushnell, BSG
2002-02-03 19:55                                   ` [9fans] Cross products - longish & boring, but now officially on topic! Andrew Simmons
2002-01-31  9:35                           ` [OT] Re: [9fans] Getting started in Plan9 - help Thomas Bushnell, BSG
2002-01-24 16:05         ` Boyd Roberts
2002-01-24 17:34           ` Thomas Bushnell, BSG
2002-01-25 10:00     ` Douglas A. Gwyn
2002-01-23 10:48 ` Boyd Roberts
2002-01-23 18:01 ` Thomas Bushnell, BSG
2001-12-02  9:39 [9fans] python Russ Cox
     [not found] ` <rsc@plan9.bell-labs.com>
2000-08-19 23:28   ` [9fans] Monitors and VGADB Russ Cox
2000-08-19 23:46     ` Matt
2000-08-19 23:48     ` Matt
2000-08-20  0:14     ` Scott Schwartz
2000-09-29  5:01   ` [9fans] Adding history to Rio's windows Russ Cox
2000-09-29  5:26     ` Scott Schwartz
2000-09-29 20:52     ` Boyd Roberts
2000-12-22  6:37   ` [9fans] scripting sam Russ Cox
2000-12-23  2:51     ` Scott Schwartz
2000-12-28  9:33   ` [9fans] stopping sleep and aux/listen Russ Cox
2000-12-28 22:41     ` Scott Schwartz
2001-01-03  0:51   ` [9fans] ML, CVS, Python Russ Cox
2001-01-03  1:29     ` sergent
2001-01-04  9:51       ` Randolph Fritz
2001-01-04 17:01         ` Scott Schwartz
2001-01-03 19:36     ` Dan Cross
2001-01-08  4:12   ` [9fans] python and lua Russ Cox
2001-01-08  4:43     ` [9fans] re: paging Scott Schwartz
2001-01-09 21:24       ` paurea
2001-09-05 21:11   ` [9fans] weird print(2) problems Russ Cox
2001-09-05 21:24     ` Scott Schwartz
2001-11-11 20:35   ` [9fans] pptp.c install failed Russ Cox
2001-11-11 21:17     ` Scott Schwartz
2001-11-11 23:25       ` Dan Cross
2001-11-12 11:42       ` Boyd Roberts
2001-11-12 18:13     ` William S .
2001-11-21  1:07   ` [9fans] on TCP vs IL Russ Cox
2001-11-21  1:21     ` George Michaelson
2001-11-21 20:01     ` Dan Cross
2001-11-22  2:21       ` Scott Schwartz
2001-11-22 22:17       ` Steve Kilbane
2001-11-23 10:58         ` Boyd Roberts
2001-11-24  5:32   ` [9fans] Nagle algorithm Russ Cox
2001-11-24 20:04     ` Scott Schwartz
2001-12-02 16:05   ` [9fans] python Jonathan Sergent
2002-01-16  3:44   ` [9fans] semaphores Russ Cox
2002-01-16  3:54     ` Scott Schwartz
2002-01-16 11:14       ` Boyd Roberts
2002-01-16 15:47       ` Ronald G Minnich
2002-01-25 10:30     ` Ralph Corderoy
2002-02-08  1:48   ` [9fans] how small can you get Russ Cox
2002-02-08  1:52     ` Scott Schwartz
2002-02-08 15:17     ` Ronald G Minnich
2002-03-12  4:24   ` [9fans] mkfile for Solaris-sparc using gcc? Russ Cox
2002-03-12  4:26     ` Scott Schwartz
2002-03-18 13:25       ` Boyd Roberts
2002-03-18 15:10         ` AMSRL-CI-CN
2002-03-12  4:59     ` Ish Rattan
2002-08-13  5:42   ` [9fans] Ephase question Russ Cox
2002-08-13  5:53     ` Scott Schwartz
2002-08-13  6:05     ` Ronald G Minnich
2002-08-13  6:22       ` Alexander Viro
2002-08-13  6:13     ` Alexander Viro
2002-10-08 15:58   ` [9fans] lp doesn't work after upgrade from downloaded cd image Russ Cox
2002-10-08 16:05     ` [9fans] bleeding edge sources John Saylor
2002-10-08 16:08     ` [9fans] lp doesn't work after upgrade from downloaded cd image Scott Schwartz
2002-10-22  5:21   ` [9fans] tex erratum Russ Cox
2002-10-22  5:25     ` Scott Schwartz
2002-11-14 17:33   ` [9fans] Serving 9p in python - anyone started that? Russ Cox
2002-11-14 18:28     ` Scott Schwartz
2002-11-14 18:46       ` matt
2002-11-14 19:19         ` Dan Cross
2002-11-14 19:00       ` William Josephson
2001-12-02 12:08 ` [9fans] python Boyd Roberts
2001-12-03 22:24 ` Laura Creighton
     [not found] <cross@math.psu.edu>
2001-09-04 19:02 ` [9fans] weird print(2) problems Dan Cross
2001-09-04 19:08   ` Scott Schwartz
2001-09-05 14:22     ` Dan Cross
2001-09-05 19:01       ` Boyd Roberts
2002-08-25 19:28 ` [9fans] Quality of Plan 9's Cyrillic fonts? Dan Cross
2002-08-25 20:02   ` Scott Schwartz
2002-08-25 20:29   ` George Bronnikov
2002-08-26  5:23   ` Andrey S. Kukhar
2002-08-30 17:18     ` Dan Cross
2002-11-05 19:02 ` [9fans] Tunneling 9p over rfc822 encoded email/SMTP? Dan Cross
2002-11-06  0:02   ` Steve Kilbane
2002-11-06 10:29     ` Boyd Roberts
2001-08-22 14:22 [9fans] standalone cpu/auth server?? Russ Cox
2001-08-22 15:52 ` Ish Rattan
2001-08-22 17:19   ` Dan Cross
2001-08-22 18:58     ` Scott Schwartz
     [not found] <randolph@panix.com>
2001-01-02 17:39 ` [9fans] A Plan 9 Python Interest Group? Randolph Fritz
2001-01-02 21:10   ` Jonathan Sergent
2001-01-02 22:40     ` matt heath
2001-01-03  9:43     ` Randolph Fritz
2001-01-04  4:09       ` arisawa
2001-01-05  3:39   ` [9fans] python and lua Quinn Dunkan
2001-01-05  2:50     ` arisawa
2001-01-06 15:41   ` [9fans] A question of temperature Jim Choate
2001-01-06 16:07     ` Boyd Roberts
2001-01-06 16:53       ` [9fans] " Jim Choate
2001-01-06 16:45         ` Boyd Roberts
2001-01-09  9:38     ` [9fans] " Douglas A. Gwyn
     [not found]   ` <Pine.LNX.3.96.1010106092045.25692V-100000@einstein.ssz.com >
2001-01-06 19:07     ` Fariborz 'Skip' Tavakkolian
2001-01-06 19:29       ` [9fans] " Jim Choate
2001-01-08 19:42         ` Dan Cross
2001-01-08 23:16           ` Jim Choate
2001-01-09  0:15             ` Dan Cross
2001-01-09  0:52               ` Jim Choate
2001-01-09  9:21             ` matt heath
2001-01-09  9:48               ` Boyd Roberts
2001-01-09 18:42                 ` Dan Cross
2001-01-09 21:42                 ` Boyd Roberts
2001-01-09  9:39           ` Andy Newman
2000-12-15 10:13 [9fans] not just 3-button mice Douglas A. Gwyn
2000-12-15 13:06 ` Christopher Nielsen
     [not found] ` <DAGwyn@null.net>
2000-12-15 17:03   ` Tom Duff
2000-12-16 13:22     ` Boyd Roberts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).