From owner-freebsd-hackers Fri Aug 9 10:53:18 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27203 for hackers-outgoing; Fri, 9 Aug 1996 10:53:18 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA27192 for ; Fri, 9 Aug 1996 10:53:15 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA19063; Fri, 9 Aug 1996 10:48:06 -0700 From: Terry Lambert Message-Id: <199608091748.KAA19063@phaeton.artisoft.com> Subject: Re: SYSV msg, sem, shm interface To: abial@korin.warman.org.pl (Andrzej Bialecki) Date: Fri, 9 Aug 1996 10:48:06 -0700 (MST) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: from "Andrzej Bialecki" at Aug 9, 96 10:37:12 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Are there any manpages/dox available on the subject of > SYSV IPC (as implemented in FreeBSD)? I know there is ipctut, > but it covers only pipes & sockets. UNIX Press publishes SVR4 manuals, which are probably what you want. You could also refer to the SunOS manuals, if you have access. Finally, you should consider using mmap instead. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.