git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Support ancient systems
@ 2006-02-17 14:22 Johannes Schindelin
  2006-02-17 14:43 ` Andreas Ericsson
  2006-02-17 15:18 ` Adrien Beau
  0 siblings, 2 replies; 6+ messages in thread
From: Johannes Schindelin @ 2006-02-17 14:22 UTC (permalink / raw)
  To: git, junkio

Hi,

I just got git to work on an Irix box. These are the changes I needed 
to apply. Maybe some of them are of use for other ancient systems... You 
know, I like ancient systems. And if I could get my hands on a VMS, I 
would try to get git to work on it, too ;-)

Ciao,
Dscho

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

* Re: [PATCH 0/5] Support ancient systems
  2006-02-17 14:22 [PATCH 0/5] Support ancient systems Johannes Schindelin
@ 2006-02-17 14:43 ` Andreas Ericsson
  2006-02-17 15:18 ` Adrien Beau
  1 sibling, 0 replies; 6+ messages in thread
From: Andreas Ericsson @ 2006-02-17 14:43 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, junkio

Johannes Schindelin wrote:
> Hi,
> 
> I just got git to work on an Irix box. These are the changes I needed 
> to apply. Maybe some of them are of use for other ancient systems... You 
> know, I like ancient systems. And if I could get my hands on a VMS, I 
> would try to get git to work on it, too ;-)
> 

http://www.testdrive.hp.com/

You can sign up for a free account there and get (telnet and ftp) access 
to all sorts of wonky and fun systems.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

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

* Re: [PATCH 0/5] Support ancient systems
  2006-02-17 14:22 [PATCH 0/5] Support ancient systems Johannes Schindelin
  2006-02-17 14:43 ` Andreas Ericsson
@ 2006-02-17 15:18 ` Adrien Beau
  2006-02-17 17:03   ` Tim O'Callaghan
  1 sibling, 1 reply; 6+ messages in thread
From: Adrien Beau @ 2006-02-17 15:18 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git

On 2/17/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
>
> I just got git to work on an Irix box. These are the changes I needed
> to apply. Maybe some of them are of use for other ancient systems... You
> know, I like ancient systems. And if I could get my hands on a VMS, I
> would try to get git to work on it, too ;-)

You can get free VMS accounts at the Deathrow Cluster:
http://deathrow.vistech.net/

If you're serious about using your account, you'll find that the admin
team is pretty supportive and friendly.

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

* Re: [PATCH 0/5] Support ancient systems
  2006-02-17 15:18 ` Adrien Beau
@ 2006-02-17 17:03   ` Tim O'Callaghan
  2006-02-18  0:14     ` Johannes Schindelin
  0 siblings, 1 reply; 6+ messages in thread
From: Tim O'Callaghan @ 2006-02-17 17:03 UTC (permalink / raw)
  To: git

On Fri, Feb 17, 2006 at 04:18:35PM +0100, Adrien Beau wrote:
> On 2/17/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> >
> > I just got git to work on an Irix box. These are the changes I needed
> > to apply. Maybe some of them are of use for other ancient systems... You
> > know, I like ancient systems. And if I could get my hands on a VMS, I
> > would try to get git to work on it, too ;-)
> 
> You can get free VMS accounts at the Deathrow Cluster:
> http://deathrow.vistech.net/
> 
> If you're serious about using your account, you'll find that the admin
> team is pretty supportive and friendly.

You should check out polarhome.com if you want a variety of platforms
to muck about on, including IRIX, Plan 9, OpenVMS Vax, OpenVMS Alpha
etc.

I work on VMS systems at the moment and i thought of attempting to
port git for the hell of it. I decided not to bother for a variety of
reasons, but mostly because it looked like too much work :)  

Tim.

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

* Re: [PATCH 0/5] Support ancient systems
  2006-02-17 17:03   ` Tim O'Callaghan
@ 2006-02-18  0:14     ` Johannes Schindelin
  2006-02-18  2:35       ` Andreas Ericsson
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2006-02-18  0:14 UTC (permalink / raw)
  To: Tim O'Callaghan; +Cc: git

Hi,

On Fri, 17 Feb 2006, Tim O'Callaghan wrote:

> On Fri, Feb 17, 2006 at 04:18:35PM +0100, Adrien Beau wrote:
> > On 2/17/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> > >
> > > I just got git to work on an Irix box. These are the changes I needed
> > > to apply. Maybe some of them are of use for other ancient systems... You
> > > know, I like ancient systems. And if I could get my hands on a VMS, I
> > > would try to get git to work on it, too ;-)
> > 
> > You can get free VMS accounts at the Deathrow Cluster:
> > http://deathrow.vistech.net/
> > 
> > If you're serious about using your account, you'll find that the admin
> > team is pretty supportive and friendly.
> 
> You should check out polarhome.com if you want a variety of platforms
> to muck about on, including IRIX, Plan 9, OpenVMS Vax, OpenVMS Alpha
> etc.
> 
> I work on VMS systems at the moment and i thought of attempting to
> port git for the hell of it. I decided not to bother for a variety of
> reasons, but mostly because it looked like too much work :)  

Well, I did not remember that VMS does not have a proper fork() call. So 
maybe it would be easier to port git to MinGW32 first...

BTW, my remark about VMS was more tongue-in-cheek than not...

Ciao,
Dscho

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

* Re: [PATCH 0/5] Support ancient systems
  2006-02-18  0:14     ` Johannes Schindelin
@ 2006-02-18  2:35       ` Andreas Ericsson
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Ericsson @ 2006-02-18  2:35 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Tim O'Callaghan, git

Johannes Schindelin wrote:
> Hi,
> 
> On Fri, 17 Feb 2006, Tim O'Callaghan wrote:
> 
> 
>>On Fri, Feb 17, 2006 at 04:18:35PM +0100, Adrien Beau wrote:
>>
>>>On 2/17/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
>>>
>>>>I just got git to work on an Irix box. These are the changes I needed
>>>>to apply. Maybe some of them are of use for other ancient systems... You
>>>>know, I like ancient systems. And if I could get my hands on a VMS, I
>>>>would try to get git to work on it, too ;-)
>>>
>>>You can get free VMS accounts at the Deathrow Cluster:
>>>http://deathrow.vistech.net/
>>>
>>>If you're serious about using your account, you'll find that the admin
>>>team is pretty supportive and friendly.
>>
>>You should check out polarhome.com if you want a variety of platforms
>>to muck about on, including IRIX, Plan 9, OpenVMS Vax, OpenVMS Alpha
>>etc.
>>
>>I work on VMS systems at the moment and i thought of attempting to
>>port git for the hell of it. I decided not to bother for a variety of
>>reasons, but mostly because it looked like too much work :)  
> 
> 
> Well, I did not remember that VMS does not have a proper fork() call.

It doesn't. It's got vfork() though.


> BTW, my remark about VMS was more tongue-in-cheek than not...
> 

Thanks anyway. I would never have gotten that link to polarhome if you'd 
kept your tongue straight.


-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

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

end of thread, other threads:[~2006-02-18  2:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17 14:22 [PATCH 0/5] Support ancient systems Johannes Schindelin
2006-02-17 14:43 ` Andreas Ericsson
2006-02-17 15:18 ` Adrien Beau
2006-02-17 17:03   ` Tim O'Callaghan
2006-02-18  0:14     ` Johannes Schindelin
2006-02-18  2:35       ` Andreas Ericsson

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