9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] pipefile.c in p9p
@ 2010-09-03 12:21 kokamoto
  2010-09-03 13:51 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: kokamoto @ 2010-09-03 12:21 UTC (permalink / raw)
  To: 9fans

I downloaded Plan9port today, and found thewre is no pipefile.
It's not good to me, because I need ktrans.☺

Is it difficult to implement REGEND for p9p's rfork?
Or anything other difficulties are there for pipefile.c?

Kenji




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

* Re: [9fans] pipefile.c in p9p
  2010-09-03 12:21 [9fans] pipefile.c in p9p kokamoto
@ 2010-09-03 13:51 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2010-09-03 13:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Fri, Sep 3, 2010 at 8:21 AM,  <kokamoto@hera.eonet.ne.jp> wrote:
> I downloaded Plan9port today, and found thewre is no pipefile.
> It's not good to me, because I need ktrans.☺
>
> Is it difficult to implement REGEND for p9p's rfork?
> Or anything other difficulties are there for pipefile.c?

I think the main difficulty with pipefile is that
there is no /dev/cons for it to sit on top of.
You can't just replace /dev/tty on Unix the way
you can replace /dev/cons.  You'd have to set
up another pseudo-tty and pass parameters
through, etc.  It's a much tougher job on Unix.

Russ


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

end of thread, other threads:[~2010-09-03 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-03 12:21 [9fans] pipefile.c in p9p kokamoto
2010-09-03 13:51 ` Russ Cox

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