2003-08-19 14:12:47

by Brandon Stewart

[permalink] [raw]
Subject: SCO's "proof"

compliments of "d1rkinator" from yahoo finance message board:

The code SCO finds offending:

http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg

Its location in Linux:

/usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c

And its heritage:

minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html

Ok, SCO: This was easy. Now, show us the other many examples.



2003-08-19 14:52:16

by Dave Gilbert (Home)

[permalink] [raw]
Subject: Re: SCO's "proof"

* Brandon Stewart ([email protected]) wrote:
> compliments of "d1rkinator" from yahoo finance message board:
>
> The code SCO finds offending:
>
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg

Ah I was wondering if anyone had a copy of that.

> Its location in Linux:
>
> /usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
>
> And its heritage:
>
> minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
>
> Ok, SCO: This was easy. Now, show us the other many examples.

Is it? What the hell was the copyright on that code?

Dave
-----Open up your eyes, open up your mind, open up your code -------
/ Dr. David Alan Gilbert | Running GNU/Linux on Alpha,68K| Happy \
\ gro.gilbert @ treblig.org | MIPS,x86,ARM,SPARC,PPC & HPPA | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/

2003-08-19 15:13:12

by Bart Samwel

[permalink] [raw]
Subject: Re: SCO's "proof"

For those of you who don't speek greek, the greek text is English and reads:

"As part of the kernel evolution towords modular naming, the functions
malloc and free are being renamed to rmalloc and rfree.
Compatibility will be maintained by the following assembler code:
(also see free/malloc below)"

What a way of obfuscating their IP. :)

Bart

Brandon Stewart wrote:

> compliments of "d1rkinator" from yahoo finance message board:
>
> The code SCO finds offending:
>
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
>
> Its location in Linux:
>
> /usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
>
> And its heritage:
>
> minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
>
> Ok, SCO: This was easy. Now, show us the other many examples.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-08-19 15:06:22

by Frank Gevaerts

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, Aug 19, 2003 at 03:52:13PM +0100, Dr. David Alan Gilbert wrote:
> * Brandon Stewart ([email protected]) wrote:
> > compliments of "d1rkinator" from yahoo finance message board:
> >
> > The code SCO finds offending:
> >
> > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
>
> Ah I was wondering if anyone had a copy of that.
>
> > Its location in Linux:
> >
> > /usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
> >
> > And its heritage:
> >
> > minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
> >
> > Ok, SCO: This was easy. Now, show us the other many examples.
>
> Is it? What the hell was the copyright on that code?

AFAIK it was released under a BSD license by Caldera...

Frank

>
> Dave
> -----Open up your eyes, open up your mind, open up your code -------
> / Dr. David Alan Gilbert | Running GNU/Linux on Alpha,68K| Happy \
> \ gro.gilbert @ treblig.org | MIPS,x86,ARM,SPARC,PPC & HPPA | In Hex /
> \ _________________________|_____ http://www.treblig.org |_______/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-08-19 15:29:17

by Richard B. Johnson

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, 19 Aug 2003, Bart Samwel wrote:

> For those of you who don't speek greek, the greek text is English and reads:
>
> "As part of the kernel evolution towords modular naming, the functions
> malloc and free are being renamed to rmalloc and rfree.
> Compatibility will be maintained by the following assembler code:
> (also see free/malloc below)"
>
> What a way of obfuscating their IP. :)
>
> Bart
>
> Brandon Stewart wrote:
>
> > compliments of "d1rkinator" from yahoo finance message board:
> >
> > The code SCO finds offending:
> >
> > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
> >
> > Its location in Linux:
> >
> > /usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
> >
> > And its heritage:
> >
> > minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
> >
> > Ok, SCO: This was easy. Now, show us the other many examples.
> >
> >
> > -

confuse.S follows.
----------------
#
# Enormously complicated assembly-language program released
# under GPL, herein referenced ;)
#
# This program will actually work. Am I violating somebody's
# patent? Sue me.
#
.section .text
rmalloc: jmp malloc
rfree: jmp free
print: jmp printf # Fix typical typos
.global rmalloc
.type rmalloc,@function
.global rfree
.type rfree,@function
.global print
.type print,@function
.end
---------------


Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Note 96.31% of all statistics are fiction.


2003-08-19 15:22:32

by Tupshin Harper

[permalink] [raw]
Subject: Re: SCO's "proof"

