[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] System V Shared memory interface
From: |
Thomas Bushnell, BSG |
Subject: |
Re: [PATCH] System V Shared memory interface |
Date: |
11 May 2001 11:19:12 -0700 |
User-agent: |
Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 |
Neal H Walfield <neal@cs.uml.edu> writes:
> Basically, half of shmid_ds and retreived with
> `shmctl (id, IPC_STAT, &shmid_ds)', e.g. number of current attaches,
> shm_atime, shm_dtime and shm_ctime.
Blech. Why not just keep track of that information in a file
somewhere?
- [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, 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 <=
- 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