[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.
pgpR562xdRWEA.pgp
Description: PGP signature
- [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/01
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/01
- Re: [PATCH] System V Shared memory interface,
Neal H Walfield <=
- Re: [PATCH] System V Shared memory interface, Roland McGrath, 2001/05/05
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/07
- Re: [PATCH] System V Shared memory interface, Roland McGrath, 2001/05/08
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/08
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/10
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/10
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/11
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/11
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/14
Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/08