Frank Gevaerts wrote:

>On Tue, Aug 19, 2003 at 03:52:13PM +0100, Dr. David Alan Gilbert wrote:
>
>
>>* Brandon Stewart ([email protected]) wrote:
>>
>>
>>>compliments of "d1rkinator" from yahoo finance message board:
>>>
>>>The code SCO finds offending:
>>>
>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
>>>
>>>
>>Ah I was wondering if anyone had a copy of that.
>>
>>
>>
>>>Its location in Linux:
>>>
>>>/usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
>>>
>>>And its heritage:
>>>
>>>minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
>>>
>>>Ok, SCO: This was easy. Now, show us the other many examples.
>>>
>>>
>>Is it? What the hell was the copyright on that code?
>>
>>
>
>AFAIK it was released under a BSD license by Caldera...
>
>Frank
>
http://www.tuhs.org/Archive/Caldera-license.pdf

<quote>
January 23, 2002
Dear UNIX? enthusiasts,
Caldera International, Inc. hereby grants a fee free license that
includes the rights use, modify and distribute this named
source code, including creating derived binary products created from the
source code. The source code for which Caldera
International, Inc. grants rights are limited to the following UNIX
Operating Systems that operate on the 16-Bit PDP-11
CPU and early versions of the 32-Bit UNIX Operating System, with
specific exclusion of UNIX System III and UNIX
System V and successor operating systems:
32-bit 32V UNIX
16 bit UNIX Versions 1, 2, 3, 4, 5, 6, 7
</quote>

-Tupshin

2003-08-19 15:19:46

by Richard B. Johnson

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, 19 Aug 2003, Brandon Stewart wrote:

> compliments of "d1rkinator" from yahoo finance message board:
>
> The code SCO finds offending:
>
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
>
> Its location in Linux:
>
> /usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
>
> And its heritage:
>
> minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
>
> Ok, SCO: This was easy. Now, show us the other many examples.
>

Oh! That's wonderful! They own an Alogrithm called "first-fit".
Really!!! Maybe it's the comments thay they claim ownership
of. Certainly the code, supplied by SCI (their (c)), can't be
the offender.


Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Note 96.31% of all statistics are fiction.


2003-08-19 15:31:07

by Jeff Garzik

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, Aug 19, 2003 at 09:37:13AM -0400, Brandon Stewart wrote:
> compliments of "d1rkinator" from yahoo finance message board:
>
> The code SCO finds offending:
>
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg

Why the heck is ia64 inventing its own mutex spinlocks?

Sigh.

Here's the original Heise article, for those who read German:
http://www.heise.de/newsticker/data/jk-19.08.03-000/

Jeff



2003-08-19 15:26:16

by Colin Paul Adams

[permalink] [raw]
Subject: Re: SCO's "proof"

>>>>> "Frank" == Frank Gevaerts <[email protected]> writes:

>> > minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
>> >
>> > Ok, SCO: This was easy. Now, show us the other many examples.
>>
>> Is it? What the hell was the copyright on that code?

Frank> AFAIK it was released under a BSD license by Caldera...

But Caldera are SCO now, aren't they? Are they going to sue themselves!?
--
Colin Paul Adams
Preston Lancashire

2003-08-19 17:07:38

by David Mosberger

[permalink] [raw]
Subject: Re: SCO's "proof"

>>>>> On Tue, 19 Aug 2003 11:30:56 -0400, Jeff Garzik <[email protected]> said:

Jeff> On Tue, Aug 19, 2003 at 09:37:13AM -0400, Brandon Stewart
Jeff> wrote:
>> compliments of "d1rkinator" from yahoo finance message board:

>> The code SCO finds offending:

>> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
>> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg

Jeff> Why the heck is ia64 inventing its own mutex spinlocks?

Jeff> Sigh.

Jeff> Here's the original Heise article, for those who read German:
Jeff> http://www.heise.de/newsticker/data/jk-19.08.03-000/

It's not ia64, it's the SGI platform-specific code...

--david

2003-08-19 17:28:06

by Matti Aarnio

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, Aug 19, 2003 at 11:30:56AM -0400, Jeff Garzik wrote:
...
> Here's the original Heise article, for those who read German:
> http://www.heise.de/newsticker/data/jk-19.08.03-000/

And a tiny-url redirected google-translated english version:
http://tinyurl.com/ki2a

