]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add posixshmcontrol(1), an utility to manipulate posix shared memory segments.
authorkib <kib@FreeBSD.org>
Thu, 23 May 2019 14:33:01 +0000 (14:33 +0000)
committerkib <kib@FreeBSD.org>
Thu, 23 May 2019 14:33:01 +0000 (14:33 +0000)
commit424c56180624170c40f1366b9f0d5ad669fe5554
tree5f500e014154498b86547e7715a8a0f7d36191a1
parentab20dfbb82b71cf7028ed2eb08114d433bf4ab58
Add posixshmcontrol(1), an utility to manipulate posix shared memory segments.

See usage for the command line structure.  Man page will come shortly.

Reviewed by: jilles, tmunro
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D20258
usr.bin/Makefile
usr.bin/posixshmcontrol/Makefile [new file with mode: 0644]
usr.bin/posixshmcontrol/posixshmcontrol.c [new file with mode: 0644]