]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
posixmqcontrol(1): manage posix message queues
authorRick Parrish <unitrunker@unitrunker.net>
Thu, 22 Feb 2024 12:33:12 +0000 (06:33 -0600)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 23 Feb 2024 23:08:48 +0000 (01:08 +0200)
commit0112f8c4a88e75342bdb6b9815fa220c5f645aa0
tree792db592b789a19c53d9369372fc0a809001667a
parentc5698afcd58b6610f7ad022a7bff9debf3ff8b66
posixmqcontrol(1): manage posix message queues

Reviewed by: kib, paumma
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D43845
usr.bin/Makefile
usr.bin/posixmqcontrol/Makefile [new file with mode: 0644]
usr.bin/posixmqcontrol/posixmqcontrol.1 [new file with mode: 0644]
usr.bin/posixmqcontrol/posixmqcontrol.c [new file with mode: 0644]
usr.bin/posixmqcontrol/posixmqcontroltest8qs.sh [new file with mode: 0644]
usr.bin/posixmqcontrol/posixmqcontroltest8x64.sh [new file with mode: 0644]
usr.bin/posixmqcontrol/posixmqcontroltestsane.sh [new file with mode: 0644]