(amazingly readable version that translation..)

> Jeff

/Matti Aarnio

2003-08-19 18:08:51

by J.A. Magallon

[permalink] [raw]
Subject: Re: SCO's "proof"


On 08.19, Jeff Garzik wrote:
> On Tue, Aug 19, 2003 at 09:37:13AM -0400, Brandon Stewart wrote:
> > compliments of "d1rkinator" from yahoo finance message board:
> >
> > The code SCO finds offending:
> >
> > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
>
> Why the heck is ia64 inventing its own mutex spinlocks?
>

They can't even copy code to a slide:

if (size==0)
return)((ulong_t NULL);

That does not compile...

--
J.A. Magallon <[email protected]> \ Software is like sex:
werewolf.able.es \ It's better when it's free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.22-rc2-jam1m (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk))

2003-08-19 20:04:08

by Richard B. Johnson

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, 19 Aug 2003, J.A. Magallon wrote:

>
> On 08.19, Jeff Garzik wrote:
> > On Tue, Aug 19, 2003 at 09:37:13AM -0400, Brandon Stewart wrote:
> > > compliments of "d1rkinator" from yahoo finance message board:
> > >
> > > The code SCO finds offending:
> > >
> > > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> > > http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
> >
> > Why the heck is ia64 inventing its own mutex spinlocks?
> >
>
> They can't even copy code to a slide:
>
> if (size==0)
> return)((ulong_t NULL);
>
> That does not compile...
>
> --
> J.A. Magallon <[email protected]> \ Software is like sex:
> werewolf.able.es \ It's better when it's free
> Mandrake Linux release 9.2 (Cooker) for i586
> Linux 2.4.22-rc2-jam1m (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk))

Well it certainly looks as though they copied Linux. At least
they copied the comments okay. It also looks as though the
`evidence` was additionally tampered with because, what is
alleged to be appropriated code will not even compile because
of the tampering.

In the United States Courts, one cannot simply hand-copy some
so-called evidence. This so-called evidence will never make
it to court. If this is being used as evidence, this is prima-
facie evidence of fraud.

Don't do the editing for them. Just let them make their phony
evidence. If this continues, somebody will lose their license
to practice law, and sombody may even end up in jail.


Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Note 96.31% of all statistics are fiction.


2003-08-19 19:21:20

by Vojtech Pavlik

[permalink] [raw]
Subject: Re: SCO's "proof"

On Tue, Aug 19, 2003 at 09:37:13AM -0400, Brandon Stewart wrote:
> compliments of "d1rkinator" from yahoo finance message board:
>
> The code SCO finds offending:
>
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> http://www.heise.de/newsticker/data/jk-19.08.03-000/imh1.jpg
>
> Its location in Linux:
>
> /usr/src/linux-2.4.20/arch/ia64/sn/io/ate_utils.c
>
> And its heritage:
>
> minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
>
> Ok, SCO: This was easy. Now, show us the other many examples.

Nothing new. See this LKML post by Neil Moore and the following thread,
named "Unix code in Linux" from Jun 19:

http://www.ussg.iu.edu/hypermail/linux/kernel/0306.2/1064.html

That code isn't present in 2.5 anymore.

--
Vojtech Pavlik
SuSE Labs, SuSE CR

2003-08-19 20:49:34

by Kurt Wall

[permalink] [raw]
Subject: Re: SCO's "proof"

Quoth Colin Paul Adams:
> >>>>> "Frank" == Frank Gevaerts <[email protected]> writes:
>
> >> > minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
> >> >
> >> > Ok, SCO: This was easy. Now, show us the other many examples.
> >>
> >> Is it? What the hell was the copyright on that code?
>
> Frank> AFAIK it was released under a BSD license by Caldera...
>
> But Caldera are SCO now, aren't they? Are they going to sue themselves!?

We can only hope.

Kurt
--
Fourth Law of Revision:
It is usually impractical to worry beforehand about
interferences -- if you have none, someone will make one for you.

2003-08-19 23:32:05

by T'Eval

[permalink] [raw]
Subject: Re: SCO's "proof"

The first image seems usless
Comments are not acceptable in this type of case, that was ruled in
court before over AT&T vs Berkely.
So.. it's completely irrelevant in the real world. As for the 2nd they'd
still have to go a long way twoards proving they didn't steal it.


2003-08-20 18:35:55

