Date: Sun, 12 Aug 2001 14:22:00 +0200 (CEST) From: Michael Reifenberger <root@nihil.plaut.de> To: FreeBSD-Current <current@freebsd.org>, <freebsd-emulation@freebsd.org> Subject: Anyone working on missing sysv* ipc functionality Message-ID: <20010812140820.P2574-100000@nihil>
next in thread | raw e-mail | index | archive | help
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-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010812140820.P2574-100000>