]> Zhao Yanbai Git Server - minix.git/commit
Add a simple utility to send control messages
authorThomas Veerman <thomas@minix3.org>
Fri, 13 Apr 2012 12:58:41 +0000 (12:58 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 13 Apr 2012 12:58:41 +0000 (12:58 +0000)
commit8dd0880985a792b76ef0848141544f9b7f54d35a
treea9dfbaffed8f4b95aff4d3986fd8f012292ff824
parent0d63d9e125f291bca8676d2bf6e06f93549e29eb
Add a simple utility to send control messages

The svrctl utility allows you to send control messages to VFS or PM.
This way you can retrieve runtime information or alter behavior.
commands/Makefile
commands/svrctl/Makefile [new file with mode: 0644]
commands/svrctl/svrctl.c [new file with mode: 0644]
man/man1/Makefile
man/man1/svrctl.1 [new file with mode: 0644]