by Bill Davidsen

[permalink] [raw]
Subject: Re: SCO's "proof"

In article <[email protected]>,
Colin Paul Adams <[email protected]> wrote:
| >>>>> "Frank" == Frank Gevaerts <[email protected]> writes:
|
| >> > minnie.tuhs.org/UnixTree/V7/usr/sys/sys/malloc.c.html
| >> >
| >> > Ok, SCO: This was easy. Now, show us the other many examples.
| >>
| >> Is it? What the hell was the copyright on that code?
|
| Frank> AFAIK it was released under a BSD license by Caldera...
|
| But Caldera are SCO now, aren't they? Are they going to sue themselves!?

Thay should! Oh wait, you said sue, not shoot... nevermind.
--
bill davidsen <[email protected]>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

2003-08-20 18:46:35

by Valdis Klētnieks

[permalink] [raw]
Subject: Re: SCO's "proof"

On Wed, 20 Aug 2003 18:27:31 -0000, [email protected] (bill davidsen) said:
> Colin Paul Adams <[email protected]> wrote:
> | But Caldera are SCO now, aren't they? Are they going to sue themselves!?
>
> Thay should! Oh wait, you said sue, not shoot... nevermind.

Only in the foot.. only in the foot.. unfortunately.


Attachments:
(No filename) (226.00 B)

2003-08-21 03:09:33

by Stuart Longland

[permalink] [raw]
Subject: Re: SCO's "proof"

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[email protected] wrote:

| On Wed, 20 Aug 2003 18:27:31 -0000, [email protected] (bill davidsen)
said:
|
|>Colin Paul Adams <[email protected]> wrote:
|>| But Caldera are SCO now, aren't they? Are they going to sue themselves!?
|>
|>Thay should! Oh wait, you said sue, not shoot... nevermind.
|
|
| Only in the foot.. only in the foot.. unfortunately.

This case is getting more rediculous with each day...lfmao

Oh dear, it seems that our /comments/ are alike. Hrmm. Pity the
compiller doesn't take any notice of them, and therefore, I don't see
the evidence that the /code/ has been stolen. Also, as others have
quite rightfully pointed out, it doesn't even compile -- syntax errors
galore.

Lets hope some people in the legal profession have some C knowledge --
or at least have the sense to go directly to the kernel source on
kernel.org rather than relying on what SCO provides.

- --
+-------------------------------------------------------------+
| Stuart Longland stuartl at longlandclan.hopto.org |
| Brisbane Mesh Node: 719 http://stuartl.cjb.net/ |
| I haven't lost my mind - it's backed up on a tape somewhere |
| Griffith Student No: Course: Bachelor/IT (Nathan) |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/RDfnIGJk7gLSDPcRAraOAJ9IEfQg1EsVTPXXg83ffjounKBheQCdH6D3
emz7olLrHtyrkSzR+kSS3Vk=
=h6EB
-----END PGP SIGNATURE-----

2003-08-21 10:23:04

by Stephan von Krawczynski

[permalink] [raw]
Subject: Re: SCO's "proof"

On Thu, 21 Aug 2003 13:09:27 +1000
Stuart Longland <[email protected]> wrote:

> This case is getting more rediculous with each day...lfmao
>
> Oh dear, it seems that our /comments/ are alike. Hrmm. Pity the
> compiller doesn't take any notice of them, and therefore, I don't see
> the evidence that the /code/ has been stolen. Also, as others have
> quite rightfully pointed out, it doesn't even compile -- syntax errors
> galore.
>
> Lets hope some people in the legal profession have some C knowledge --
> or at least have the sense to go directly to the kernel source on
> kernel.org rather than relying on what SCO provides.

As the only case that SCO has filed up to now is against IBM (as far as I know)
you should be aware of the possibility that this proof presented is only a
piece of FUD to distract from the real issues. IBM has never touched this
source, so it is irrelevant to the case.

Regards,
Stephan

2003-08-21 23:25:35

by Sulaiman Alhasawi

[permalink] [raw]
Subject: Re: SCO's "proof"

>
>
>>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
>>>>

What is the language on "System V" code ? ;-)


2003-08-22 07:35:16

by Paul Rolland

[permalink] [raw]
Subject: Re: SCO's "proof"

> >>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> >>>>
>
> What is the language on "System V" code ? ;-)
>
lawyer-ish :-)

