From owner-freebsd-emulation Sun Aug 12 3:22:55 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by hub.freebsd.org (Postfix) with ESMTP id BADBE37B409; Sun, 12 Aug 2001 03:22:49 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.9.3/8.9.3) with UUCP id MAA14570; Sun, 12 Aug 2001 12:22:48 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.11.3/8.8.8) with ESMTP id f7CCM1e03039; Sun, 12 Aug 2001 14:22:01 +0200 (CEST) (envelope-from root@nihil) Date: Sun, 12 Aug 2001 14:22:00 +0200 (CEST) From: Michael Reifenberger To: FreeBSD-Current , Subject: Anyone working on missing sysv* ipc functionality Message-ID: <20010812140820.P2574-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, at least the linux emulation is missing some ipc functionality: [SEM|SHM]_INFO [SEM|SHM]_STAT. The *_INFO case is not that difficult and implemented by me for SEM_INFO. To implement the *_STAT case this leads to extending the native sysv_* functions to accept indices to the *_ds structures (IX instead of IPCID for the semid/shmid/... in the __[sem|shm]ctl call) This could also eliminate the kvm digging in ipcs.c Is anyone working on this? Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message