9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <russcox@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] plan9port update
Date: Mon, 17 Jan 2005 11:01:35 -0500	[thread overview]
Message-ID: <ee9e417a050117080175e1200d@mail.gmail.com> (raw)
In-Reply-To: <ed55cd04d8f9be26423e50dd031b8d04@orthanc.cc.titech.ac.jp>

> Does this means I can compile and run p9port on Tru64 UNIX?
> When I tried last, there was no lock related assembly codes there.

Drawterm once ran on Tru64 atop pthreads with no problems,
so it's worth trying.  You may have to create a getcallerpc-alpha.c
in src/lib9:

    #include <u.h>
    #include <libc.h>
    ulong getcallerpc(ulong *x) { return 0; }

is fine to get going.  

Russ


  reply	other threads:[~2005-01-17 16:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-17  5:10 YAMANASHI Takeshi
2005-01-17 16:01 ` Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-01-17  6:23 Benjamin Huntsman
2005-01-20  1:11 ` William K. Josephson
2005-01-14 21:23 Russ Cox
2005-01-14 23:31 ` David Leimbach
2005-01-17 12:32 ` Matthias Teege
2005-01-17 16:02   ` Russ Cox
2005-01-17 16:15   ` andrey mirtchovski
2005-01-17 16:13     ` boyd, rounin
2005-01-18 18:49   ` Russ Cox
2005-01-18 23:26     ` Noah Evans
2005-01-18  5:56 ` kvchokw02
2005-01-18 18:31   ` Russ Cox
2005-01-18 19:01     ` Ronald G. Minnich
2005-01-19  6:53     ` kvchokw02

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=ee9e417a050117080175e1200d@mail.gmail.com \
    --to=russcox@gmail.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).