9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] long long whining
@ 2002-03-25 10:37 forsyth
  2002-03-25 11:53 ` Boyd Roberts
  2002-03-25 16:21 ` Thomas Bushnell, BSG
  0 siblings, 2 replies; 19+ messages in thread
From: forsyth @ 2002-03-25 10:37 UTC (permalink / raw)
  To: 9fans

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

you could use their vnode switch--possibly called something else
but i haven't got the old documentation here--to convert file system operations
to messages in much the same way as the 8th edition file system switch,
although the latter was simpler.  (the RFS changes were something else again.)
NFS wasn't completely useful because the close wasn't transmitted.


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

To: 9fans@cse.psu.edu
Subject: Re: [9fans] long long whining
Date: Mon, 25 Mar 2002 09:57:35 GMT
Message-ID: <87n0x0h1uw.fsf@becket.becket.net>

boyd@strakt.com (Boyd Roberts) writes:

> "Thomas Bushnell, BSG" wrote:
> > At the time that article was written, BSD had no such way.
> 
> I read 1996.  4.3BSD had the DEADFS and ample functionality
> to do a file-system switch (well, they told us 'we already
> got one... it's very nice') as early as 1991-1992.

BSD had the ability to put one *in* the kernel.  Not out of, except by
hacks like using the NFS protocol.

Thomas

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: [9fans] long long whining
@ 2002-03-25 18:00 forsyth
  2002-03-26  9:45 ` Thomas Bushnell, BSG
  0 siblings, 1 reply; 19+ messages in thread
From: forsyth @ 2002-03-25 18:00 UTC (permalink / raw)
  To: 9fans

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

that's not what i meant.  given the existence of the vnode switch, and the
primitives contained therein, there is no big obstacle to writing a vfs/vnode implementation
that converts the operations within its scope into messages on a file
descriptor in much the same way as network file systems were implemented
by 8th edition, or by me in my re-ported Unix kernels for the VAX and Sun-3,
using a simpler file system switch.    do just one of those and you can have as many
things as you like outside the kernel. 

having said that, it's hard to know quite where to start with some of these
new improved switches.  whew!   just look at the size of that one...


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

To: 9fans@cse.psu.edu
Subject: Re: [9fans] long long whining
Date: Mon, 25 Mar 2002 16:21:49 GMT
Message-ID: <874rj43aiq.fsf@becket.becket.net>

forsyth@caldo.demon.co.uk writes:

> you could use their vnode switch--possibly called something else but
> i haven't got the old documentation here--to convert file system
> operations to messages in much the same way as the 8th edition file
> system switch, although the latter was simpler.  (the RFS changes
> were something else again.)  NFS wasn't completely useful because
> the close wasn't transmitted.

BSD doesn't *have* messages.  Eventualy, you end up implementing Mach
2 when you add them.

The vnode switch is purely *internal* to the kernel, which is the
point of that paragraph.

Thomas

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: [9fans] long long whining
@ 2002-03-22 19:02 presotto
  2002-03-22 20:25 ` Dan Cross
  0 siblings, 1 reply; 19+ messages in thread
From: presotto @ 2002-03-22 19:02 UTC (permalink / raw)
  To: 9fans

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

Leave Thomas alone.  Someone has to whack the hornets
nest with a branch every now and again just to
remind the hornets that they're still alive.

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

From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] long long whining
Date: Fri, 22 Mar 2002 13:37:47 -0500
Message-ID: <200203221837.NAA14221@math.psu.edu>

> Support != interest
> Support != desire to learn about

That's true, but there's a fine line between interest, desire to learn,
and antagonism.  And while you *say* you're not trying to be
antagonistic, that's started to become unbelievable.

Okay, I'm done talking about it; I have little hope that anything
productive would come out of the discussion.

	- Dan C.

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: [9fans] long long whining
@ 2002-03-21 19:07 anothy
  2002-03-21 19:38 ` James A. Robinson
  0 siblings, 1 reply; 19+ messages in thread
From: anothy @ 2002-03-21 19:07 UTC (permalink / raw)
  To: 9fans

// Also, heard of Hurd?

i can't tell if this is a rhetorical question or not, but if not, it's quite
funny (unless the name is just an amazing coincidence...). see:
	http://www.gnu.org/software/hurd/docs.html
in particular, the name attached to the first paper.
ア



^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: [9fans] long long whining
@ 2002-03-21 17:58 Fco.J.Ballesteros
  2002-03-21 18:46 ` skipt
  0 siblings, 1 reply; 19+ messages in thread
From: Fco.J.Ballesteros @ 2002-03-21 17:58 UTC (permalink / raw)
  To: 9fans

:  I don't know, but I was thinking, quite seriously, that Bushnell might
:  be more interested in the VSTa project, which has a license he should
:  like and uses GCC as it's compiler, while trying to do some of the same
:  things as Plan 9.  http://www.vsta.org/

And has it's own mailing list as well.

The vsta kernel source is quite nice, btw.



^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: [9fans] long long whining
@ 2002-03-21  6:19 David Gordon Hogan
  2002-03-21 17:08 ` Dan Cross
  2002-03-22 10:21 ` Thomas Bushnell, BSG
  0 siblings, 2 replies; 19+ messages in thread
From: David Gordon Hogan @ 2002-03-21  6:19 UTC (permalink / raw)
  To: 9fans

tb+usenet@becket.net writes:
> Well, I don't support non-free systems anymore (where "free" has the
> definition used by the FSF or the Debian Project).  

Ummm, why are you here?

---
Elsewhere,
ggm@apnic.net writes:
> I would be regrettable if we all started discussing personal anguish
> of various s/w peoples (sex or non-sex) lives on email wouldn't it?

Now there's a non-sequitur.

Perhaps we could all sublimate our (alleged) anguish and be
catty and obnoxious to each other instead?

One should be aware that alternate sources of anguish may
be present, for instance the presence of vast fields of Negative
Elegance, propagating virally, disguising themselves as `software'.
(Shades of Wilhelm Reich ;-).

---
2 1/2 weeks away, and ~400 messages to read, mostly 9fans
mail.  Could be worse, I guess...



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

end of thread, other threads:[~2002-03-26  9:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-25 10:37 [9fans] long long whining forsyth
2002-03-25 11:53 ` Boyd Roberts
2002-03-25 16:21 ` Thomas Bushnell, BSG
  -- strict thread matches above, loose matches on Subject: below --
2002-03-25 18:00 forsyth
2002-03-26  9:45 ` Thomas Bushnell, BSG
2002-03-22 19:02 presotto
2002-03-22 20:25 ` Dan Cross
2002-03-21 19:07 anothy
2002-03-21 19:38 ` James A. Robinson
2002-03-22 10:21   ` Thomas Bushnell, BSG
2002-03-22 13:42     ` Boyd Roberts
2002-03-25  9:57       ` Thomas Bushnell, BSG
2002-03-21 17:58 Fco.J.Ballesteros
2002-03-21 18:46 ` skipt
2002-03-21 18:48   ` Mike Haertel
2002-03-21  6:19 David Gordon Hogan
2002-03-21 17:08 ` Dan Cross
2002-03-22 10:21 ` Thomas Bushnell, BSG
2002-03-22 18:37   ` Dan Cross

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).