9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: YAMANASHI Takeshi <uncover@beat.cc.titech.ac.jp>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] lib9p
Date: Tue, 18 Dec 2001 17:17:11 +0900	[thread overview]
Message-ID: <12942.1008663431@beat.cc.titech.ac.jp> (raw)
In-Reply-To: Your message of "Tue, 18 Dec 2001 00:00:13 EST." <20011218050023.630BF199ED@mail.cse.psu.edu>

From: "Russ Cox" <rsc@plan9.bell-labs.com>
> Sure, that's okay.

I got assured.

Now that I've finished my first Plan 9 file server,
I would like to let it go to the list.

try:
	term% hget http://bata.cc.titech.ac.jp/uncover/liking/plan9/cursehide.tgz | gunzip | tar x
	term% cd cursehide; mk install
	term% cursehide; acme

This server serves /dev/^(mouse cons cursor), hides the
mouse cursor on a keyboard input, and shows it again on
a mouse movement.

KNOWN BUG:
 When a program (acme in the above example) exits,
the server fails on the assertion:
	assert failed: r == nr
in lib9p.  I think I must make sure that 'Req *req'
is valid before the child process calls respond().
--
Sincerely,
YAMANASHI Takeshi


  reply	other threads:[~2001-12-18  8:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-18  5:00 Russ Cox
2001-12-18  8:17 ` YAMANASHI Takeshi [this message]
2001-12-19 14:04   ` David Rubin
2001-12-20  0:22     ` YAMANASHI Takeshi
  -- strict thread matches above, loose matches on Subject: below --
2001-12-20  2:31 okamoto
2001-12-21  9:58 ` David Rubin
2001-12-20  1:59 okamoto
2001-12-20  2:25 ` YAMANASHI Takeshi
2001-12-18 16:31 Russ Cox
2001-12-19  4:46 ` YAMANASHI Takeshi
2001-12-18  4:50 YAMANASHI Takeshi

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=12942.1008663431@beat.cc.titech.ac.jp \
    --to=uncover@beat.cc.titech.ac.jp \
    --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).