Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 1998 21:35:17 -0700
From:      Mike Smith <mike@smith.net.au>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        Mike Smith <mike@smith.net.au>, "Ron G. Minnich" <rminnich@Sarnoff.COM>, "Daniel O'Connor" <doconnor@gsoft.com.au>, hackers@FreeBSD.ORG
Subject:   Re: Star Office Installation 
Message-ID:  <199805300435.VAA00639@antipodes.cdrom.com>
In-Reply-To: Your message of "Fri, 29 May 1998 22:21:42 PDT." <199805300521.WAA09231@rah.star-gate.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Yes, it could be a problem and at least I verify that it works . Had 
> instances in the past where linux people blindly claimed that something
> worked and such was not the case. Additionally, upon exit StarOffice
> cleans up its shared segments.
> 
> My next question is ,
> why so many postings about Star Office without a single soul venturing
> into the linux layer to solve at least the ipc shared memory segments
> clean up?

I've wandered in there several times in support of people that have 
been hacking on it.  There are a couple of major issues with shared 
memory:

 - The Linux system calls need to be emulated correctly.  We're closer 
   than we used to be, but not perfect yet.
 - The data structures that Linux uses to control these structures is 
   different to FreeBSD's.  In particular, look at the shmid_ds 
   structure.

I can't find the thread from last time I was looking at this, which 
tends to imply that nothing came of it.  You may want to talk to Kato, 
as his fingers were the last ones doing anything useful in linux_ipc.c.

-- 
\\  Sometimes you're ahead,       \\  Mike Smith
\\  sometimes you're behind.      \\  mike@smith.net.au
\\  The race is long, and in the  \\  msmith@freebsd.org
\\  end it's only with yourself.  \\  msmith@cdrom.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805300435.VAA00639>