]> Zhao Yanbai Git Server - minix.git/commit
MIB: add support for System V IPC information node 64/3264/3
authorDavid van Moolenbroek <david@minix3.org>
Thu, 17 Dec 2015 12:57:54 +0000 (12:57 +0000)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Sat, 16 Jan 2016 13:04:12 +0000 (14:04 +0100)
commit2f09e77b825a6f635d6faaa774114aebbd7691ce
treeecc8a91330f9154d174e42747a448be89a99dfd3
parent5b1db95619ad843cf01c7c4b680e1ce47621496e
MIB: add support for System V IPC information node

The kernel.ipc.sysvipc_info node is the gateway from NetBSD ipcs(1)
and ipcrm(1) to the IPC server, and thus necessary for a clean
import of these two utilities.  The MIB service implementation uses
the preexisting (Linux-specific) information calls on the IPC server
to obtain the information.

Change-Id: I85d1e193162d6b689f114764254dd7f314d2cfa0
minix/lib/libminc/Makefile
minix/servers/mib/kern.c
minix/usr.bin/trace/service/mib.c