Paul

2003-08-22 08:52:16

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: SCO's "proof"

On Fri, 22 Aug 2003, Sulaiman Alhasawi wrote:
> >>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> >>>>
>
> What is the language on "System V" code ? ;-)

English using a Greek font.

Gr{oetje,eeting}s,

Geert (\Gamma\epsilon\epsilon\rho\tau)

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2003-08-22 09:36:11

by P. Christeas

[permalink] [raw]
Subject: Re: SCO's "proof"

>On Fri, 22 Aug 2003, Sulaiman Alhasawi wrote:
>> >>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
>> >>>>
>>
>> What is the language on "System V" code ? ;-)

>English using a Greek font.

>Gr{oetje,eeting}s,
> Geert (\Gamma\epsilon\epsilon\rho\tau)

The font is not any Greek font. It is the M$ 'Symbol' one. Other fonts would
not have this effect at all.

It seems that the misplaced font is the result of much tampering ;) .
Moreover, this could mostly happen in a M$ machine. Some comment on SCO about
this ?


2003-08-22 09:51:30

by Christoph Hellwig

[permalink] [raw]
Subject: Re: SCO's "proof"

On Fri, Aug 22, 2003 at 12:36:45PM +0300, P. Christeas wrote:
> It seems that the misplaced font is the result of much tampering ;) .
> Moreover, this could mostly happen in a M$ machine. Some comment on SCO about
> this ?

Well, a few years ago at old Caldera and SCO every non-techie used Windows.
At old SCO even lots of techies used Windows for email..

2003-08-22 11:24:57

by MånsRullgård

[permalink] [raw]
Subject: Re: SCO's "proof"

Geert Uytterhoeven <[email protected]> writes:

>> What is the language on "System V" code ? ;-)
>
> English using a Greek font.

AFAIK, C source code doesn't contain any font information, not even in
comments.

--
M?ns Rullg?rd
[email protected]

2003-08-22 12:50:53

by Con Kolivas

[permalink] [raw]
Subject: Re: SCO's "proof"

On Friday 22 August 2003 19:36, P. Christeas wrote:
> >On Fri, 22 Aug 2003, Sulaiman Alhasawi wrote:
> >> >>>>http://www.heise.de/newsticker/data/jk-19.08.03-000/imh0.jpg
> >>
> >> What is the language on "System V" code ? ;-)
> >
> >English using a Greek font.
> >
> >Gr{oetje,eeting}s,
> > Geert (\Gamma\epsilon\epsilon\rho\tau)
>
> The font is not any Greek font. It is the M$ 'Symbol' one. Other fonts
> would not have this effect at all.
>
> It seems that the misplaced font is the result of much tampering ;) .
> Moreover, this could mostly happen in a M$ machine. Some comment on SCO
> about this ?

Since greek characters are easy for me to read here is said conversion since
people are curious:

As part of the kernel evolution towards modular naming, the
functions malloc and mfree are being renamed to pmalloc and pmfree
Compatibility will be maintained by the following assembler code:
(also see mfree/pmfree below)

2003-08-22 13:58:27

by Kurt Wall

[permalink] [raw]
Subject: Re: SCO's "proof"

Quoth Christoph Hellwig:
> On Fri, Aug 22, 2003 at 12:36:45PM +0300, P. Christeas wrote:
> > It seems that the misplaced font is the result of much tampering ;) .
> > Moreover, this could mostly happen in a M$ machine. Some comment on SCO about
> > this ?
>
> Well, a few years ago at old Caldera and SCO every non-techie used Windows.
> At old SCO even lots of techies used Windows for email..

Yup. I remember those days. I was appalled.

Kurt
--
The nice thing about standards is that there are so many of them to
choose from.
-- Andrew S. Tanenbaum

Subject: Re: SCO's "proof"

On Fri, 22 Aug 2003 12:35:05 +0200, Måns Rullgård wrote:

> AFAIK, C source code doesn't contain any font information, not even in
> comments.

Good morning, the font was applied in the PowerPoint slides...


--
_ Leandro Guimarães Faria Corsetti Dutra +41 (21) 648 11 34
/ \ http://br.geocities.com./lgcdutra/ +41 (78) 778 11 34
\ / Answer to the list, not to me directly! +55 (11) 5686 2219
/ \ Rate this if helpful: http://svcs.affero.net/rm.php?r=leandro