bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] System V Shared memory interface


From: Neal H Walfield
Subject: Re: [PATCH] System V Shared memory interface
Date: Wed, 2 May 2001 20:33:22 +0200
User-agent: Mutt/1.3.15i

On Tue, May 01, 2001 at 01:50:51PM -0700, Thomas Bushnell, BSG wrote:
> Neal H Walfield <neal@cs.uml.edu> writes:
> 
> > This patch adds a shared memory interface to the hurd.
> > 
> > 2001-04-22  Neal H Walfield  <neal@cs.uml.edu>
> > 
> >     * sysvshm.defs: New file.  Support for System V shared memory.
> >     * hurd_types.defs: Import <sys/shm.h>.
> >     (sysvshm_t): New type.  System V shm server port.
> >     (key_t): New type. System V shm key.
> >     (shmid_ds_t): New type. Shared memory per region statistics.
> >     * hurd_types.h (key_t): New type.
> >     (sysvshm_t): New type.
> >     (shmid_ds_t): New type.
> >     * paths.h (_SERVERS_SYSVSHM): New macro.
> >     * subsystems: Add sysvshm subsystem.
> 
> Who is implementing this proposed interface?  Each file server, or a
> single dedicated naming agent?

On a system wide basis, only shmfs which, I sent in a later patch.
Effectively, it sits in a well known location, e.g. /var/run/sysvshm and
accepts requests.

Attachment: pgpR562xdRWEA.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]