9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Page ported to plan9port
Date: Thu,  8 Feb 2007 21:58:05 -0500	[thread overview]
Message-ID: <ee9e417a0702081858q7a25a07cofcc4b16e708c358b@mail.gmail.com> (raw)
In-Reply-To: <20070208231022.GR30291@fw.home>

Thanks.

> There are a few things that aren't as well as I'd like:
> 1. I switched to libthread, but I still have to fork/exec for gs,
> because it needs 5 file descriptors, and threadspawnl allows only 3. I
> looked at the threadspawnl code, and it forks/execs itself, and I
> haven't had any issues.

It would be nice to make do with three, since at some
point we'll want to run on other systems, but this is fine for now.

> 2. To get the screen size, I used an ugly hack of spawning "xdpyinfo |
> grep dimensions:" and parsing it. I'd like to know if libdraw provides
> another way to get these.

I should probably add that to the library.  xdpyinfo is fine for now.

> 3. There are some conversion commands which specify programs in fb/,
> which exists neither on plan 9, nor in p9p. Does anyone know what/where
> they were?

These are relics, but not from 8½ -- they're conversion programs
from the second edition.  Don't worry about them.

Russ


  parent reply	other threads:[~2007-02-09  2:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-08 23:10 Kris Maglione
2007-02-08 23:29 ` erik quanstrom
2007-02-09  2:58 ` Russ Cox [this message]
2007-02-09  9:24 ` Charles Forsyth
2007-02-09 16:44   ` Kris Maglione
2007-02-09 17:21     ` Russ Cox
2007-02-09 17:32       ` Kris Maglione
2007-02-09 17:52         ` Russ Cox
2007-02-09 18:09           ` Kris Maglione
2007-03-26 20:57 ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee9e417a0702081858q7a25a07cofcc4b16e708c358b@mail.gmail.com \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).