Re: Spark 5.

2002-09-30 Thread Mark Valentine
> From: "David O'Brien" <[EMAIL PROTECTED]> > Date: Mon 30 Sep, 2002 > Subject: Re: Spark 5. > On Thu, Sep 26, 2002 at 03:17:24AM +0100, Mark Valentine wrote: > > For FreeBSD you'd want an Ultra 1 at least - 13w3.com has a 170MHz model > > Nope

Re: Spark 5.

2002-09-25 Thread Mark Valentine
rce the 200MHz model to boot 64-bit Solaris due to a CPU bug which allows users to crash them). Also, you should get the 'E' suffix models for the fast Ethernet and wide SCSI. The Ultra 5 is more expensive and faster, but it's PC class, not a real Sun. Cheers

Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-19 Thread Mark Valentine
, although I doubt it. I can't confirm thatt, but I suspect there's very little, if any, SpiderTCP code left in the TCP/IP drivers after the rewrite, and all other TCP/IP vendors of note in that market would have been using BSD derived code (even those selling STREAMS implementations,

Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-16 Thread Mark Valentine
core TCP/IP implementation migrated to BSD code (though I would certainly expect it to be so, as there wasn't much else to choose from back then if I remember), and I no longer work alongside folks who might have tracked that stuff better. Cheers, Mar

Re: Fixing documented bug in env(1)

2001-06-04 Thread Mark Valentine
> From: [EMAIL PROTECTED] (Mike Meyer) > Date: Mon 4 Jun, 2001 > Subject: Re: Fixing documented bug in env(1) > "#!/usr/bin/env foobar" will work just fine. At the mercy of the user's path... Cheers, Mark. -- Mark Valentine, Th

Re: Fixing documented bug in env(1)

2001-06-03 Thread Mark Valentine
lity to _assign_ environment variables. Cheers, Mark. -- Mark Valentine, Thuvia Labs <[EMAIL PROTECTED]> <http://www.thuvia.co.uk> "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stu

Re: Fixing documented bug in env(1)

2001-06-03 Thread Mark Valentine
$ clearenv "PATH=$PATH; export PATH; dhclient ed0" Cheers, Mark. -- Mark Valentine, Thuvia Labs <[EMAIL PROTECTED]> <http://www.thuvia.co.uk> "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine

Re: Fixing documented bug in env(1)

2001-06-03 Thread Mark Valentine
n/sh: $ foo=bar bar=foo echo hello hello $ foo=bar 'bar=foo' echo hello bar=foo: not found /bin/csh: % env foo=bar bar=foo echo hello hello % env foo=bar 'bar=foo' echo hello hello % withenv foo=bar 'bar=foo' echo hello # new withenv

Re: Fixing documented bug in env(1)

2001-06-02 Thread Mark Valentine
essing options, and the second tells the argument processing code to stop looking for variable assignments (i.e. ``4=4'' is a command). Cheers, Mark. -- Mark Valentine, Thuvia Labs <[EMAIL PROTECTED]> <http://www.thuvia.co.uk> "Tigers