Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 01/28/2008 14:05:32
Module Name:	src
Committed By:	njoly
Date:		Mon Jan 28 14:05:32 UTC 2008

Modified Files:
	src/sys/compat/linux/common: linux_ipc.c

Log Message:
shmctl fixes.

- SHM_STAT take an index as input, and return the corresponding shmid.
- IPC_INFO and SHM_INFO returns the highest used index.
- SHM_INFO expected the total used pages (not bytes) in shm_tot field
  of struct shm_info.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/compat/linux/common/linux_ipc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.